[ Index ]
 

Code source de Symfony 1.0.0

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/lib/vendor/creole/common/

FolderRemonter  
FileConnectionCommon.php        [source] [258 lignes]  Class that contains some shared/default information for connections. Classes may wish to extend this so as not to worry about the sleep/wakeup methods, etc. In reality this class is not very useful yet, so there's not much incentive for drivers to extend this.
FilePreparedStatementCommon.php [source] [640 lignes]  Class that represents a shared code for handling emulated pre-compiled statements. Many drivers do not take advantage of pre-compiling SQL statements; for these cases the precompilation is emulated. This emulation comes with slight penalty involved in parsing the queries, but provides other benefits such as a cleaner object model and ability to work with BLOB and CLOB values w/o needing special LOB-specific routines.
FileResultSetCommon.php         [source] [447 lignes]  This class implements many shared or common methods needed by resultset drivers. This class may (optionally) be extended by driver classes simply to make it easier to create driver classes. This is also useful in the early stages of Creole development as it means that API changes affect fewer files. As Creole matures/stabalizes having a common class may become less useful, as drivers may have their own ways of doing things (and we'll have a solid unit test framework to make sure drivers conform to the API described by the interfaces).
FileStatementCommon.php         [source] [289 lignes]  Class that contains common/shared functionality for Statements.


Généré le : Fri Mar 16 22:42:14 2007 par Balluche grâce à PHPXref 0.7