What is the difference?
        Posted  
        
            by Eragonio
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Eragonio
        
        
        
        Published on 2010-05-17T12:30:20Z
        Indexed on 
            2010/05/17
            12:50 UTC
        
        
        Read the original article
        Hit count: 236
        
I try out CakePHP. I follow this Tutorial and can't find out why this code doesn't work. The code from the tutorial works fine.
echo $html -> link('Löschen', array('action' => 'delete', 'id' => $post['Post']['id']), null, 'Sind Sie sicher?' );
        © Stack Overflow or respective owner