Welcome Guest, Not a member yet? Register   Sign In
CodeBurn : Codeigniter + xajax + doctrine + smarty + curl ... more
#1

[eluser]OliverHR[/eluser]
Here is this, is a mixture of libraries and settings I used for some of my projects.

Quote: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.

Quote:database: (what you set up in) applications/*applicationame*/config/database.php
table: user

Example file for using the Doctrine on the terminal:

Code:
php frontend doctrine build-all

in windows:
Code:
php doctrine doctrineoptions applicationname

in unix:
Code:
applicationname doctrine doctrineoptions

If 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


Messages In This Thread
CodeBurn : Codeigniter + xajax + doctrine + smarty + curl ... more - by El Forum - 05-21-2010, 12:14 PM



Theme © iAndrew 2016 - Forum software by © MyBB