. * */ namespace Vvveb\Controller\Content; class Post extends Edit { protected $type = 'post'; protected $object = 'post'; protected $module = 'content/post'; protected $list = 'content/posts'; function save() { parent::save(); return $this->index(); } }