public
Description: This CakePHP plugin allows your apps to automatically return to the page of origin after adding, editing and deleting.
Homepage:
Clone URL: git://github.com/ricog/smart_redirect.git
Rick Guyer (author)
Thu May 07 10:55:24 -0700 2009
name age message
file README Thu May 07 10:55:24 -0700 2009 initial commit [Rick Guyer]
directory controllers/ Thu May 07 10:55:24 -0700 2009 initial commit [Rick Guyer]
directory views/ Thu May 07 10:55:24 -0700 2009 initial commit [Rick Guyer]
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');