haclong
14/01/2015 19:41:00
Développement
Crédit : Morguefile.com
There are tutorials which are starting explaining the thing and then showing the first views after several chapters. Since i didn't know how to organize this one, i started to put the logic first then the views afterward. But i find it too frustrating to have to wait for the end of the tutorial to see what's happening. And truth is, in the real world, i need to see what is happening anyway.
haclong
14/01/2015 17:10:00
Développement
Crédit : Morguefile.com
Il y a des tutoriaux qui commence par tout expliquer avant de présenter une première vue après plusieurs chapitres. C'est ce que j'ai commencé à faire avec notre application. Mais je trouve que c'est trop frustrant d'attendre avant de découvrir ce que l'application donne. Et puis, pour ma part, j'ai besoin de voir ce que je développe. Il me faut un retour écran, de toutes façons.
haclong
03/07/2014 15:46:00
Développement, Haclong projects
Comment configurer un objet Zend
avigation en utilisant la configuration seulement
J'espère que cette liste va vous aider à utilsier Zend
avigation
haclong
22/06/2014 16:22:00
Développement, Haclong projects, Footprints in the snow
Crédit : zend framework
Développer une application avec des modules a des avantages certains : séparation des éléments, diminution des dépendances... On ne va pas refaire l'histoire. Mais on ne peut pas nier qu'il y a des éléments dans un site web, qui sont cross-modules. La navigation est l'un de ces éléments. Chaque élément d'un menu correspond forcément à un module différent. Alors comment implémenter cette particularité ?
haclong
22/06/2014 08:52:00
Développement, Haclong projects, Footprints in the snow
Crédit : zend framework
Implement an application with modules has certain advantages : separation of concerns, light dependancies... we won't talk about this once again, but we can't deny that there IS cross modules items in a web site. The navigation is one of them. Each menu items belong necessarily to a different module. So, how to implement a navigation ?
haclong
21/11/2012 02:28:00
Développement
Zend Framework comes with a Zend Navigation component. With this component you can create a menu. Just let see how.