Skip to content
This repository was archived by the owner on Jun 14, 2023. It is now read-only.
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.

Behaviors

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

Controllers

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

Libraries

Installation

sudo git clone https://github.com/pronique/CakePHP-ProUtils app/Plugin/ProUtils

//Enable plugin in app/Config/bootstrap.php
CakePlugin::load('ProUtils');

Requirements

  • PHP version: PHP 5.3+
  • CakePHP version: 2.1

License

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

Clone this wiki locally