1
0
mirror of synced 2024-12-14 07:06:04 +03:00
Commit Graph

109 Commits

Author SHA1 Message Date
Jonathan.Wage
157c2d5fed Updated documentation to show example on how to disable foreign key constraint exporting for individual models. 2007-08-29 21:53:41 +00:00
Jonathan.Wage
0a21d72760 Added documentation for turning off foreign key sql in export. 2007-08-27 15:10:36 +00:00
nicobn
af14bd3c13 Adjusted documentation with the recent change in the import/export methods name 2007-08-25 04:54:27 +00:00
nicobn
7b9eeb35bf Fixed typo, reported by Scott Burke (webfx @ #doctrine) 2007-08-25 04:35:28 +00:00
romanb
6d4f7da224 typo 2007-08-18 20:04:33 +00:00
zYne
ae82b62125 fixes #434 2007-08-15 21:13:16 +00:00
zYne
33fc6c3dce 2007-08-14 21:27:11 +00:00
meus
3bf396c06c fixing example to follow coding standard 2007-08-13 19:07:34 +00:00
zYne
a956738da5 2007-08-11 18:46:04 +00:00
zYne
f1179e5790 typo fix 2007-08-11 18:14:12 +00:00
zYne
e5c02c2171 2007-08-11 18:12:30 +00:00
jackbravo
0eb8a42d00 Set correctly the connection attribute ATTR_QUOTE_IDENTIFIER 2007-08-09 19:23:44 +00:00
nicobn
1a76029f9e Fixed typo 2007-08-09 00:53:14 +00:00
jackbravo
3e5f740105 Hierarchical data was moved on the hierarchy :) 2007-08-07 00:04:21 +00:00
zYne
ebf34c23de 2007-08-06 20:51:57 +00:00
zYne
581b7cae5f 2007-08-06 20:48:52 +00:00
zYne
5436129746 2007-08-06 20:46:01 +00:00
zYne
ad563679ed 2007-08-06 20:34:13 +00:00
zYne
406e78bcf5 2007-08-06 20:20:40 +00:00
zYne
94c7b9f6ef 2007-08-06 20:01:36 +00:00
zYne
a58bec12a4 2007-08-06 19:42:58 +00:00
zYne
1de19626df 2007-08-06 19:37:01 +00:00
jackbravo
1f689ae914 Syntax error correction 2007-08-06 16:05:28 +00:00
romanb
7ad2c77a2d - Updated nested set documentation
- Removed the reserved alias "base" from the nested set. It's no longer necessary to use that. Use whatever alias you want.
2007-08-04 14:33:15 +00:00
zYne
02a93ccb5a docs for the Doctrine_Template 2007-08-03 12:46:37 +00:00
zYne
af100642e1 2007-08-02 00:35:56 +00:00
jepso
c643385fce Updated manual style. 2007-08-01 20:17:49 +00:00
zYne
af8ca1675a 2007-08-01 20:08:53 +00:00
zYne
81c227840e 2007-08-01 20:05:50 +00:00
zYne
b2e6bbb22d 2007-08-01 19:16:56 +00:00
zYne
6245287ef8 2007-08-01 19:12:39 +00:00
zYne
21bab7bcbb 2007-07-31 19:58:44 +00:00
zYne
1350eaea41 2007-07-31 19:47:17 +00:00
zYne
2fe3e376e6 some docs for naming conventions 2007-07-30 23:23:28 +00:00
zYne
eb058787fb 2007-07-30 22:32:32 +00:00
meus
20532fe3c2 fixed the typo 2007-07-30 19:44:04 +00:00
meus
db6db4cd29 fixed docs related to seSubclasses/setInheritanceMap 2007-07-30 19:38:59 +00:00
zYne
aa1aa84b52 2007-07-30 19:15:33 +00:00
zYne
ab38654ea2 2007-07-25 12:44:36 +00:00
zYne
39f33a8742 2007-07-25 12:42:56 +00:00
myilmaz
0cdf1c3a39 Bah, why must I suck at spelling :-p 2007-07-24 20:37:50 +00:00
myilmaz
3b5046acd4 Update to the introduction, described how 3rd and fourth arguements are required and how you can enter null for the third arguement so that you can put in validation. 2007-07-24 20:26:22 +00:00
zYne
fbe13344d5 2007-07-23 23:43:45 +00:00
zYne
9232529117 2007-07-23 23:41:16 +00:00
zYne
7d7df95556 2007-07-23 23:34:23 +00:00
zYne
02dab53c96 2007-07-23 23:30:36 +00:00
meus
f04948f315 fixed profiler docs 2007-07-21 20:25:24 +00:00
meus
6919788903 fixes #400 use new syntax for connection 2007-07-21 16:43:40 +00:00
jepso
86f313c117 This was left out from previous commit 2007-07-20 09:06:51 +00:00
jepso
9b61957154 - New feature in documentation: you can now link to other documentation sections with the following syntax:
- [doc getting-started:installation], or
    - [doc getting-started:installation Custom link text]
- Updated Text_Wiki to 1.2.0
- Documentation should now pass XHTML validator
- Formatted DSN section so that it's easier on eyes
- The single quotes in <code type='php'> won't work anymore due to the Text_Wiki update. Use double quotes instead: <code type="php">. The single quotes have been converted to double quotes in documentation files.
- Modified the links in h1-h6 headings to use the same style as the headings.
- Some refactoring
2007-07-20 08:03:04 +00:00