cakedc/categories

This package is abandoned and no longer maintained. No replacement package was suggested.

Categories Plugin for CakePHP.

Installs: 56

Dependents: 0

Suggesters: 0

Security: 0

Stars: 56

Watchers: 30

Forks: 21

Open Issues: 0

Type:cakephp-plugin

1.2.2 2014-07-19 07:50 UTC

This package is auto-updated.

Last update: 2023-11-12 03:38:23 UTC


README

The Categories plugin is for allowing users to organize any data into categories. It provides a basic admin interface to manage both tree and flat style categories.

Any item of data can be added to one or more categories. For this, you can use a hasMany or hasAndBelongsToMany (HABTM) association. The database structure provides a join table called categorized for implementation of HABTM associations in case the items belong to several categories.

Requirements

Documentation

For documentation, as well as tutorials, see the Docs directory of this repository.

Support

For bugs and feature requests, please use the issues section of this repository.

Commercial support is also available, contact us for more information.

Contributing

This repository follows the CakeDC Plugin Standard. If you'd like to contribute new features, enhancements or bug fixes to the plugin, please read our Contribution Guidelines for detailed instructions.

License

Copyright 2007-2014 Cake Development Corporation (CakeDC). All rights reserved.

Licensed under the MIT License. Redistributions of the source code included in this repository must retain the copyright notice found in each file.