Skip to content

Commit

Permalink
[fr] Follow cakephp#745
Browse files Browse the repository at this point in the history
added some quotes to make more readable
  • Loading branch information
cake17 committed Sep 2, 2013
1 parent 8ebc757 commit 5fdbf02
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions fr/core-libraries/behaviors/containable.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ Utilisation de Containable
~~~~~~~~~~~~~~~~~~~~~~~~~~

Pour voir comment Containable fonctionne, regardons quelques exemples.
Premièrement, nous commencerons avec un appel find() sur un model nommé
Post. Disons que ce Post a plusieurs (hasMany) Commentaire, et Post a et
appartient à plusieurs (hasAndBelongsToMany) Tag. La quantité de données
récupérées par un appel find() normal est assez étendue ::
Premièrement, nous commencerons avec un appel ``find()`` sur un model nommé
'Post'. Disons que ce 'Post' a plusieurs (hasMany) 'Comment', et 'Post' a et
appartient à plusieurs (hasAndBelongsToMany) 'Tag'. La quantité de données
récupérées par un appel ``find()`` normal est assez étendue ::

debug($this->Post->find('all'));
Expand Down

0 comments on commit 5fdbf02

Please sign in to comment.