Friday, January 18, 2013

Re: Sql Controller query


$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 <lance@lancebarron.com> 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 cake-php@googlegroups.com.
To unsubscribe from this group, send email to cake-php+unsubscribe@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php?hl=en.
 
 

No comments: