Re: Index View with search filter option on Cake PHP 3
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 https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this message because you are subscribed to the Google Groups "CakePHP" group. To unsubscribe from this group and stop receiving emails from it, send an email to cake-php+unsubscr...@googlegroups.com. To post to this group, send email to cake-php@googlegroups.com. Visit this group at http://groups.google.com/group/cake-php. For more options, visit https://groups.google.com/d/optout.
Re: Index View with search filter option on Cake PHP 3
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 you very much for your time and the help. Regards, Jipson On Friday, 1 August 2014 05:28:27 UTC+1, Dakota wrote: > > 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 message because you are subscribed to the Google Groups "CakePHP" group. To unsubscribe from this group and stop receiving emails from it, send an email to cake-php+unsubscr...@googlegroups.com. To post to this group, send email to cake-php@googlegroups.com. Visit this group at http://groups.google.com/group/cake-php. For more options, visit https://groups.google.com/d/optout.
Re: Index View with search filter option on Cake PHP 3
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 message because you are subscribed to the Google Groups "CakePHP" group. To unsubscribe from this group and stop receiving emails from it, send an email to cake-php+unsubscr...@googlegroups.com. To post to this group, send email to cake-php@googlegroups.com. Visit this group at http://groups.google.com/group/cake-php. For more options, visit https://groups.google.com/d/optout.
Re: Index View with search filter option on Cake PHP 3
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 >> 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 12:27:07 UTC+1, José Lorenzo wrote: >>> >>> 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: * *Search.PrgComponent* could not be found. *Error: * Create the class *PrgComponent* below in file: /Applications/XAMPP/xamppfiles/htdocs/ prms.panovus.com/public_html/plugins/Search//Controller/Component/PrgComponent.php Actually I have the plugin files on place and I added the following line on bootstrap.php file to load plugin. Plugin::load('Search'); Also I updated the composer.jason file by adding the following "autoload": { "psr-4": { "App\\": "src", "App\\Test\\": "tests", "Search\\": "./plugins/Search/src", "Search\\Test\\": "./plugins/Search/tests" } }, and updated composer through commandline. by executing php composer.phar update and php composer.phar dumpautoload Would you please help me to find what is wrong in it? Regards, Jipson On Wednesday, 30 July 2014 18:12:47 UTC+1, euromark 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 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 Groups "CakePHP" group. To unsubscribe from this group and stop receiving emails from it, send an email to cake-php+unsubscr...@googlegroups.com. To post to this group, send email to cake-php@googlegroups.com. Visit this group at http://groups.google.com/group/cake-php. For more options, visit https://groups.google.com/d/optout.
Re: Index View with search filter option on Cake PHP 3
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 dumpautoload command through terminal. Still I/ am getting > the error. > > Regards, > Jipson > > On Thursday, 31 July 2014 12:27:07 UTC+1, José Lorenzo wrote: >> >> 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: * *Search.PrgComponent* could not be found. >>> *Error: * Create the class *PrgComponent* below in file: >>> /Applications/XAMPP/xamppfiles/htdocs/ >>> prms.panovus.com/public_html/plugins/Search//Controller/Component/PrgComponent.php >>> >>> Actually I have the plugin files on place and I added the following line >>> on bootstrap.php file to load plugin. >>> Plugin::load('Search'); >>> Also I updated the composer.jason file by adding the following >>> "autoload": { >>> "psr-4": { >>> "App\\": "src", >>> "App\\Test\\": "tests", >>> "Search\\": "./plugins/Search/src", >>> "Search\\Test\\": "./plugins/Search/tests" >>> } >>> }, >>> and updated composer through commandline. by executing php >>> composer.phar update and php composer.phar dumpautoload >>> >>> Would you please help me to find what is wrong in it? >>> >>> Regards, >>> Jipson >>> >>> On Wednesday, 30 July 2014 18:12:47 UTC+1, euromark 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 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 Groups "CakePHP" group. To unsubscribe from this group and stop receiving emails from it, send an email to cake-php+unsubscr...@googlegroups.com. To post to this group, send email to cake-php@googlegroups.com. Visit this group at http://groups.google.com/group/cake-php. For more options, visit https://groups.google.com/d/optout.
Re: Index View with search filter option on Cake PHP 3
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 12:27:07 UTC+1, José Lorenzo wrote: > > 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: * *Search.PrgComponent* could not be found. >> *Error: * Create the class *PrgComponent* below in file: >> /Applications/XAMPP/xamppfiles/htdocs/ >> prms.panovus.com/public_html/plugins/Search//Controller/Component/PrgComponent.php >> >> Actually I have the plugin files on place and I added the following line >> on bootstrap.php file to load plugin. >> Plugin::load('Search'); >> Also I updated the composer.jason file by adding the following >> "autoload": { >> "psr-4": { >> "App\\": "src", >> "App\\Test\\": "tests", >> "Search\\": "./plugins/Search/src", >> "Search\\Test\\": "./plugins/Search/tests" >> } >> }, >> and updated composer through commandline. by executing php composer.phar >> update and php composer.phar dumpautoload >> >> Would you please help me to find what is wrong in it? >> >> Regards, >> Jipson >> >> On Wednesday, 30 July 2014 18:12:47 UTC+1, euromark 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 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 Groups "CakePHP" group. To unsubscribe from this group and stop receiving emails from it, send an email to cake-php+unsubscr...@googlegroups.com. To post to this group, send email to cake-php@googlegroups.com. Visit this group at http://groups.google.com/group/cake-php. For more options, visit https://groups.google.com/d/optout.
Re: Index View with search filter option on Cake PHP 3
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: * *Search.PrgComponent* could not be found. > *Error: * Create the class *PrgComponent* below in file: > /Applications/XAMPP/xamppfiles/htdocs/ > prms.panovus.com/public_html/plugins/Search//Controller/Component/PrgComponent.php > > Actually I have the plugin files on place and I added the following line > on bootstrap.php file to load plugin. > Plugin::load('Search'); > Also I updated the composer.jason file by adding the following > "autoload": { > "psr-4": { > "App\\": "src", > "App\\Test\\": "tests", > "Search\\": "./plugins/Search/src", > "Search\\Test\\": "./plugins/Search/tests" > } > }, > and updated composer through commandline. by executing php composer.phar > update and php composer.phar dumpautoload > > Would you please help me to find what is wrong in it? > > Regards, > Jipson > > On Wednesday, 30 July 2014 18:12:47 UTC+1, euromark 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 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 Groups "CakePHP" group. To unsubscribe from this group and stop receiving emails from it, send an email to cake-php+unsubscr...@googlegroups.com. To post to this group, send email to cake-php@googlegroups.com. Visit this group at http://groups.google.com/group/cake-php. For more options, visit https://groups.google.com/d/optout.
Re: Index View with search filter option on Cake PHP 3
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: /Applications/XAMPP/xamppfiles/htdocs/prms.panovus.com/public_html/plugins/Search//Controller/Component/PrgComponent.php Actually I have the plugin files on place and I added the following line on bootstrap.php file to load plugin. Plugin::load('Search'); Also I updated the composer.jason file by adding the following "autoload": { "psr-4": { "App\\": "src", "App\\Test\\": "tests", "Search\\": "./plugins/Search/src", "Search\\Test\\": "./plugins/Search/tests" } }, and updated composer through commandline. by executing php composer.phar update and php composer.phar dumpautoload Would you please help me to find what is wrong in it? Regards, Jipson On Wednesday, 30 July 2014 18:12:47 UTC+1, euromark 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 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 Groups "CakePHP" group. To unsubscribe from this group and stop receiving emails from it, send an email to cake-php+unsubscr...@googlegroups.com. To post to this group, send email to cake-php@googlegroups.com. Visit this group at http://groups.google.com/group/cake-php. For more options, visit https://groups.google.com/d/optout.
Re: Index View with search filter option on Cake PHP 3
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 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 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 Groups > "CakePHP" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to cake-php+unsubscr...@googlegroups.com. > To post to this group, send email to cake-php@googlegroups.com. > Visit this group at http://groups.google.com/group/cake-php. > For more options, visit https://groups.google.com/d/optout. > -- Kind Regards Stephen Speakman -- 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 Groups "CakePHP" group. To unsubscribe from this group and stop receiving emails from it, send an email to cake-php+unsubscr...@googlegroups.com. To post to this group, send email to cake-php@googlegroups.com. Visit this group at http://groups.google.com/group/cake-php. For more options, visit https://groups.google.com/d/optout.
Re: Index View with search filter option on Cake PHP 3
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 https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this message because you are subscribed to the Google Groups "CakePHP" group. To unsubscribe from this group and stop receiving emails from it, send an email to cake-php+unsubscr...@googlegroups.com. To post to this group, send email to cake-php@googlegroups.com. Visit this group at http://groups.google.com/group/cake-php. For more options, visit https://groups.google.com/d/optout.
Re: Index View with search filter option on Cake PHP 3
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 to attempt yourself and then ask more specific questions if you get stuck, not something that is included as a full feature by default. HTH, Stephen On 30 July 2014 16:34, Jipson Thomas wrote: > 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 Groups > "CakePHP" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to cake-php+unsubscr...@googlegroups.com. > To post to this group, send email to cake-php@googlegroups.com. > Visit this group at http://groups.google.com/group/cake-php. > For more options, visit https://groups.google.com/d/optout. > -- Kind Regards Stephen Speakman -- 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 Groups "CakePHP" group. To unsubscribe from this group and stop receiving emails from it, send an email to cake-php+unsubscr...@googlegroups.com. To post to this group, send email to cake-php@googlegroups.com. Visit this group at http://groups.google.com/group/cake-php. For more options, visit https://groups.google.com/d/optout.