default
[ class tree: default ] [ index: default ] [ all elements ]

Procedural File: action_helper.php

Source Location: /helpers/action_helper.php



Page Details:









action_breadcrumbs [line 41]

string action_breadcrumbs( [string $delim = ' > '], [boolean $make_link = true])

Action Breadcrumbs

Returns current action breadcrumbs




Tags:

access:  public


Parameters

string   $delim   delimiter between breadcrumbs
boolean   $make_link   add link tags to breacrumbs
[ Top ]



action_title [line 14]

string action_title( [string $html_start = ''], [string $html_end = ''])

Action Title

Returns current action title




Tags:

access:  public


Parameters

string   $html_start   append before title
string   $html_end   append after title
[ Top ]



get_action_history [line 67]

array get_action_history( )

Get Action History

Get current action history if is in sessions. Returns array of params which was saved into session for this action.




Tags:

return:  |boolean false if action has no history
access:  public


[ Top ]



history_back [line 122]

array history_back( [integer $num = 1])

History Back

Similar to javascript function history.back() History is saved in session




Tags:

return:  |boolean false if step is not found in session
access:  public


Parameters

integer   $num   number of steps to history
[ Top ]



set_action_history [line 93]

void set_action_history( [array $params = array()])

Set Action History

Set current action params to session Items in array can be anything




Tags:

access:  public


Parameters

array   $params  
[ Top ]



Documentation generated on Sun, 11 Jan 2009 04:21:03 +0100 by phpDocumentor 1.4.1