1
0
mirror of synced 2025-03-23 16:33:54 +03:00

Merge pull request #57 from volftomas/master

Minor changes
This commit is contained in:
Guilherme Blanco 2011-11-08 05:57:38 -08:00
commit 650a80a61a

View File

@ -68,7 +68,7 @@ on your CLI:
::
$ pear channel-discover pear.doctrine-project.org
$ pear install doctrine/DoctrineORM --all-deps
$ pear install --alldeps doctrine/DoctrineORM
This should install the packages DoctrineCommon, DoctrineDBAL, DoctrineORM,
SymfonyConsole and SymfonyYAML.
@ -779,7 +779,7 @@ We also have to create a general bootstrap file for our application:
.. code-block:: php
<?php
// boostrap.php
// bootstrap.php
require_once "entities/User.php";
require_once "entities/Product.php";