Skip to content

Instantly share code, notes, and snippets.

View isawillbenice's full-sized avatar

isawillbenice

View GitHub Profile
self.objectManager.objects.each(function(object) {
console.log(object.properties.city);
if(object.properties.city == name) {
result.push(object.properties);
return true;
}
});
self::$langs['ru'] = 'русский';
self::$langs['en'] = 'english';
self::$langs['es'] = 'spanish';
self::$langs['in'] = 'indian';
self::$langs['ch'] = 'chinese';
array(4) {
["phones"]=>
array(2) {
["main"]=>
array(2) {
["code"]=>
string(3) "495"
["numbers"]=>
string(8) "767 4422"