dl-commons / dlc-base

一组通用(抽象)类,在多个模块中普遍使用。

dev-master 2013-04-28 21:33 UTC

This package is auto-updated.

Last update: 2021-12-29 02:06:10 UTC


README

一组通用(抽象)类,在多个模块中普遍使用。

此模块目前正在积极开发中。

需求

安装

主要设置

通过克隆项目

  1. 将此项目克隆到您的 ./vendor/ 目录。

使用composer

即将推出...

安装后

  1. 在您的 application.config.php 文件中启用它。

    <?php
    return array(
        'modules' => array(
            // ...
            'DlcBase',
        ),
        // ...
    );