bendo01 / Phalcon-TreeBehaviorView on GitHub
Tree Behavior for PhalconPHP your table must have field : - parent_id type bigint null - lft type bigint null - rght type bigint null your model must provice setter and getter variable method save this behavior on yourappName/models/Behavour/TreeBehavior.php use it on your model public function initialize() { $this->addBehavior(new TreeBehavior(…
16Nov 30, 2013Updated 12 years ago

Alternatives and similar repositories for Phalcon-TreeBehavior

Users that are interested in Phalcon-TreeBehavior are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.

Sorting:

Are these results useful?