I'm trying to install cakephp
In httpdf.conf
I must use an alias this is mandatory for my project
Alias /toto "c:/wamp/www/f/app/webroot"
<Directory "c:/wamp/www/f/app/webroot">
Options FollowSymLinks
AllowOverride All
Order deny,allow
Allow from All
</Directory>
But when i go tho the application
I've got the folloing message
<?php
class TotoController extends AppController {
}
Toto is the applicationName not the controller
I really do not i=undesrtant what's going on
Any ideas ?
Thanks
--
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP
---
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to [email protected].
Visit this group at http://groups.google.com/group/cake-php?hl=en.