facebook bug

2011-12-21 Thread arti grover
; ?/users/logout?php __('logout')?/a } logout function in controller code $this-Session-delete('userdetails'); $this-Session-delete('facebook_id'); $language_name=$this-Session-read('language'); $this-Session-destroy(); -- Regards Arti Grover -- Our newest site

Re: About hiding/showing buttons with respect to certain conditions mentioned in controlller

2011-10-30 Thread arti grover
Arti Grover -- 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 cake-php+unsubscr

Re: Using javascript

2011-10-30 Thread arti grover
to whet your whistle, here's a little tip from me: http://jqueryui.com/demos/dialog/ HTH, Paul. On Oct 29, 6:16 am, arti grover groverar...@gmail.com wrote: Hi all, I want to call a javascript alert box the moment A user clicks on CANCEL SESSION link.where should i put the javascript alert

Using javascript

2011-10-29 Thread arti grover
Hi all, I want to call a javascript alert box the moment A user clicks on CANCEL SESSION link.where should i put the javascript alert box in view and what how to code that javascript function inside view?? -- Regards Arti Grover -- Our newest site for the community: CakePHP Video Tutorials