Hi,
I just installed CakePHP 1.0.1.2708 and followed the blog tutorial to
get an idea of what CakePHP is all about. Although installation and the
blog tut. went fine, I cannot get any data from the database. I do not
get any errors.
After setting the debug level to 3, I see that the variable that should
contain the data retrieved from the database is empty. A test variable
which I created in the controller, $this->set('tryout',"This is a
test"); can be viewed in the view via 'echo "Tryout is ".$tryout'. No
problem here.
Connecting via the commandline to the database and performing a query
on it, as the user configured in CakePHP, works.
Is it because this version of CakePHP only works with PHP5 ? (still use
PHP4 myself)
Regards
Moob
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---