BTW: I didn't remember the version number but it was the last release
talked in this group

<?php
class ProblemController extends AppController {
    var $name = 'Problem';
    var $uses = null;
    var $components = array('Courriel');
    var $autoRender = false;
    function index() {
        pr($this->Courriel);
    }
}

?>

The view :
Notice: Undefined property: Courriel in
/usersdev/wii/web/html/check/app/controllers/problem_controller.php on
line 8


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~----------~----~----~----~------~----~------~--~---

Reply via email to