On Mon, Jan 24, 2011 at 2:10 PM, [email protected] <[email protected]> wrote:
> Hi Sam,
> thanks for help...
> and how do I do that...?
> Here is another example, what I have is a video to be favorite. And
> once its favorite it, the button "Add to Favorites" should not be
> seen.
>
> The table for favorites I have is:
>
> id int(11) UNSIGNED No auto_increment
> video_id int(11) UNSIGNED No 0
> user_id int(11) No 0
> video_user_id int(11) UNSIGNED No 0
> created
>
> where video_user_id is original video poster.
>
> I need to create this statement
> e.g. <?php if(($favorite['VideoFavorite']['user_id'] == )): ?> ...??
> I don't know how... lol
Check against $this->Session->read('Auth.User.id').
--
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