different levels in code igniter?

Posted by ajsie on Stack Overflow See other posts from Stack Overflow or by ajsie
Published on 2010-04-09T04:31:45Z Indexed on 2010/04/09 4:53 UTC
Read the original article Hit count: 263

Filed under:

im all new to framework.

so the structure of code igniter looks like:

system system/application

the system folder is code igniter's base folder right? so if they in the future releases a new version i just put application in the new system folder and its upgraded right?

does this mean that i shouldn't put new files and so on in the system folder? cause some code could be used for other applications and i want to put them under the current application im developing, not inside the application folder.

i want my application's classes to extend my base system's classes which in turn extend code igniter's base system class.

so there are 3 levels. so how could i accomplish this? where to put the system level between CI and my application?

© Stack Overflow or respective owner

Related posts about codeigniter