03-26-2009, 09:01 PM
|
#1 (permalink)
|
|
The Addict
Join Date: Jun 2008
Posts: 335
Thanks: 2
|
Critique the framework I use
The framework I use is very small but flexible, I don't plan to release it but I'd like some criticism from fellow developers as to whether I'm using OOP concepts correctly and such things.
The framework follows a very slack MVC model, infact the model and controller are one in the same at this point and perhaps later on will be separated into their own entities.
The reasons for two libraries folders is to separate the libraries I and the framework use through out every job such as session management and database access and libraries which are unique to the job. Same with Helpers & Config files.
Thanks in advance!
PLEASE DOWNLOAD THE COPY IN MY LAST POST
P.S The most important files in the framework are in /Core/Contstruction
Last edited by Enfernikus : 04-02-2009 at 12:19 AM.
|
|
|
|