Notice (8): Undefined variable: animal [CakePHP2]

Html->link( 'Ajouter un Animal', array('controller' => 'animaux', 'action' => 'add') ); ?>

5
Problème de relation

Html->script('tiny_mce/tiny_mce.js',array('inline'=>false)); ?> tinyMCE.init({ mode : "textareas", theme: "advanced", plugins : "inlinepopups,paste,image", theme_advanced_buttons1 : 'bold,italic,underline,|,bullist

2
léger problème avec cakephp + theme Core

Html->link("Pages",array('controller'=>'pages','action'=>'index')); ?>

3
tuto espace membre

Html->link('Me rappeller mon mot de passe',$this->Html->url($link,true)); ?> et voici celui de l'activation: Bonjour Pour activer ce compte suivez le lien

3
Tutoriel vidéo CakePHP : Développer un site avec CakePHP, Jour 3

Html->script('tiny_mce/tiny_mce.js',array('inline'=>false)); ?> tinyMCE.init({ mode : 'textareas', theme: 'advanced', plugins: 'inlinepopups,paste,advimage,image', theme_advanced_buttons1 : 'bold,italic,underline

21
problème tuto de A à Z

html .= ' '; }elseif($options'type'] == 'textarea'){ $html .= ' '.$this->controller->request->data->$name.' '; }elseif($options'type'] == 'checkbox'){ $html .= ' '; } $html .= ' '; return $html; } } et voici l'erreur que j'ai: Notice: Trying to get property

5
Probleme cake Email

html\signup.ctp, line 6] Code Context Pour activer ce compte suivez ce lien : $viewFile = 'F:\wamp\www\2.7\app\View\Emails

6
Site de A à Z Jour 5 recuperer la value dans mes formulaires

html .= ' '; }elseif($options'type'] == 'textarea'){ $html .= ' '.$this->controller->request->data->$name.' '; }elseif($options'type'] == 'checkbox'){ $html .= ' '; } $html .= ' '; return $html; } } ?> et voici le code de ma fonction dans mon controller : function

3
question CSS sur vh et pourcentage

html: html{ height: 100%; } Dans ma tête, je me suis dit que la balise html étant la balise contenant tout mon html et n'ayant pas de balise parent, c'est 100% de quelquechose

0
Petit problème de charset

Html->image("icons/add_message.png",array('alt'=>'Add Message','url' => array('controller' => 'story', 'action' => 'addmessage', $storyAuthor'stories']'id'])));?>

8