Hi Darkie, > Im a Newbie in Cakephp framework. And Im so desparate for experience > of being able to code my web-based application with this mvc > framework. I've tried to follow the Blog Tutorial and completed it. > Now the Problem is, I do not know on how to view my pages. I am only > able to view the Blogs listing, but I am missing the url/links where i > can be able to edit/delete the blog. How do I view my pages. and > another problem are the extension used in this Blog e.g ctp, thtml. > Can't view anything.
The URLs usually have the format: example.com/controllername/ actionname/param, so the URL in your case is something like: yourdomain.com/posts/edit/1 (at least if mod_rewrite is working correctly). I don't understand what you mean with "another problem are the extension used..."? Hope that helps! -- Daniel Hofstetter http://cakebaker.42dh.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" 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?hl=en -~----------~----~----~----~------~----~------~--~---
