以下のように protected $formatに代入することで必ずjsonになります。
class Controller_Example extends Controller_Rest
{
protected $format = 'json';
//メソッドを記述...
}
詳しくはドキュメントを参照
http://fuelphp.jp/docs/1.7/general/controllers/rest.html#/formats
Go to list of users who liked
More than 5 years have passed since last update.
以下のように protected $formatに代入することで必ずjsonになります。
class Controller_Example extends Controller_Rest
{
protected $format = 'json';
//メソッドを記述...
}
詳しくはドキュメントを参照
http://fuelphp.jp/docs/1.7/general/controllers/rest.html#/formats
Register as a new user and use Qiita more conveniently
Go to list of users who liked