Re: how to run a program in cake php

2012-05-25 Thread Jeremy Burns | Class Outfit
You're really not going to get help with that if you haven't even looked at the comprehensive tutorial and online guides, else we'll end up gradually writing your app for you (which *isn't* going to happen). Jeremy Burns Class Outfit http://www.classoutfit.com On 25 May 2012, at 12:56:54, sneh

Re: how to run a program in cake php

2012-05-25 Thread stork
> i have created one file in controller with name testers_controller.php > ... > Create the class TestersController below in file: app\Controller > \TestersController.php > Can you read? Also, your controllers should extend AppController -- Our newest site for the community: CakePHP Video

how to run a program in cake php

2012-05-25 Thread sneha kulkarni
plz help me how to run a simple helloword program in cake php using xamp i have created one file in controller with name testers_controller.php but i got 2 errors like TestersController could not be found. Create the class TestersController below in file: app\Controller \TestersController.php