I am in idea to create a PHP Framework.. I need some guidance.
Waiting for help..
Thanks in Advance
I am in idea to create a PHP Framework.. I need some guidance.
Waiting for help..
Thanks in Advance
I am currently in the process of writing my php framework. It began as a little sideproject, carried from one website to another. Some weeks ago, I gave it an own repository location.
Right now it is mostly refactoring using design patterns and using a consistent codingstyle in all files.
I hope to have a version 0.2 soon.
I’ve created a PHP5 web application development framework. Check it out:
The emphasis is on beauty and semantic development, as well as allowing for rapid development. Code is separated into three components via the MVC pattern.
I found CakePHP and Symfony, among others, to be too ugly for my personal tastes.
M.T.
P.S. —I’ve included a diagram of an example web application using Canvas.