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