o熊小猫o 发表于 2012-12-5 11:43:12

CodeIgniter-GitHub-Updater(通过CodeIgniter把项目上传到GitHub)

在github闲逛,看见这货,看名字应该能猜到它的用途了,通过CodeIgniter把项目上传到GitHub,用法很简单(英文水平很烂,差不多应该是这么个意思)

Copy the files under your application directory.拷贝文件到application 目录Edit the github_updater.php config file.编辑github_updater.php这个配置文件Then load the library like this:载入library $this->load->library('github_updater');

$success = $this->github_updater->update();项目地址:https://github.com/jimdoescode/CodeIgniter-GitHub-Updater
有兴趣可以看看。{:soso_e128:}

新流星雨 发表于 2012-12-6 16:27:34

这代码是通过CodeIgniter把项目上传到GitHub?能不能具体详细说明下?对github不熟啊
页: [1]
查看完整版本: CodeIgniter-GitHub-Updater(通过CodeIgniter把项目上传到GitHub)