Class: I2CE Page (Development): Difference between revisions

From IHRIS Wiki
No edit summary
No edit summary
Line 19: Line 19:
** [[Class: iHRIS_PageView (Development) | iHRIS_PageView]]
** [[Class: iHRIS_PageView (Development) | iHRIS_PageView]]
** [[Class: I2CE_Page_PrintedForms (Development) | I2CE_Page_PrintedForms]]
** [[Class: I2CE_Page_PrintedForms (Development) | I2CE_Page_PrintedForms]]
** [[Class: I2CE_Page_ArchiveReport (Development) | I2CE_Page_ArchiveReport]]
** [[Class: iHRIS_Page_Person_Accident_History (Development) | iHRIS_Page_Person_Accident_History]]
** [[Class: iHRIS_Page_Person_Accident_History (Development) | iHRIS_Page_Person_Accident_History]]
** [[Class: I2CE_PageAdmin (Development) | I2CE_PageAdmin]]
** [[Class: I2CE_PageAdmin (Development) | I2CE_PageAdmin]]
Line 26: Line 27:
** [[Class: I2CE_PageForm (Development) | I2CE_PageForm]]
** [[Class: I2CE_PageForm (Development) | I2CE_PageForm]]
*** [[Class: I2CE_PageFormLists (Development) | I2CE_PageFormLists]]
*** [[Class: I2CE_PageFormLists (Development) | I2CE_PageFormLists]]
**** [[Class: I2CE_Page_CustomReport_ArchiveMenu (Development) | I2CE_Page_CustomReport_ArchiveMenu]]
**** [[Class: iHRIS_PageFormLists (Development) | iHRIS_PageFormLists]]
**** [[Class: iHRIS_PageFormLists (Development) | iHRIS_PageFormLists]]
*** [[Class: iHRIS_PageFormParentPerson (Development) | iHRIS_PageFormParentPerson]]
*** [[Class: iHRIS_PageFormParentPerson (Development) | iHRIS_PageFormParentPerson]]
Line 118: Line 120:
===$page_root===
===$page_root===
the page root -- this is the URL relative to the site base that is used to get to this page.
the page root -- this is the URL relative to the site base that is used to get to this page.
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0-dev/annotate/head:/modules/Pages/lib/I2CE_Page.php#L169 i2ce/modules/Pages/lib/I2CE_Page.php] on line 169
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0-dev/annotate/head:/modules/Pages/lib/I2CE_Page.php#L172 i2ce/modules/Pages/lib/I2CE_Page.php] on line 172
*Type: protected [http://www.php.net/manual/en/language.types.string.php string ] $page_root
*Type: protected [http://www.php.net/manual/en/language.types.string.php string ] $page_root


===$page_remainder===
===$page_remainder===
the page remainder -- this is the remainder of the URL relative to the site base that is used to get to this page.
the page remainder -- this is the remainder of the URL relative to the site base that is used to get to this page.
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0-dev/annotate/head:/modules/Pages/lib/I2CE_Page.php#L189 i2ce/modules/Pages/lib/I2CE_Page.php] on line 189
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0-dev/annotate/head:/modules/Pages/lib/I2CE_Page.php#L192 i2ce/modules/Pages/lib/I2CE_Page.php] on line 192
*Type: protected [http://www.php.net/manual/en/language.types.string.php string ] $page_remainder
*Type: protected [http://www.php.net/manual/en/language.types.string.php string ] $page_remainder


===$args===
===$args===
The arguments passed in the constructor. @param protected array $args
The arguments passed in the constructor. @param protected array $args
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0-dev/annotate/head:/modules/Pages/lib/I2CE_Page.php#L208 i2ce/modules/Pages/lib/I2CE_Page.php] on line 208
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0-dev/annotate/head:/modules/Pages/lib/I2CE_Page.php#L211 i2ce/modules/Pages/lib/I2CE_Page.php] on line 211
*Type: protected $args
*Type: protected $args


===$request_remainder===
===$request_remainder===
The remainder of the page request -- everything  after (option_module_name/)page_name(/reminder/of/the/request) @param protected array $request_remainder
The remainder of the page request -- everything  after (option_module_name/)page_name(/reminder/of/the/request) @param protected array $request_remainder
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0-dev/annotate/head:/modules/Pages/lib/I2CE_Page.php#L213 i2ce/modules/Pages/lib/I2CE_Page.php] on line 213
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0-dev/annotate/head:/modules/Pages/lib/I2CE_Page.php#L216 i2ce/modules/Pages/lib/I2CE_Page.php] on line 216
*Type: protected $request_remainder
*Type: protected $request_remainder


===$permissionParser===
===$permissionParser===
The permission parser for the user of this page. @param I2CE_PermissionParser $permissionParser
The permission parser for the user of this page. @param I2CE_PermissionParser $permissionParser
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0-dev/annotate/head:/modules/Pages/lib/I2CE_Page.php#L218 i2ce/modules/Pages/lib/I2CE_Page.php] on line 218
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0-dev/annotate/head:/modules/Pages/lib/I2CE_Page.php#L221 i2ce/modules/Pages/lib/I2CE_Page.php] on line 221
*Type: protected $permissionParser
*Type: protected $permissionParser


===$page===
===$page===
. The requested page
. The requested page
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0-dev/annotate/head:/modules/Pages/lib/I2CE_Page.php#L430 i2ce/modules/Pages/lib/I2CE_Page.php] on line 430
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0-dev/annotate/head:/modules/Pages/lib/I2CE_Page.php#L433 i2ce/modules/Pages/lib/I2CE_Page.php] on line 433
*Type: protected [http://www.php.net/manual/en/language.types.string.php string ] $page
*Type: protected [http://www.php.net/manual/en/language.types.string.php string ] $page


===$module===
===$module===
.  The module that contains this page.
.  The module that contains this page.
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0-dev/annotate/head:/modules/Pages/lib/I2CE_Page.php#L434 i2ce/modules/Pages/lib/I2CE_Page.php] on line 434
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0-dev/annotate/head:/modules/Pages/lib/I2CE_Page.php#L437 i2ce/modules/Pages/lib/I2CE_Page.php] on line 437
*Type: protected [http://www.php.net/manual/en/language.types.string.php string ] $module
*Type: protected [http://www.php.net/manual/en/language.types.string.php string ] $module


===$is_post===
===$is_post===
-- true if this page is a post.
-- true if this page is a post.
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0-dev/annotate/head:/modules/Pages/lib/I2CE_Page.php#L621 i2ce/modules/Pages/lib/I2CE_Page.php] on line 621
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0-dev/annotate/head:/modules/Pages/lib/I2CE_Page.php#L624 i2ce/modules/Pages/lib/I2CE_Page.php] on line 624
*Type: protected [http://www.php.net/manual/en/language.types.boolean.php boolean ] $is_post
*Type: protected [http://www.php.net/manual/en/language.types.boolean.php boolean ] $is_post


===$session_req===
===$session_req===
Holds a reference to a session request array if one has been requested and exists in the session.
Holds a reference to a session request array if one has been requested and exists in the session.
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0-dev/annotate/head:/modules/Pages/lib/I2CE_Page.php#L757 i2ce/modules/Pages/lib/I2CE_Page.php] on line 757
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0-dev/annotate/head:/modules/Pages/lib/I2CE_Page.php#L760 i2ce/modules/Pages/lib/I2CE_Page.php] on line 760
*Type: protected [http://www.php.net/manual/en/language.types.array.php array ] $session_req
*Type: protected [http://www.php.net/manual/en/language.types.array.php array ] $session_req


===$request_vars===
===$request_vars===
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0-dev/annotate/head:/modules/Pages/lib/I2CE_Page.php#L827 i2ce/modules/Pages/lib/I2CE_Page.php] on line 827
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0-dev/annotate/head:/modules/Pages/lib/I2CE_Page.php#L830 i2ce/modules/Pages/lib/I2CE_Page.php] on line 830
*Type: private $request_vars
*Type: private $request_vars


Line 168: Line 170:
===__construct()===
===__construct()===
Create a new instance of a page. The default constructor should be called by any pages extending this object.  It creates the [[Class: I2CE_Template (Development) | ]] and [[Class: I2CE_User (Development) | ]] objects and sets up the basic member variables.
Create a new instance of a page. The default constructor should be called by any pages extending this object.  It creates the [[Class: I2CE_Template (Development) | ]] and [[Class: I2CE_User (Development) | ]] objects and sets up the basic member variables.
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0-dev/annotate/head:/modules/Pages/lib/I2CE_Page.php#L239 i2ce/modules/Pages/lib/I2CE_Page.php] on line 239
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0-dev/annotate/head:/modules/Pages/lib/I2CE_Page.php#L242 i2ce/modules/Pages/lib/I2CE_Page.php] on line 242
*Signature: public function __construct($args,$request_remainder,$get,$post)
*Signature: public function __construct($args,$request_remainder,$get,$post)
*Parameters:
*Parameters:
Line 179: Line 181:
===_display()===
===_display()===
Display the template as HTML/XML.  Sets the header and displays any buffered warnings/echoed text.
Display the template as HTML/XML.  Sets the header and displays any buffered warnings/echoed text.
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0-dev/annotate/head:/modules/Pages/lib/I2CE_Page.php#L499 i2ce/modules/Pages/lib/I2CE_Page.php] on line 499
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0-dev/annotate/head:/modules/Pages/lib/I2CE_Page.php#L502 i2ce/modules/Pages/lib/I2CE_Page.php] on line 502
*Signature: protected function _display($supress_output)
*Signature: protected function _display($supress_output)
*Parameters:
*Parameters:
**$supress_output  
**$supress_output  
===_flattenRequestVars()===
===_flattenRequestVars()===
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0-dev/annotate/head:/modules/Pages/lib/I2CE_Page.php#L388 i2ce/modules/Pages/lib/I2CE_Page.php] on line 388
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0-dev/annotate/head:/modules/Pages/lib/I2CE_Page.php#L391 i2ce/modules/Pages/lib/I2CE_Page.php] on line 391
*Signature: static public function _flattenRequestVars($vars,$req,$prefix)
*Signature: static public function _flattenRequestVars($vars,$req,$prefix)
*Parameters:
*Parameters:
Line 192: Line 194:
===action()===
===action()===
Perform any actions to load the HTML templates. The default action simply loads all the HTML template files.
Perform any actions to load the HTML templates. The default action simply loads all the HTML template files.
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0-dev/annotate/head:/modules/Pages/lib/I2CE_Page.php#L142 i2ce/modules/Pages/lib/I2CE_Page.php] on line 142
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0-dev/annotate/head:/modules/Pages/lib/I2CE_Page.php#L145 i2ce/modules/Pages/lib/I2CE_Page.php] on line 145
*Signature: protected function action()
*Signature: protected function action()
*Returns: boolean.<br/>true on sucess
*Returns: boolean.<br/>true on sucess
===actionCommandLine()===
===actionCommandLine()===
The business method if this page is called from the commmand line
The business method if this page is called from the commmand line
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0-dev/annotate/head:/modules/Pages/lib/I2CE_Page.php#L567 i2ce/modules/Pages/lib/I2CE_Page.php] on line 567
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0-dev/annotate/head:/modules/Pages/lib/I2CE_Page.php#L570 i2ce/modules/Pages/lib/I2CE_Page.php] on line 570
*Signature: protected function actionCommandLine($args,$request_remainder)
*Signature: protected function actionCommandLine($args,$request_remainder)
*Parameters:
*Parameters:
Line 204: Line 206:
===display()===
===display()===
Calls the appropriate action for the page.  Then it Displays or redirects the page as appropriate. This will check to make sure the page can be seen by this user and if not redirect them to an error page.  If the redirect  variable has been set then the page will be redirected to the new page.  Otherwise the [[Class: I2CE_Template (Development) | ::display() template display]] method will be called to output the combined template files to the browser.
Calls the appropriate action for the page.  Then it Displays or redirects the page as appropriate. This will check to make sure the page can be seen by this user and if not redirect them to an error page.  If the redirect  variable has been set then the page will be redirected to the new page.  Otherwise the [[Class: I2CE_Template (Development) | ::display() template display]] method will be called to output the combined template files to the browser.
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0-dev/annotate/head:/modules/Pages/lib/I2CE_Page.php#L447 i2ce/modules/Pages/lib/I2CE_Page.php] on line 447
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0-dev/annotate/head:/modules/Pages/lib/I2CE_Page.php#L450 i2ce/modules/Pages/lib/I2CE_Page.php] on line 450
*Signature: public function display($supress_output)
*Signature: public function display($supress_output)
*Parameters:
*Parameters:
Line 211: Line 213:
===fixupRequestVariables()===
===fixupRequestVariables()===
Applies any transformations (make sure magic quotes is off, nesting, and json decoding) to an array variables @param boolean $transform.  Defaults to true
Applies any transformations (make sure magic quotes is off, nesting, and json decoding) to an array variables @param boolean $transform.  Defaults to true
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0-dev/annotate/head:/modules/Pages/lib/I2CE_Page.php#L359 i2ce/modules/Pages/lib/I2CE_Page.php] on line 359
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0-dev/annotate/head:/modules/Pages/lib/I2CE_Page.php#L362 i2ce/modules/Pages/lib/I2CE_Page.php] on line 362
*Signature: static public function fixupRequestVariables($vars)
*Signature: static public function fixupRequestVariables($vars)
*Parameters:
*Parameters:
Line 217: Line 219:
*Returns: $vars;
*Returns: $vars;
===flattenRequestVars()===
===flattenRequestVars()===
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0-dev/annotate/head:/modules/Pages/lib/I2CE_Page.php#L381 i2ce/modules/Pages/lib/I2CE_Page.php] on line 381
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0-dev/annotate/head:/modules/Pages/lib/I2CE_Page.php#L384 i2ce/modules/Pages/lib/I2CE_Page.php] on line 384
*Signature: static public function flattenRequestVars($vars)
*Signature: static public function flattenRequestVars($vars)
*Parameters:
*Parameters:
Line 223: Line 225:
===get()===
===get()===
Gets/sets the [[#$get | $get]] value for the given key.
Gets/sets the [[#$get | $get]] value for the given key.
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0-dev/annotate/head:/modules/Pages/lib/I2CE_Page.php#L720 i2ce/modules/Pages/lib/I2CE_Page.php] on line 720
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0-dev/annotate/head:/modules/Pages/lib/I2CE_Page.php#L723 i2ce/modules/Pages/lib/I2CE_Page.php] on line 723
*Signature: public function get($key,$val)
*Signature: public function get($key,$val)
*Parameters:
*Parameters:
Line 233: Line 235:
===getAccess()===
===getAccess()===
Get the access level required to view this page. If the access level requirements change after the page object has been instantiated this method is used to set a new access level for the [[#$access | $access]] variable.
Get the access level required to view this page. If the access level requirements change after the page object has been instantiated this method is used to set a new access level for the [[#$access | $access]] variable.
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0-dev/annotate/head:/modules/Pages/lib/I2CE_Page.php#L591 i2ce/modules/Pages/lib/I2CE_Page.php] on line 591
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0-dev/annotate/head:/modules/Pages/lib/I2CE_Page.php#L594 i2ce/modules/Pages/lib/I2CE_Page.php] on line 594
*Signature: protected function getAccess()
*Signature: protected function getAccess()
*Returns: [http://www.php.net/manual/en/language.types.array.php array ]<br/>of string
*Returns: [http://www.php.net/manual/en/language.types.array.php array ]<br/>of string
Line 243: Line 245:
===getTemplate()===
===getTemplate()===
Get the template associated to this page
Get the template associated to this page
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0-dev/annotate/head:/modules/Pages/lib/I2CE_Page.php#L160 i2ce/modules/Pages/lib/I2CE_Page.php] on line 160
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0-dev/annotate/head:/modules/Pages/lib/I2CE_Page.php#L163 i2ce/modules/Pages/lib/I2CE_Page.php] on line 163
*Signature: public function getTemplate()
*Signature: public function getTemplate()
===getTitle()===
===getTitle()===
Return the title for this page.
Return the title for this page.
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0-dev/annotate/head:/modules/Pages/lib/I2CE_Page.php#L153 i2ce/modules/Pages/lib/I2CE_Page.php] on line 153
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0-dev/annotate/head:/modules/Pages/lib/I2CE_Page.php#L156 i2ce/modules/Pages/lib/I2CE_Page.php] on line 156
*Signature: protected function getTitle()
*Signature: protected function getTitle()
*Returns: [http://www.php.net/manual/en/language.types.string.php string ]
*Returns: [http://www.php.net/manual/en/language.types.string.php string ]
===getUser()===
===getUser()===
Get the user of this page
Get the user of this page
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0-dev/annotate/head:/modules/Pages/lib/I2CE_Page.php#L607 i2ce/modules/Pages/lib/I2CE_Page.php] on line 607
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0-dev/annotate/head:/modules/Pages/lib/I2CE_Page.php#L610 i2ce/modules/Pages/lib/I2CE_Page.php] on line 610
*Signature: public function getUser()
*Signature: public function getUser()
*Returns: [[Class: I2CE_User (Development) | I2CE_User]]
*Returns: [[Class: I2CE_User (Development) | I2CE_User]]
===get_exists()===
===get_exists()===
Check to see if a key exists in the [[#$get | $get]] array.
Check to see if a key exists in the [[#$get | $get]] array.
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0-dev/annotate/head:/modules/Pages/lib/I2CE_Page.php#L699 i2ce/modules/Pages/lib/I2CE_Page.php] on line 699
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0-dev/annotate/head:/modules/Pages/lib/I2CE_Page.php#L702 i2ce/modules/Pages/lib/I2CE_Page.php] on line 702
*Signature: public function get_exists($key)
*Signature: public function get_exists($key)
*Parameters:
*Parameters:
Line 264: Line 266:
===hasPermission()===
===hasPermission()===
Parse a permission string to see if we have permission.
Parse a permission string to see if we have permission.
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0-dev/annotate/head:/modules/Pages/lib/I2CE_Page.php#L227 i2ce/modules/Pages/lib/I2CE_Page.php] on line 227
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0-dev/annotate/head:/modules/Pages/lib/I2CE_Page.php#L230 i2ce/modules/Pages/lib/I2CE_Page.php] on line 230
*Signature: public function hasPermission($permission,$node)
*Signature: public function hasPermission($permission,$node)
*Parameters:
*Parameters:
Line 273: Line 275:
===initializeTemplate()===
===initializeTemplate()===
Handles creating hte I2CE_TemplateMeister templates and loading any default templates
Handles creating hte I2CE_TemplateMeister templates and loading any default templates
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0-dev/annotate/head:/modules/Pages/lib/I2CE_Page.php#L268 i2ce/modules/Pages/lib/I2CE_Page.php] on line 268
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0-dev/annotate/head:/modules/Pages/lib/I2CE_Page.php#L271 i2ce/modules/Pages/lib/I2CE_Page.php] on line 271
*Signature: protected function initializeTemplate()
*Signature: protected function initializeTemplate()
*Returns: [http://www.php.net/manual/en/language.types.boolean.php boolean ]<br/>true on success
*Returns: [http://www.php.net/manual/en/language.types.boolean.php boolean ]<br/>true on success
===isGet()===
===isGet()===
Check to see if the current page is a GET request or not
Check to see if the current page is a GET request or not
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0-dev/annotate/head:/modules/Pages/lib/I2CE_Page.php#L636 i2ce/modules/Pages/lib/I2CE_Page.php] on line 636
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0-dev/annotate/head:/modules/Pages/lib/I2CE_Page.php#L639 i2ce/modules/Pages/lib/I2CE_Page.php] on line 639
*Signature: public function isGet()
*Signature: public function isGet()
*Returns: [http://www.php.net/manual/en/language.types.boolean.php boolean ]
*Returns: [http://www.php.net/manual/en/language.types.boolean.php boolean ]
===isPost()===
===isPost()===
Check to see if the current page is a POST form submission or not.
Check to see if the current page is a POST form submission or not.
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0-dev/annotate/head:/modules/Pages/lib/I2CE_Page.php#L627 i2ce/modules/Pages/lib/I2CE_Page.php] on line 627
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0-dev/annotate/head:/modules/Pages/lib/I2CE_Page.php#L630 i2ce/modules/Pages/lib/I2CE_Page.php] on line 630
*Signature: public function isPost()
*Signature: public function isPost()
*Returns: [http://www.php.net/manual/en/language.types.boolean.php boolean ]
*Returns: [http://www.php.net/manual/en/language.types.boolean.php boolean ]
===loadHTMLTemplates()===
===loadHTMLTemplates()===
Load the  template (HTML or XML) files to the template object.
Load the  template (HTML or XML) files to the template object.
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0-dev/annotate/head:/modules/Pages/lib/I2CE_Page.php#L120 i2ce/modules/Pages/lib/I2CE_Page.php] on line 120
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0-dev/annotate/head:/modules/Pages/lib/I2CE_Page.php#L123 i2ce/modules/Pages/lib/I2CE_Page.php] on line 123
*Signature: protected function loadHTMLTemplates()
*Signature: protected function loadHTMLTemplates()
===module()===
===module()===
Sets/Gets the module.
Sets/Gets the module.
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0-dev/annotate/head:/modules/Pages/lib/I2CE_Page.php#L406 i2ce/modules/Pages/lib/I2CE_Page.php] on line 406
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0-dev/annotate/head:/modules/Pages/lib/I2CE_Page.php#L409 i2ce/modules/Pages/lib/I2CE_Page.php] on line 409
*Signature: public function module($module)
*Signature: public function module($module)
*Parameters:
*Parameters:
Line 300: Line 302:
===page()===
===page()===
Sets/Gets the page.
Sets/Gets the page.
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0-dev/annotate/head:/modules/Pages/lib/I2CE_Page.php#L418 i2ce/modules/Pages/lib/I2CE_Page.php] on line 418
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0-dev/annotate/head:/modules/Pages/lib/I2CE_Page.php#L421 i2ce/modules/Pages/lib/I2CE_Page.php] on line 421
*Signature: public function page($page)
*Signature: public function page($page)
*Parameters:
*Parameters:
Line 308: Line 310:
===pageRemainder()===
===pageRemainder()===
Get/set the page remainder -- this is the remainder of the URL relative to the site base that is used to get to this page. @param $page_remainder Defaults to null. If non-null we set the page remainder.  If null we get the page remainder.
Get/set the page remainder -- this is the remainder of the URL relative to the site base that is used to get to this page. @param $page_remainder Defaults to null. If non-null we set the page remainder.  If null we get the page remainder.
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0-dev/annotate/head:/modules/Pages/lib/I2CE_Page.php#L196 i2ce/modules/Pages/lib/I2CE_Page.php] on line 196
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0-dev/annotate/head:/modules/Pages/lib/I2CE_Page.php#L199 i2ce/modules/Pages/lib/I2CE_Page.php] on line 199
*Signature: public function pageRemainder($page_remainder)
*Signature: public function pageRemainder($page_remainder)
*Parameters:
*Parameters:
Line 316: Line 318:
===pageRoot()===
===pageRoot()===
Get/set the page root -- this is the URL relative to the site base that is used to get to this page. @param $page_root Defaults to null. If non-null we set the page root.  If null we get the page root.
Get/set the page root -- this is the URL relative to the site base that is used to get to this page. @param $page_root Defaults to null. If non-null we set the page root.  If null we get the page root.
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0-dev/annotate/head:/modules/Pages/lib/I2CE_Page.php#L176 i2ce/modules/Pages/lib/I2CE_Page.php] on line 176
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0-dev/annotate/head:/modules/Pages/lib/I2CE_Page.php#L179 i2ce/modules/Pages/lib/I2CE_Page.php] on line 179
*Signature: public function pageRoot($page_root)
*Signature: public function pageRoot($page_root)
*Parameters:
*Parameters:
Line 324: Line 326:
===post()===
===post()===
Get/set  the [[#$post | $post]] value for the given key.
Get/set  the [[#$post | $post]] value for the given key.
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0-dev/annotate/head:/modules/Pages/lib/I2CE_Page.php#L665 i2ce/modules/Pages/lib/I2CE_Page.php] on line 665
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0-dev/annotate/head:/modules/Pages/lib/I2CE_Page.php#L668 i2ce/modules/Pages/lib/I2CE_Page.php] on line 668
*Signature: public function post($key,$val)
*Signature: public function post($key,$val)
*Parameters:
*Parameters:
Line 334: Line 336:
===post_exists()===
===post_exists()===
Check to see if a key exists in the [[#$post | $post]] array.
Check to see if a key exists in the [[#$post | $post]] array.
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0-dev/annotate/head:/modules/Pages/lib/I2CE_Page.php#L644 i2ce/modules/Pages/lib/I2CE_Page.php] on line 644
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0-dev/annotate/head:/modules/Pages/lib/I2CE_Page.php#L647 i2ce/modules/Pages/lib/I2CE_Page.php] on line 647
*Signature: public function post_exists($key)
*Signature: public function post_exists($key)
*Parameters:
*Parameters:
Line 347: Line 349:
===request()===
===request()===
Return the given value for the key in one of the request arrays.
Return the given value for the key in one of the request arrays.
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0-dev/annotate/head:/modules/Pages/lib/I2CE_Page.php#L833 i2ce/modules/Pages/lib/I2CE_Page.php] on line 833
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0-dev/annotate/head:/modules/Pages/lib/I2CE_Page.php#L836 i2ce/modules/Pages/lib/I2CE_Page.php] on line 836
*Signature: public function request($key)
*Signature: public function request($key)
*Parameters:
*Parameters:
Line 355: Line 357:
===request_exists()===
===request_exists()===
Checks all the request arrays for the given key and returns true if it exists.
Checks all the request arrays for the given key and returns true if it exists.
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0-dev/annotate/head:/modules/Pages/lib/I2CE_Page.php#L821 i2ce/modules/Pages/lib/I2CE_Page.php] on line 821
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0-dev/annotate/head:/modules/Pages/lib/I2CE_Page.php#L824 i2ce/modules/Pages/lib/I2CE_Page.php] on line 824
*Signature: public function request_exists($key)
*Signature: public function request_exists($key)
*Parameters:
*Parameters:
Line 366: Line 368:
===session_req()===
===session_req()===
Gets/sets the [[#$session_req | $session_req]] value for the given key.
Gets/sets the [[#$session_req | $session_req]] value for the given key.
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0-dev/annotate/head:/modules/Pages/lib/I2CE_Page.php#L783 i2ce/modules/Pages/lib/I2CE_Page.php] on line 783
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0-dev/annotate/head:/modules/Pages/lib/I2CE_Page.php#L786 i2ce/modules/Pages/lib/I2CE_Page.php] on line 786
*Signature: public function session_req($key,$val)
*Signature: public function session_req($key,$val)
*Parameters:
*Parameters:
Line 376: Line 378:
===session_req_exists()===
===session_req_exists()===
Check to see if a key exists in the [[#$session_req | $session_req]] array.
Check to see if a key exists in the [[#$session_req | $session_req]] array.
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0-dev/annotate/head:/modules/Pages/lib/I2CE_Page.php#L762 i2ce/modules/Pages/lib/I2CE_Page.php] on line 762
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0-dev/annotate/head:/modules/Pages/lib/I2CE_Page.php#L765 i2ce/modules/Pages/lib/I2CE_Page.php] on line 765
*Signature: public function session_req_exists($key)
*Signature: public function session_req_exists($key)
*Parameters:
*Parameters:
Line 383: Line 385:
===setAccess()===
===setAccess()===
Change the access level required to view this page. If the access level requirements change after the page object has been instantiated this method is used to set a new access level for the [[#$access | $access]] variable. @param array of string
Change the access level required to view this page. If the access level requirements change after the page object has been instantiated this method is used to set a new access level for the [[#$access | $access]] variable. @param array of string
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0-dev/annotate/head:/modules/Pages/lib/I2CE_Page.php#L578 i2ce/modules/Pages/lib/I2CE_Page.php] on line 578
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0-dev/annotate/head:/modules/Pages/lib/I2CE_Page.php#L581 i2ce/modules/Pages/lib/I2CE_Page.php] on line 581
*Signature: public function setAccess($access)
*Signature: public function setAccess($access)
*Parameters:
*Parameters:
Line 389: Line 391:
===setIsPost()===
===setIsPost()===
Sets if this pages is a post or not
Sets if this pages is a post or not
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0-dev/annotate/head:/modules/Pages/lib/I2CE_Page.php#L614 i2ce/modules/Pages/lib/I2CE_Page.php] on line 614
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0-dev/annotate/head:/modules/Pages/lib/I2CE_Page.php#L617 i2ce/modules/Pages/lib/I2CE_Page.php] on line 617
*Signature: public function setIsPost($post)
*Signature: public function setIsPost($post)
*Parameters:
*Parameters:
Line 395: Line 397:
===setRedirect()===
===setRedirect()===
Set the URL to be redirected to instead of displaying this page.
Set the URL to be redirected to instead of displaying this page.
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0-dev/annotate/head:/modules/Pages/lib/I2CE_Page.php#L865 i2ce/modules/Pages/lib/I2CE_Page.php] on line 865
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0-dev/annotate/head:/modules/Pages/lib/I2CE_Page.php#L868 i2ce/modules/Pages/lib/I2CE_Page.php] on line 868
*Signature: public function setRedirect($url)
*Signature: public function setRedirect($url)
*Parameters:
*Parameters:
Line 401: Line 403:
===setupGetPost()===
===setupGetPost()===
setup of the get and post variables. @param array $psot.  If null (default) it will be $_POST if it is a HTTP array request. otherwise it is the empty array
setup of the get and post variables. @param array $psot.  If null (default) it will be $_POST if it is a HTTP array request. otherwise it is the empty array
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0-dev/annotate/head:/modules/Pages/lib/I2CE_Page.php#L308 i2ce/modules/Pages/lib/I2CE_Page.php] on line 308
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0-dev/annotate/head:/modules/Pages/lib/I2CE_Page.php#L311 i2ce/modules/Pages/lib/I2CE_Page.php] on line 311
*Signature: protected function setupGetPost($get,$post,$strip)
*Signature: protected function setupGetPost($get,$post,$strip)
*Parameters:
*Parameters:

Revision as of 08:57, 3 August 2010


This article describes the class I2CE_Page .

Variables

$template

The template object for handling the HTML templates and data to be displayed.

$defaultHTMLFile

The default HTML/XML files to be displayed by the template. of string

$role

The role that can view this page.

$user

The user viewing this page.

$access

The access level required for this page.

$redirect

A url to redirect to instead of displaying the page.

$post

Holds a reference to the $_POST array which is a list of all data sent from a form.

$get

Holds a reference to the $_GET array which is a list of all variables sent in the URL or from a form with an action of "GET."

$page_root

the page root -- this is the URL relative to the site base that is used to get to this page.

$page_remainder

the page remainder -- this is the remainder of the URL relative to the site base that is used to get to this page.

$args

The arguments passed in the constructor. @param protected array $args

$request_remainder

The remainder of the page request -- everything after (option_module_name/)page_name(/reminder/of/the/request) @param protected array $request_remainder

$permissionParser

The permission parser for the user of this page. @param I2CE_PermissionParser $permissionParser

$page

. The requested page

$module

. The module that contains this page.

$is_post

-- true if this page is a post.

$session_req

Holds a reference to a session request array if one has been requested and exists in the session.

$request_vars

Methods

__construct()

Create a new instance of a page. The default constructor should be called by any pages extending this object. It creates the and objects and sets up the basic member variables.

  • Defined in i2ce/modules/Pages/lib/I2CE_Page.php on line 242
  • Signature: public function __construct($args,$request_remainder,$get,$post)
  • Parameters:
    • array $args
    • array $request_remainder
      The remainder of the request path
    • $get
      • Default Value: null
    • $post
      • Default Value: null

_display()

Display the template as HTML/XML. Sets the header and displays any buffered warnings/echoed text.

_flattenRequestVars()

action()

Perform any actions to load the HTML templates. The default action simply loads all the HTML template files.

actionCommandLine()

The business method if this page is called from the commmand line

  • Defined in i2ce/modules/Pages/lib/I2CE_Page.php on line 570
  • Signature: protected function actionCommandLine($args,$request_remainder)
  • Parameters:
    • array $args
      the array of unix style command line arguments Arguements are link that in: http://us3.php.net/manual/en/features.commandline.php#78651 If we were called as: index.php --page=/module/page/some/thing/else --long -AB 2 -C -D 'ostrich' --eggs==good Then $request_remainder = array('some','thing','else') and $args = array('long'=>true, 'A'=>true, 'B'=>2, 'C'=>true, 'D'=>'ostrich', 'eggs'=>'good')
    • array $request_remainder
      the remainder of the request after the page specfication.

display()

Calls the appropriate action for the page. Then it Displays or redirects the page as appropriate. This will check to make sure the page can be seen by this user and if not redirect them to an error page. If the redirect variable has been set then the page will be redirected to the new page. Otherwise the  ::display() template display method will be called to output the combined template files to the browser.

  • Defined in i2ce/modules/Pages/lib/I2CE_Page.php on line 450
  • Signature: public function display($supress_output)
  • Parameters:
    • boolean $supress_output
      defaults to false. set to true to supress the output of a webpage
      • Default Value: false

fixupRequestVariables()

Applies any transformations (make sure magic quotes is off, nesting, and json decoding) to an array variables @param boolean $transform. Defaults to true

flattenRequestVars()

get()

Gets/sets the $get value for the given key.

  • Defined in i2ce/modules/Pages/lib/I2CE_Page.php on line 723
  • Signature: public function get($key,$val)
  • Parameters:
    • string $key
      Defaults to null meaning we return all of the post variables (it is not slash escaped).
      • Default Value: null
    • mixed $val
      Defaults to null. If non-null we set the post value for $key to $val
      • Default Value: null
  • Returns: mixed
    if no val is set: string if a key is given and found. null if key is given nut not found. array otherwise

getAccess()

Get the access level required to view this page. If the access level requirements change after the page object has been instantiated this method is used to set a new access level for the $access variable.

getAccessedBaseURL()

Returns the base url from which the site was accessed. If no .htaccess is used, ths will include the index.php. If rewrites are used (via .htacces) this will no include the index.php. Point is... this is the base url from which the site was accessed, no questions asked. This of course assumes that you are now accessing the site via the command line

getTemplate()

Get the template associated to this page

getTitle()

Return the title for this page.

getUser()

Get the user of this page

get_exists()

Check to see if a key exists in the $get array.

hasPermission()

Parse a permission string to see if we have permission.

  • Defined in i2ce/modules/Pages/lib/I2CE_Page.php on line 230
  • Signature: public function hasPermission($permission,$node)
  • Parameters:
    • string $permission
    • DOMNode $node
      Defaults to null. If set, it is the node in the page's template that we get the data for.
      • Default Value: null
  • Returns: boolean.
    Null on failure.

initializeTemplate()

Handles creating hte I2CE_TemplateMeister templates and loading any default templates

isGet()

Check to see if the current page is a GET request or not

isPost()

Check to see if the current page is a POST form submission or not.

loadHTMLTemplates()

Load the template (HTML or XML) files to the template object.

module()

Sets/Gets the module.

page()

Sets/Gets the page.

pageRemainder()

Get/set the page remainder -- this is the remainder of the URL relative to the site base that is used to get to this page. @param $page_remainder Defaults to null. If non-null we set the page remainder. If null we get the page remainder.

  • Defined in i2ce/modules/Pages/lib/I2CE_Page.php on line 199
  • Signature: public function pageRemainder($page_remainder)
  • Parameters:
    • $page_remainder
      • Default Value: null
  • Returns: string
    if $page_remainder was null(default)

pageRoot()

Get/set the page root -- this is the URL relative to the site base that is used to get to this page. @param $page_root Defaults to null. If non-null we set the page root. If null we get the page root.

post()

Get/set the $post value for the given key.

  • Defined in i2ce/modules/Pages/lib/I2CE_Page.php on line 668
  • Signature: public function post($key,$val)
  • Parameters:
    • string $key
      Defaults to null meaning we return all of the post variables (it is not slash escaped).
      • Default Value: null
    • mixed $val
      Defaults to null. If non-null we set the post value for $key to $val
      • Default Value: null
  • Returns: mixed
    if no val is set: string if a key is given and found. null if key is given nut not found. array otherwise

post_exists()

Check to see if a key exists in the $post array.

redirect()

Send the redirect header with the given URL.

request()

Return the given value for the key in one of the request arrays.

request_exists()

Checks all the request arrays for the given key and returns true if it exists.

rewrittenURLs()

returns true if the url's have been written. false if not

session_req()

Gets/sets the $session_req value for the given key.

  • Defined in i2ce/modules/Pages/lib/I2CE_Page.php on line 786
  • Signature: public function session_req($key,$val)
  • Parameters:
    • string $key
      Defaults to null meaning we return all of the post variables (it is not slash escaped).
      • Default Value: null
    • mixed $val
      Defaults to null. If non-null we set the post value for $key to $val
      • Default Value: null
  • Returns: mixed
    if no val is set: string if a key is given and found. null if key is given nut not found. array otherwise

session_req_exists()

Check to see if a key exists in the $session_req array.

setAccess()

Change the access level required to view this page. If the access level requirements change after the page object has been instantiated this method is used to set a new access level for the $access variable. @param array of string

setIsPost()

Sets if this pages is a post or not

setRedirect()

Set the URL to be redirected to instead of displaying this page.

setupGetPost()

setup of the get and post variables. @param array $psot. If null (default) it will be $_POST if it is a HTTP array request. otherwise it is the empty array

  • Defined in i2ce/modules/Pages/lib/I2CE_Page.php on line 311
  • Signature: protected function setupGetPost($get,$post,$strip)
  • Parameters:
    • array $get
      If null (default) it will be $_GET if it is a HTTP request. otherwise it is the empty array
      • Default Value: null
    • $post
      • Default Value: null
    • boolean $strip
      Defauls to true. If true it will try to strip off magic quotes if they exist for a HTTP request.
      • Default Value: true

Inherited Methods

_hasMethod()

This public method is inherited from I2CE_Fuzzy->_hasMethod()

Inherited Fuzzy Methods

userMessage()

This method is inherited from I2CE_Fuzzy->userMessage()

Fuzzy Methods

launchBackgroundProcess()

This method is implemented by I2CE_BackgroundProcess->launchBackgroundProcess()

launchBackgroundPHPScript()

This method is implemented by I2CE_BackgroundProcess->launchBackgroundPHPScript()

launchBackgroundPage()

This method is implemented by I2CE_BackgroundProcess->launchBackgroundPage()

addColorPickerTriple()

This method is implemented by I2CE_Module_ColorPicker->addColorPickerTriple()

addDatePicker()

This method is implemented by I2CE_Module_DatePicker->addDatePicker()

selectOptionsImmediate()

This method is implemented by I2CE_DisplayData->selectOptionsImmediate()

setDisplayData()

This method is implemented by I2CE_DisplayData->setDisplayData()

setDisplayDataImmediate()

This method is implemented by I2CE_DisplayData->setDisplayDataImmediate()

addFormWorm()

This method is implemented by I2CE_Module_FormWorm->addFormWorm()

getClassValue()

This method is implemented by I2CE_MootoolsCore->getClassValue()

loadClassValues()

This method is implemented by I2CE_MootoolsCore->loadClassValues()

setClassValue()

This method is implemented by I2CE_MootoolsCore->setClassValue()

setClassValues()

This method is implemented by I2CE_MootoolsCore->setClassValues()

addOption()

This method is implemented by I2CE_Template_Options->addOption()

addOptions()

This method is implemented by I2CE_Template_Options->addOptions()

addAutoCompleteInputTreeById()

This method is implemented by I2CE_Module_TreeSelect->addAutoCompleteInputTreeById()

addAutoCompleteInputTree()

This method is implemented by I2CE_Module_TreeSelect->addAutoCompleteInputTree()

setForm()

This method is implemented by I2CE_Module_Forms->setForm()

getField()

This method is implemented by I2CE_Module_Forms->getField()

setReview()

This method is implemented by I2CE_Module_Forms->setReview()

isReview()

This method is implemented by I2CE_Module_Forms->isReview()

setShowForm()

This method is implemented by I2CE_Module_Forms->setShowForm()

showForm()

This method is implemented by I2CE_Module_Forms->showForm()

makeJumper()

This method is implemented by I2CE_Module_Jumper->makeJumper()

menuSelect()

This method is implemented by I2CE_Module_MenuSelect->menuSelect()

addUpdateSelect()

This method is implemented by I2CE_Module_MenuSelect->addUpdateSelect()

addAjaxUpdate()

This method is implemented by I2CE_Stub->addAjaxUpdate()

addAjaxToggle()

This method is implemented by I2CE_Stub->addAjaxToggle()

addAjaxRequestFunction()

This method is implemented by I2CE_Stub->addAjaxRequestFunction()

addAjaxCompleteFunction()

This method is implemented by I2CE_Stub->addAjaxCompleteFunction()

addAjaxToggleOnFunction()

This method is implemented by I2CE_Stub->addAjaxToggleOnFunction()

addAjaxToggleOffFunction()

This method is implemented by I2CE_Stub->addAjaxToggleOffFunction()

hasAjax()

This method is implemented by I2CE_Stub->hasAjaxFuzzy()

setDataTypePriority()

This method is implemented by I2CE_Module_TemplateData->setDataTypePriority()

setData()

This method is implemented by I2CE_Module_TemplateData->setData()

getData()

This method is implemented by I2CE_Module_TemplateData->getData()

getDefaultData()

This method is implemented by I2CE_Module_TemplateData->getDefaultData()

removeData()

This method is implemented by I2CE_Module_TemplateData->removeData()

getDataNames()

This method is implemented by I2CE_Module_TemplateData->getDataNames()

ensureNode()

This method is implemented by I2CE_Module_TemplateData->ensureNode()