| UsersIndex | |
| Author | Jaybill McCarthy |
| License | http://communit.as/docs/license |
| See Also | Cts_Db_Table_Abstract |
| Instance Variables | |
| $_name | The name of the table or view to interact with in the data source. |
| $_primary | The primary key of the table or view to interact with in the data source. |
| Instance Methods | |
| fetchByUsername | Retrieves all data about one particular user from the database. |
| userExists | Verifies the existence of a user in the database. |
The name of the table or view to interact with in the data source.
protected $_name
The primary key of the table or view to interact with in the data source.
protected $_primary
Retrieves all data about one particular user from the database.
public function fetchByUsername( $username )
Verifies the existence of a user in the database.
public function userExists( $username )