我正在構建GooglePlaces API,它是作爲http數據源打包的。 我認爲這將採用與基本Places模型&基本gplaces連接出貨是個好主意,這樣的數據源可以在我的應用PlacesController使用開箱: use app\models\Places;
use google\models\Places as GPlaces;
class PlacesController ext
我正在嘗試構建一個Facebook身份驗證適配器。 在裏面,我需要抓住Request對象來檢索請求查詢參數。 我在我的插件添加自舉此: <?php
use lithium\action\Dispatcher;
use facebook\extensions\adapter\security\auth\Facebook;
Dispatcher::applyFilter('_callable'