Here is this, is a mixture of libraries and settings I used for some of my projects.
Includes:
-1.7.1-Codeigniter
-Xajax 0.5-final
-1.0.9-Doctrine
-Modular Extensions (merged with CI)
I do not use models but you can use general in common folder for whole apps, or in each application or module for each application module, same as libraries, ORM use the folder there you can find the fixtures and a SQL file. You can use different default databases for each app.
The concept is Modular extension but with a Common folder with libraries, models, helpers, plugins and views. More closer to HMVC.
database: (what you set up in) applications/*applicationame*/config/database.php
table: user
Example file for using the Doctrine on the terminal:
php frontend doctrine build-allin windows:
php doctrine doctrineoptions applicationnamein unix:
applicationname doctrine doctrineoptionsIf you get an error flag, change the first line in Doctrine file that points to the binaries of php.
The site use the htdocs as root then you must set up a virtualhost. Then you can:
http://localhost/
http://localhost/backend/
Hope you like, no big deal but usefull and I want to share it.
The zip file:
codeburn.zip
http://www.mediafire.com/file/hwnzgnnwoyy/codeburn.zip