README
Todo List
[line 21]
[line 20]
[line 17]
[line 22]
DS __construct( $index)
Overridden in child classes as:
void connect( $method, [ $debug = false])
void getAuthType( )
void getErrorMessage( )
void getErrorNum( )
void getIndex( )
void getLogin( [ $method = null])
If this returns '', we are logged in with anonymous
string getMethod( [int $method = null])
If a method is passed, then it will be passed back. If no method is passed, then we'll check to see if the user is logged in. If they are, then 'user' is used, otherwise 'anon' is used.
void getName( )
void getPassword( [ $method = null])
void getValue( $key, $setting, [ $fatal = true])
void inactivityTime( )
void isDefaultKey( $key)
void isDefaultSetting( $key, $setting)
void isLoggedIn( [ $method = null])
void isReadOnly( )
void isSessionValid( )
void isVisible( )
void login( [ $user = null], [ $pass = null], [ $method = null])
method: 'user', connect with auth_id method: '<freetext>', any custom extra connection to ds.
void logout( [ $method = null])
void query( $query, $method, [ $index = null], [ $debug = false])
void setDefaults( $defaults)
void setLogin( $user, $pass, [ $method = null])
void setValue( $key, $setting, $value)
void untested( )