phpBlamework php framework reference documantation |
w_newsTemplate of some module. For more info see code. Release: $Name: $ Edit by: $Author: mcbig $ Edit Date: $Date: 2007/01/02 16:13:12 $ Version: $Revision: 1.4 $ Summary
WNews_NewGetEdit
Loads values for Edit Form WNews_TextViewOperation
View function for adding operations control to view WNews_NewsViewShort
View function for text preview WNews_NewViewRow
Returns formated contain of New, but as View function |
Generates option tags for combo box widget
function WNews_GetFormatingSelectOptions( $isState )
Returns edit form for News XXX: Here, we use isText_Id (simple copy from w_texts.php, so we can use the same Form Template).
function WNews_NewEditForm( $isFormAction, $isText_Id = '', $isFind = '1', $isName = '', $isFormating = 'nl2br', $isText = '' )
Returns form when we wont delete New
function WNews_NewDeleteForm( $isNew_Id, $isName, $isText )
reformats text
function WNews_NewViewForm( $isFormating, $isText )
Adds new to SQL.
function WNews_NewAdd()
Delete new from SQL.
function WNews_NewDelete()
Loads values for Edit Form
function WNews_NewGetEdit()
Loads detail and call View Form function.
function WNews_NewGetView( $isNew_Id )
contains link for administrator view
$WNewsNewsLink
View function for adding operations control to view
function WNews_TextViewOperation( & $iaRow, $inKey )
View function for text preview
function WNews_NewsViewShort( & $iaRow, $inKey )
News list for administration
function WNews_ANewsView()
function WNews_NewRow( & $iaRow, $inKey )
Returns formated contain of New, but as View function
function WNews_NewViewRow( & $iaRow, $inKey )
list of News
function WNews_NewsView()
Main menu of this module.
function WNews_Menu()
Action function of this module.
function WNews_Action()
function WNews_Init()