Hi,
I made my first aplication using cake and its work corectly, but when I
move it to the other server its not work. So I created new simple
aplication and when not use any table its works, but when create a
model with var $name ex. Post and get url example.com/posts I got empy
html page (not error page). Database and cotroller are set up
correctly.

Ex:
Model:
<?php

class Post extends AppModel
{
    var $name = 'Post';
}

?> - not work

<?php

class Post extends AppModel
{
    var $hasTable = false;
}

?>  - work 

Please help me....

Regards 
N.


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to