Zend Framework

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.

9 Responses to “Believe it or not”

  1. so are you working with your own MVC or are using Zend ?
    i have the same dilema … buil my own or use zend

  2. 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.

  3. Care to share the code with the community?

  4. 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.

  5. Faheem Abbas said

    which code?

  6. The MVC code :)

  7. Salman Ali said

    Well nice aim for making MVC for your own!!
    Keep it up bro…

  8. 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

  9. Sarfraz Ahmed said

    here is my own MVC framework too :)

    http://sarfraznawaz.wordpress.com/2009/09/08/ezmvc-php-framework/

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <pre> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>