1.3 http://book.cakephp.org/1.3/view/1033/counterCache-Cache-your-count 2.x http://book.cakephp.org/2.0/en/models/associations-linking-models-together.html#belongsto
On Monday, 18 June 2012 23:24:15 UTC+1, JonStark wrote: > > Sorry, incomplete : > > It will produce an array like : > > array( > 'User' => array( > 'password' => '*****', > 'id' => '2', > 'username' => 'test', > > ), > 'Post' => array( > (int) 0 => array( > 'id' => '36', > 'user_id' => '2', (...) > > ) > ), > > > How can I display the number of Posts this user have ? (in this example 1) > ? > > Thanks a lot. > > Le mardi 19 juin 2012 00:21:25 UTC+2, JonStark a écrit : >> >> Let's say USer hasMany Post. >> >> If i debug my user it will produce an array like : >> >> User >> >> -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
