Hi all,

Got a bug on cakephp final. Maybe its easyphp specific. Would be cool if you can tell if this is happening on xampp, and on LAMP.
It seems able only one round  of query, at the second it dies.  I hacked a bit model_php4 and I think that during the second request,
the properties are all empty. Like $this->getID(); is not functioning anymore.
To reproduce it:

    function index(){
        $whatever = $this->Model->read(null, 1);
        $data = "">         $this->set('data', $data);
    }

result : Fatal error: ConnectionManager::getDataSource

    function index(){
        $data = "">         $this->set('data', $data);
        $whatever = $this->Category->read(null, 1);
    }

result:  Fatal error: Call to a member function on a non-object



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake PHP" group.
To post to this group, send email to cake-php@googlegroups.com
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