Skip to content
This repository has been archived by the owner on Sep 16, 2021. It is now read-only.

Commit

Permalink
Small fixes to a couple of tutorials.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lars Janssen committed Nov 11, 2012
1 parent e2449f5 commit 1028f2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tutorials/installing-configuring-cmf.rst
Expand Up @@ -46,7 +46,7 @@ And then run
Initialize bundles Initialize bundles
~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~


Next, initialize the bundles in ``AppKernel.php`` by adding them to the ``registerBundle`` method Next, initialize the bundles in ``AppKernel.php`` by adding them to the ``registerBundles`` method


.. code-block:: php .. code-block:: php
Expand Down
3 changes: 1 addition & 2 deletions tutorials/installing-configuring-doctrine-phpcr-odm.rst
Expand Up @@ -39,8 +39,7 @@ content repository implementation later on.


These are the available choices: These are the available choices:


* **Jackalope with Jackrabbit** (Jackrabbit requires Java, it can persist into the file system, * **Jackalope with Jackrabbit** (Jackrabbit requires Java, it can persist into the file system, a database etc.)
a database etc.)
* **Jackalope with Doctrine DBAL** (requires an RDBMS like MySQL, PostgreSQL or SQLite) * **Jackalope with Doctrine DBAL** (requires an RDBMS like MySQL, PostgreSQL or SQLite)
* **Midgard** (requires the midgard2 PHP extension and an RDBMS like MySQL, PostgreSQL or SQLite) * **Midgard** (requires the midgard2 PHP extension and an RDBMS like MySQL, PostgreSQL or SQLite)


Expand Down

0 comments on commit 1028f2d

Please sign in to comment.