content top
Dynamically Loading a model in Cake PHP...
Dynamically Loading a model in Cake PHP
You may need to access a different model in a controller that it actually belongs to. For example you may have to access the model ‘comment ‘  in a controller  ‘Post”. Or you may have to access the rating model inside you video Controller. Following are  three methods for using...
Integrating CKEditor in CakePHP...
Integrating CKEditor in CakePHP
CKeditor/FCK Editor is  one of the world’s best WYSIWYG editor. CKEditor provides built-in file management functions. (If you need a simple Rich Text Editor, I suggest you to use TinyMCE instead of  CKEditor) If you want to integrate CKEditor to your CakePHP page, then follow the below steps. Integrating...