Skip to content
This repository was archived by the owner on Oct 20, 2023. It is now read-only.

Latest commit

 

History

History
19 lines (13 loc) · 693 Bytes

File metadata and controls

19 lines (13 loc) · 693 Bytes

Home

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