项目作者: andreafiori

项目描述 :
Doctrine simple tree structure
高级语言: PHP
项目地址: git://github.com/andreafiori/doctrine-simple-tree.git
创建时间: 2015-01-14T17:08:19Z
项目社区:https://github.com/andreafiori/doctrine-simple-tree

开源协议:

下载


Doctrine simple tree

Doctrine simple tree structure using a parent \ child fields of a MySQL table.

Installation

  1. composer install

The MySQL database with some data samples is on the sql directory

You can create the empty table with a doctrine command:

  1. vendor/bin/doctrine orm:schema-tool:create

Command line options

On Linux:

  1. vendor/bin/doctrine orm:schema-tool:create

On Windows:

  1. vendor\bin\doctrine.bat orm:schema-tool:create

Resources