object Instance loadQuickFormSmartyRenderer(
)
|
|
Load new HTML_QuickForm Smarty Renderer
Creates new instance of HTML_QuickForm_Renderer_ArraySmarty using the current instance of smarty. If Smarty is not loaded, a Base_UtilityException will be thrown.
Tags:
void loadSmarty(
string
$conf)
|
|
Smarty Import Function
Function to import Smarty into the base class. This function takes the full path to a smarty config file as first argument. The config file should look (more or less) like Example 2-9 in the Smarty documentation:
http://smarty.php.net/manual/en/installing.smarty.basic.php
Tags:
Parameters:
string time(
string
$method, array
$params, [string
$date = null])
|
|
Interface to PEAR::Date
Takes method name as first argument, the method params as second argument. If the third argument is omitted, the actual date/time will be assumed.
For a full list of methods and params see http://pear.php.net/package/Date/docs/latest/Date/Date.html.
$time can be an ISO 8601, TIMESTAMP or UNIXTIME date/time.
Every date passed or generated by PEAR::Date will be converted in the timezone defined by base::_defaults['environment']['timezone']. If base::_defaults['environment']['timezone'] isn't set, empty or contains an unconfigured value, the dates will be converted to UTC.
If you don't like to get a date/time converted to the the configured time zone, use PEAR::Date directly
Tags:
Parameters: