Coder Social home page Coder Social logo

masaki-kudo / cakephp-proutils-plugin Goto Github PK

View Code? Open in Web Editor NEW

This project forked from pronique/cakephp-proutils-plugin

0.0 1.0 0.0 1.41 MB

A growing collection of useful components, behaviors, helpers, and libraries for CakePHP 2.1

License: Other

PHP 100.00%

cakephp-proutils-plugin's Introduction

ProUtils Plugin for CakePHP 2.1

The ProUtils plugin is a growing collection of useful components, behaviors, helpers, and libraries.

Note: This CakePHP plugin is designed to work with CakePHP 2.1, this requirement is dictated by the implementation of CakePHP 2.1's Events System. Most components should work with CakePHP 2.0 with little or no modifications. The plugin is not backwards compatiable with CakePHP 1.3 or 1.2 and never will be.

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

  • ProTemplateCompiler - Compile a document from a template and data array.

Documentation

ProUtils Wiki

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.