1
0
mirror of synced 2024-12-13 14:56:01 +03:00
Commit Graph

84 Commits

Author SHA1 Message Date
bascht
872bb1acd5 - added doc for a little workaround when migrating models with changed attributes 2008-06-30 14:51:03 +00:00
gnat
7757de9622 setCharset Documentation provided by irc user ivanst 2008-06-14 14:46:16 +00:00
domluc
ac6e976d93 Fix #845 (typo) 2008-03-10 14:49:24 +00:00
gnat
ff91185db7 index naming typo 2008-03-04 20:03:46 +00:00
guilhermeblanco
4a069d8f31 Added argument documentation of methods Doctrine_Export::alterTable and alterTableSql (fixes #432) 2008-02-29 19:54:13 +00:00
romanb
bf0ccdfa3b added missing file 2008-02-27 22:23:39 +00:00
romanb
36667e2865 temporarily fixed image links. 2008-02-27 21:59:41 +00:00
romanb
607bcf1ca0 started a new introductory section for 1.0. just a draft. 2008-02-27 21:48:35 +00:00
guilhermeblanco
d674b8ead7 Added Doctrine_Pager_Range::isInRange, which checks if a given page is in the range 2008-02-21 16:06:46 +00:00
guilhermeblanco
ec0ebeb195 Updated manual pages and changed documentation naming convention (from process to parse) to follow the API 2008-02-21 14:54:55 +00:00
guilhermeblanco
d6ec5d6df2 Small cosmetics in pagination chapter (0.10 and trunk) 2008-02-21 04:40:00 +00:00
guilhermeblanco
1ab785ac44 Updated pagination chapter in manual (0.10 and trunk). Merged r3870 in trunk 2008-02-21 04:33:03 +00:00
meus
550a594eca added setTableName to 4.3.1 example since it will not run out of the box without identifier quoting 2008-02-20 22:28:04 +00:00
guilhermeblanco
280e7d5e17 Updates in Getting Started manual chapter (fixes #794) 2008-02-19 02:41:37 +00:00
gnat
59e7ac2c43 additional information and new functions documentation 2008-02-17 05:38:11 +00:00
lsmith
be445e7344 - un-MDB2-ify DSN docs 2008-01-28 09:59:16 +00:00
jwage
7255e4fd97 fixes #700 2008-01-22 23:14:40 +00:00
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