# php.dt.com **Repository Path**: dogntao/php.dt.com ## Basic Information - **Project Name**: php.dt.com - **Description**: Dt php 框架 - **Primary Language**: PHP - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-03-07 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 使用方法 ``` // 框架路径 define("__SYS__", dirname(dirname(__FILE__))."/php.dt.com/"); // 加载文件 require_once __SYS__.'core/common.php'; // 调用框架 $DT = new DT(); $DT->run(); ```