我是新來CakePHP的2.3和試圖實現我的應用程序谷歌地圖..我已經從這裏CakePHP的:努力實現谷歌地圖
http://bakery.cakephp.org/articles/marcferna/2012/09/08/google_maps_helper
下載助手我也跟着指示,但不知道爲什麼我的地圖沒有出現在網頁上顯示...
這裏是我做了什麼
控制器
class LocationController extends AppController{
public $helpers = array('GoogleMap');
public function index(){
}
}
,並在我的視圖頁面我這樣做
<?php echo $this->GoogleMap->map(); ?>
我必須改變這種真假,以檢查它是否工作但沒有
var $defaultLocalize = true;
頁源
http://www.pastebin.com/aAKcAthm
您也可以嘗試[谷歌地圖-V3輔助(HTTP://www.dereuromark .de/2010/12/21/googlemapsv3-cakephp-helper /) - 不知道你使用的是2.3/2.4兼容。 – mark
好吧,讓我試試這個 – hellosheikh
@mark你的一個是有點複雜..讓我設置第一個.. – hellosheikh