This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 0.4.5.20;Qp8zb/Xsxd+EmyBF6coDdd3a/83pdE1K59P0NAwhCSAx3AI5dbIipyK4CamkJ+UqoE6nVbaWXp+emm4n5cQbn/dQLg9RdF1HXNamZvmng6e/VdoIywvs/ggZyUmLfayGHXYt7IYonVdBFz9ce4yOw8SnaldNZZ2+m2uvkBP6KbdRBZUQAFv8leOWa99yOm5e/kjOND7ovthhD8XcjvXLFWJW1DTgzHKKtdvuYaYiUgIEvDpkHGeqKsSi3f8u+nm6W++UsAm2jonop5FvU6PZvKGLhbf3BZ+EpyP9WFacu3eNSrqR5ul7i7JcrLWmLGKJ7n6LmfPH70orQpnwdjyERxsdZZEwoUrT20ArqkiG5WNiVHQQzRAgBpUXVZ/VhTITVnWMktp8Mbe2S3W4vYBXeIRunfDNRbmiEE64MX7drkLbS5ObVbU24EFLalVUKUbofrj8XOwkkkFYBKKTKiZa5Y9bJv5pUVYm6pU2mmPKLRFMYo8tWW0+c0g1U0H/upb3dtU0LFdP3I5TG8W48X7oj3+lZF9ls55Z25EMNQ7uTJ+sJr4Kt4K9hHwi8Q7/ZT7qm1w+yIFaOLYrSAJ7Qsr5em7oZNhNRVEPEYKAitWSiG0kRt2YBbVedOhqY8sFCTiX4kUIl40N/Pq5kX35hes2GwKtCSpWcy5i7pFoIHhCyOiYGiCuTlvmt5ifYhmdwhBbcaPLoUaPJZgkkvZllJQI+DQOwIpwwQTLoswh3kndgjszLhQjPvsW96dDosG6vnnudfho/sRVS62LX0pYmP+2UAoH4T1jU6eA1YWwZGXVtSRa0oZwXbRNtoGNrwPRIBFDepABj6xQzXH0CwNXjATMQYYHdvGw4W1smF+y82YUdxGINvoq6+8eIJlF+Fj0sIuZhjkyTvlzifbl1oCV7fLLvc6tE2w3K8oo1EpI4bHgvPpKBzG91Ey1gFYVgFxAYKZxAZ8gCeFu30CKni8K1EjHUM2I0r65rAQJY0fnrLaup2oWvVmpkNJCKpS |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| public function characteristics() | |
| { | |
| return $this->hasOne('App\Models\ProductCharacteristics', 'product_id', 'id'); | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| $opts = array( | |
| 'type' => 'post', | |
| 'owner_id' => '-25240087', | |
| 'item_id' => '404328', | |
| 'friends_only' => '0', | |
| 'offset' => '2700', | |
| 'count' => '400' | |
| ); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| function initMap() { | |
| var class1 = new google.maps.LatLng( 46.460123, 30.750629 ); | |
| var class2 = new google.maps.LatLng( 46.4593849, 30.7520548 ); | |
| var infoWindow = new google.maps.InfoWindow(); | |
| var class1Descr = '<h2>Школа Профессионального программирования</h2>' + '' + | |
| '<h3>Одесский Национальный Политехнический Университет</h3>' + | |
| '<p>Главный учебный корпус</p>' + | |
| '<p>Украина, Одесса, прт-т Шевченко 1</p>' + | |
| '<p>ауд. 123</p>'; |