Zikula: A Flexible Open Source Content Management System
home | forum | international support | contact us

Docs for page pnuser.php

Procedural File: pnuser.php

Source Location: /News/pnuser.php

Classes:



Page Details:

Zikula Application Framework



Tags:

version:  $Id: pnuser.php 24383 2008-06-12 14:15:02Z markwest $
copyright:  (c) 2001, Zikula Development Team
link:  http://www.zikula.org
license:  GNU/GPL








News_user_archives [line 473]

string News_user_archives( $args)

display article archives



Tags:

return:  HTML string
author:  Andreas Krapohl
author:  Mark West


Parameters

   $args  
[ Top ]



News_user_create [line 143]

bool News_user_create( string $args, string 1, string 2, int 3, string 4, int 5, string 6, int 7, int 8)

This is a standard function that is called with the results of the

form supplied by News_admin_new() to create a new item




Tags:

return:  true
author:  Mark West


Parameters

string   1   'language' the language of the news item
string   2   'hometext' the summary text of the news item
int   3   'hometextcontenttype' the content type of the summary text
string   4   'bodytext' the body text of the news item
int   5   'bodytextcontenttype' the content type of the body text
string   6   'notes' any administrator notes
int   7   'published_status' the published status of the item
int   8   'ihome' publish the article in the homepage
string   $args   'title' the title of the news item
[ Top ]



News_user_display [line 346]

string News_user_display( 'sid' $args, 'objectid' 1)

display item This is a standard function to provide detailed informtion on a single item available from the module.



Tags:

return:  HTML string
author:  Mark West


Parameters

'objectid'   1   generic object id maps to sid if present
'sid'   $args   The article ID
[ Top ]



News_user_main [line 19]

string News_user_main( )

the main user function



Tags:

return:  HTML string
author:  Mark West


[ Top ]



News_user_new [line 31]

string News_user_new( $args)

add new item

This is a standard function that is called whenever an administrator wishes to create a new module item




Tags:

return:  HTML string
author:  Mark West


Parameters

   $args  
[ Top ]



News_user_preview [line 548]

string News_user_preview( $args)

display article



Tags:

return:  HTML string
author:  Mark West


Parameters

   $args  
[ Top ]



News_user_view [line 212]

string News_user_view( ['page' $args = array()])

view items This is a standard function to provide an overview of all of the items available from the module.



Tags:

return:  HTML string
author:  Mark West


Parameters

'page'   $args   starting number for paged view
[ Top ]


Packages:

Files:

Classes: