jwage
|
767172a60d
|
fixes #721
|
2008-01-22 23:10:21 +00:00 |
|
jwage
|
0f9ec1f998
|
fixes #719
|
2008-01-22 22:39:59 +00:00 |
|
tigglet
|
77036b677a
|
Added Doctrine::HYDRATE_NONE example to "Fetch Only What You Need" subchapter of the "Improving performanc" chapter.
|
2008-01-19 17:11:22 +00:00 |
|
gnat
|
64e1f6e44a
|
added another schema example with onDelete: CASCADE
generalized a connection example to use user:pass instead of jwage:pass...
|
2008-01-09 20:02:32 +00:00 |
|
jackbravo
|
fd3a821ad0
|
Added enum example to schema file docs
|
2008-01-02 17:59:37 +00:00 |
|
pookey
|
aeb1059f12
|
updating synchronizeFromArray to be synchronizeWithArray (thanks jwitten)
|
2008-01-02 09:29:58 +00:00 |
|
airox
|
7d6e9b29d0
|
adding fixes in the manual of missing closing parenthesis reported by jwhitten on the maillinglist. Thanks!
|
2007-12-28 16:22:46 +00:00 |
|
guilhermeblanco
|
a9ca7044bb
|
added pagination topics
|
2007-12-22 19:00:58 +00:00 |
|
guilhermeblanco
|
091acf6a8e
|
Reorganized utilities chapter. Moved pagination chapter to utilities. Created advanced layouts with pager and defined basic schema of extending customizing pager layout
|
2007-12-22 18:56:12 +00:00 |
|
guilhermeblanco
|
132e5c969c
|
CHG: Changed private variable name (chunkLength to _chunkLength) in Jumping.php and Sliding.php
CHG: Added documentation for Doctrine_Pager and Doctrine_Pager_Range* classes
TODO: Finish pagination documentation
|
2007-12-19 03:07:41 +00:00 |
|
pookey
|
ff2d68dc3d
|
fixing doc error
|
2007-12-17 11:45:00 +00:00 |
|
meus
|
2af9fb80ce
|
renamed svn repo in docs
|
2007-12-14 20:43:45 +00:00 |
|
jackbravo
|
50134538f4
|
Document toArray, fromArray and synchronizeFromArray methods
|
2007-12-14 02:01:18 +00:00 |
|
jackbravo
|
5dc0b6ab46
|
Change the indentation
|
2007-12-14 02:00:40 +00:00 |
|
jackbravo
|
7d78af822c
|
First take on docs for refresh and refresh(true)
|
2007-12-14 00:58:46 +00:00 |
|
jackbravo
|
2b5590a908
|
copyDeep no longer exists, copy() as a parameter
|
2007-12-14 00:01:47 +00:00 |
|
gnat
|
d222f37b50
|
example nested set fixture file provided by 'bwegrzyn'
|
2007-12-12 04:22:58 +00:00 |
|
wernerm
|
7202977968
|
Added documentation for the experimental link() method.
|
2007-12-11 12:37:46 +00:00 |
|
gnat
|
108403f3b8
|
provide examples of testing model relations existance.
|
2007-12-10 18:46:14 +00:00 |
|
pookey
|
d91c39ddb0
|
fixing typoes
|
2007-12-10 13:14:02 +00:00 |
|
airox
|
014b18f4f6
|
Small documentation issues, insert query which hadn't had a value, reference to an example above should be below
Ticket: 656
|
2007-12-08 13:44:59 +00:00 |
|
Jonathan.Wage
|
4275c6656f
|
Removed exec() call and updated docs for data fixtures.
|
2007-12-07 22:48:28 +00:00 |
|
Jonathan.Wage
|
a117f8ca79
|
Merged Facade, Cli, Sandbox chapters in to one new chapter named Utilities.
|
2007-12-04 01:47:54 +00:00 |
|
romanb
|
899c53fae1
|
updated caching docs
|
2007-11-30 20:34:07 +00:00 |
|
zYne
|
13a79c4595
|
|
2007-11-29 15:25:33 +00:00 |
|
gnat
|
20b7487ea0
|
doc typo
|
2007-11-27 20:31:54 +00:00 |
|
gnat
|
536c4fd55a
|
optional fields
|
2007-11-27 20:16:16 +00:00 |
|
jackbravo
|
843deba895
|
Added docs for the construct() method
|
2007-11-27 00:01:12 +00:00 |
|
Jonathan.Wage
|
c25d481d5c
|
fixes #608
|
2007-11-25 20:48:31 +00:00 |
|
zYne
|
896b991545
|
|
2007-11-25 13:16:14 +00:00 |
|
zYne
|
99bca8be37
|
|
2007-11-25 12:46:41 +00:00 |
|
zYne
|
618815dc9d
|
|
2007-11-25 12:44:54 +00:00 |
|
BjornW
|
ea3935bc44
|
fixed http://doctrine.pengus.net/trac/ticket/609
|
2007-11-20 21:15:41 +00:00 |
|
zYne
|
42d6a4a333
|
some docs for arithmetic functions
|
2007-11-20 19:30:05 +00:00 |
|
zYne
|
3fe787972a
|
|
2007-11-20 19:22:33 +00:00 |
|
zYne
|
050c76bfdc
|
|
2007-11-20 19:19:55 +00:00 |
|
BjornW
|
477199b0af
|
- clarified the chapter 6 relations introduction on relation aliasses
- fixed typo
|
2007-11-19 12:50:02 +00:00 |
|
zYne
|
5d5e81ae04
|
|
2007-11-18 17:36:32 +00:00 |
|
meus
|
554b961a65
|
fixed location of sandbox in docs
|
2007-11-18 01:39:32 +00:00 |
|
gnat
|
417c361abc
|
close bug #603 typo
|
2007-11-16 18:10:33 +00:00 |
|
Jonathan.Wage
|
e96b754d7d
|
Fixes #602
|
2007-11-16 17:40:29 +00:00 |
|
Jonathan.Wage
|
687187d21a
|
Updated I18n example.
|
2007-11-16 17:24:06 +00:00 |
|
zYne
|
f96352afb4
|
|
2007-11-15 14:42:26 +00:00 |
|
Jonathan.Wage
|
ef23963c1e
|
Fixes #550
|
2007-11-14 02:12:52 +00:00 |
|
Jonathan.Wage
|
32c6288179
|
Fixes #600
|
2007-11-14 01:57:39 +00:00 |
|
Jonathan.Wage
|
9dcceb6c13
|
Merged 3138:3139
|
2007-11-11 01:20:45 +00:00 |
|
Jonathan.Wage
|
ed383556ba
|
Merged r3136:3137
|
2007-11-11 00:51:13 +00:00 |
|
Jonathan.Wage
|
060784adfb
|
Merge r3127:3129 (fixes #522)
|
2007-11-10 20:11:17 +00:00 |
|
zYne
|
6b03c4c2a1
|
some docs for CTI
|
2007-11-10 14:20:05 +00:00 |
|
meus
|
d60db7a90f
|
fixing the reason for #589, a typo in the docs :P
|
2007-11-09 01:40:33 +00:00 |
|