Re: Index View with search filter option on Cake PHP 3

2015-05-17 Thread Yasser
thanks! this work perfect El viernes, 1 de agosto de 2014, 0:28:27 (UTC-4), Dakota escribió: Hi Jipson. I'm the one who migrated the search plugin to cake3. It has not been updated to the New structure yet, so you need to use ./plugins/Search in composer.json -- Like Us on FaceBook

Re: Index View with search filter option on Cake PHP 3

2014-08-01 Thread Jipson Thomas
Hi Dakota, Thank you very much. I installed the plugin using composer . But when I am trying to access it through the action I am getting an error Unknown method parseCriteria*Error: * An Internal Error Has Occurred. Is there any tutorial that I can refer to make it working on cakephp 3? Thank

Re: Index View with search filter option on Cake PHP 3

2014-07-31 Thread Jipson Thomas
Hi Euromark Stephen Thank you very much. But on loading the plugin I am getting an error as following. *Error: * *Search.PrgComponent* could not be found. *Error: * Create the class *PrgComponent* below in file:

Re: Index View with search filter option on Cake PHP 3

2014-07-31 Thread José Lorenzo
I you did not install the plugin with composer, you will need to call this command: composer dumpautoload On Thursday, July 31, 2014 11:48:43 AM UTC+2, Jipson Thomas wrote: Hi Euromark Stephen Thank you very much. But on loading the plugin I am getting an error as following. *Error: *

Re: Index View with search filter option on Cake PHP 3

2014-07-31 Thread Jipson Thomas
Hi Jose Lorenzo, Thank you for you post. Actually I stored the plugin files in the public_html/plugin folder manually. Then I modified the composer .json file and executed the dumpautoload command through terminal. Still I/ am getting the error. Regards, Jipson On Thursday, 31 July 2014

Re: Index View with search filter option on Cake PHP 3

2014-07-31 Thread José Lorenzo
Not sure then, try contacting the plugin creator On Thursday, July 31, 2014 1:38:26 PM UTC+2, Jipson Thomas wrote: Hi Jose Lorenzo, Thank you for you post. Actually I stored the plugin files in the public_html/plugin folder manually. Then I modified the composer .json file and executed the

Re: Index View with search filter option on Cake PHP 3

2014-07-31 Thread Jipson Thomas
Thank you Jose Lorenzo. On Thursday, 31 July 2014 13:03:57 UTC+1, José Lorenzo wrote: Not sure then, try contacting the plugin creator On Thursday, July 31, 2014 1:38:26 PM UTC+2, Jipson Thomas wrote: Hi Jose Lorenzo, Thank you for you post. Actually I stored the plugin files in the

Re: Index View with search filter option on Cake PHP 3

2014-07-31 Thread Dakota
Hi Jipson. I'm the one who migrated the search plugin to cake3. It has not been updated to the New structure yet, so you need to use ./plugins/Search in composer.json -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this

Index View with search filter option on Cake PHP 3

2014-07-30 Thread Jipson Thomas
Hi, Would you please let me know whether cakephp3 have an option for search filters on index view. Regards, Jipson -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this message because you are subscribed to the Google

Re: Index View with search filter option on Cake PHP 3

2014-07-30 Thread Stephen S
You can do this using queries and form submit or ajax, a very simple example in theory would be to have a filter say username, then on submit if $this-request-data['Model']['username'] is not null then pass a LIKE condition to the paginate query. It's simple practice but something you will have

Re: Index View with search filter option on Cake PHP 3

2014-07-30 Thread euromark
Look into the cake3 branch of https://github.com/CakeDC/search/tree/3.0 Am Mittwoch, 30. Juli 2014 17:34:01 UTC+2 schrieb Jipson Thomas: Hi, Would you please let me know whether cakephp3 have an option for search filters on index view. Regards, Jipson -- Like Us on FaceBook

Re: Index View with search filter option on Cake PHP 3

2014-07-30 Thread Stephen S
My mistake, I overlooked this was for CakePHP3 (it has been a long day), please disregard my comment. On 30 July 2014 18:12, euromark dereurom...@gmail.com wrote: Look into the cake3 branch of https://github.com/CakeDC/search/tree/3.0 Am Mittwoch, 30. Juli 2014 17:34:01 UTC+2 schrieb Jipson