在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 PHP复制代码 $this->load->library('github_updater');
$success = $this->github_updater->update(); 复制代码 项目地址:https://github.com/jimdoescode/CodeIgniter-GitHub-Updater
有兴趣可以看看。{:soso_e128:}
|