Joshua Di Fabio
dce76bba60
Fix 'entitiy' typo in Getting Started tutorial
2015-03-02 16:53:44 +00:00
Eugene Dounar
cd7f91910b
Docs: Embeddable supported mappings
...
Mention that only basic mapping is supported by embeddables
2015-02-04 00:17:13 +03:00
Marco Pivetta
a1e40fc3f1
Removing PHP 5.3 references, simplified getting started docs
2015-01-14 21:02:15 +01:00
Andrey Knupp Vital
a701c9d046
Removing warning about non-availability of no-prefix in XML mappings
2015-01-08 10:11:22 -02:00
Andrey Knupp Vital
74a2cfc83b
Also adding docs for the new attribute use-column-prefix
2015-01-08 09:37:41 -02:00
Gennadiy Litvinyuk
83cd44697d
Fixing calls of schema-update tools
...
composer-generated binaries should be called without php interpreter.
Added reminder to update schema.
2014-10-12 17:50:47 +02:00
naitsirch
547a902bd3
Fixed small typo in documentation about extra lazy associations #DWEB-118
2014-09-26 19:49:12 +02:00
Mauro Pinto
857fed0310
Make embeddable doc more succinct, fix xml
2014-09-03 11:13:28 +01:00
Mauro Pinto
3bd916f763
Document embeddables column prefixing
2014-09-01 12:48:10 +01:00
Asmir Mustafic
e27d963784
Update extra-lazy-associations.rst
2014-02-12 23:42:52 +01:00
Asmir Mustafic
1f0d4197a9
Update doc with latest news about extra lazy assoc
2014-02-12 23:42:13 +01:00
Benjamin Eberlei
8a0901c92b
Merge pull request #835 from schmittjoh/ValueObjects
...
Value objects (Based on #634 )
2014-02-08 16:24:47 +01:00
goatherd
a485e791bb
fix foreach coding style
2014-01-14 23:44:38 +01:00
Kevin Brogan
5989c0cb54
removed erroneous tip
...
I'm working through the tutorial myself and got to this point.
Don’t forget to add a require_once call for this class to the bootstrap.php
This advice is wrong. The class is located in the src directory and so is autoloaded when required. No require statement is necessary.
2014-01-10 20:28:41 -08:00
Johannes Schmitt
4f585a3d63
Merge branch 'master' of github.com:doctrine/doctrine2 into ValueObjects
...
Conflicts:
UPGRADE.md
lib/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php
2014-01-04 17:52:32 +01:00
Benjamin Eberlei
0a2b5b8efd
Merge pull request #734 from caponica/patch-1
...
Cleaned up documentation
2014-01-02 15:00:11 -08:00
Mateo Tibaquirá Palacios
3669321161
Doctrine 2.4 now supports SQLite ALTER TABLE
2013-12-11 00:07:07 -05:00
Johannes M. Schmitt
fb3a06b9e7
adds support for XML/Yaml drivers
2013-11-13 00:03:21 +01:00
Johannes M. Schmitt
9ad376c006
adds docs
2013-11-12 23:49:25 +01:00
flack
dc476b62d1
Spelling fix
2013-11-04 19:16:04 +01:00
Marco Pivetta
1e10fca66a
Merge pull request #818 from mfdj/master
...
Clarified tutorial context in section introducing `orm:scehma-tool:*` commands
2013-10-16 17:23:09 -07:00
Mark Fox
2f8b0801cc
further tweaking of last commit pt.2
2013-10-11 15:22:39 -07:00
Mark Fox
126cd0bac2
further tweaking of last commit
2013-10-11 15:20:53 -07:00
Mark Fox
c5adfca0ed
Clarified tutorial context around introduction of orm:schema-tool:*
commands
...
See: http://stackoverflow.com/questions/17473225/doctrine2-no-metadata-classes-to-process for evidence of this confusion
2013-10-11 15:16:46 -07:00
Mark Fox
006dac13a9
Removed "minimum-stability" : "dev" from composer.json
2013-10-11 14:34:49 -07:00
Nick Hazen
528fe40839
Update create bug script
...
This script is using the first argument twice and ignoring the second argument completely.
2013-09-04 16:55:06 -04:00
Mark Fox
29366bb9c7
Updated require version and my earlier errors dissolved
...
As stated, the tutorial was written for 2.4.x, but the composer.json settings proffered would install 2.3.4, which has a different enough API that basic parts of the tutorial code would fail.
2013-08-17 21:15:03 -07:00
Mark Fox
c89258a0ea
fixed spelling mistake "bootsrapped"
2013-08-17 14:25:37 -07:00
Mark Fox
3405659eba
Update getting-started.rst
...
The inline cli-config.php, bootstrap.php examples were out of sync with Doctrine 2.4.x — I referenced https://github.com/doctrine/doctrine2-orm-tutorial/ for correct examples
2013-08-17 14:07:29 -07:00
Peter Mitchell
c933ac1a4a
Update override field mapping tut
...
* Added reference to override section of inheritance-mapping.rst
* Added link to yaml/xml examples in override-field-association-mappings-in-subclasses.rst
2013-08-13 16:08:42 -04:00
Christian Morgan
7535e9664e
Update getting-started.rst
...
Replaced ``class::$field`` with ``class#field`` to match Doctrine style
Cleaned up three paragraphs mentioned in https://github.com/doctrine/doctrine2/pull/734
2013-07-29 10:42:10 +01:00
Christian Morgan
bc7d06fe59
Updated method documentation to use # for instance methods instead of ::
2013-07-26 22:21:27 +01:00
Christian Morgan
7bc18d7888
Cleaned up documentation
...
Cleaned up documentation, tweaked some of the grammar, changed class#method() references to class::method(), added warning about performance impact of lazy loading
2013-07-26 16:16:24 +01:00
Robert Broen
6ff5043ce8
list_bugs.php needs to call to getters for protected vars
...
list_bugs.php needs to call to getters for protected vars. This was changed in the "getting-started" code repository, but not in the "getting-started" tutorial.
2013-06-17 11:36:09 +02:00
Robert Broen
184e8eb26c
Update getting-started.rst
...
The tutorial assumes Doctrine 2.4
2013-06-17 10:31:06 +02:00
Antonio J. García Lagar
c64c149ebf
Fix getting started doc to work with current version
2013-05-28 08:57:17 +02:00
Danny Kopping
408eef1356
Fixed entities path
...
In the tutorial, the user is told to create a new file in the '/src' folder, and the 'entities' folder is never referenced. Updating the SQLite schema according to the tutorial fails with the 'No Metadata Classes to process.' message. Changing the folder to '/src' fixes this, ostensibly.
2013-04-26 12:05:50 +03:00
Benjamin Eberlei
142c20aad1
Work on the Tutorial
2013-04-09 00:00:16 +02:00
Anthony
1278b79c79
Added yml example in ordered-associations.rst
...
And modified it to be in a configuration-block instead of separate code-block
2013-04-03 13:31:07 -03:00
Benjamin Eberlei
ea19a0063f
Huge refactoring of the Getting Started Tutorial to allow for an earlier success with the simple Product entity.
2013-03-17 13:43:16 +01:00
Benjamin Eberlei
4ef8e8c7aa
Move all classes to src/ in tutorial rather than in entities/
2013-03-17 12:45:49 +01:00
Benjamin Eberlei
5941d0267d
Worked on the Getting Started Guide
2013-03-17 12:26:34 +01:00
Benjamin Eberlei
bdfe6098a4
Reworked parts of the tutorial
2013-03-16 23:36:36 +01:00
Benjamin Eberlei
e0d706219b
Start reorganizing documentation with focus on simplicity.
2013-03-16 20:36:09 +01:00
Harold Barker
363df46006
Fixed typo.
2013-03-11 22:11:50 +00:00
Pascal Borreli
a2cd0f5804
Fixed typos
2013-03-11 00:08:58 +00:00
Benjamin Eberlei
f001c31342
Add versionadded tags to many ffeatures in the docs.
2013-02-27 12:34:10 +01:00
Benjamin Eberlei
805bb5ff9f
Remove mentions of PEAR installation method, remove code.
2013-02-15 01:04:29 +01:00
Christian Stoller
07616094d2
Added YAML configuration example for "Simple Derived Identity" in "Composite and Foreign Keys as Primary Key" Tutorial
2013-02-08 11:21:21 +01:00
Evgeny Shpilevsky
d65ba04c5c
Fix typo in docs
2013-01-30 17:59:38 +03:00