Initial project files: BESCMS full source
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<?php namespace Phpcmf\Controllers\Member;
|
||||
|
||||
class Draft extends \Phpcmf\Member\Module
|
||||
{
|
||||
// 内容列表
|
||||
public function index() {
|
||||
$this->_Member_Draft_List();
|
||||
}
|
||||
|
||||
public function del() {
|
||||
$this->_Member_Draft_Del();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user