Hi everyone, I am using cakephp 2.0.5. Can you please tell me how to create custom component in it, so that i can use it in multiple controller.
If you look in the help files you will find the template for a basic component - copy that and add to it. Then add your component's name to the list of active components in your controller. If you are nervous about getting started, then start with something simple like echo'ing "hello world"