wertex15

Untitled

Sep 12th, 2016
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.40 KB | None | 0 0
  1.     public function getPlacecode($formalname)
  2.     {
  3.         $tmp = FiasAddrobj::find()
  4.             ->select('placecode, formalname, aoguid')
  5.             ->where(['parentguid' => '2763c110-cb8b-416a-9dac-ad28a55b4402', 'aolevel' => '6', 'livestatus' => '1', 'formalname' => $formalname])
  6.             ->orderBy('placecode')
  7.             ->asArray()
  8.             ->all();
  9.         return $this->$tmp;
  10.     }
Advertisement
Add Comment
Please, Sign In to add comment