ricog / smart_redirect

This CakePHP plugin allows your apps to automatically return to the page of origin after adding, editing and deleting.

This URL has Read+Write access

Rick Guyer (author)
Thu May 07 10:55:24 -0700 2009
name age message
file README Loading commit data...
directory controllers/
directory views/
README
Installation
------------
 * Copy the files in this directory into app/plugins/smart_redirect
 * Include the auto_return component in your app_controller.php:
  var $components = array('SmartRedirect.AutoReturn');