Giter VIP home page Giter VIP logo

ajaxtemplate's Introduction

CakePHP ajax bake template

CakePHP Template for generate Ajax crud, saving you tons of time and having a leaner code base.

Version notice

  • This is an unstable repository and should be treated as an alpha.
  • The master and develop branches only works for CakePHP 2.x

Introduction

AjaxTemplate was built to generate ajax crud gui in few seconds, it allow developers to have enough flexibility to use it for both rapid prototyping and production applications -- saving you time.

  • AjaxTemplate relies on jQuery, Bootstrap 3.x and jQuery DataTable all dependencies are included, if you already have Jquery or bootstrap on your project you can easly remove theme from the generated view file to get in your way.
  • AjaxTemplate will add the necessary actions to your controller no extra code or files will be generated.
  • Less boilerplate code means less code to maintain, and less code to spend time unit testing.

Installation

  • Clone the AjaxTemplate plugin into your project plugin directory.
  • Load the plugin by editing config/bootstrap.php CakePlugin::load('AjaxTemplate');
  • Enable json extensions parse by editing config/routes.php Router::parseExtensions('json');;
  • Make sure that the RequestHandler component is loaded
class AppController extends Controller {
	public $components = array('RequestHandler');
}

Bugs

If you happen to stumble upon a bug, please feel free to create a pull request with a fix (optionally with a test), and a description of the bug and how it was resolved.

You can also create an issue with a description to raise awareness of the bug.

ajaxtemplate's People

Contributors

br-nhan avatar dalily avatar elbakai avatar lartak avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

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.