Im started learning cakephp, and I did something but how I can run it? Where I can see what im made and see does it works ?
I tried typing just /app/View/Posts/index.ctp in to URL bar.
Thanks!
Im started learning cakephp, and I did something but how I can run it? Where I can see what im made and see does it works ?
I tried typing just /app/View/Posts/index.ctp in to URL bar.
Thanks!
i think you had to read this : http://book.cakephp.org/2.0/en/getting-started.html.
Your url depends on a lot of parameters , Router , Controller.
Default usage :
When you url is : site.com/presentation/user/a/b/c
it calls the "presentationController" , and the "user" method of this controller. and add parameters a, b , c.
Your controller will look