Class actionloader

Description

common actionloader class, loads actions

common actionloader class, loads actions

  • copyright: LGPL
  • version: Beta 2.0
  • since: 13th April, 2006
  • author: Hasin Hayder

Located in /helper/actionloader.class.php (line 13)


	
			
Variable Summary
string $action
string $command
array $data
string $params
object $temp_smarty
string $view
Method Summary
string __construct (string $action)
void process ()
string render ()
Variables
string $action (line 24)

This is the action name to load

This is the action name to load used by constructor()

  • access: private
  • since: 1.0
string $command (line 44)

this is the variable to determine whther this is an insert action or edit action coz they will call different handlers.

this is the variable to determine whther this is an insert action or edit action coz they will call different handlers.

  • access: private
  • since: 1.1, 10th Nov, 05
array $data (line 54)

this is the data array to pass to template via smarty engine

this is the data array to pass to template via smarty engine

  • access: private
  • since: 1.1, 10th Nov, 05
string $params (line 65)

this is the incoming data from view file. this may contain a serialized javascript array.

this is the incoming data from view file. necessary when some additional data are to pass to action this may contain a serialized javascript array.

  • access: public
  • since: 1.1, 10th Nov, 05
object $temp_smarty (line 73)

instance of smarty

instance of smarty

  • access: private
string $view (line 33)

This is the nameof view file

This is the nameof view file

  • access: private
  • since: 1.0
Methods
Constructor __construct (line 81)

PHP5 constructor

PHP5 constructor

  • return: rendered output
  • access: public
string __construct (string $action)
  • string $action
process (line 164)

this function process the action, sets additional input parameters and retrieve assignable data for smarty engine

this function process the action, sets additional input parameters and retrieve assignable data for smarty engine

  • access: public
  • since: 1.1, 10th Nov, 05
void process ()
render (line 134)

function render()

function render() this function renders the view and return the html

  • access: public
string render ()

Documentation generated on Sat, 15 Apr 2006 22:10:25 +0600 by phpDocumentor 1.3.0RC3