Hi All

I have just discovered CakePHP and I downloaded and installed it. I
started to follow the Sitepoint article by Fabio Cevasco Fabio :-

http://www.sitepoint.com/article/application-development-cakephp

Edited the database configuration file and received confirmation from
CakePHP that it had connected but it wasn't formatted as expected, so I
read the CakePHP tutorial regarding mod_rewrites and after editing my
Apache's httpd.conf file to AllowOverride I searched for AddModule
mod_rewrite.c. Not there! Desided to go for the core.php fix.This has
had no effect upon the formatting.

I created the model and the controller files complete with the
$scaffold variable.
My understanding is that the scaffold variable will create a
fully-functional 'Notes' section that will be accessible at
http://localhost/notes/.

What I don't understand is when does it do this amazing feat? Surely
not when I save the controller file, I must have to run something in
order for it to call the controller class file but what? It's no good
trying to access http://localhost/notes/ as it doesn't exist, yet!

Have not managed to get it going so any help will be much appreciated.
Thanks.


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