Heyy
error in this statement

$$this->set('authakeUsers',$
authakeUserQuery);


correct folowing
$this->set('authakeUsers',$
authakeUserQuery);
Try this

On Tue, May 25, 2010 at 6:25 PM, Narendra Padala <[email protected]>wrote:

> put code to ur controller
> --------------
> $createdValue='12.34.00';
> $authakeUserQuery=$this->authakeUser->find('all',
>
> array('conditions'=>array('authakeUser.created'=>$createdValue)));
>
> $$this->set('authakeUsers',$authakeUserQuery);
>
>
> ------.ctp file....
> <table>
> <tr>
> <td>login</td>
> <td>password</td>
> <td>email</td>
> <td>created</td>
> <td>updated</td>
> </tr>
> <?php
> foreach($authakeUsers as $authakeUser) {
> ?>
> <tr>
>   <td><?php echo $authakeUser['authakeUser']['login']; ?></td>
>   <td><?php echo $authakeUser['authakeUser']['password']; ?></td>
>   <td><?php echo $authakeUser['authakeUser']['email']; ?></td>
>   <td><?php echo $authakeUser['authakeUser']['created']; ?></td>
>   <td><?php echo $authakeUser['authakeUser']['updated']; ?></td>
> </tr>
> <?php } ?>
> </table>
>
> I am also new to cake php, as per my scope i did like this, but u have to
> ask question clearly and u have to try.....?
>
> On Tue, May 25, 2010 at 12:19 PM, WebbedIT <[email protected]> wrote:
>
>> What have you tried and where have you got stuck?
>>
>> Check out the new CakePHP Questions site http://cakeqs.org and help
>> others with their CakePHP related questions.
>>
>> You received this message because you are subscribed to the Google Groups
>> "CakePHP" group.
>> To post to this group, send email to [email protected]
>> To unsubscribe from this group, send email to
>> [email protected]<cake-php%[email protected]>For
>>  more options, visit this group at
>> http://groups.google.com/group/cake-php?hl=en
>>
>
>  Check out the new CakePHP Questions site http://cakeqs.org and help
> others with their CakePHP related questions.
>
> You received this message because you are subscribed to the Google Groups
> "CakePHP" group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]<cake-php%[email protected]>For
>  more options, visit this group at
> http://groups.google.com/group/cake-php?hl=en
>



-- 
Dilip Godhani
Jr Software Developer, Entourage Solutions
e-mail: [email protected]
          [email protected]
Web.: www.entouragesolutions.com
m. 9913822582

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected] For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en

Reply via email to