Jonathan.Wage
9eac2776ea
Consolidated a few things. Initial entry of Inflector class. Moved some methods from Doctrine base class to Doctrine_Lib and Doctrine_Inflector.
2007-11-28 02:21:42 +00:00
meus
d5cc06e7b8
some small refactorings. adding docblocks. creating guard clauses. refactor our some code into methods. no aditional test failures so it looks ok. also added some @todo comments
2007-11-18 20:37:44 +00:00
meus
eb8b3915fa
fixed getRecord/Collection as xml. removed old obtainIdentifiers function and fixed count call
2007-10-26 09:56:31 +00:00
Jonathan.Wage
27b369a5f3
Mass search and replace for coding standards changes, doc block formatting, and code spacing.
2007-10-21 06:23:59 +00:00
Jonathan.Wage
0a6f216efa
Lots of formatting changes, cleanup, doc block changes.
2007-10-03 21:43:22 +00:00
meus
f3a377a794
replace tabs with 4 spaces. and fix other coding style related stuff
2007-09-03 14:57:18 +00:00
meus
4ff9af6df0
removed aditional ?> from lib
2007-09-02 17:00:26 +00:00
meus
fa6523a4bf
fixed some inconsitensies with the codeing style
2007-07-01 10:47:44 +00:00
meus
999aeff0de
added new xml options record_name and collection_name so that you can override default behavior if wanted
2007-07-01 10:46:24 +00:00
meus
a164c6a2cd
fixed some in the export xml functions to correctly show records if no ignore_fields are set and to use database table name and not classname as basis for xml containers
2007-06-27 08:14:05 +00:00
subzero2000
dea4968a23
Completes deprecation of Doctrine_Db. Fixes #362 .
2007-06-25 17:48:44 +00:00
meus
71fb15833d
Fixed some spelling errors in xml export
2007-06-14 12:23:02 +00:00
meus
be2f05d8f8
Since SimpleXML only output UTF, we say that the XML is UTF-8.
2007-06-14 12:05:46 +00:00
zYne
f2484d1726
2007-05-22 21:05:52 +00:00
zYne
f26217c87a
DQL core refactored
2007-05-16 19:20:55 +00:00
meus
5990090652
Added getCollectionAsXml and cleaned up the getRecordAsXml function. It
...
should return primary_keys correctly now.
2007-04-20 12:42:53 +00:00
meus
d9b13a5c3a
Added getRecordAsXml that returns an record as XML.
...
In order for this to work specify the xml option in a record.
The xml option is an array that has 2 keys.
ignore_fields is an array of fields that are not displayed in the xml
include_relations(optional) is an array of relations that should be included in
the xml.
2007-04-19 20:24:08 +00:00
zYne
180d435e3d
Relation model rewrite, first draft
2007-02-16 22:54:59 +00:00
lsmith
239995d3c3
- fixed switch statement formating according to ZF CS
2006-12-29 21:30:37 +00:00
lsmith
4e22f1fbaf
- second round of PEAR CS fixes
2006-12-29 14:40:47 +00:00
lsmith
716bb65b86
- first round of PEAR CS fixes
2006-12-29 14:01:31 +00:00
zYne
480cb5ac68
better expression support
2006-12-28 11:56:24 +00:00
zYne
6480503bce
2006-11-29 21:18:38 +00:00
zYne
085dc9d601
Enhanced class doc blocks, fixes #228
2006-11-12 12:14:08 +00:00
pookey
60985b5697
renaming all DB references to Db
2006-11-06 18:00:35 +00:00
zYne
2704af6435
Little fix
2006-10-31 18:05:15 +00:00
zYne
ff85f8c668
Fixes #194 , added Doctrine_Relation_ManyToMany_TestCase
...
Ticket: 194
2006-10-25 21:12:30 +00:00
pookey
6094eeb536
moving php source files to lib directroy
2006-09-26 15:00:13 +00:00