2017 © Pedro Peláez
 

library tp5-category

This is an infinite Classification Library Based on the ThinkPHP5 framework

image

zhujinkui/tp5-category

This is an infinite Classification Library Based on the ThinkPHP5 framework

  • Saturday, March 3, 2018
  • by zhujinkui
  • Repository
  • 0 Watchers
  • 0 Stars
  • 17 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 70 % Grown

The README.md

tp5-category

这是一个基于ThinkPHP5框架的无限分类库, (*1)

案例展示

基于ThinkPHP5开发呈现分页的效果
Image text, (*2)

安装

composer require zhujinkui/tp5-category, (*3)

代码举例使用

建立Node控制器,读取节点列表, (*4)

<?php
namespace app\common\controller;
use think\Controller;

class Node extends Controller
{
    /**
     * [index 节点管理]
     * @return array [节点树]
     */
    public function index()
    {
        $cat = new \think\Category('authRule', ['id', 'pid', 'title', 'fullname']);
        $temp = $cat->getList();
    }
 }

The Versions

03/03 2018

dev-master

9999999-dev

This is an infinite Classification Library Based on the ThinkPHP5 framework

  Sources   Download

Apache-2.0

The Requires

  • php >=5.4.0

 

by Avatar zhujinkui

03/03 2018

dev-developer

dev-developer

This is an infinite Classification Library Based on the ThinkPHP5 framework

  Sources   Download

Apache-2.0

The Requires

  • php >=5.4.0

 

by Avatar zhujinkui

03/03 2018

V1.0

1.0.0.0

This is an infinite Classification Library Based on the ThinkPHP5 framework

  Sources   Download

Apache-2.0

The Requires

  • php >=5.4.0

 

by Avatar zhujinkui