Archive | CakePHP RSS feed for this section

8 February 2011 0 Comments

[CakePHP] Import a Controller using App::import()

[CakePHP] Import a Controller using App::import()

Have you ever use controller inside another controller(two controllers) in CakePHP ? If you are looking for the same thing, you are at the right place. I was working with CakePHP and i need to use a member info method of member controller in order controller(two controller in CakePHP)

5 February 2011 0 Comments

[CakePHP] How to Create Static Pages

[CakePHP] How to Create Static Pages

I need to create a static pages along with other dynamic pages for my CakePHP site. Initially i have decided to go with a similar procedure as dynamic pages. But later i got the solution for Static pages that CakePHP provides a simple and easiest way to create Static pages. Follow the below steps to create static pages in CakePHP.

Freelance PHP Developer