Home  >  Article  >  php教程  >  Modify thinkphp to display a smiley face logo every time it jumps

Modify thinkphp to display a smiley face logo every time it jumps

WBOY
WBOYOriginal
2016-09-02 08:42:211373browse

Success and error methods have corresponding templates and can be set. The default setting is that the templates corresponding to both methods are:
//The default error jump corresponding template file
'TMPL_ACTION_ERROR' => THINK_PATH . 'Tpl/dispatch_jump.tpl';
//The corresponding template file is successfully jumped by default
'TMPL_ACTION_SUCCESS' => THINK_PATH . 'Tpl/dispatch_jump.tpl'
Modify thinkphp to display a smiley face logo every time it jumps
Modify thinkphp to display a smiley face logo every time it jumpsModify thinkphp to display a smiley face logo every time it jumpsModify thinkphp to display a smiley face logo every time it jumps

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Previous article:PHP export styled ExcelNext article:PHP export styled Excel