PHP Class RedUNIT\Base\Tags

Tests RedBeanPHP tagging functionality, should be easy to tag beans, collect tags and integrate tags in SQL snippets. Tags automatically result in N-M relations, i.e. shared lists.
Author: Gabor de Mooij and the RedBeanPHP Community
Inheritance: extends RedUNIT\Base
Show file Open project: gabordemooij/redbean

Public Methods

Method Description
fetchTaggedItems ( ) : void Fetching tagged items.
testTags ( ) : void Some basic tests.
testTagsWithSQL ( ) : void Tests tags with SQL.

Method Details

fetchTaggedItems() public method

Fetching tagged items.
public fetchTaggedItems ( ) : void
return void

testTags() public method

Some basic tests.
public testTags ( ) : void
return void

testTagsWithSQL() public method

Tests tags with SQL.
public testTagsWithSQL ( ) : void
return void