Re: problem in save form

2011-04-15 Thread timir maji
['MyModel']['image']); $this->data['MyModel']['image']='old_field_value(old image name saved in database)'; } else { //logic for upload new file and replace the old one } Try this , i think it will help you. Thanks Timir Maji On Fri, A

Re: checkbox field to display

2011-04-14 Thread timir maji
Please try this echo $this->Form->checkbox('fieldname',array('checked'=>true)); I use this in many project all work fine. Thanks Timir Maji On Thu, Apr 14, 2011 at 2:37 PM, Jens Dittrich wrote: > Have you read the book about using the Helper? > http://b

Facing problem in paging with request action

2011-04-14 Thread Timir
ike http://localhost/pushpanelnew/pages/get_routes/pages/blog/page:2 Also pagination is not working But i want the pagination link like http://localhost/pushpanelnew/pages/blog/page:2 Please help me , its very urgent. Thanks Timir Maji -- Our newest site for the community: CakePHP Vid