Development

Changeset 27880

You must first sign up to be able to contribute.

Changeset 27880

Show
Ignore:
Timestamp:
02/11/10 09:10:19 (3 years ago)
Author:
forresst
Message:

[doc][1.4] update doc, jobeet

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • doc/branches/1.4/jobeet/en/04.markdown

    r27870 r27880  
    867867-------------- 
    868868 
    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. 
     869In this fourth chapter, we have described some design patterns used by symfony. 
     870Hopefully the project directory structure now makes more sense. We have played 
     871with templates by manipulating the layout and template files. We have also made 
     872them a bit more dynamic thanks to slots and actions. 
     873 
     874In the following chapter, we will learn more about the `url_for()` helper we 
     875have used today, and the routing sub-framework associated with it. 
    872876 
    873877__ORM__ 
  • doc/branches/1.4/jobeet/en/05.markdown

    r27870 r27880  
    630630-------------- 
    631631 
    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. 
     632This chapter was packed with a lot of new information. You have learned how to 
     633use the routing framework of symfony and how to decouple your URLs from the technical 
     634implementation. 
     635 
     636In the following chapter, we won't introduce any new concept, but rather spend 
     637time going deeper into what we've covered so far. 
    635638 
    636639__ORM__ 
  • doc/branches/1.4/jobeet/fr/05.markdown

    r27870 r27880  
    634634de la réalisation technique. 
    635635 
    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. 
     636Au cours du chapitre suivant, nous n'introduirons aucun concept nouveau, mais nous passerons 
     637davantage de temps à étudier plus en détails tout ce que nous avons découvert jusqu'à présent. 
    637638 
    638639__ORM__ 
  • doc/branches/1.4/jobeet/fr/06.markdown

    r27870 r27880  
    784784   nouvelle ligne ("\n"). 
    785785 
    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 : 
     786Rechargez 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`. 
     788Dans la capture d'écran suivante, nous avons diminué le nombre maximum d'offres à 5 afin 
     789d'obtenir une image de taille raisonnable : 
    787790 
    788791![Pagination](http://www.symfony-project.org/images/jobeet/1_4/06/pagination.png)