zYne
|
41ee9173f1
|
method name changes for better custom getter/setter compatibility
Doctrine_Record::getID() -> obtainIdentifier()
Doctrine_Record::setID() -> assignIdentifier()
|
2006-09-17 17:59:04 +00:00 |
|
pookey
|
b340bfe11d
|
removing the closing PHP tags form all php files, it\'s not needed and can break sessions which are whitespace sensitive
|
2006-09-03 22:46:30 +00:00 |
|
pookey
|
fb2a3bfde9
|
when using Doctrine::compile(), having the require_once()'s in the source files will break things. This is because the file hasn't been included, but the class has been defined in the compiled file. This means you have to rely on autoload to allow compile to function (or strip out all require_once's from the code on compile, but atleast one needs to be maintained). IMPORTANT: you MUST now use autoload.
|
2006-09-03 22:37:54 +00:00 |
|
zYne
|
c929174385
|
Doctrine_Table::getForeignKey -> Doctrine_Table::getRelation
|
2006-08-31 09:04:14 +00:00 |
|
doctrine
|
7119471b48
|
Doctrine_Collection::loadRelated() added
|
2006-07-27 17:51:19 +00:00 |
|
doctrine
|
bb1a39683c
|
Core changes: getID() now returns array for better composite primary key support
|
2006-07-10 09:18:09 +00:00 |
|
doctrine
|
143b274964
|
Query parser refactoring
|
2006-06-29 23:04:39 +00:00 |
|
doctrine
|
0062d9c3ff
|
Complete DQL rewrite, Fixed : Ticket #13
|
2006-06-25 23:42:19 +00:00 |
|
doctrine
|
94433f9034
|
Fixed : Ticket #14
|
2006-06-25 18:47:42 +00:00 |
|
doctrine
|
69e3a7112e
|
Fixed: Sqlite compatibility issues
|
2006-06-25 18:34:53 +00:00 |
|
doctrine
|
1fd421d09e
|
Bug fix : Composite delete with aliases, Bug fix : DQL column aggregation inheritance to ANSI SQL compliant
|
2006-06-18 22:45:54 +00:00 |
|
doctrine
|
daeef41b2a
|
DQL: Many-to-Many fetching with where clause
|
2006-06-12 08:44:08 +00:00 |
|
doctrine
|
f58535eba1
|
Nested many-to-many fetching
|
2006-06-08 22:11:36 +00:00 |
|
doctrine
|
a9ccd9dc1e
|
Validator: support for array and object types, better handling of null valued columns
|
2006-06-07 09:07:38 +00:00 |
|
doctrine
|
f5f3b0d27a
|
Support for uppercase columns
|
2006-06-05 10:24:14 +00:00 |
|
doctrine
|
bcf9ca78e0
|
Serialization model rewrite
|
2006-06-05 09:57:53 +00:00 |
|
doctrine
|
98dc74b639
|
Added a folder remotely
|
2006-05-30 08:42:10 +00:00 |
|