diff --git a/Doctrine/Access.php b/Doctrine/Access.php index 3a284aed1..40adbc853 100644 --- a/Doctrine/Access.php +++ b/Doctrine/Access.php @@ -97,4 +97,4 @@ abstract class Doctrine_Access implements ArrayAccess { return $this->remove($offset); } } -?> + diff --git a/Doctrine/Association.php b/Doctrine/Association.php index 70dcccf9e..beb585943 100644 --- a/Doctrine/Association.php +++ b/Doctrine/Association.php @@ -56,4 +56,4 @@ class Doctrine_Association extends Doctrine_Relation { return $dql; } } -?> + diff --git a/Doctrine/Cache.php b/Doctrine/Cache.php index d11d8626c..0445ccf51 100644 --- a/Doctrine/Cache.php +++ b/Doctrine/Cache.php @@ -68,4 +68,4 @@ class Doctrine_Cache implements iDoctrine_Cache { } } -?> + diff --git a/Doctrine/Cache/File.php b/Doctrine/Cache/File.php index 329b093ba..190f375e8 100644 --- a/Doctrine/Cache/File.php +++ b/Doctrine/Cache/File.php @@ -257,4 +257,4 @@ class Doctrine_Cache_File implements Countable { } } -?> + diff --git a/Doctrine/Cache/Manager.class.php b/Doctrine/Cache/Manager.class.php index 22e04db79..b8b2c5607 100644 --- a/Doctrine/Cache/Manager.class.php +++ b/Doctrine/Cache/Manager.class.php @@ -2,4 +2,4 @@ class Doctrine_Cache_Manager { } -?> + diff --git a/Doctrine/Cache/Memcache.class.php b/Doctrine/Cache/Memcache.class.php index 988d3804f..4449a4050 100644 --- a/Doctrine/Cache/Memcache.class.php +++ b/Doctrine/Cache/Memcache.class.php @@ -2,4 +2,4 @@ class Doctrine_Cache_Memcache extends Doctrine_Cache { } -?> + diff --git a/Doctrine/Cache/Query/Sqlite.php b/Doctrine/Cache/Query/Sqlite.php index f51ca09b1..7f1fb6f65 100644 --- a/Doctrine/Cache/Query/Sqlite.php +++ b/Doctrine/Cache/Query/Sqlite.php @@ -122,4 +122,4 @@ class Doctrine_Cache_Query_Sqlite implements Countable { return $data[0]; } } -?> + diff --git a/Doctrine/Cache/Sqlite.php b/Doctrine/Cache/Sqlite.php index 44ebc26bc..e5e226245 100644 --- a/Doctrine/Cache/Sqlite.php +++ b/Doctrine/Cache/Sqlite.php @@ -262,4 +262,4 @@ class Doctrine_Cache_Sqlite { $this->autoClean(); } } -?> + diff --git a/Doctrine/Collection.php b/Doctrine/Collection.php index 1f23165ad..a8ff0d389 100644 --- a/Doctrine/Collection.php +++ b/Doctrine/Collection.php @@ -679,4 +679,4 @@ class Doctrine_Collection extends Doctrine_Access implements Countable, Iterator return Doctrine_Lib::getCollectionAsString($this); } } -?> + diff --git a/Doctrine/Collection/Batch.php b/Doctrine/Collection/Batch.php index 626711a11..cd0f8c7bb 100644 --- a/Doctrine/Collection/Batch.php +++ b/Doctrine/Collection/Batch.php @@ -160,4 +160,4 @@ class Doctrine_Collection_Batch extends Doctrine_Collection { return new Doctrine_Iterator_Expandable($this); } } -?> + diff --git a/Doctrine/Collection/Immediate.php b/Doctrine/Collection/Immediate.php index 3d98b8a85..7c648e2ea 100644 --- a/Doctrine/Collection/Immediate.php +++ b/Doctrine/Collection/Immediate.php @@ -16,4 +16,4 @@ class Doctrine_Collection_Immediate extends Doctrine_Collection { parent::__construct($table); } } -?> + diff --git a/Doctrine/Collection/Lazy.php b/Doctrine/Collection/Lazy.php index 3bf35efbe..fde0252aa 100644 --- a/Doctrine/Collection/Lazy.php +++ b/Doctrine/Collection/Lazy.php @@ -15,4 +15,4 @@ class Doctrine_Collection_Lazy extends Doctrine_Collection_Batch { parent::setBatchSize(1); } } -?> + diff --git a/Doctrine/Collection/Offset.php b/Doctrine/Collection/Offset.php index 6bbc1bd2d..ba16307ad 100644 --- a/Doctrine/Collection/Offset.php +++ b/Doctrine/Collection/Offset.php @@ -28,4 +28,4 @@ class Doctrine_Collection_Offset extends Doctrine_Collection { return new Doctrine_Iterator_Expandable($this); } } -?> + diff --git a/Doctrine/Configurable.php b/Doctrine/Configurable.php index 8cd625b0a..313f6a126 100644 --- a/Doctrine/Configurable.php +++ b/Doctrine/Configurable.php @@ -192,4 +192,4 @@ abstract class Doctrine_Configurable { return $this->parent; } } -?> + diff --git a/Doctrine/Connection.php b/Doctrine/Connection.php index a4f4dc3f5..8d12e6ec2 100644 --- a/Doctrine/Connection.php +++ b/Doctrine/Connection.php @@ -939,4 +939,4 @@ abstract class Doctrine_Connection extends Doctrine_Configurable implements Coun return Doctrine_Lib::getConnectionAsString($this); } } -?> + diff --git a/Doctrine/Connection/Common.php b/Doctrine/Connection/Common.php index 677ebc701..3c54fe428 100644 --- a/Doctrine/Connection/Common.php +++ b/Doctrine/Connection/Common.php @@ -22,4 +22,4 @@ class Doctrine_Connection_Common extends Doctrine_Connection { return $query; } } -?> + diff --git a/Doctrine/Connection/Exception.php b/Doctrine/Connection/Exception.php index 99b84ef9f..8b967f6ba 100644 --- a/Doctrine/Connection/Exception.php +++ b/Doctrine/Connection/Exception.php @@ -10,4 +10,4 @@ class Doctrine_Connection_Exception extends Doctrine_Exception { Doctrine_Manager::getInstance()->openConnection() to open a new connection.",Doctrine::ERR_NO_SESSIONS); } } -?> + diff --git a/Doctrine/Connection/Firebird.php b/Doctrine/Connection/Firebird.php index 648d2a11b..4e680ba59 100644 --- a/Doctrine/Connection/Firebird.php +++ b/Doctrine/Connection/Firebird.php @@ -18,4 +18,4 @@ class Doctrine_Connection_Firebird extends Doctrine_Connection { return $data[0]; } } -?> + diff --git a/Doctrine/Connection/Informix.php b/Doctrine/Connection/Informix.php index 91211220e..05dbee7c1 100644 --- a/Doctrine/Connection/Informix.php +++ b/Doctrine/Connection/Informix.php @@ -3,4 +3,4 @@ * informix database driver */ class Doctrine_Connection_Informix extends Doctrine_Connection { } -?> + diff --git a/Doctrine/Connection/Mssql.php b/Doctrine/Connection/Mssql.php index 75106e0a8..f94a32cd3 100644 --- a/Doctrine/Connection/Mssql.php +++ b/Doctrine/Connection/Mssql.php @@ -69,4 +69,4 @@ class Doctrine_Connection_Mssql extends Doctrine_Connection { return $query; } } -?> + diff --git a/Doctrine/Connection/Mysql.php b/Doctrine/Connection/Mysql.php index 89d43e148..38b41e926 100644 --- a/Doctrine/Connection/Mysql.php +++ b/Doctrine/Connection/Mysql.php @@ -156,4 +156,4 @@ class Doctrine_Connection_Mysql extends Doctrine_Connection_Common { */ } -?> + diff --git a/Doctrine/Connection/Oracle.php b/Doctrine/Connection/Oracle.php index 60c506afe..5e9d46d49 100644 --- a/Doctrine/Connection/Oracle.php +++ b/Doctrine/Connection/Oracle.php @@ -29,4 +29,4 @@ class Doctrine_Connection_Oracle extends Doctrine_Connection { return $data[0]; } } -?> + diff --git a/Doctrine/Connection/Pgsql.php b/Doctrine/Connection/Pgsql.php index 84928aced..6bfd12afe 100644 --- a/Doctrine/Connection/Pgsql.php +++ b/Doctrine/Connection/Pgsql.php @@ -15,4 +15,4 @@ class Doctrine_Connection_Pgsql extends Doctrine_Connection_Common { return $data[0]; } } -?> + diff --git a/Doctrine/Connection/Sqlite.php b/Doctrine/Connection/Sqlite.php index eeb995f98..1a38f0024 100644 --- a/Doctrine/Connection/Sqlite.php +++ b/Doctrine/Connection/Sqlite.php @@ -4,4 +4,4 @@ require_once("Common.php"); * sqlite driver */ class Doctrine_Connection_Sqlite extends Doctrine_Connection_Common { } -?> + diff --git a/Doctrine/DB.php b/Doctrine/DB.php index b8ecae778..ca3505068 100644 --- a/Doctrine/DB.php +++ b/Doctrine/DB.php @@ -134,4 +134,4 @@ class Doctrine_DB extends PDO implements Countable, IteratorAggregate { } } -?> + diff --git a/Doctrine/DBStatement.php b/Doctrine/DBStatement.php index 5eca6d189..386f76bb5 100644 --- a/Doctrine/DBStatement.php +++ b/Doctrine/DBStatement.php @@ -46,4 +46,4 @@ class Doctrine_DBStatement extends PDOStatement { return $result; } } -?> + diff --git a/Doctrine/DataDict/Sqlite.php b/Doctrine/DataDict/Sqlite.php index 688d02f50..cb1c81e55 100644 --- a/Doctrine/DataDict/Sqlite.php +++ b/Doctrine/DataDict/Sqlite.php @@ -134,4 +134,4 @@ class Doctrine_DataDict_Sqlite { } } -?> + diff --git a/Doctrine/EventListener.php b/Doctrine/EventListener.php index 918e7846c..f6ded28ec 100644 --- a/Doctrine/EventListener.php +++ b/Doctrine/EventListener.php @@ -64,4 +64,4 @@ abstract class Doctrine_EventListener implements Doctrine_EventListener_Interfac } -?> + diff --git a/Doctrine/EventListener/Chain.php b/Doctrine/EventListener/Chain.php index da2c1460e..05bac6456 100644 --- a/Doctrine/EventListener/Chain.php +++ b/Doctrine/EventListener/Chain.php @@ -51,4 +51,4 @@ class Doctrine_EvenListener_Chain extends Doctrine_Access { } } } -?> + diff --git a/Doctrine/EventListener/Debugger.php b/Doctrine/EventListener/Debugger.php index 4c2f9a617..6ebe82011 100644 --- a/Doctrine/EventListener/Debugger.php +++ b/Doctrine/EventListener/Debugger.php @@ -149,4 +149,4 @@ class Doctrine_EventListener_Debugger extends Doctrine_EventListener { $this->debug[] = new Doctrine_DebugMessage($collection,self::EVENT_PRECOLLDELETE); } } -?> + diff --git a/Doctrine/EventListener/Empty.php b/Doctrine/EventListener/Empty.php index 7f5be718c..d7e83c8fb 100644 --- a/Doctrine/EventListener/Empty.php +++ b/Doctrine/EventListener/Empty.php @@ -3,4 +3,4 @@ * an emtpy listener all components use this by default */ class Doctrine_EventListener_Empty extends Doctrine_EventListener { } -?> + diff --git a/Doctrine/Exception.php b/Doctrine/Exception.php index 7e8461591..e89c18dc6 100644 --- a/Doctrine/Exception.php +++ b/Doctrine/Exception.php @@ -3,4 +3,4 @@ class InvalidKeyException extends Exception { } class InvalidTypeException extends Exception { } class Doctrine_Exception extends Exception { } class DQLException extends Doctrine_Exception { } -?> + diff --git a/Doctrine/Exception/Find.class.php b/Doctrine/Exception/Find.class.php index ed9f23ca1..5e38aeddc 100644 --- a/Doctrine/Exception/Find.class.php +++ b/Doctrine/Exception/Find.class.php @@ -8,4 +8,4 @@ class Doctrine_Find_Exception extends Doctrine_Exception { parent::__construct("Couldn't find Data Access Object.",Doctrine::ERR_FIND); } } -?> + diff --git a/Doctrine/Exception/Mapping.class.php b/Doctrine/Exception/Mapping.class.php index 7c63c4505..d9b169b52 100644 --- a/Doctrine/Exception/Mapping.class.php +++ b/Doctrine/Exception/Mapping.class.php @@ -8,4 +8,4 @@ class Doctrine_Mapping_Exception extends Doctrine_Exception { parent::__construct($message,Doctrine::ERR_MAPPING); } } -?> + diff --git a/Doctrine/Exception/Naming.class.php b/Doctrine/Exception/Naming.class.php index 70a691c42..fe475ccc6 100644 --- a/Doctrine/Exception/Naming.class.php +++ b/Doctrine/Exception/Naming.class.php @@ -9,4 +9,4 @@ class Doctrine_Naming_Exception extends Doctrine_Exception { must be in format [Name]Table.", Doctrine::ERR_NAMING); } } -?> + diff --git a/Doctrine/Exception/PrimaryKey.class.php b/Doctrine/Exception/PrimaryKey.class.php index 0e2e9014f..98e2424e3 100644 --- a/Doctrine/Exception/PrimaryKey.class.php +++ b/Doctrine/Exception/PrimaryKey.class.php @@ -8,4 +8,4 @@ class Doctrine_PrimaryKey_Exception extends Doctrine_Exception { parent::__construct("No primary key column found. Each data set must have primary key column.", Doctrine::ERR_NO_PK); } } -?> + diff --git a/Doctrine/Filter.php b/Doctrine/Filter.php index 770b6d6bb..64385851f 100644 --- a/Doctrine/Filter.php +++ b/Doctrine/Filter.php @@ -11,4 +11,4 @@ class Doctrine_Filter { return $this->name; } } -?> + diff --git a/Doctrine/ForeignKey.php b/Doctrine/ForeignKey.php index 45da235ae..d392aa127 100644 --- a/Doctrine/ForeignKey.php +++ b/Doctrine/ForeignKey.php @@ -3,4 +3,4 @@ * Foreign Key */ class Doctrine_ForeignKey extends Doctrine_Relation { } -?> + diff --git a/Doctrine/Form.php b/Doctrine/Form.php index 0ccacd474..49249b908 100644 --- a/Doctrine/Form.php +++ b/Doctrine/Form.php @@ -77,4 +77,4 @@ class Doctrine_Form implements Iterator { return true; } } -?> + diff --git a/Doctrine/Hydrate.php b/Doctrine/Hydrate.php index 8aaa9245d..8bfbe1178 100644 --- a/Doctrine/Hydrate.php +++ b/Doctrine/Hydrate.php @@ -541,4 +541,4 @@ abstract class Doctrine_Hydrate extends Doctrine_Access { return $this->tables[$name]; } } -?> + diff --git a/Doctrine/Identifier.php b/Doctrine/Identifier.php index 48e6f747b..c4c3c6b38 100644 --- a/Doctrine/Identifier.php +++ b/Doctrine/Identifier.php @@ -17,4 +17,4 @@ class Doctrine_Identifier { */ const COMPOSITE = 4; } -?> + diff --git a/Doctrine/Import.php b/Doctrine/Import.php index 97cd65b28..ef793eef1 100644 --- a/Doctrine/Import.php +++ b/Doctrine/Import.php @@ -87,4 +87,4 @@ class Doctrine_Import } // end of Doctrine_Import -?> + diff --git a/Doctrine/Import/Builder.php b/Doctrine/Import/Builder.php index a43e7de34..5fa0aa2ae 100644 --- a/Doctrine/Import/Builder.php +++ b/Doctrine/Import/Builder.php @@ -57,4 +57,4 @@ abstract class Doctrine_Import_Builder } // end of Doctrine_Import_Builder -?> + diff --git a/Doctrine/Import/Builder/Exception.php b/Doctrine/Import/Builder/Exception.php index a5a77b662..a5ba5d7b0 100644 --- a/Doctrine/Import/Builder/Exception.php +++ b/Doctrine/Import/Builder/Exception.php @@ -47,4 +47,4 @@ class Doctrine_Import_Builder_Exception } // end of Doctrine_Import_Builder_Exception -?> + diff --git a/Doctrine/Import/Reader.php b/Doctrine/Import/Reader.php index 409eb0d3a..8e85f1cdd 100644 --- a/Doctrine/Import/Reader.php +++ b/Doctrine/Import/Reader.php @@ -57,4 +57,4 @@ abstract class Doctrine_Import_Reader } // end of Doctrine_Import_Reader -?> + diff --git a/Doctrine/Import/Reader/Db.php b/Doctrine/Import/Reader/Db.php index c7f27bcbc..a644d04f5 100644 --- a/Doctrine/Import/Reader/Db.php +++ b/Doctrine/Import/Reader/Db.php @@ -72,4 +72,4 @@ class Doctrine_Import_Reader_Db extends Doctrine_Import_Reader } // end of Doctrine_Import_Reader_Db -?> + diff --git a/Doctrine/Import/Reader/Exception.php b/Doctrine/Import/Reader/Exception.php index 55d5cb6f8..c449cdfcb 100644 --- a/Doctrine/Import/Reader/Exception.php +++ b/Doctrine/Import/Reader/Exception.php @@ -47,4 +47,4 @@ class Doctrine_Import_Reader_Exception } // end of Doctrine_Import_Reader_Exception -?> + diff --git a/Doctrine/Import/Reader/Propel.php b/Doctrine/Import/Reader/Propel.php index 655f3596f..1ae011587 100644 --- a/Doctrine/Import/Reader/Propel.php +++ b/Doctrine/Import/Reader/Propel.php @@ -61,4 +61,4 @@ class Doctrine_Import_Reader_Xml_Propel extends Doctrine_Import_Reader } // end of Doctrine_Import_Reader_Xml_Propel -?> + diff --git a/Doctrine/IndexGenerator.php b/Doctrine/IndexGenerator.php index 01b1bcd9d..b5cb4f99a 100644 --- a/Doctrine/IndexGenerator.php +++ b/Doctrine/IndexGenerator.php @@ -22,4 +22,4 @@ class Doctrine_IndexGenerator { return $value; } } -?> + diff --git a/Doctrine/Iterator.php b/Doctrine/Iterator.php index 5776e86f5..e0be4eac2 100644 --- a/Doctrine/Iterator.php +++ b/Doctrine/Iterator.php @@ -99,4 +99,4 @@ abstract class Doctrine_Iterator implements Iterator { } -?> + diff --git a/Doctrine/Iterator/Expandable.php b/Doctrine/Iterator/Expandable.php index 7a56b3d4a..aa788a6d5 100644 --- a/Doctrine/Iterator/Expandable.php +++ b/Doctrine/Iterator/Expandable.php @@ -22,4 +22,4 @@ class Doctrine_Iterator_Expandable extends Doctrine_Iterator { } } } -?> + diff --git a/Doctrine/Iterator/Normal.php b/Doctrine/Iterator/Normal.php index 4e218951a..baa86d776 100644 --- a/Doctrine/Iterator/Normal.php +++ b/Doctrine/Iterator/Normal.php @@ -28,4 +28,4 @@ class Doctrine_Iterator_Normal extends Doctrine_Iterator { return ($this->index < $this->count); } } -?> + diff --git a/Doctrine/Iterator/Offset.php b/Doctrine/Iterator/Offset.php index 360860e92..9602cd9cb 100644 --- a/Doctrine/Iterator/Offset.php +++ b/Doctrine/Iterator/Offset.php @@ -5,4 +5,4 @@ class Doctrine_Iterator_Offset extends Doctrine_Iterator { public function valid() { } } -?> + diff --git a/Doctrine/Lib.php b/Doctrine/Lib.php index 8941fd141..84aae85ff 100644 --- a/Doctrine/Lib.php +++ b/Doctrine/Lib.php @@ -187,4 +187,4 @@ class Doctrine_Lib { return implode("\n",$r); } } -?> + diff --git a/Doctrine/Locking/Exception.php b/Doctrine/Locking/Exception.php index 1bd59260d..f741db6a0 100644 --- a/Doctrine/Locking/Exception.php +++ b/Doctrine/Locking/Exception.php @@ -8,4 +8,3 @@ */ class Doctrine_Locking_Exception extends Doctrine_Exception {} -?> \ No newline at end of file diff --git a/Doctrine/Locking/Manager/Pessimistic.php b/Doctrine/Locking/Manager/Pessimistic.php index 46adc24b0..cd3191fbb 100644 --- a/Doctrine/Locking/Manager/Pessimistic.php +++ b/Doctrine/Locking/Manager/Pessimistic.php @@ -239,4 +239,4 @@ class Doctrine_Locking_Manager_Pessimistic } -?> + diff --git a/Doctrine/Manager.php b/Doctrine/Manager.php index 73903fe98..415859c00 100644 --- a/Doctrine/Manager.php +++ b/Doctrine/Manager.php @@ -294,4 +294,4 @@ class Doctrine_Manager extends Doctrine_Configurable implements Countable, Itera return implode("\n",$r); } } -?> + diff --git a/Doctrine/Module.php b/Doctrine/Module.php index 6b84253d8..90417d197 100644 --- a/Doctrine/Module.php +++ b/Doctrine/Module.php @@ -57,4 +57,4 @@ class Doctrine_Module implements IteratorAggregate, Countable { return count($this->components); } } -?> + diff --git a/Doctrine/Null.php b/Doctrine/Null.php index f0093fbbe..b730f139e 100644 --- a/Doctrine/Null.php +++ b/Doctrine/Null.php @@ -6,4 +6,4 @@ * used for extra fast null value testing with isset() rather than array_key_exists() */ class Doctrine_Null { } -?> + diff --git a/Doctrine/Query.php b/Doctrine/Query.php index 51650046c..ff2d21b70 100644 --- a/Doctrine/Query.php +++ b/Doctrine/Query.php @@ -812,4 +812,4 @@ class Doctrine_Query extends Doctrine_Hydrate implements Countable { } } } -?> + diff --git a/Doctrine/Query/Condition.php b/Doctrine/Query/Condition.php index e4e75f833..56f204d47 100644 --- a/Doctrine/Query/Condition.php +++ b/Doctrine/Query/Condition.php @@ -42,4 +42,4 @@ abstract class Doctrine_Query_Condition extends Doctrine_Query_Part { return "(".$r.")"; } } -?> + diff --git a/Doctrine/Query/Exception.php b/Doctrine/Query/Exception.php index dfcac75d8..390e0f49f 100644 --- a/Doctrine/Query/Exception.php +++ b/Doctrine/Query/Exception.php @@ -2,4 +2,4 @@ require_once(Doctrine::getPath().DIRECTORY_SEPARATOR."Doctrine".DIRECTORY_SEPARATOR."Exception.php"); class Doctrine_Query_Exception extends Doctrine_Exception { } -?> + diff --git a/Doctrine/Query/From.php b/Doctrine/Query/From.php index 325eab5f4..ec465d73b 100644 --- a/Doctrine/Query/From.php +++ b/Doctrine/Query/From.php @@ -23,4 +23,4 @@ class Doctrine_Query_From extends Doctrine_Query_Part { return ( ! empty($this->parts))?implode(", ", $this->parts):''; } } -?> + diff --git a/Doctrine/Query/Groupby.php b/Doctrine/Query/Groupby.php index 5d8b35137..e77bfad92 100644 --- a/Doctrine/Query/Groupby.php +++ b/Doctrine/Query/Groupby.php @@ -27,4 +27,4 @@ class Doctrine_Query_Groupby extends Doctrine_Query_Part { return ( ! empty($this->parts))?implode(", ", $this->parts):''; } } -?> + diff --git a/Doctrine/Query/Having.php b/Doctrine/Query/Having.php index c962baded..4ab4e08f7 100644 --- a/Doctrine/Query/Having.php +++ b/Doctrine/Query/Having.php @@ -71,4 +71,4 @@ class Doctrine_Query_Having extends Doctrine_Query_Condition { return ( ! empty($this->parts))?implode(" AND ", $this->parts):''; } } -?> + diff --git a/Doctrine/Query/Orderby.php b/Doctrine/Query/Orderby.php index 33ec8bac7..35833ac96 100644 --- a/Doctrine/Query/Orderby.php +++ b/Doctrine/Query/Orderby.php @@ -38,4 +38,4 @@ class Doctrine_Query_Orderby extends Doctrine_Query_Part { return ( ! empty($this->parts))?implode(", ", $this->parts):''; } } -?> + diff --git a/Doctrine/Query/Part.php b/Doctrine/Query/Part.php index e6b4d0532..fcda65ba5 100644 --- a/Doctrine/Query/Part.php +++ b/Doctrine/Query/Part.php @@ -37,4 +37,4 @@ abstract class Doctrine_Query_Part extends Doctrine_Access { } -?> + diff --git a/Doctrine/Query/Where.php b/Doctrine/Query/Where.php index 3bbff4fa2..be59e5364 100644 --- a/Doctrine/Query/Where.php +++ b/Doctrine/Query/Where.php @@ -39,4 +39,4 @@ class Doctrine_Query_Where extends Doctrine_Query_Condition { return ( ! empty($this->parts))?implode(" AND ", $this->parts):''; } } -?> + diff --git a/Doctrine/RawSql.php b/Doctrine/RawSql.php index 2eef471e3..df2313833 100644 --- a/Doctrine/RawSql.php +++ b/Doctrine/RawSql.php @@ -225,4 +225,4 @@ class Doctrine_RawSql extends Doctrine_Hydrate { } } -?> + diff --git a/Doctrine/Record.php b/Doctrine/Record.php index f166a9120..e289231ee 100644 --- a/Doctrine/Record.php +++ b/Doctrine/Record.php @@ -1326,4 +1326,4 @@ abstract class Doctrine_Record extends Doctrine_Access implements Countable, Ite return Doctrine_Lib::getRecordAsString($this); } } -?> + diff --git a/Doctrine/Record/Exception.php b/Doctrine/Record/Exception.php index 3e3c9ae02..f1447fd77 100644 --- a/Doctrine/Record/Exception.php +++ b/Doctrine/Record/Exception.php @@ -2,4 +2,4 @@ Doctrine::autoload('Doctrine_Exception'); class Doctrine_Record_Exception extends Doctrine_Exception { } -?> + diff --git a/Doctrine/Record/Iterator.php b/Doctrine/Record/Iterator.php index 415f40c36..72b325b44 100644 --- a/Doctrine/Record/Iterator.php +++ b/Doctrine/Record/Iterator.php @@ -39,4 +39,4 @@ class Doctrine_Record_Iterator extends ArrayIterator { return $value; } } -?> + diff --git a/Doctrine/Relation.php b/Doctrine/Relation.php index 694cd9d3f..85aa6cc14 100644 --- a/Doctrine/Relation.php +++ b/Doctrine/Relation.php @@ -220,4 +220,4 @@ class Doctrine_Relation { } } -?> + diff --git a/Doctrine/Repository.php b/Doctrine/Repository.php index d3952d659..89d27b349 100644 --- a/Doctrine/Repository.php +++ b/Doctrine/Repository.php @@ -111,4 +111,4 @@ class Doctrine_Repository implements Countable, IteratorAggregate { $this->table->findAll(); } } -?> + diff --git a/Doctrine/Schema/Column.php b/Doctrine/Schema/Column.php index f9e78e638..9b522f15f 100644 --- a/Doctrine/Schema/Column.php +++ b/Doctrine/Schema/Column.php @@ -131,4 +131,4 @@ class Doctrine_Schema_Column extends Doctrine_Schema_Object } // end of Doctrine_Schema_Column -?> + diff --git a/Doctrine/Schema/Exception.php b/Doctrine/Schema/Exception.php index 3f123513b..03be677ca 100644 --- a/Doctrine/Schema/Exception.php +++ b/Doctrine/Schema/Exception.php @@ -47,4 +47,4 @@ class Doctrine_Schema_Exception extends Exception } // end of Doctrine_Schema_Exception -?> + diff --git a/Doctrine/Schema/Relation.php b/Doctrine/Schema/Relation.php index f7b025392..701893ebe 100644 --- a/Doctrine/Schema/Relation.php +++ b/Doctrine/Schema/Relation.php @@ -122,4 +122,4 @@ class Doctrine_Schema_Relation extends Doctrine_Schema_Object } // end of Doctrine_Schema_Relation -?> + diff --git a/Doctrine/Session.php b/Doctrine/Session.php index ebcc4b821..8fb6fe94d 100644 --- a/Doctrine/Session.php +++ b/Doctrine/Session.php @@ -940,4 +940,4 @@ abstract class Doctrine_Session extends Doctrine_Configurable implements Countab return Doctrine_Lib::getSessionAsString($this); } } -?> + diff --git a/Doctrine/Statement.php b/Doctrine/Statement.php index 2a87a5a08..41c12745c 100644 --- a/Doctrine/Statement.php +++ b/Doctrine/Statement.php @@ -184,4 +184,4 @@ class Doctrine_Statement extends Doctrine_Access { return $array; } } -?> + diff --git a/Doctrine/Table.php b/Doctrine/Table.php index 94cd5c03e..232ec319c 100644 --- a/Doctrine/Table.php +++ b/Doctrine/Table.php @@ -1001,4 +1001,4 @@ class Doctrine_Table extends Doctrine_Configurable implements Countable { return Doctrine_Lib::getTableAsString($this); } } -?> + diff --git a/Doctrine/Table/Exception.php b/Doctrine/Table/Exception.php index f4b29d65a..90efc6c11 100644 --- a/Doctrine/Table/Exception.php +++ b/Doctrine/Table/Exception.php @@ -11,4 +11,4 @@ class Doctrine_Table_Exception extends Doctrine_Exception { to get on instance of a Doctrine_Table.",Doctrine::ERR_TABLE_INSTANCE); } } -?> + diff --git a/Doctrine/Tree.php b/Doctrine/Tree.php index 245c0d9c7..ee8c3bd6b 100644 --- a/Doctrine/Tree.php +++ b/Doctrine/Tree.php @@ -40,4 +40,4 @@ abstract class Doctrine_Tree extends Doctrine_Record { abstract public function addNode(); } -?> + diff --git a/Doctrine/Tree/NestedSet.php b/Doctrine/Tree/NestedSet.php index 0b596d7f6..02f06810c 100644 --- a/Doctrine/Tree/NestedSet.php +++ b/Doctrine/Tree/NestedSet.php @@ -50,4 +50,4 @@ class Doctrine_Tree_NestedSet extends Doctrine_Record { public function addNode() { } } -?> + diff --git a/Doctrine/Tree/PathModel.php b/Doctrine/Tree/PathModel.php index e31d6d968..6e6431cd7 100644 --- a/Doctrine/Tree/PathModel.php +++ b/Doctrine/Tree/PathModel.php @@ -41,4 +41,4 @@ class Doctrine_Tree_PathModel extends Doctrine_Record { public function addNode() { } } -?> + diff --git a/Doctrine/Validator.php b/Doctrine/Validator.php index 2fd13d814..67d7ca10a 100644 --- a/Doctrine/Validator.php +++ b/Doctrine/Validator.php @@ -275,4 +275,4 @@ class Doctrine_Validator { endswitch; } } -?> + diff --git a/Doctrine/Validator/Country.php b/Doctrine/Validator/Country.php index e3bffa041..0c4e57f57 100644 --- a/Doctrine/Validator/Country.php +++ b/Doctrine/Validator/Country.php @@ -262,4 +262,4 @@ class Doctrine_Validator_Country { } } -?> + diff --git a/Doctrine/Validator/Date.php b/Doctrine/Validator/Date.php index 72fd21fe5..cf716b1b6 100644 --- a/Doctrine/Validator/Date.php +++ b/Doctrine/Validator/Date.php @@ -18,4 +18,4 @@ class Doctrine_Validator_Date { return checkdate($e[1], $e[0], $e[2]); } } -?> + diff --git a/Doctrine/Validator/Email.php b/Doctrine/Validator/Email.php index 37f1e7ebe..e1078da4b 100644 --- a/Doctrine/Validator/Email.php +++ b/Doctrine/Validator/Email.php @@ -55,4 +55,4 @@ class Doctrine_Validator_Email { return true; } } -?> + diff --git a/Doctrine/Validator/Enum.php b/Doctrine/Validator/Enum.php index 57e512c50..a2f77c343 100644 --- a/Doctrine/Validator/Enum.php +++ b/Doctrine/Validator/Enum.php @@ -20,4 +20,4 @@ class Doctrine_Validator_Enum { return true; } } -?> + diff --git a/Doctrine/Validator/Exception.php b/Doctrine/Validator/Exception.php index 25bc88996..bcd7c8170 100644 --- a/Doctrine/Validator/Exception.php +++ b/Doctrine/Validator/Exception.php @@ -30,4 +30,4 @@ class Doctrine_Validator_Exception extends Doctrine_Exception { return $string.parent::__toString(); } } -?> + diff --git a/Doctrine/Validator/Htmlcolor.php b/Doctrine/Validator/Htmlcolor.php index 876719545..828f99993 100644 --- a/Doctrine/Validator/Htmlcolor.php +++ b/Doctrine/Validator/Htmlcolor.php @@ -14,4 +14,4 @@ class Doctrine_Validator_HtmlColor { return true; } } -?> + diff --git a/Doctrine/Validator/Interface.class.php b/Doctrine/Validator/Interface.class.php index 6ab15b219..50470c9f7 100644 --- a/Doctrine/Validator/Interface.class.php +++ b/Doctrine/Validator/Interface.class.php @@ -2,4 +2,4 @@ interface Doctrine_Validator_Interface { public function validate(); } -?> + diff --git a/Doctrine/Validator/Ip.php b/Doctrine/Validator/Ip.php index 55ac1fda5..73115f3a1 100644 --- a/Doctrine/Validator/Ip.php +++ b/Doctrine/Validator/Ip.php @@ -11,4 +11,4 @@ class Doctrine_Validator_Ip { return (bool) ip2long(str_replace("\0", '', $value)); } } -?> + diff --git a/Doctrine/Validator/Nospace.php b/Doctrine/Validator/Nospace.php index 532cccf48..87542eb77 100644 --- a/Doctrine/Validator/Nospace.php +++ b/Doctrine/Validator/Nospace.php @@ -14,4 +14,4 @@ class Doctrine_Validator_NoSpace { return true; } } -?> + diff --git a/Doctrine/Validator/Notblank.php b/Doctrine/Validator/Notblank.php index 760221e12..f415cdf2f 100644 --- a/Doctrine/Validator/Notblank.php +++ b/Doctrine/Validator/Notblank.php @@ -11,4 +11,4 @@ class Doctrine_Validator_Notblank { return (trim($value) != ""); } } -?> + diff --git a/Doctrine/Validator/Notnull.php b/Doctrine/Validator/Notnull.php index f30122f8c..2cf41cfcd 100644 --- a/Doctrine/Validator/Notnull.php +++ b/Doctrine/Validator/Notnull.php @@ -13,4 +13,4 @@ class Doctrine_Validator_Notnull { return true; } } -?> + diff --git a/Doctrine/Validator/Protected.php b/Doctrine/Validator/Protected.php index 6595072c7..ab4fa67a0 100644 --- a/Doctrine/Validator/Protected.php +++ b/Doctrine/Validator/Protected.php @@ -1,2 +1,2 @@ + diff --git a/Doctrine/Validator/Range.php b/Doctrine/Validator/Range.php index 19bd3d3d5..21d662e27 100644 --- a/Doctrine/Validator/Range.php +++ b/Doctrine/Validator/Range.php @@ -18,4 +18,4 @@ class Doctrine_Validator_Range { return true; } } -?> + diff --git a/Doctrine/Validator/Regexp.php b/Doctrine/Validator/Regexp.php index d66d9c309..c9a0ec39b 100644 --- a/Doctrine/Validator/Regexp.php +++ b/Doctrine/Validator/Regexp.php @@ -14,4 +14,4 @@ class Doctrine_Validator_Regexp { return false; } } -?> + diff --git a/Doctrine/Validator/Required.php b/Doctrine/Validator/Required.php index 9419924aa..fafed397d 100644 --- a/Doctrine/Validator/Required.php +++ b/Doctrine/Validator/Required.php @@ -10,4 +10,4 @@ class Doctrine_Validator_Required { return ($value === null); } } -?> + diff --git a/Doctrine/Validator/Unique.php b/Doctrine/Validator/Unique.php index 8bd2342e4..715dba77e 100644 --- a/Doctrine/Validator/Unique.php +++ b/Doctrine/Validator/Unique.php @@ -15,4 +15,4 @@ class Doctrine_Validator_Unique { return ( ! is_array($stmt->fetch())); } } -?> + diff --git a/Doctrine/Validator/Usstate.php b/Doctrine/Validator/Usstate.php index 5545d32c2..5bb560fc2 100644 --- a/Doctrine/Validator/Usstate.php +++ b/Doctrine/Validator/Usstate.php @@ -69,4 +69,4 @@ class ValidatorUSState { return isset(self::$states[$value]); } } -?> + diff --git a/Doctrine/ValueHolder.php b/Doctrine/ValueHolder.php index 1669c55aa..16d47b02c 100644 --- a/Doctrine/ValueHolder.php +++ b/Doctrine/ValueHolder.php @@ -61,4 +61,4 @@ class Doctrine_ValueHolder extends Doctrine_Access implements Countable { throw new Doctrine_Exception("Method 'save' not availible on Doctrine_ValueHolder."); } } -?> + diff --git a/Doctrine/View.php b/Doctrine/View.php index b1d4f50cd..8fde3ffd8 100644 --- a/Doctrine/View.php +++ b/Doctrine/View.php @@ -108,4 +108,4 @@ class Doctrine_View { return sprintf(self::SELECT, $this->name); } } -?> + diff --git a/Doctrine/View/Exception.php b/Doctrine/View/Exception.php index 6fc766e56..a9fb58426 100644 --- a/Doctrine/View/Exception.php +++ b/Doctrine/View/Exception.php @@ -1,3 +1,3 @@ + diff --git a/Doctrine/adodb-hack/adodb-datadict.inc.php b/Doctrine/adodb-hack/adodb-datadict.inc.php index 638356b47..2e0b250c8 100644 --- a/Doctrine/adodb-hack/adodb-datadict.inc.php +++ b/Doctrine/adodb-hack/adodb-datadict.inc.php @@ -1070,4 +1070,4 @@ class ADODB_DataDict { } } -?> + diff --git a/Doctrine/adodb-hack/adodb.inc.php b/Doctrine/adodb-hack/adodb.inc.php index 39122fc70..522964dfa 100644 --- a/Doctrine/adodb-hack/adodb.inc.php +++ b/Doctrine/adodb-hack/adodb.inc.php @@ -47,4 +47,4 @@ class ADOFieldObject { var $type=""; } -?> + diff --git a/Doctrine/adodb-hack/drivers/datadict-access.inc.php b/Doctrine/adodb-hack/drivers/datadict-access.inc.php index dce322320..1c7a1a4f9 100644 --- a/Doctrine/adodb-hack/drivers/datadict-access.inc.php +++ b/Doctrine/adodb-hack/drivers/datadict-access.inc.php @@ -92,4 +92,3 @@ class ADODB2_access extends ADODB_DataDict { } -?> \ No newline at end of file diff --git a/Doctrine/adodb-hack/drivers/datadict-db2.inc.php b/Doctrine/adodb-hack/drivers/datadict-db2.inc.php index 3d8f4497f..fc8815b25 100644 --- a/Doctrine/adodb-hack/drivers/datadict-db2.inc.php +++ b/Doctrine/adodb-hack/drivers/datadict-db2.inc.php @@ -140,4 +140,3 @@ class ADODB2_db2 extends ADODB_DataDict { } -?> \ No newline at end of file diff --git a/Doctrine/adodb-hack/drivers/datadict-firebird.inc.php b/Doctrine/adodb-hack/drivers/datadict-firebird.inc.php index 52baae8df..d674084cb 100644 --- a/Doctrine/adodb-hack/drivers/datadict-firebird.inc.php +++ b/Doctrine/adodb-hack/drivers/datadict-firebird.inc.php @@ -148,4 +148,3 @@ end; } -?> \ No newline at end of file diff --git a/Doctrine/adodb-hack/drivers/datadict-generic.inc.php b/Doctrine/adodb-hack/drivers/datadict-generic.inc.php index 054e1e829..3eaf94790 100644 --- a/Doctrine/adodb-hack/drivers/datadict-generic.inc.php +++ b/Doctrine/adodb-hack/drivers/datadict-generic.inc.php @@ -122,4 +122,3 @@ function ActualType($meta) } } */ -?> \ No newline at end of file diff --git a/Doctrine/adodb-hack/drivers/datadict-ibase.inc.php b/Doctrine/adodb-hack/drivers/datadict-ibase.inc.php index 0665c96e3..0bed2cf4d 100644 --- a/Doctrine/adodb-hack/drivers/datadict-ibase.inc.php +++ b/Doctrine/adodb-hack/drivers/datadict-ibase.inc.php @@ -64,4 +64,3 @@ class ADODB2_ibase extends ADODB_DataDict { } -?> \ No newline at end of file diff --git a/Doctrine/adodb-hack/drivers/datadict-informix.inc.php b/Doctrine/adodb-hack/drivers/datadict-informix.inc.php index 684cf7777..109a7c26d 100644 --- a/Doctrine/adodb-hack/drivers/datadict-informix.inc.php +++ b/Doctrine/adodb-hack/drivers/datadict-informix.inc.php @@ -77,4 +77,3 @@ class ADODB2_informix extends ADODB_DataDict { } -?> \ No newline at end of file diff --git a/Doctrine/adodb-hack/drivers/datadict-mssql.inc.php b/Doctrine/adodb-hack/drivers/datadict-mssql.inc.php index 0b7991887..efc32856c 100644 --- a/Doctrine/adodb-hack/drivers/datadict-mssql.inc.php +++ b/Doctrine/adodb-hack/drivers/datadict-mssql.inc.php @@ -279,4 +279,3 @@ CREATE TABLE } } -?> \ No newline at end of file diff --git a/Doctrine/adodb-hack/drivers/datadict-mysql.inc.php b/Doctrine/adodb-hack/drivers/datadict-mysql.inc.php index 9228f6c8c..4b199fb08 100644 --- a/Doctrine/adodb-hack/drivers/datadict-mysql.inc.php +++ b/Doctrine/adodb-hack/drivers/datadict-mysql.inc.php @@ -316,4 +316,4 @@ class ADODB2_mysql extends ADODB_DataDict { return $retarr; } } -?> + diff --git a/Doctrine/adodb-hack/drivers/datadict-oci8.inc.php b/Doctrine/adodb-hack/drivers/datadict-oci8.inc.php index 6d0d313bf..67ccf2683 100644 --- a/Doctrine/adodb-hack/drivers/datadict-oci8.inc.php +++ b/Doctrine/adodb-hack/drivers/datadict-oci8.inc.php @@ -279,4 +279,3 @@ end; return "COMMENT ON COLUMN $table.$col IS $cmt"; } } -?> \ No newline at end of file diff --git a/Doctrine/adodb-hack/drivers/datadict-pgsql.inc.php b/Doctrine/adodb-hack/drivers/datadict-pgsql.inc.php index 94249f885..06519de34 100644 --- a/Doctrine/adodb-hack/drivers/datadict-pgsql.inc.php +++ b/Doctrine/adodb-hack/drivers/datadict-pgsql.inc.php @@ -368,4 +368,4 @@ CREATE [ UNIQUE ] INDEX index_name ON table return $ftype; } } -?> + diff --git a/Doctrine/adodb-hack/drivers/datadict-sapdb.inc.php b/Doctrine/adodb-hack/drivers/datadict-sapdb.inc.php index 8458a64a3..fd2531c13 100644 --- a/Doctrine/adodb-hack/drivers/datadict-sapdb.inc.php +++ b/Doctrine/adodb-hack/drivers/datadict-sapdb.inc.php @@ -118,4 +118,3 @@ class ADODB2_sapdb extends ADODB_DataDict { } } -?> \ No newline at end of file diff --git a/Doctrine/adodb-hack/drivers/datadict-sqlite.inc.php b/Doctrine/adodb-hack/drivers/datadict-sqlite.inc.php index 1cd4deb63..be04a42c6 100644 --- a/Doctrine/adodb-hack/drivers/datadict-sqlite.inc.php +++ b/Doctrine/adodb-hack/drivers/datadict-sqlite.inc.php @@ -135,4 +135,4 @@ class ADODB2_sqlite extends ADODB_DataDict { } -?> + diff --git a/Doctrine/adodb-hack/drivers/datadict-sybase.inc.php b/Doctrine/adodb-hack/drivers/datadict-sybase.inc.php index 3fa85c80f..5615ae187 100644 --- a/Doctrine/adodb-hack/drivers/datadict-sybase.inc.php +++ b/Doctrine/adodb-hack/drivers/datadict-sybase.inc.php @@ -225,4 +225,3 @@ CREATE TABLE return $sql; } } -?> \ No newline at end of file