$_POST['name'], ]; parent::uadd(); } } static function getMyListByAccount(){ $res = []; if(IF_AUTH){ $r = Project::select([ \Query::WHERE => new \Where(\Where::_operator(Project::$ACCOUNT,'=',UID)) ],false); while($l = \DB::fetch($r)){ $res[] = Project::appFormat($l); } } echo je($res); } }