/**
* 작성자: PhpStorm.
* 사용자: 관리자
* 날짜: 2018-4-3
* 시간: 15:23
*/
namespace appindexcontroller;
use appcommoncontrollerBase;
use appcommonmodelTest as TestModel;
class 테스트 확장 Base
{
공개 함수 test1()
{
return $ this->fetch();
}
공개 함수 insert()
{
if (Request::isAjax()){
$data = Request::just('password_confirm','post');
if(TestModel::create($data)){
사용 ' ‐ ‐ ‐ ‐ ‐ ‐ ‐ ‐ return ['status'=>1, 'message'=>'축하합니다, 등록 성공했습니다! ']; E} else {
Return [' 상태' = & GT 0, '메시지' = & GT; '];
}