Re: 3.0 - Removal of JS Helper

2014-06-17 Thread mark_story
If it works really well for you, perhaps you could convert it into a cake3 plugin? It shouldn't be a ton of work as the helper is pretty compact. -mark -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this message because

Re: 3.0 - Removal of JS Helper

2014-06-16 Thread mark_story
From my experience the JsHelper was pretty limited in what it could do, and didn't really help developers that much. Instead of keeping code that is only useful sometimes to small number of people with very specific use cases I felt it made more sense to remove the helper. Ajax pagination can

Re: 3.0 - Removal of JS Helper

2014-06-16 Thread Michael Houghton
Hey Mark - it is super handy at times! I've used it recently for - Ajax Pagination Ajax Links Multiple select boxes where the options change depending on above selections. I recently used the JS helper for the final Toptal exam question and completed the test site in 5 hours with it - most

Re: 3.0 - Removal of JS Helper

2014-06-16 Thread Michael Houghton
Hey Mark - it is super handy at times! I've used it recently for - Ajax Pagination Ajax Links Multiple select boxes where the options change depending on above selections. I recently used the JS helper for the final Toptal exam question and completed the test site in 5 hours with it - most

Re: 3.0 - Removal of JS Helper

2014-06-16 Thread Michael Houghton
Hey Mark - it is super handy at times! I've used it recently for - Ajax Pagination Ajax Links Multiple select boxes where the options change depending on above selections. I recently used the JS helper for the final Toptal exam question and completed the test site in 5 hours with it - most

Re: 3.0 - Removal of JS Helper

2014-06-16 Thread Michael Houghton
Hey Mark - it is super handy at times! I've used it recently for - Ajax Pagination Ajax Links Multiple select boxes where the options change depending on above selections. I recently used the JS helper for the final Toptal exam question and completed the test site in 5 hours with it - most

Re: 3.0 - Removal of JS Helper

2014-06-16 Thread Michael Houghton
Hey Mark - it is super handy at times! I've used it recently for - Ajax Pagination Ajax Links Multiple select boxes where the options change depending on above selections. I recently used the JS helper for the final Toptal exam question and completed the test site in 5 hours with it - most

Re: 3.0 - Removal of JS Helper

2014-06-16 Thread Michael Houghton
Hey Mark - it is super handy at times! I've used it recently for - Ajax Pagination Ajax Links Multiple select boxes where the options change depending on above selections. I recently used the JS helper for the final Toptal exam question and completed the test site in 5 hours with it - most

Re: 3.0 - Removal of JS Helper

2014-06-16 Thread Michael Houghton
Hey Mark - it is super handy at times! I've used it recently for - Ajax Pagination Ajax Links Multiple select boxes where the options change depending on above selections. I recently used the JS helper for the final Toptal exam question and completed the test site in 5 hours with it - most

Re: 3.0 - Removal of JS Helper

2014-06-16 Thread Michael Houghton
Hey Mark - it is super handy at times! I've used it recently for - Ajax Pagination Ajax Links Multiple select boxes where the options change depending on above selections. I recently used the JS helper for the final Toptal exam question and completed the test site in 5 hours with it - most

Re: 3.0 - Removal of JS Helper

2014-06-16 Thread Michael Houghton
Hey Mark - it is super handy at times! I've used it recently for - Ajax Pagination Ajax Links Multiple select boxes where the options change depending on above selections. I recently used the JS helper for the final Toptal exam question and completed the test site in 5 hours with it - most

Re: 3.0 - Removal of JS Helper

2014-06-16 Thread Michael Houghton
Hey Mark - it is super handy at times! I've used it recently for - Ajax Pagination Ajax Links Multiple select boxes where the options change depending on above selections. I recently used the JS helper for the final Toptal exam question and completed the test site in 5 hours with it - most

Re: 3.0 - Removal of JS Helper

2014-06-16 Thread euromark
Feel free to start a project for it as plugin: CakeJs or something and maintain it as a pluginized version of the core one with additional features and stuff. I am sure if more people like the idea you can easily port that to cake3 and ease migration of your apps in that direction then :)

3.0 - Removal of JS Helper

2014-06-15 Thread Michael Houghton
It appears that the JS helper has been removed from CakePHP 3. I was just wondering why this was, and how things like Ajax Pagination and other handy JS functions will be handled going forward. -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter

Re: 3.0 - Removal of JS Helper

2014-06-15 Thread euromark
Its quite difficult to maintain JS code via PHP. It is advised to just use plain JS, preferably via something like jQuery as wrapper library. mark Am Sonntag, 15. Juni 2014 11:52:18 UTC+2 schrieb Michael Houghton: It appears that the JS helper has been removed from CakePHP 3. I was just