map.addControl(new YMaps.TypeControl([YMaps.MapType.PMAP, YMaps.MapType.MAP, YMaps.MapType.SATELLITE, YMaps.MapType.HYBRID, YMaps.MapType.PHYBRID], [0, 1, 2, 3, 4], {"width" : 200}));
public function setCenter($lat, $lng) {
$this->scripts[] = '
var centerpoint = new YMaps.GeoPoint('.$lng.', '.$lat.');
map.setCenter(centerpoint);
';
}
public function setCenter($lat, $lng) {
$this->scripts[] = '
var centerpoint = new YMaps.GeoPoint('.$lng.', '.$lat.');
map.setCenter(centerpoint, 15, YMaps.MapType.PMAP);
';
}
public function addMarker($lat, $lng, $content, $multyMarker = 0, $model = null){}
'objType' => array(self::BELONGS_TO, 'ApartmentObjType', 'obj_type_id'),
public static function findAllWithCache($criteria){
//logs($criteria->condition);
return Apartment::model()
->cache(param('cachingTime', 1209600), Apartment::getImagesDependency())
->with(array('images'))
->findAll($criteria);
}
public static function findAllWithCache($criteria){
//logs($criteria->condition);
return Apartment::model()
->cache(param('cachingTime', 1209600), Apartment::getImagesDependency())
->with(array('images', 'objType'))
->findAll($criteria);
}
Вернуться в Вопросы и помощь по изменениям
Сейчас этот форум просматривают: нет зарегистрированных пользователей и гости: 37