2 Star 0 Fork 0

manaphp/cphalcon

Create your Gitee Account
Explore and code with more than 14 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
gen-build.php 313 Bytes
Copy Edit Raw Blame History
Serghei Iakovlev authored 2016-11-26 23:43 +08:00 . Improved build tools (+ docs)
<?php
namespace Phalcon\Build;
require __DIR__ . '/_resource/Phalcon/bootstrap.php';
$rootDir = Util::normalize(__DIR__ . DIRECTORY_SEPARATOR . '..');
$buildDir = Util::normalize(__DIR__ . DIRECTORY_SEPARATOR . 'php' . PHP_MAJOR_VERSION);
$generator = new Generator($rootDir, $buildDir);
$generator->run();
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/manaphp/cphalcon.git
git@gitee.com:manaphp/cphalcon.git
manaphp
cphalcon
cphalcon
master

Search