This repository was archived by the owner on Jun 14, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Home
joncutrer edited this page Feb 29, 2012
·
16 revisions
Welcome to the CakePHP-ProUtils-Plugin wiki!
The ProUtils plugin is a growing collection of useful components, behaviors, helpers, and libraries for CakePHP 2.
- CsvExport - adds the ability to export csv data from the model.
- CustomSluggable - dynamic slugs generated from multiple fieldsx
- EventDispatcher - adds CakeEvent dispatchers for all common Model callbacks.
- Revisionable - maintains a versioned copy of each record change in another table.
- CrudAppController - extends AppController, and provides abstract index,view,add,edit,delete methods similar to a scaffold enable controller
- CrudController - same as CrudAppController, but is meant to be extended by AppController.
- ProTemplateCompiler - Compile a document from a template and data array.
sudo git clone https://github.com/pronique/CakePHP-ProUtils app/Plugin/ProUtils
//Enable plugin in app/Config/bootstrap.php
CakePlugin::load('ProUtils');
- PHP version: PHP 5.3+
- CakePHP version: 2.1
Copyright 2011-2012, PRONIQUE Software
Licensed under The MIT License
Redistributions of files must retain the above copyright notice.
ProUtils is Open Source Software created and managed by PRONIQUE Software (http://www.pronique.com).