Tâtons du Symfony 3

haclong 29/08/2016 19:03:00 Développement

Avec le lancement de Symfony 3, et dans ma démarche continue de m'améliorer, j'ai décidé de réaliser un nouveau projet. J'ai laissé Zend Framework de côté pour une fois, la communauté de celui ci étant en pleine ébullition avec le déploiement prochain de Zend Framework 3. Le nouveau projet sera, cette fois ci, développé avec le framework Symfony.

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 ?

Un nouveau framework flambant neuf

haclong 19/04/2013 18:51:00 Développement, Haclong projects

Voici un mois à peu près que je suis passée à Zend Framework 2. Merci aux longs mois qui ont précédés et qui m'ont mis le pied à l'étrier concernant l'apprentissage d'un framework MVC, de la conception d'un modèle (toujours pas testé en live) et des différentes notions liées à l'objet. Voici qu'avec l'arrivée de Zend Framework 2, je me prends de nouveau une belle pelletée de concepts dont j'ignorais jusqu'à l'existence. Et le pire, c'est qu'en creusant la question, certains ont plus de 10 ans !!

Zend Application : Scope issues

haclong 30/10/2012 18:44:00 Développement

One thing i have to learn when coding with Zend Framework is the issue of scopes. When coding with procedural method, i never really care about the scope. If i'm not clear here (maybe because i'm not using the correct word), i mean : where, in your code, your variable is valid (meaning : exists).

Conceiving a website with Zend Framework

haclong 26/09/2012 14:49:00 Développement

Here are some basics about building an MVC application with Zend Framework 1.1x. These may sound really logic and all of you, advanced developers, may already know all of this but since i have to find out it all by myself (and it may be still on development), i thought it is good to add some development reflexion here.

Zend Application starter

haclong 09/06/2012 15:37:00 Développement

Crédit : Garth Britzman

This tutorial, part of many to come, may not differ from other tutorials out there about Zend Application. There's a lot of tutorials out there showing how to build a Zend Application using Zend Tool (with the command line instruction). This is useful but if you wish to adapt your filesystem, you can't use Zend Tool that easily.

Débuter avec Zend Application

haclong 09/06/2012 09:10:00 Développement

Crédit : Garth Britzman

Ce tutoriel, parmi d'autres à venir, pourrait sembler similaire à d'autres tutoriaux sur Zend Application. Il y a sur la toile beaucoup de tutoriaux enseignant comment construire une application avec Zend Application en utilisant Zend Tool (les tutoriaux incluant les instructions en ligne de commande). Zend Tool a son utilité mais si vous souhaitez personnaliser vos répertoires, vous ne pourrez pas utiliser Zend Tool aussi facilement.

Why newbies gave up when learning Zend Framework ?

haclong 04/06/2012 16:00:00 Développement

Crédit : estudio breder

Beside the discovery of CMS through Drupal, i also wished to code my own web applications. So I was looking for tools, library, thing that will help me to code those applications without, you know, reinventing the wheel once again. Here I met the framework. More precisely, the Zend Framework. They are more, out there, but even I don't know why I chose ZF. Again, as for Drupal, this framework just look like a real swiss army knife php library and I always liked tools where each things are in its own place and... well... you know.