PHP Class RedUNIT\Blackhole\Labels

Labels are very simple beans, only having a title and an ID. The idea behind labels is that they are very easy to generate from a comma separated list and they can easily be converted to such a list. Labels can be used for simplistic relations in the database like tagging or enums.
Author: Gabor de Mooij and the RedBeanPHP Community
Inheritance: extends RedUNIT\Blackhole
Show file Open project: gabordemooij/redbean

Public Methods

Method Description
testLabels ( ) : void Test basic labels.

Method Details

testLabels() public method

Test basic labels.
public testLabels ( ) : void
return void