On Sep 30, 2006, at 9:07 AM, Mick wrote:
> > 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. What 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! Nothing gets created when you do scaffolding - its all software at that point. If you want saved code, try using bake. Also, if you're not using mod_rewrite, your stuff might be at localhost/index.php/notes. -- John --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
