Adding __construct() to AppModel like:
function __construct($id = false, $table = null, $ds = null) {
parent::__construct();
}
throws "No Database table for model AppModel (expected app_models),
create it first." error with recent 1.2 svn branch.
IOW, if such method is not added, there is no error.
This behavior is obvious with Andy's Generic File Upload Behavior
toolkit http://www.ad7six.com/MiBlog/GenericFileUploadBehavior
I'm quite lost to find what is wrong. Does anyone has any fix for
this? TIA
--
<?php echo 'Just another PHP saint'; ?>
Email: rrjanbiah-at-Y!com Blog: http://rajeshanbiah.blogspot.com/
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---