| $#! | |
| __autoload | |
| __construct | |
| __get, Cts_View_Renderer | |
| __isset, Cts_View_Renderer | |
| __set, Cts_View_Renderer | |
| __unset, Cts_View_Renderer | |
| _checkConfirmationUrl, User | |
| _getConfirmationUrl, User | |
| _setupTableName, DatabaseVersions | |
| A | |
| addAction, Cts_Plugin | |
| addActionHook, Cts_Plugin | |
| addBasePath, Cts_View_Renderer | |
| addFilter, Cts_Plugin | |
| addFilterHook, Cts_Plugin | |
| addHomepageVars, Homepage_Plugin | |
| addRoles, Cts_Acl | |
| assign, Cts_View_Renderer | |
| B | |
| br2nl, Cts_Common | |
| buildRecursiveNav, Navigation | |
| C | |
| cache, Config | |
| calculateAstroSign, Cts_Common | |
| calculateYearsOld, Cts_Common | |
| cancel, User | |
| checkbox, Cts_Request | |
| checkEmail, Cts_Validate | |
| checkLength, Cts_Validate | |
| choose, Locale | |
| cleanZendLocaleCode, Cts_Translate | |
| clearUserCache, Users | |
| clearVars, Cts_View_Renderer | |
| close, Cts_SessionSaveHandler | |
| Content_Db_Table | |
| convertlinebreaks, Cts_Common | |
| Cts_Db_Table_Abstract, Cts_Db_Table_Abstract | |
| Cts_Email, Cts_Email | |
| Cts_Plugin, Cts_Plugin | |
| D | |
| d | |
| dateDiffInDays, Cts_Common | |
| dd | |
| delete | |
| deleteavatar, User | |
| denied, Auth | |
| destroy, Cts_SessionSaveHandler | |
| disable | |
| display, Cts_View_Renderer | |
| doAction, Cts_Plugin | |
| doFilter, Cts_Plugin | |
| E | |
| edit | |
| editrole, Navigation | |
| enable | |
| error, Auth | |
| exists | |
| extract, Cts_Keyword |
Automatically loads a class.
function __autoload( $class_name )
public function __construct( Zend_Auth $auth )
function __construct( $request )
public function __construct( $tmplPath = null, $extraParams = array() )
Retrieve an assigned variable.
public function __get( $key )
Allows testing with empty() and isset() to work.
public function __isset( $key )
Assign a variable to the template.
public function __set( $key, $val )
Allows unset() on object properties to work.
public function __unset( $key )
Used in resetpassword to verify whether the email address and secret code match.
protected function _checkConfirmationUrl( $email, $code )
Used in forgotpassword to generate a random secret code for the forgot password email.
protected function _getConfirmationUrl( $email, $url = "/user/resetpassword/email/" )
Arguments: none
protected function _setupTableName()
TBD
function addAction( $hook, $class_name, $function_name, $priority = 10 )
TBD
function addActionHook( $hook )
Alias for setScriptPath.
public function addBasePath( $path, $prefix = 'Zend_View' )
TBD
function addFilter( $hook, $class_name, $function_name, $priority = 10 )
TBD
function addFilterHook( $hook )
function addHomepageVars( $params )
function addRoles( $parent_role = null )
Assign variables to the template.
public function assign( $spec, $value = null )
Converts XHTML br / tags to newline characters (chr 32).
static function br2nl( $string )
This is a recursive function that iterates through the supplied array, figures out if there are children, and either continues parsing the children (recursively), or assigns the results to the supplied parent (if the current recursion is complete).
private function buildRecursiveNav( $parent_item, $nav_items )
Arguments: none
function cache()
Calculates a star sign based on a birth date.
static function calculateAstroSign( $timestamp )
Calculates the number of years between a birthdate and now.
static function calculateYearsOld( $timestamp )
Allows a user to cancel their account.
function cancelAction()
forces a boolean for a checkbox
function checkbox( $var )
Validates an email address string.
static function checkEmail( $var )
Validates the length of a string.
static function checkLength( $var, $min, $max )
function chooseAction()
Prepares a locale code string for use with the Zend_Translate or Zend_Locale classes.
static function cleanZendLocaleCode( $locale_code )
Deletes all of a particular user’s images from the server cache.
static function clearUserCache( $username )
Clears all variables assigned to Zend_View either via {@link assign()} or property overloading ({@link __get()}/{@link __set()}).
public function clearVars()
TBD
public function close()
TBD
static function convertlinebreaks( $text )
Calls the parent’s constructor and instantiates a logger.
function Cts_Db_Table_Abstract( $config = null )
Sets a template path variable (_template_path), and instantiates a logger.
function Cts_Email( $template_path = null, $module = "default" )
function Cts_Plugin()
Dump the contents of a variable into the HTTP Response.
function d( $a_var )
Calculates the number of days between two dates.
static function dateDiffInDays( $pastdate, $futuredate )
Dump the contents of a variable into the HTTP Response and then end the HTTP Response.
function dd( $a_var )
public function delete( $where )
function deleteAction()
Delete a nav link for a certain role.
function deleteAction()
Delete a role.
function deleteAction()
Deletes a user.
function deleteAction()
Delete a user from the database.
public function delete( $where )
Allows the currently authenticated user to delete their own avatar.
function deleteavatarAction()
This page is shown if the user is not allowed access to the requested page.
function deniedAction()
TBD
public function destroy( $id )
function disable( $params )
Not currently used.
function disable( $params )
The ID of the module to disable.
function disable( $module_id )
Display the template.
public function display( $name )
Processes a plugin for an action hook.
function doAction( $hook, $params )
Processes a plugin for a filter hook.
function doFilter( $hook, $params )
Allows editing of a nav link for a certain role.
function editAction()
Edit which resources a role has access to by module.
function editAction()
Creates or edits roles.
function editAction()
Either displays an edit form to edit a given user, or processes the edit form, depending on whether or not the Request is a GET or POST.
function editAction()
The page for administrators to edit users.
function editAction()
Edit a role’s set of hardwired navigation links.
function editroleAction()
function enable( $params )
Not currently used.
function enable( $params )
Enables a module.
function enable( $module_id )
function errorAction()
function exists( $hook_name, $class_name, $method_name )
function extract( $source )