PHP 클래스 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.
저자: Gabor de Mooij and the RedBeanPHP Community
상속: extends RedUNIT\Base
파일 보기 프로젝트 열기: gabordemooij/redbean

공개 메소드들

메소드 설명
fetchTaggedItems ( ) : void Fetching tagged items.
testTags ( ) : void Some basic tests.
testTagsWithSQL ( ) : void Tests tags with SQL.

메소드 상세

fetchTaggedItems() 공개 메소드

Fetching tagged items.
public fetchTaggedItems ( ) : void
리턴 void

testTags() 공개 메소드

Some basic tests.
public testTags ( ) : void
리턴 void

testTagsWithSQL() 공개 메소드

Tests tags with SQL.
public testTagsWithSQL ( ) : void
리턴 void