Phang  2.1
 All Classes Files Functions Variables Pages
Public Member Functions | Protected Attributes | Private Member Functions
Base Class Reference

Base class. More...

Inheritance diagram for Base:
Abstract_Email Abstract_tree Db Db_Convert Db_Migrate Db_Model Db_Model_Field Db_Record Export Html_Element Image_Thumbnail Length Mysql_Adapter Sql Sql_Filter Vat

List of all members.

Public Member Functions

 __call ($function, $params)
 The 'magic' call method will get/set for us invoked when the interpreter can not find a method the user is asking for.
 set_parameters ($arguments)
 Set variables from an array to member fields requires $this->optional_arguments or $this->required_arguments to have been set by the subclass.

Protected Attributes

 $optional_arguments = array()
 Array of options that can be set to variables.
 $required_arguments = array()
 Array of options that need to be set to variables.

Private Member Functions

 not_exist ($function_name)
 Throw an error when a method is being called on the object that doesn't exist.

Detailed Description

Base class.

Provides additional functionality for classes which inherit from this:


The documentation for this class was generated from the following file: