count($var['Post'])

On Tuesday, 19 June 2012 00:24:15 UTC+2, 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

Reply via email to