Re: how can i return to page with same search filters

2015-02-19 Thread euromark
Trust me, it is easier than what you are trying to do :) And only 1-2 lines of code and it works out of the box. Am Donnerstag, 19. Februar 2015 23:18:56 UTC+1 schrieb ajt: > > I had a look it and it looks difficult to use. > NOt sure if this is the best way to go and where is a complete example

Re: how can i return to page with same search filters

2015-02-19 Thread ajt
I had a look it and it looks difficult to use. NOt sure if this is the best way to go and where is a complete example and ability to go back to the page? This doesnt really help -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You rece

Re: CakePHP 3 Plugin not working (controller file not found)

2015-02-19 Thread Gaurav Kumar
Hey HVan, Change you autoload in composer.json with this "autoload": { "psr-4": { "App\\": "src", "ContactManager\\": "./plugins/ContactManager/src", "ContactManager\\Test\\": "./plugins/ContactManager/tests" } }, On Sunday, February 8, 20

CakePHP-3 Plugins form validation messages and field values

2015-02-19 Thread Gaurav Kumar
I have just created a CommentManager plugin. Created the comment form in post's view.ctp file and able to add the comments. But when the values of the comment form are wrong(email format is not proper or empty) then i am not getting the validation message in front of the respected fields and the

Need a CakePHP Developer to integrate an Email Marketing System in existing CRM built on CakePHP.

2015-02-19 Thread Neeraj Kamdar
We have an existing custom built CRM in CakePHP V2.2.7 We need to integrate an email marketing system using a service such as mandrill, Amazon SES or any other suitable email delivery service. *Email Marketing System Requirements* - We have several salespeople - each should be able to send email

Re: how can i return to page with same search filters

2015-02-19 Thread euromark
IMO you shouldnt reinvent the wheel (with design flaws in it), but re-use best practice approaches via plugin form that have been working for many years with ease: https://github.com/CakeDC/search is the de facto standard for easy filtering of your paginated data Mark Am Donnerstag, 19. Februa

Re: CacheEngine and garbage collection

2015-02-19 Thread LDSign
Yes, of course, I know ;) Ive figured it out already,,, "'prefix' => false" was the little wrongdoer . Shame on me ;) Am Donnerstag, 19. Februar 2015 15:36:21 UTC+1 schrieb Domingos Coelho: > > In the

Re: CacheEngine and garbage collection

2015-02-19 Thread Domingos Coelho
In the book is written the following: "...used to do clean up *when resources expire*. FileEngine uses this to *delete files containing expired content*." ( http://book.cakephp.org/2.0/en/core-libraries/caching.html#CacheEngine::gc ) If the content is not expired, the file stay in the cache E

how can i return to page with same search filters

2015-02-19 Thread ajt
Hi, In cakephp I can add search filters and change the post vars into Get as below. This works fine. My problem is how do go to another page found from the list of searches and return to the same page? All search filters are gone when i return as I am not storing them. eg I search for inv

CakePHP 2.6.2 released

2015-02-19 Thread mark_story
The CakePHP core team is proud to announce the immediate availability of CakePHP 2.6.2. 2.6.2 is a bugfix release for the 2.6 release branch. A short list of the changes you can expect is: * Fixed exception rendering when ExceptionRenderer raised an error. * Notice errors in PaginatorHelper when

Re: cant remove page from url pagination to prevent error

2015-02-19 Thread euromark
no, it is always get (you are not modifying the DB). Am Mittwoch, 18. Februar 2015 22:44:05 UTC+1 schrieb ajt: > > You mean use get instead of post? > >> >> -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this message beca