Category: Zend Framework

  • The quest of routing in Zend Framework

    I am a ZF beginner and I am trying to find out a way to handle routing. Let say that I am building a website with different sections: http://example.com/news http://example.com/articles http://example.com/gallery http://example.com/forum I am wondering how should I set up routing? Take the forum as an example. Let say I use this principle: http://example.com/module/controller/action?var1=value&var2=value And…

  • Staplande steg med Zend Framework

    Har i dagarna fått lite smak på att koda lite. Har köpt en bok, PHP|architect’s guide to Programming with Zend Framework. Mycket intressant läsning som gör mig grymt nyfiken. Dock verkar tröskeln vara hög för att kunna använda Framworket eftersom i alla fall jag  vill veta hur det funkar i detalj. Håller just nu på…