Hi I have 2 models 1.Task 2.User And respective controllers
I want to retrieve tasks pertaining to a particular user while logged
in...here is the relevant php code
$query="select * from tasks where tasks_username = '$username'";

I want to write code in cakephp for this query. How can i write? and
in controller or model?? can you show me some sample code?
Thanks

-- 
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