Believe it or not
I have been working as Software Engineer (PHP web developer) for the last one year. I experienced lot of things during this period.
Although some time I feel a bit depressed with my nature of learning more and more- unfortunately or luckily Capricorn is my star and the nature of goat is to climb up and up every time, however I think I have learned a lot because of this nature.
Since last few moths I am working in Zend Framework and quite happy working in it. However few days back I thought way not build my own MVC framework.
I really hate working in simple PHP- mixing code everywhere. However as I may work in simple PHP in future, I thought why not create my own MVC, separating presentation logic from business logic.
The idea was to create Model, View, and Controller folders for specific type of functionality and integrate so that they work together.
After studying design patterns and powerful SPL(Standard PHP Library), I made it. I myself didn’t believe first time that I have succeeded. But I really did.
gabysolomon said
so are you working with your own MVC or are using Zend ?
i have the same dilema … buil my own or use zend
Faheem Abbas said
Recently I am using Zend. Better to use it because it provide lots of components. If you decide to work with your own, you will need to write lot of code and this will be like reinventing the wheel.
Regards
Faheem Abbas Orakzai
Software engineer
NextBridge Private Limited.
Asim Zeeshan said
Care to share the code with the community?
Inkblot said
… Sometimes, you *should* re-invent the wheel to make it better. Don’t let anyone tell you otherwise.
Of course, the Zend Framework is pretty well off (incredibly solid). If you have something to contribute, re-invent that part of the wheel.
Faheem Abbas said
which code?
Asim Zeeshan said
The MVC code
Salman Ali said
Well nice aim for making MVC for your own!!
Keep it up bro…
SARFRAZ AHMED said
congratz on making the MVC !
By the way i have also made my custom MVC framework, you can have a look at it:
http://www.phpclasses.org/browse/package/5608.html
Have you uploaded your MVC for others to see or download?
Thanks
Sarfraz Ahmed said
here is my own MVC framework too
http://sarfraznawaz.wordpress.com/2009/09/08/ezmvc-php-framework/