Welcome Guest, Not a member yet? Register   Sign In
File hierarchy and setup for CodeIgniter and ZendFramework or possibly more...
#1

[eluser]Unknown[/eluser]
I have been reading a lot about all these frameworks and choices out there and I know that alot of it depends on the project type and scale. since for our project which is both large and complex we can not easily by pass the Zend's classes nor CodeIgniter's light foot print and speed. We would also need jquery and Extjs and not very sure about what we might need 1 year down the line. However for now this is the way we would like to setup our project if possible?

fr (Frameworks)
--CodeIgniter_1_7_2 (system folder content)
--Zend_1_9_5 (aci, amf, classes)
--Zendx_1_9_5 (xtras and own made)
--Jquery_1_3_2 (the library)
--Extjs_1_2_5 (the library)
public_html
index.php
index.html
config
view
model
controllers
helpers
hooks
language
libraries
errors
=========================================
What i would like even better is if I could do it this way:

fr (Frameworks)
--CodeIgniter_1_7_2 (system folder content)
--Zend_1_9_5 (aci, amf, classes)
--Zendx_1_9_5 (xtras and own made)
--Jquery_1_3_2 (the library)
--Extjs_1_2_5 (the library)
public_html
index.php
index.html
helpers
hooks
language
libraries
config
errors
pr1(my project MVC)
--view
--model
--controllers

Problem is i can not get the above to work, any help would be very very very much appreciated.

I would have all my Frameworks in one folder, all my view and controllers, models in one. I understand that i would not be able to have all of zend's frameworks benefit to me but only the use of classes and the CI would be the main framework which is what i whant. however if we could switch frameworks in whole that would be like heaven!


Messages In This Thread
File hierarchy and setup for CodeIgniter and ZendFramework or possibly more... - by El Forum - 11-13-2009, 03:36 AM



Theme © iAndrew 2016 - Forum software by © MyBB