You need to provide us with more information than that for us to understand
your problem.

If it is working on 1.1.8 it is most likely because you are doing:

$model = new Model()

When in 1.1.13 you should be doing:

loadModel('Model');
$model = new Model();

-MI

---------------------------------------------------------------------------

Remember, smart coders answer ten questions for every question they ask. 
So be smart, be cool, and share your knowledge. 

BAKE ON!

blog: http://www.MarianoIglesias.com.ar


-----Mensaje original-----
De: cake-php@googlegroups.com [mailto:[EMAIL PROTECTED] En nombre
de [EMAIL PROTECTED]
Enviado el: Jueves, 01 de Marzo de 2007 07:41 p.m.
Para: Cake PHP
Asunto: Re: troubles with cake_1.1.13.4450

No,, sorry

No case.

the cakephp frwk cant load my model.
Its curious coz in version 1.1.8 its works perfectly.


--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to