This class contains methods that prints out to the template system, the template system is what the user see when using your application.
This means everything that is supposed to echo to the users browser is done with this class. This class resides in the global variable $template and these methods can be called by $template->call_any_method(). Stop Here
Located in /legacy/template.class.php (line 22)
PHPDS_dependant | --template
Class | Description |
---|---|
PHPDS_template | PHPDevShell is a RAD Framework aimed at developing administrative applications. |
Contains active language identifier being used.
When this variable is assigned, the cronjob will output to his template system if it is enabled in the config.
Contains script HOOK data.
Contains array with existing registered hook points for active script.
The hook position id (head, foot, aaa, etc...) that is being required in main script.
This helps the developer split its code to only a specific hook area.
Example:
Contains script HTML data.
Use this variable to modify the output templates active info.
Use this variable to modify the output templates breadcrumbs.
Use this variable to modify the output templates footer.
Use this variable to modify the output templates menu.
Use this variable to modify the output templates script.
Use this variable to modify the output templates title.
Use to manage the view class.
Inherited from PHPDS_dependant
PHPDS_dependant::$dependance
PHPDS_dependant::$parent
Does the alternating colors of rows when there is more then 1 result. Intended to be used by the developer.
Sets Smarty variables to be passed to it.
Alias of assign.
Loads the default or custom template (tpl) file and prints it out.
Enter the template file for appropriate script here.
Loads the default or custom template (tpl) file and returns results.
Enter the template file for appropriate script here.
This function support output_script by looking deeper into menu structure to find last linked menu item that is not linked to another.
Loads the default or custom template (tpl) file and returns results.
Enter the template file for appropriate script here.
Get and return the supposed to run template.
The exact location where hook should be applied.
Convert all HTML entities to their applicable characters.
Will pick image or text icon depending on print or fast mode.
This creates an the [i] when over with mouse a popup with a message appears, this can be placed anywhere. Intended to be used by the developer.
Will load template icons and assign to lang array.
Loads the username & password html template form.
Print out any message given to it (instead of return). Intended to be used by the developer.
Returns "users version number" and some other detail to the template system. Intended to be used by the engine.
Returns "breadcrumbs" to the template system. Intended to be used by the engine.
Outputs charset.
Returns the last footer string to the template system. Intended to be used by the engine.
Outputs current language identifier being used.
Gets the desired logo and displays it. This method will try its best to deliver a logo, whatever the case.
Returns "menus" to the template system. Intended to be used by the engine.
Returns "output script" to the template system. Intended to be used by the engine.
Outputs the active scripts title.
Creates a random soft color by group. Intended to be used by the developer.
Output "no results found" if no results are found in a paging script.
Acquire script identification image or logo.
Sets Smarty variables to be passed to it.
Alias of assign.
Loads the default or custom template (tpl) file and prints it out.
Enter the template file for appropriate script here.
Outputs data to the cron template if cron debug is enabled in the configuration.
Inherited From PHPDS_dependant
PHPDS_dependant::__construct()
PHPDS_dependant::construct()
PHPDS_dependant::debugInstance()
PHPDS_dependant::factory()
PHPDS_dependant::factoryWith()
PHPDS_dependant::info()
PHPDS_dependant::log()
PHPDS_dependant::PHPDS_dependance()
PHPDS_dependant::_log()
PHPDS_dependant::__call()
PHPDS_dependant::__get()
PHPDS_dependant::__set()
Documentation generated on Tue, 09 Aug 2011 09:05:37 +0200 by phpDocumentor 1.4.3