Changeset 3884 for branches/0.10/lib/Doctrine/Connection/Statement.php
- Timestamp:
- 02/22/08 13:26:35 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/0.10/lib/Doctrine/Connection/Statement.php
r2963 r3884 17 17 * This software consists of voluntary contributions made by many individuals 18 18 * and is licensed under the LGPL. For more information, see 19 * <http://www.phpdoctrine. com>.19 * <http://www.phpdoctrine.org>. 20 20 */ 21 21 Doctrine::autoload('Doctrine_Adapter_Statement_Interface'); … … 27 27 * @author Konsta Vesterinen <kvesteri@cc.hut.fi> 28 28 * @license http://www.opensource.org/licenses/lgpl-license.php LGPL 29 * @link www.phpdoctrine. com29 * @link www.phpdoctrine.org 30 30 * @since 1.0 31 31 * @version $Revision: 1532 $