Trac

Example doctrine applications

In order for new users to Doctrine to grasp it quicker we should create a test application. Then we should write a tutorial on how we create it and explain in detail what we do:

The examples should start out easy and be more advanced as the user learns more about doctrine.

Suggestion 1: Blog / Wiki

A blog has many concepts that fits nicely with Doctrine.

A post could be both taggable, searchable and versionable. The system could support more user that has posts. The blogging service could be exposed as a Doctrine_Resource via REST. Rss support.

The blog could eventually grow into a wiki. This could happend transparently as we have added enough features to suddenly have wiki support.