A CakePHP 3.x plugin that makes working with AJAX a piece of cake..
This branch only works for CakePHP3.x - please use the Tools plugin version for CakePHP 2.x! It is still dev (not even alpha), please be careful with using it.
Basically DRY (Don't repeat yourself) and easy AJAX handling.
- Auto-handling via View class mapping and making controller actions available both AJAX and non-AJAX by design.
- Flash message and redirect (prevention) support.
See my article for details on the history of this view class and plugin code.
- Maybe add helpers and additional goodies around autocomplete, edit-in-place, ...