Ok, I found the problem... In my controller I opted to switch the $ext
value back to '.thtml' so I didn't have to rename hundreds of view
files.
Now this is interesting though becasue what does the $ext of the
controller have to do with the App::import()? When debugging, I always
got to the ${$class} =& new $class($options); line of the
ClassRegistry::init() function and it would run into this error above.
However, I have hit another problem with the App::import, which looks
like a bug. line 106 with the settings read:
"$settings = array_merge(array('id' => false, 'table' => null, 'ds' =>
null, 'alias' => null, 'name' => null), $settings);"
Shouldn't table = false? Otherwise it ends up trying to use a table
off the class's name because $table != false?
--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---