Skip to content

AJAX for CakePHP: A plugin to ease handling AJAX requests.

Notifications You must be signed in to change notification settings

sarrala/cakephp-ajax

 
 

Repository files navigation

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

About

AJAX for CakePHP: A plugin to ease handling AJAX requests.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%