Pergunta

i'm getting the following syntax error: Parse error: parse error in C:\wamp\www\merry_flowers\controllers\merry_parents_controller.php on line 12. What am I doing wrong? thanks in advance.

when i try to run the following code:

<?php

var $merryparent_id=$this->MerryParent->field('id',
                                        array('MerryParent.name'=>$this.data['MerryParent']['name'],
                                        'MerryParent.email'=>$this->data['MerryParent']['email'])
                                        );
               ?>

Nenhuma solução correta

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top