$category->getAll(), )); } static function actionAddpoint() { $point = new Point(); $point->add($_POST); App::redirect('/'); } }