Zend Framework Overview Presentation Slide

I gave a short presentation at the PHP London Conference on Friday. The session was a three way head-to-head between Zend Framework, Symfony and CodeIgniter. It went quite well, even though I was very nervous and I think we covered the important points of the frameworks.

I’ve also uploaded the slides for my Zend Framework overview in case anyone is interested enough to want to look at them!

Posted by Rob on 2nd March 2008 under Presentation |

5 Responses to “Zend Framework Overview Presentation Slide”

  1. ptoom responded on 03 Mar 2008 at 12:51 am #

    …shame i still can’t get the latest version of the akrabat ZFW tutorial code to work. ZFW seems like it should be really great.

  2. Rob responded on 03 Mar 2008 at 12:54 am #

    Hi ptoom,

    What is ZFW? and what problem are you seeing?

    Regards,

    Rob…

  3. julien-pauli responded on 03 Mar 2008 at 8:53 am #

    I remember I had the same challenge in Paris : present Zend-Framework in a Framework session that included Symfony as well

  4. Jeff responded on 06 Mar 2008 at 3:18 pm #

    Rob,

    I like the slides. I had a question about your directory structure as it seems you might have the answer to a problem I am working on solving. You have both admin and site as modules in your app. Do you have to access them as http://www.example.com/admin/controller/action or how do you go about doing that?

    I was hoping to somehow force this case

    http://example.com -> /app/modules/site http://admin.example.com -> /app/modules/admin http://m.example.com -> /app/modules/m

    Can you shed any light on methods for handling this using ZF?

  5. Rob responded on 06 Mar 2008 at 3:21 pm #

    Jeff,

    Yes, the admin is accessed via /admin/controller/action and the front end via /controller/action.

    I’m sure you could do something clever with apache .htaccess rules to use subdomains.

    Regards,

    Rob…

Comments RSS

Leave a Reply