sfMessageSource_Database class.
Method Summary
-
array
getCatalogueList($catalogue)
Gets all the variants of a particular catalogue.
-
getId()
-
array
parseDSN($dsn)
For a given DSN (database connection string), return some information about the DSN.
& , append , factory , getCache , getCatalogueList , getCulture , getLastModified , getSource , isValidSource , load , read , setCache , setCulture , __construct
Method Details
-
(array) getCatalogueList ($catalogue)
Browse code
| $catalogue |
catalogue name |
Gets all the variants of a particular catalogue.
returns list of all variants for this catalogue.
-
-
(array) parseDSN ($dsn)
Browse code
| $dsn |
DSN format, similar to PEAR's DB |
For a given DSN (database connection string), return some information about the DSN.
This function comes from PEAR's DB package.
returns DSN information.
|