Controller控制器类,是所有控制器的基类,用于调用模型和布局. <?php /** * @link http://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license http://www.yiiframework.com/license/ */ namespace yii\base; use Yii; /** * Controller is the base class for
When we wrote API, those controllers need to implement the following feature: 1. return JSON format data 2. sometimes support JSONP format data also. 3. support stupid low version IE If we set format with Yii2, the low version IE will download the re