Re: How to display records from a table in php cake

2008-04-24 Thread pappu
Try this "Jai Maharashtra" link($post['Post']['title'],'/posts/view/'. $post['Post']['id']);?> link('Delete',"/posts/delete/{$post['Post'] ['id']}",null,'Are you sure?')?>  

Re: How to display records from a table in php cake

2008-04-24 Thread Sliv
If there ever was a RTFM post of all time, this was it. http://manual.cakephp.org --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to cake-php@googlegroups.com To un

Re: How to display records from a table in php cake

2008-04-24 Thread the_woodsman
is to call findAll on your model from a controller, then pass this into a view for display in HTML. On Apr 24, 1:20 pm, "rocky verma" <[EMAIL PROTECTED]> wrote: > How to display records from a table in php cake > > Help me to figure out thi

How to display records from a table in php cake

2008-04-24 Thread rocky verma
How to display records from a table in php cake Help me to figure out this problem Thanks Rocky --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email t