One page with Search/Edit/Add and Delete Buttons

2013-06-20 Thread Mahdi Miad
Hi all, I am new in CakePHP, I developed some applications before and now I need to create my application same as before but with cakePHP, so what I need is one page with add,edit,search and delete button, if I click on search button I need to call search method and edit button with edit method

Re: One page with Search/Edit/Add and Delete Buttons

2013-06-20 Thread Eric Haskins
Im assuming the if() is in your controller not a view file?? Here is a snip of a view for one of my older apps I am working on updating. I use postLinks like this ?php if(count($divisions)0){ foreach ($divisions AS $row){