blogTree()
blogTree(\SQL_Select|\SQL_Update|\SQL_Delete $SQL, integer $bid, string $axis = 'self', null $scope = null) : void
ブログの階層構造を,axisを指定して絞り込みます
[example] self : 指定されたbidのブログ descendant : 指定されたbidの子孫ブログ ancestor : 指定されたbidの先祖ブログ
ACMS_Filter::blogTree($SQL, $bid, 'self-or-descendant');
Parameters
\SQL_Select|\SQL_Update|\SQL_Delete | $SQL | |
integer | $bid | |
string | $axis | self|descendant|ancestor |
null | $scope |