Records search using CakeDC/search

2013-04-14 Thread Muhammad Asyraf
Actually i already Google several search plugin for CakePHP but most of CakePHP user recommended search plugin from CakeDC. So, i download the plugin from https://github.com/dereuromark/search and load the plugin with code: CakePlugin::load('Search'); in bootstrap.php Then i implement the code

Re: CKEditor and model validation

2013-04-14 Thread frederikjacques
Hi Chris, I've written a blog post about this issue with sample code. You can read it here http://blog.the-nerd.be/2013/04/add-ckeditor-to-cakephp-with-model-validation/ Cheers, Frederik On Saturday, April 13, 2013 8:35:42 PM UTC+2, Chris wrote: > > hi frederik,... > I have a problem submitti

Re: CakePhp 2.x - Internationalization/Localization/Translate Behavior/i18n - How to use in 2.x?

2013-04-14 Thread Livin Inchina
Hi Kicaj and thanks for your post, I stumbled upon it before to start the internationalization of project. It was helpful but my main problem is that I can't save data with validation, I have to turn them off on my save($data,false) and I can't figure why it won't work! -- Like Us on FaceBook