Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.52 KB

README.md

File metadata and controls

31 lines (20 loc) · 1.52 KB

CakePHP Ajax Plugin

Build Status Minimum PHP Version License Total Downloads Coding Standards

A CakePHP 3.x plugin that makes working with AJAX a piece of cake..

Version notice

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.

What is this plugin for?

Basically DRY (Don't repeat yourself) and easy AJAX handling.

Key features

  • 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.

Installation & Docs

Possible TODOs

  • Maybe add helpers and additional goodies around autocomplete, edit-in-place, ...