Ronan Guilloux
526c757901
Update query-builder.rst
2014-05-29 16:36:22 +02:00
Ronan Guilloux
495fe6002d
Update query-builder.rst
...
->andWhere() can be used directly, without any ->where() before, and we can just always use ->andWhere(). This is why ->hasWhere() is useless, cf. #1043 .
2014-05-29 16:29:49 +02:00
Michaël Gallego
3d32bc47a7
Fix second level cache doc
2014-05-28 13:07:01 +02:00
Richard Shank
edaeaf48a8
Add yml example to single table inheritance
2014-05-27 07:47:07 -07:00
Michaël Perrin
b400ad52cc
Add documentation for the HIDDEN
keyword in DQL
2014-05-27 11:43:15 +02:00
hashnz
43c4c80388
Update caching.rst
...
Remove documentation referencing delete by regex/prefix.
2014-05-20 08:53:41 +12:00
Matthieu Napoli
b16423b26b
Documentation for #991
2014-05-16 09:32:52 +02:00
Jose M. Alonso M
204b7fe854
Removed duplicate entry in documentation TOC.
2014-05-01 13:02:29 +02:00
Evan Coury
d2c2067aaf
Add ExpressionBuilder::contains() to docs
2014-04-23 06:54:03 -07:00
Michaël Gallego
9b847f1a04
Update second-level-cache.rst
2014-04-20 23:52:06 +02:00
Guilherme Blanco
6a8ee87268
Made DQL and EBNF in sync.
2014-04-20 20:27:57 +00:00
Guilherme Blanco
318f5032db
Missing documentation update.
2014-04-17 19:31:06 +00:00
Guilherme Blanco
841bdd5ca5
DDC-2827 Added support for AggregateExpressions in NullComparisonExpression.
2014-04-17 04:39:26 +00:00
Guilherme Blanco
ceada41b83
DDC-2934 Added support for function declarations in order by.
2014-04-17 04:15:35 +00:00
Per Persson
38911076ad
Single quotes can't nest
...
I decided to use "... '...' ...", but perhaps you prefer '... \'...\' ...'?
2014-04-15 13:56:18 +02:00
Benjamin Morel
b3ec87ab09
Fixed typos
2014-03-28 12:54:49 +00:00
Nechaev Yaroslav
46b16a5e10
Update dql-doctrine-query-language.rst
2014-03-27 15:49:04 +03:00
Nechaev Yaroslav
b145ebf955
Typo in documentation
...
This method from AbstractQuery accepts constants from ClassMetadata rather than string
2014-03-27 15:45:52 +03:00
Logan Bailey
263d9f30f2
Fixes typo in dql-doctrine-query-language.rst
...
Changes "If you a query" to "If you have a query"
2014-03-25 11:10:43 -07:00
Benjamin Eberlei
5335b2a2ad
Merge pull request #955 from goatherd/patch-1
...
iteration risk note
2014-03-23 15:35:53 +01:00
Benjamin Eberlei
ecc2857e2d
[DDC-3033] Clarify restrictions in events.
2014-03-23 12:37:56 +01:00
Marco Pivetta
9b4ae6d556
Removing note on m2m association filtering as of #885
2014-03-16 17:41:19 +01:00
Marco Pivetta
fea200043e
Adding note about DDC-3020 - external XML entities may or may not work
2014-03-11 11:30:08 +01:00
Klein Thomas
832127a0d6
Added info about automatic discriminator map
...
see https://github.com/doctrine/doctrine2/blob/master/lib/Doctrine/ORM/Mapping/ClassMetadataFactory.php#L257
2014-03-11 09:54:46 +01:00
Marco Pivetta
8d4821b4dc
Merge pull request #972 from hallabro/patch-1
...
Capitalize @GeneratedValue (annotations-reference.rst)
2014-03-05 11:03:30 +01:00
Robin Hallabro
a395921fdc
Capitalize @GeneratedValue (annotations-reference.rst)
2014-03-05 10:57:31 +01:00
Abdellatif AitBoudad
5f429a5418
[Doc] added note Criteria limits.
2014-03-04 21:36:07 +00:00
Fabio B. Silva
8c2aef3f14
[DDC-2943] Disable slc for pagination queries
2014-03-01 01:15:09 -05:00
Benjamin Eberlei
f5897d4b0b
Merge branch 'master' of github.com:doctrine/doctrine2
2014-02-21 16:14:57 +01:00
Benjamin Eberlei
51e5db86b7
Add SECURITY.md and a chapter on security assumptions in Doctrine ORM.
2014-02-21 16:12:32 +01:00
Marco Pivetta
dfe7a68053
Removing notice about public properties support (included since 2.4)
...
see doctrine/doctrine2#406
2014-02-19 22:02:07 +01:00
Maik Penz
0677423d14
iteration risk note
...
> instead of loading the whole result into memory at once
is not the full truth.
There is a certain risk of processes getting killed due to memory allocation with large iteration. This is caused by result buffering of the client not being visible to PHP and thus not from 'within' the process.
It is not certain that this occurs with all database clients but seems rather likely to at this point.
This is only a proposal for discussion as I am not certain how to best add the information or if to add it at all (was it obvious before?). Personally I got confused by the existing description and didn't notice the memory implication until further investigation using `top` reported the process to run at 3+GB memory while PHP reported 400M real peak usage.
2014-02-17 10:33: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
Shaun
57ac3bd4be
Add DB-level onDelete CASCADE example
...
This adds `onDelete: CASCADE` to the `address` 1-1 relationship just to show how you would map a db-level cascade.
2014-02-11 17:23:19 -05:00
Wouter J
24feae84cd
Fixed typo & horizontal scrolling
2014-02-08 20:19:54 +01:00
Benjamin Eberlei
35511db4da
Merge pull request #898 from USvER/patch-1
...
Added note to STI
2014-02-08 16:34:30 +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
HermanPeeren
128e83909b
Update working-with-associations.rst
...
removed some spaces that had come into it while editing last commit
2014-02-06 16:09:27 +01:00
HermanPeeren
9c19d1e5c4
Update working-with-associations.rst
...
There are 2 many-to-many associations between the users and comments. Both use another join-table. The join-tables user_favorite_comments and user_read_comments must be specified. Otherwise the default "user_comment" is taken twice. See https://groups.google.com/forum/#!topic/doctrine-user/Kti36_n6490 and https://groups.google.com/forum/#!topic/doctrine-user/TYwafhgYiSU
2014-02-06 15:59:56 +01:00
Benjamin Eberlei
9653213914
Add warning about non scalar use in Criteria.
2014-02-04 00:02:09 +01:00
Matthieu Napoli
30c3eb0465
Improved DQL's "new" operator documentation
2014-01-21 17:34:54 +01:00
Matthieu Napoli
330c66559c
Improved DQL's "new" operator documentation
...
I had to dig through the pull requests and issues to figure that out, so I believe it's best documented explicitly.
2014-01-21 10:54:13 +01:00
Wouter J
996499e6fc
Added exception class names
2014-01-18 11:09:22 +01:00
goatherd
a485e791bb
fix foreach coding style
2014-01-14 23:44:38 +01:00
Marco Pivetta
771da768ac
Merge pull request #906 from KevinBrogan/master
...
removed erroneous tip
2014-01-12 08:10:20 -08:00
Benjamin Eberlei
12556e2dfe
Add MyISAM limitation
2014-01-12 11:33:37 +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
USvER
b23d0bec33
Added note to STI
...
http://www.doctrine-project.org/jira/browse/DDC-2886
2014-01-06 00:44:51 +02: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
Benjamin Eberlei
10576286b8
[DDC-2803] Fix error in documentation.
2014-01-02 22:54:46 +01:00
entering
2f0b4a5d81
Add an example to doc of YAML mapping
2013-12-25 22:11:15 +00:00
Benjamin Eberlei
48ea45fad0
Add note about experimental nature of SLC feature
2013-12-17 00:05:43 +01:00
fabios
0a66a2bc09
CS/Doc Fixes
2013-12-16 11:05:05 -05:00
fabios
fb98277783
Fix docs
2013-12-16 11:05:05 -05:00
fabios
d135e402bb
handle update/delete queries
2013-12-16 11:05:05 -05:00
Fabio B. Silva
61bff7d5f6
Fix CS and update docs
2013-12-16 11:05:04 -05:00
Fabio B. Silva
3140593e9b
Second level cache
2013-12-16 11:05:04 -05:00
Marco Pivetta
5fa1b10506
Merge pull request #832 from mnapoli/patch-4
...
Added "readOnly: true" to YAML reference
2013-12-14 05:41:27 -08:00
Benjamin Eberlei
94a3e6c42b
Add missing LICENSE of documentation
2013-12-12 00:30:15 +01:00
Mateo Tibaquirá Palacios
3669321161
Doctrine 2.4 now supports SQLite ALTER TABLE
2013-12-11 00:07:07 -05:00
Matthieu Napoli
38c59ce5a4
Added documentation section for Memcached
2013-12-02 14:59:04 +01:00
Martin Prebio
2828d7b5cd
Mentioning the 'refresh' cascading property in the documentation list
2013-12-01 22:43:06 +01:00
Christophe Coevoet
dfbf996a50
Added a note about changing the fetch mode for to-many relations
2013-11-26 14:20:51 +01:00
Steve Müller
45118a2811
mention SQL Anywhere in basic mapping docs
2013-11-25 18:24:54 +01:00
Christian Stoller
393b3d37f5
Documentation about how to use INSANCE OF in inheritance
2013-11-19 09:18:33 +01:00
Johannes M. Schmitt
0ee7b688c3
small fix
2013-11-13 00:07:20 +01: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
Benjamin Eberlei
0edf2bc585
Add missing link to batch processing chapter
2013-11-07 16:43:36 +01:00
Marco Pivetta
141213915e
Merge pull request #838 from flack/patch-2
...
Spelling fix
2013-11-04 10:21:49 -08:00
flack
8ad6853e84
Spelling fix
2013-11-04 19:17:04 +01:00
flack
dc476b62d1
Spelling fix
2013-11-04 19:16:04 +01:00
Guilherme Blanco
c7d4077219
Merge pull request #834 from carlosbuenosvinos/patch-1
...
Add example use of repositoryClass in YAML
2013-11-04 07:46:42 -08:00
Michael Cummings
01dc0e8273
Update annotations-reference.rst
...
@JoinTable because of mapping defaults does NOT have required attributes. Updated annotations reference to show them as optional.
2013-11-03 09:20:15 -08:00
Carlos Buenosvinos
6eac308ca3
Add example use of repositoryClass in YAML
2013-11-01 12:11:01 +01:00
Matthieu Napoli
f3f9fe9daa
Added "readOnly: true" to YAML reference
...
The readOnly configuration is documented nowhere except in the annotations reference.
I added it to the example, for a lack of a better place. But at least it will be documented somewhere.
Can you also confirm that this is correct? I'm starting to use it, and I can't find a way to have doctrine validate it is really working. Even with the metadata validation tool, it won't raise an error if I put an invalid entry (`readOnlyFOOBAR: true`) or an invalid value (`readOnly: FOOBAR`), so I'm kind of blind here.
2013-10-31 10:50:44 +01:00
Benjamin Eberlei
514dd4e852
[DDC-2757] Update documentation with regard to manually closing the EntityManager when an Exception occurs.
2013-10-26 12:32:53 +02:00
flack
195b1169ae
Spelling fix
2013-10-23 11:32:04 +02:00
Matthieu Napoli
a90311cb44
Fixed documentation rendering
...
The 2 lists I've fixed render as citation in the docs: http://docs.doctrine-project.org/projects/doctrine-orm/en/latest/index.html
If I didn't make any mistake, now they should render as simple lists.
2013-10-17 15:53:45 +02: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
sabzeta
a419c7c93b
Update query-builder.rst
...
expresion substr changed to substring as of
http://www.doctrine-project.org/jira/browse/DDC-382
2013-09-20 15:27:05 +03:00
Ryan Weaver
1fcef3321e
Changes thanks to @Ocramius
2013-09-12 20:52:12 -05:00
Ryan Weaver
36d7d60c3b
Minor updates while reading the basic-mapping page
...
The only arguable changes involve a few spots where I either removed something I thought was too technical and not valuable (e.g. talking about the metadata mapping pattern).
2013-09-12 17:08:48 -05:00
Daniel VanMullen
ef722066e3
Update dql-custom-walkers.rst
...
Fixed typo of "customer" to "custom"
2013-09-11 09:25:52 -04:00
Marco Pivetta
bb7f18ced7
Merge pull request #784 from eventhorizonpl/fix_docs
...
fix documentation warnings p1
2013-09-10 15:54:40 -07:00
Michal Piotrowski
bc37ceb58b
fix warnings p1
...
fix warnings p2
fix warnings p3
fix warnings p4
2013-09-10 23:57:41 +02:00
Benjamin Eberlei
9983fcbac3
Fix some more details in basic-mapping.rst
2013-09-10 23:15:43 +02:00
Benjamin Eberlei
a948cb49b8
Small fixes in basic-mapping.rst
2013-09-10 22:36:03 +02:00
Benjamin Eberlei
546c817f64
Move Custom Mapping Types into cookbook, restructure the chapter more.
2013-09-10 22:09:22 +02:00
Benjamin Eberlei
caf6ba65e8
Refactor Basic Mapping chapter to focus on the actual topic more. Rearrange apperance of topics. Introduce a sane example entity as example.
2013-09-10 22:09:22 +02:00
Benjamin Eberlei
f7108b40c3
Move Annotations introduction to the reference.
2013-09-10 22:09:22 +02:00
Matthieu Napoli
26e1ac6afd
#DDC-2664 Improving and fixing documentation for new Proxy factory flags usage as of DCOM-210
2013-09-09 11:20:12 +02:00
Matthieu Napoli
4a0a4094da
#DDC-2664 Document new Proxy factory flags usage as of DCOM-210
...
[Document new Proxy factory flags usage as of DCOM-210](http://www.doctrine-project.org/jira/browse/DDC-2664 )
2013-09-09 10:49:37 +02:00
Douglas Greenshields
85f227372d
fixed English grammar
2013-09-08 21:40:35 +01:00
Benjamin Eberlei
c6760e0375
Merge pull request #762 from naitsirch/yaml_reference_ext
...
YAML mapping documentation of uniqueConstraint
2013-09-08 06:22:42 -07:00
Benjamin Eberlei
f2fa47dedb
Fix RST bug
2013-09-08 13:04:08 +02:00
Benjamin Eberlei
275724fb46
Add missing documentation for 2.4 features
2013-09-08 12:13:47 +02:00
Guilherme Blanco
da7146c4d5
Merge pull request #779 from Blazinn/patch-4
...
Fixed grammar in custom data types
2013-09-05 07:31:19 -07:00
Nick Hazen
e808865e6f
Fixed grammar in custom data types
...
Changed 'are apply' to 'are applied'
2013-09-05 10:09:53 -04:00
Nick Hazen
1d247fbeaa
Fixed typo in property mapping
...
Changed 'pecify' to 'specify' line # 246
2013-09-05 09:48:00 -04:00
Nick Hazen
982840ac3c
Fixed typo in mapping documentation
...
"Classthat" to "Class that" line #69
2013-09-05 09:32:36 -04: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
Benjamin Eberlei
340ae15ba7
Merge branch 'Docs'
2013-09-01 19:04:22 +02:00
Benjamin Eberlei
c603fe7ab9
Simplify Working with Associations a little
2013-08-31 16:38:00 +02:00
Benjamin Eberlei
aa369b4212
Cleanup Association Mapping chapter
2013-08-31 16:25:53 +02:00
Benjamin Eberlei
cf2580d284
Cleanup of Configuration and Mapping reference chapters.
2013-08-31 15:46:10 +02:00
Marco Pivetta
f634ba343c
Merge pull request #759 from mfdj/patch-1
...
Fixed out of sync code examples in getting-started.rst
2013-08-25 07:23:20 -07:00
Marco Pivetta
e2a67c2f1c
Merge pull request #742 from caponica/patch-2
...
Cleaned up events.rst
2013-08-25 07:10:26 -07:00
Christian Stoller
a765f2e3b6
added yaml mapping documentation of uniqueConstraint
2013-08-20 11:17:04 +02:00
Guilherme Blanco
43fc8bafa7
DDC-1858 Added missing support to ResultVariable in LikeExpression.
2013-08-18 23:52:32 -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
Matthieu Napoli
ad2ae4c4b4
Update resolve-target-entity-listener.rst
...
Another syntax highlighting fix
2013-08-14 12:14:02 +02: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
Matthieu Napoli
036547e956
Update working-with-associations.rst
...
Fixed syntax highlighting
2013-08-13 14:39:17 +02:00
Benjamin Eberlei
acb7dfb320
Merge pull request #729 from dbu/not-lifecycle-callback-hint
...
add missing hint about lifecycle callback
2013-08-10 13:00:00 -07:00
Fabio B. Silva
0a42401a43
[DDC-2572] Fix ResolveTargetEntityListener subscription example
2013-08-08 19:13:13 -04:00
Guilherme Blanco
ea44ee1d55
Merge pull request #745 from jbruni/patch-2
...
Update basic-mapping.rst
2013-08-05 20:57:26 -07:00
Guilherme Blanco
36e7e3ccde
Updated documentation.
2013-08-03 17:40:48 -04:00
J Bruni
13c1efb240
Update basic-mapping.rst
...
The attribute name is "name", not "column", isn't it?
2013-08-03 11:26:37 -03:00
Christian Morgan
c715d91dc7
Updates based on feedback from Ocramius
...
Addresses all comments made so far, except the one about persists/updates
2013-08-01 17:56:45 +01:00
Christian Morgan
d5bc48623a
Cleaned up events.rst
...
Was a mix-up between TestEventSubscriber and EventTest (e.g. the definition of TestEventSubscriber referenced TestEvent::preFoo, which did not exist). To clarify this I've renamed EventTest to TestEvent.
Tried to clarify the text in the Naming Convention section.
Added note that onClear is not a lifecycle callback.
Tried to clarify the definition of Lifecycle Callbacks.
Separated key/value descriptions into XML and YAML parts since the details are different
Added note in Implementing Event Listeners section that since 2.4 you do have access to EntityManager and UnitOfWork from lifecycle callbacks.
Added example about how to use the computed changeset to modify a primitive value in preUpdate section
Added naming convention example to Entity listeners class section
The other changes are typos and small fixes.
2013-07-30 14:00:17 +01: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
trsteel88
23cc3ea4bc
Update working-with-associations.rst
...
Always use the constant for sorting. If you use 'asc' it will not work.
2013-07-23 12:30:33 +10:00
David Buchmann
b4e9dafd10
add missing hint about lifecycle callback
2013-07-22 10:23:47 +02:00
Eugene Morgan
0a151f2474
Remove extra semicolon before ->setParameter() calls
2013-07-15 15:01:33 -05:00
Alessandro Tagliapietra
d249a22f74
Updated batch-processing link extension
...
I've changed the batch processing link adding .html else the link is broken
2013-07-11 11:52:26 +02: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
Matthieu Napoli
424793c263
Fixed rendering
...
Fixed some broken rendering on http://docs.doctrine-project.org/en/latest/reference/yaml-mapping.html
2013-06-06 11:36:02 +03:00
Antonio J. García Lagar
c64c149ebf
Fix getting started doc to work with current version
2013-05-28 08:57:17 +02:00
John Bafford
0e29fe871a
Fix an instance of doubled words
2013-05-27 11:20:26 -04:00
Gusakov Nikita
384dfa87ab
add docs
2013-05-18 04:00:28 +04:00
Jakub Zalas
97622b57bd
Fixed a code block.
...
Sphinx does not like the way code was indented. Building the documentation raises the following error:
en/cookbook/resolve-target-entity-listener.rst:121: ERROR: Unexpected indentation.
2013-05-09 15:19:58 +01:00
HarmenM
f8efd85ae6
Update annotations-reference.rst
...
Added missing @JoinColumns in the index
2013-05-09 14:49:38 +03:00
Benjamin Eberlei
59fff4ddef
Fix Docs build
2013-05-03 13:32:42 +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
Calum Brodie
a0a133b02c
Removed unneeded escape character
...
Removed backslash
2013-04-21 20:55:54 +02:00
Calum Brodie
c2967b35ff
Update coding standards
...
Removing underscores from property/method names and change use statements to PSR-2
2013-04-21 20:43:48 +02:00
Benjamin Eberlei
142c20aad1
Work on the Tutorial
2013-04-09 00:00:16 +02:00
Benjamin Eberlei
d1f8e18d02
Enhance documentation on NEW() keyword. (ref DDC-1574)
2013-04-07 14:05:42 +02:00