Pages

2014年3月7日 星期五


CodeIgniter HMVC 實作 REST


如果有在用 CodeIgniter 來當作 REST Server 的朋友們,我相信都會找到 philsturgeon 所寫的 codeigniter-restserver,此套件幫你完成底層 API Response 動作,讓你可以輕易處理 REST URL

PHP REST 介紹


CodeIgniter 教學(尚未完成)
CodeIgniter HMVC教學(尚未完成)
CodeIgniter HMVC REST教學

使用CodeIgniter 創建 RESTful 服務 REST API【原創譯文】


所需檔案
config/rest.php、config/ldap.php
libraries/REST_Controller.php、libraries/Format.php

若出現

請複製Format.php至「 modules/你的資料夾/libraries/Format.php」即可

原因出在application/third_party/MX/Modules.php
find($file, $module, $base){...
if ($base == 'libraries/' AND is_file($fullpath.ucfirst($file_ext))) 
...}




沒有留言:

張貼留言