Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
Typically there will only be a single instance of the database level class in an application.
Located in /AwlDatabase.php (line 58)
AwlDBDialect | --AwlDatabase
Holds whether we are translating all statements.
Holds the state of the transaction 0 = not started, 1 = in progress, -1 = error pending rollback/commit
Inherited from AwlDBDialect
AwlDBDialect::$db
AwlDBDialect::$dialect
Begin a transaction.
Complete a transaction.
Returns a PDOStatement object created using this database, the supplied SQL string, and any parameters given.
Operates identically to AwlDatabase::Prepare, except that $this->Translate() will be called on the query before any processing.
Returns a PDOStatement object created using this database, the supplied SQL string, and any parameters given.
Cancel a transaction in progress.
Returns the current state of a transaction, indicating if we have begun a transaction, whether the transaction has failed, or if we are not in a transaction.
Switches on or off the processing flag controlling whether subsequent calls to AwlDatabase::Prepare are translated as if PrepareTranslated() had been called.
Inherited From AwlDBDialect
AwlDBDialect::__construct()
AwlDBDialect::GetFields()
AwlDBDialect::GetVersion()
AwlDBDialect::Quote()
AwlDBDialect::ReplaceNamedParameters()
AwlDBDialect::ReplaceParameters()
AwlDBDialect::SetSearchPath()
AwlDBDialect::TranslateSQL()
Documentation generated on Wed, 04 Jul 2012 07:06:11 +0000 by phpDocumentor 1.4.3