CoffeeBar Application 3/19 - Spying on our cache

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.

Application CoffeeBar 3/19 - Espionner notre cache

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.

Implémenter une navigation dans une application ZF2 avec des modules

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é ?

Implement a navigation within a ZF2 modular application

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 ?