Hi I have created a new CakePHP project.
I am at the end of the tutorial but when I type 
localhost/myproject/users/add I have this error:

*Error: *Create the class *myproject *below in file: 
app\Controller\myprojectController.php

<?php
class myproject extends AppController {

}


So I add myproject class and now I have this error:

*Error: *Create *MyvehiclesController::**users()* in file: 
app\Controller\myprojectController.php.

<?php
class myprojectController extends AppController {
*
        public function users() {

        }*
}


What I have to do?
Thank you so much...sorry but I am a newbie...

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php

Reply via email to