http://book.cakephp.org/2.0/en/models/retrieving-your-data.html#model-field

$id = $this->User->field(
        'id',
        array(
                'username' => $sponID
        )
);

Jeremy Burns
Class Outfit

http://www.classoutfit.com

On 18 Jan 2013, at 13:15:54, PlanoCoder <[email protected]> wrote:

> Good morning all.  I need to make this sql query in my controller.  "SELECT 
> id FROM users WHERE username = $sponID".  How do i need to write this in the 
> UsersController?
> 
> -- 
> Like Us on FaceBook https://www.facebook.com/CakePHP
> Find us on Twitter http://twitter.com/CakePHP
>  
> --- 
> 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].
> Visit this group at http://groups.google.com/group/cake-php?hl=en.
>  
>  

-- 
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

--- 
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].
Visit this group at http://groups.google.com/group/cake-php?hl=en.


Reply via email to