also done..
i have:
controllers/microsites_controller.php
<?php
class MicrositesController extends AppController { }
?>
models/microsite.php
<?php
class microsite extends AppModel { }
?>
and a databa table called microsites
and now the errors are back
Warning: in_array() [function.in-array]: Wrong datatype for second
argument in /home/brenda/microman/cake/libs/model/model_php5.php on
line 556
Warning: in_array() [function.in-array]: Wrong datatype for second
argument in /home/brenda/microman/cake/libs/model/model_php5.php on
line 556
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---