CodeIgniter-Doctrine-TwitterBootstrap Starter Template
This is a template to start a CodeIgniter project integrated with Doctrine ORM and Twitter Bootstrap. You can see the CodeIgniter Framework page here ,for Twitter Bootstrap here,and for Doctrine ORM here
To use the Doctrine ORM, firstly change the database configuration at the application/config/database.php. For Windows users, go to the application directory and execute this: php.exe doctrine.php. For Unix base users do the same and execute php doctrine. This command will automatically generate the table in your database.