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

241 Commits

Author SHA1 Message Date
Benjamin Eberlei
c187862e4f Reorder paragraph and fix note. 2011-06-12 23:26:54 +02:00
Benjamin Eberlei
d8f9c5380a More xml+yml configuration blocks 2011-06-12 23:22:28 +02:00
Benjamin Eberlei
b5827ea83f Add tons of xml and yaml configuration blocks to basic- and association-mapping chapters 2011-06-12 23:07:21 +02:00
Benjamin Eberlei
6816816101 Fix bug in previous commit 2011-06-11 10:07:18 +02:00
Benjamin Eberlei
06e45f7587 Fix bug in previous commit 2011-06-11 09:59:17 +02:00
Benjamin Eberlei
71c47f69ec Mention 5.3 dependency in getting started tutorial, and link to entity restrictions aswell. Add the func_get_args() restriction to the list in architecture. 2011-06-11 09:52:17 +02:00
Benjamin Eberlei
6f909b6e69 Clarifications and additions in DQL and Working with objects chapter 2011-06-11 08:59:33 +02:00
Benjamin Eberlei
a5cfd2321f Document Mssql Datetim2 behavior 2011-06-05 17:21:11 +02:00
Eriksen Costa
729ad9e5c9 fixed constants typos in "Entity State" 2011-06-02 00:14:46 -03:00
Renan Gonçalves aka renan.saddam
457abbacef Version 2.0.5 no longer needs $cli call and the namespace for Components has changed. 2011-05-19 06:20:50 -07:00
Brikou CARRE
d436ea19df fixed setQueryHint > setHint 2011-05-18 02:51:22 -07:00
Chris Woodford
6cd778f940 wrote a quick introduction 2011-05-05 21:36:18 -04:00
Chris Woodford
e9d096e411 cleaning up some sentences. better flow 2011-05-05 21:23:10 -04:00
Chris Woodford
894b2614ed fixed some typos 2011-05-05 21:16:40 -04:00
Chris Woodford
c242ab4371 some tweaks to class descriptions 2011-05-03 23:04:41 -04:00
Chris Woodford
a51f182cc0 first draft of cookbook article 2011-05-03 22:48:40 -04:00
asartalo
16f132bff0 Corrected annotation for sample code: moved repositoryClass attribute from @Table to @Entity. 2011-04-24 13:24:54 +08:00
asartalo
3cac853dd4 Changed instances of entity manager variable '' to '' for consistency. 2011-04-24 13:21:34 +08:00
asartalo
511268ddd7 Removed another instance of '--force' Option for the orrm:schema-tool:create command as this is not available for this command. 2011-04-24 10:52:18 +08:00
asartalo
01bfc4f2f1 Removed '--force' Option for the orrm:schema-tool:create command as this is not available for this command. 2011-04-24 10:38:35 +08:00
Wil Moore III
3a80896173 Changed registerDoctrineTypeMapping('enum', 'varchar'); to registerDoctrineTypeMapping('enum', 'string'); as 'string' is the correct type to map to whereas varchar is only an alias. 2011-04-08 10:44:55 -07:00
Benjamin Eberlei
f76728818b Add note box on cascade operations being performed in memory and reference to foreign key /database-level onDelete option for deleting associtions 2011-04-06 23:36:50 +02:00
Benjamin Eberlei
a0b41feb72 Update section on mixed query and add notes on multiple entities in FROM clause. (update paragraph) 2011-04-03 20:13:34 +02:00
Benjamin Eberlei
2e777f99b9 Update section on mixed query and add notes on multiple entities in FROM clause. 2011-04-03 20:00:43 +02:00
Benjamin Eberlei
a259ac9bcf Merge branch 'master' of github.com:doctrine/orm-documentation 2011-03-31 21:49:51 +02:00
Benjamin Eberlei
04527a8bcb Add cookbook entry on MySQL Enums. 2011-03-31 21:49:32 +02:00
Gordon Franke
63c431f01d fix entity manager reference in repository code sample 2011-03-31 19:55:57 +08:00
Benjamin Eberlei
abc8f29800 [DDC-692] Add docs on 2.1 read only entities feature 2011-03-29 20:30:10 +02:00
Benjamin Eberlei
22ab3d1256 Fixed several issues and merged pull requests into docs. 2011-03-28 20:40:39 +02:00
Benjamin Eberlei
126e592758 Fix YAML docs on cascade 2011-03-27 22:23:37 +02:00
Benjamin Eberlei
cca642b094 Remove CASE, COALESCSE, NULLIF EBNF rules for the time being, they are not yet supported. 2011-03-20 12:05:28 +01:00
Benjamin Eberlei
c551192b6b DBAL-86 - Fix reference to nonexisting Configuration#setCustomTypes() 2011-02-27 09:03:59 +01:00
Benjamin Eberlei
d0ae95604f Add warnining about date types assuming default timezone. 2011-02-26 16:29:11 +01:00
Benjamin Eberlei
e94d15ec11 Fix DDC-1039 2011-02-26 11:53:43 +01:00
Benjamin Eberlei
0252368af2 Fix some Sphinx/ReST warnings 2011-02-26 11:51:43 +01:00
Benjamin Eberlei
e1c2084eeb Add section on EntityRepository into Getting Started Tutorial. 2011-02-26 11:51:30 +01:00
Benjamin Eberlei
aab2303c37 Fix Getting Started. 2011-02-26 11:12:58 +01:00
Jonathan H. Wage
c8c4c4ed46 Updating css. 2011-02-20 11:12:51 -06:00
Benjamin Eberlei
654dbb1b10 Fix <pre> tag styling having a very small line-height. 2011-02-20 11:34:59 +01:00
Benjamin Eberlei
9a289e2982 Adopt new Sphinx layout 2011-02-20 11:00:39 +01:00
Benjamin Eberlei
51fe83b7be Merge branch 'master' of github.com:doctrine/orm-documentation 2011-02-15 21:33:29 +01:00
Benjamin Eberlei
755f0b3dbb Add section about columnDefinition into basic mapping. 2011-02-15 21:33:24 +01:00
Benjamin Eberlei
35dae4e1f4 Add note about columnDefinition SchemaTool. 2011-02-15 21:31:20 +01:00
Jonathan H. Wage
1d24cb4828 Removing indices and tables as they are just broken links and don't do anything. 2011-02-13 16:24:52 -06:00
Benjamin Eberlei
24defe7100 Add notes to Tools about EntityGenerator, ConvertMapping and Reverse Engineering 2011-02-13 12:57:04 +01:00
Benjamin Eberlei
6309710ccc Fix some glitches in the docs: 2011-02-13 12:47:51 +01:00
Benjamin Eberlei
b794643735 Updated Limitations and Known Issues Chapter 2011-02-05 18:08:39 +01:00
Benjamin Eberlei
a592dc116d First part of a tutorial on composite primary keys and identity through foreign entities. 2011-02-05 18:01:10 +01:00
Benjamin Eberlei
eea5b71da5 Add tutorial on extra lazy associations 2011-02-05 16:14:51 +01:00
Benjamin Eberlei
93207c081e Add another paragraph with functionalities not described yet. 2011-02-05 15:26:58 +01:00
Benjamin Eberlei
94244683b0 Fix typo in new indexed assocations tutorial, thanks @gordonslondon 2011-02-05 15:23:39 +01:00
Benjamin Eberlei
609176a18f Merge branch 'master' of github.com:doctrine/orm-documentation 2011-02-05 13:48:41 +01:00
Benjamin Eberlei
c0cefa8749 Fixed TOCTree for tutorial on indexed associations. 2011-02-05 13:48:12 +01:00
Benjamin Eberlei
0f974c562c Add Working with Indexed Associations Tutorial 2011-02-05 13:43:45 +01:00
Ivar Nesje
af60471b62 fixed indentation on previous commit 2011-02-02 06:37:13 +08:00
Ivar Nesje
8fc7eb295b Fixed lifecycleCallbacks documentation bug when using YAML mapping 2011-02-02 06:37:03 +08:00
Ray Rehbein
2a38e5f408 Syntex and code correction in example 2011-02-02 05:48:49 +08:00
Ray Rehbein
be8d34dc21 Whitespace correction 2011-02-02 05:48:19 +08:00
Ray Rehbein
fc6cec9074 Added setParamater calls to examples
Whitespace changes to break up the long SQL lines into a readable format
2011-02-02 05:48:18 +08:00
Ray Rehbein
0411b1e75d Attempt at correction for a formatting glitch.
It appears Sphinx doesn't use the `` mark in the middle of a word correctly
2011-02-02 05:48:18 +08:00
Ray Rehbein
d81dca3e90 Corrected example calling wrong method name 2011-02-02 05:48:18 +08:00
Ray Rehbein
c89290e507 Corrected mismatch between example and comment entities. 2011-02-02 05:48:17 +08:00
Joel Clermont
754ebc052e DDC-823 - Fix minor grammar and punctuation mistakes 2011-02-02 05:46:25 +08:00
Benjamin Eberlei
7d42497e09 Fix typo with SQLLogger in configuration.rst 2011-01-31 22:56:09 +01:00
Benjamin Eberlei
7093e37b45 Merge branch 'master' of github.com:doctrine/orm-documentation 2011-01-31 22:47:13 +01:00
Benjamin Eberlei
51bdd6499a Fix typo in codeigniter coobkok entry 2011-01-31 22:46:41 +01:00
Benjamin Eberlei
0e5b30902c Enhanced QueryBuilder docs with paragraph on limit and executing queries. 2011-01-23 11:16:25 +01:00
Benjamin Eberlei
721915d61b Fix bug in configurationblock.css destroying simple bullet lists. 2011-01-02 11:53:12 +01:00
Benjamin Eberlei
f4e93e7550 Add section on orphan removal to Working with Associations chapter. 2011-01-02 11:18:22 +01:00
Benjamin Eberlei
4a231a34f2 Clarify MappedSuperclass and Unidirectional associations (with info on one-to-many and many-to-many associations). 2010-12-31 14:44:14 +01:00
Benjamin Eberlei
72081ff7ba Note that Native SQL Query is not to be used for DELETE, UPDATE and INSERT statements. 2010-12-30 22:13:57 +01:00
Benjamin Eberlei
ef8689c400 Incorporate DDC-879 into Cookbook. 2010-12-28 00:23:06 +01:00
Benjamin Eberlei
6bf2f22315 Add another note about how Query#setParameter() accepts named or positional parameters. 2010-12-20 22:19:02 +01:00
Benjamin Eberlei
34057c5e4b Add note about how Query#setParameter() accepts named or positional parameters. 2010-12-20 22:12:24 +01:00
Benjamin Eberlei
53ebc683c9 Update limitations and known issues section in manual. 2010-12-20 21:51:05 +01:00
Benjamin Eberlei
2eab525077 Fix some small problems in the docs. 2010-12-18 17:14:20 +01:00
Benjamin Eberlei
6a0f3f2d7b Add code-configuration directive, thank you Fabien! 2010-12-16 21:59:27 +01:00
Benjamin Eberlei
65fe9b86c5 Fix another code block 2010-12-14 23:35:17 +01:00
Benjamin Eberlei
76743431a4 Fix wrong code in Mini tutorial 2010-12-14 23:34:41 +01:00
Benjamin Eberlei
2e00e9d715 Fix another mess in Mini Tutorial. 2010-12-14 23:33:31 +01:00
Benjamin Eberlei
c8e7ff51c4 Merge branch 'master' of github.com:doctrine/orm-documentation 2010-12-14 23:32:57 +01:00
Benjamin Eberlei
6e7f47bf9e Fix mess in Mini-Tutorial of Introduction chapter. 2010-12-14 23:29:05 +01:00
ajessu
34dc2e6506 Delete duplicate item on menu 2010-12-15 00:41:09 +08:00
Benjamin Eberlei
29b47d3d44 Fix @Table not supporting schema as attribute anymore. 2010-12-12 13:18:18 +01:00
Benjamin Eberlei
0618944f8a DDC-901 - Fix documentation bug in Cookbook SQL Walker entry. 2010-12-12 13:12:44 +01:00
Albert Jessurum
d37120bb15 Fixed links 2010-12-12 18:04:13 +08:00
beberlei
5d58d9171e Merge ReST branch into master, ByeBye Markdown. 2010-12-11 12:31:31 +01:00
beberlei
9c6d3dbecd Add link to Doctrine homepage to docs layout template. 2010-12-11 11:29:37 +01:00
Benjamin Eberlei
eb0fd4d066 Add section about database and unit of work being out of sync and how this effects your code. 2010-12-11 01:01:44 +01:00
Benjamin Eberlei
01c2a09991 Add Working with DateTime chapter. 2010-12-03 22:47:33 +01:00
Benjamin Eberlei
46983465fd Finialized ReST doc changes, merged changes from latest Markdown docs. 2010-12-03 20:13:10 +01:00