Giter Club home page Giter Club logo

edu's Introduction

Edu

Installing

  • clone the repo into /path/to/project/
  • set your include_path variable to include the path to your CakePHP/lib/Cake
  • do git submodule update --init
  • create the empty database and Config/database.php
  • execute from /path/to/project/: cake Migrations.migration run all --plugin Users
  • execute from /path/to/project/: cake Migrations.migration run all --plugin Tags
  • execute from /path/to/project/: cake Migrations.migration run all

Included plugins

Extending the users plugin

No changes need to be made to the users plugin. Any changes to existing methods should be made by overriding the methods in the AppUsersController and AppUser. Changes to the views should be made by creating app/View/AppUsers directory and overriding the plugin views.

Updating the included plugins

  • git submodule update --init

edu's People

Contributors

neterslandreau avatar reallocal avatar andrerlp avatar marcelmeyer-rlp avatar

Watchers

 avatar James Cloos avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar Linda Tarbox avatar  avatar

edu's Issues

Elements render not fully extending plugin

AppUsersController overrides the Core Controller::render() and for the most part works by checking if the files exists to render or it defaults to the plugin view . The problem is with elements. Attempting to render plugin elements results in Element Not Found /path/to/Plugin/View/Element/blah.ctp

The AppUsersController::render() should correctly switch to the available element.

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.