Changeset 27880
- Timestamp:
- 02/11/10 09:10:19 (3 years ago)
- Files:
-
- doc/branches/1.4/jobeet/en/04.markdown (modified) (1 diff)
- doc/branches/1.4/jobeet/en/05.markdown (modified) (1 diff)
- doc/branches/1.4/jobeet/fr/05.markdown (modified) (1 diff)
- doc/branches/1.4/jobeet/fr/06.markdown (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
doc/branches/1.4/jobeet/en/04.markdown
r27870 r27880 867 867 -------------- 868 868 869 In this fourth chapter, we have described some design patterns used by symfony. Hopefully the project directory structure now makes more sense. We have played with templates by manipulating the layout and template files. We have also made them a bit more dynamic thanks to slots and actions. 870 871 In the following chapter, we will learn more about the `url_for()` helper we have used today, and the routing sub-framework associated with it. 869 In this fourth chapter, we have described some design patterns used by symfony. 870 Hopefully the project directory structure now makes more sense. We have played 871 with templates by manipulating the layout and template files. We have also made 872 them a bit more dynamic thanks to slots and actions. 873 874 In the following chapter, we will learn more about the `url_for()` helper we 875 have used today, and the routing sub-framework associated with it. 872 876 873 877 __ORM__ doc/branches/1.4/jobeet/en/05.markdown
r27870 r27880 630 630 -------------- 631 631 632 This chapter was packed with a lot of new information. You have learned how to use the routing framework of symfony and how to decouple your URLs from the technical implementation. 633 634 In the following chapter, we won't introduce any new concept, but rather spend time going deeper into what we've covered so far. 632 This chapter was packed with a lot of new information. You have learned how to 633 use the routing framework of symfony and how to decouple your URLs from the technical 634 implementation. 635 636 In the following chapter, we won't introduce any new concept, but rather spend 637 time going deeper into what we've covered so far. 635 638 636 639 __ORM__ doc/branches/1.4/jobeet/fr/05.markdown
r27870 r27880 634 634 de la réalisation technique. 635 635 636 Au cours du chapitre suivant, nous n'introduirons aucun concept nouveau, mais nous passerons davantage de temps à étudier plus en détails tout ce que nous avons découvert jusqu'à présent. 636 Au cours du chapitre suivant, nous n'introduirons aucun concept nouveau, mais nous passerons 637 davantage de temps à étudier plus en détails tout ce que nous avons découvert jusqu'à présent. 637 638 638 639 __ORM__ doc/branches/1.4/jobeet/fr/06.markdown
r27870 r27880 784 784 nouvelle ligne ("\n"). 785 785 786 Rechargez les jeux de test avec la tâche `propel:data-load` et vérifiez que seulement `10` offres d'emplois soient affichées en page d'accueil pour la catégorie `Programming`. Dans la capture d'écran suivante, nous avons diminué le nombre maximum d'offres à 5 afin d'obtenir une image de taille raisonnable : 786 Rechargez les jeux de test avec la tâche `propel:data-load` et vérifiez que seulement 787 `10` offres d'emplois soient affichées en page d'accueil pour la catégorie `Programming`. 788 Dans la capture d'écran suivante, nous avons diminué le nombre maximum d'offres à 5 afin 789 d'obtenir une image de taille raisonnable : 787 790 788 791 