Skip to content

cakephp skeleton with basic plugins for debugging, users, and search.

Notifications You must be signed in to change notification settings

neterslandreau/bones

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 

Repository files navigation

Bones

This is the basic cakephp 1.3 app for a site with users. Very basic MVC has been included for extending the CakeDC users plugin.

Installing

  • clone the repo into /path/to/project/
  • replace app/weboot/index.php with one that is configured for your environment
  • create the empty database and app/config/database.php
  • execute from app dir: cake migration run all -plugin users
  • execute from app dir: cake migration run all -plugin tags
  • execute from app dir: cake migration run all -plugin media

Included plugins

  • CakePHP Debug Kit
  • CakeDC migrations
  • CakeDC users
  • CakeDC utils
  • CakeDC search
  • CakeDC tags
  • media (forked from david pearson's media plugin)

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/views/app_users directory and overriding the plugin views.

Updating the included plugins

The plugins were included in this repo using "fake submodules". Use the techniques outlined by: http://debuggable.com/posts/git-fake-submodules:4b563ee4-f3cc-4061-967e-0e48cbdd56cb

About

cakephp skeleton with basic plugins for debugging, users, and search.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages