confirm message

2010-01-28 Thread Uresh
onclick="return confirm('Are you sure you wish to delete this record?');" -- View this message in context: http://old.nabble.com/confirm-message-tp23472058p27355240.html Sent from the CakePHP mailing list archive at Nabble.com. Check out the new CakePHP Questions site http://cakeqs.org and

Table Joins

2010-01-26 Thread Uresh
Hi...I am Uresh Patel from india. I am cakephp beginner. I took reference from your "Table Rename Join Error" topic. I am trying to use inner join between only two tables. Tables : 1.user_profiles fields :-> userid (PK) 2. Memberships fields :->

BeforeFilter Redirect Loop

2010-01-16 Thread Uresh
hi, I am beginner in cakephp. I made controller and i want to apply "Beforefilter()" , which checks every time when controller/action calls. i write beforefilter() in my controller and checking if session is exist and username is set or not. function beforefilter() { $username = $this->

FCKEditor Edit Page Isssue

2010-01-07 Thread Uresh
This is my View page shows in controller code ::: class AdminController extends AppController { var $name = 'Admin'; var $uses = array('Frmcontent'); // we can use multiple models by defining the $uses variable. var $components = array ('Crypter'); var $paginate = array('limit' => 1, 'page'

save not updating values in Table

2010-01-06 Thread Uresh
/* MY problem is that i fetch all the data to the form and i put all the fields to appropriate textbox and so onwhen i submit the form the value passes properly but it is not updated in the database table. Array ( [UserProfiles] => Array ( [userid] => 8