Factory to create DAO objects
| package |
jelix |
|---|---|
| subpackage |
dao |
create( $DaoId, string $profile = '') : \jDaoFactoryBase
If no dao is founded, try to compile a DAO from the dao xml file
stringthe db profile name to use for the connection. If empty, use the default profile
\jDaoFactoryBasethe dao object
createConditions(string $glueOp = 'AND') : \jDaoConditions
| see | \jDaoFactoryBase::findby |
|---|
stringvalue should be AND or OR
\jDaoConditions
createRecord( $DaoId, string $profile = '') : \jDaoRecordBase
stringthe db profile name to use for the connection. If empty, use the default profile
\jDaoRecordBasea dao record object
get( $DaoId, string $profile = '') : \jDaoFactoryBase
If no dao is founded, try to compile a DAO from the dao xml file
stringthe db profile name to use for the connection. If empty, use the default profile
\jDaoFactoryBasethe dao object
_daoSingleton :