File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2626 },
2727 "autoload" : {
2828 "psr-4" : {
29- "ZC \\ " : " src"
29+ "ZV \\ " : " src"
3030 }
3131 }
3232}
Original file line number Diff line number Diff line change 1111 *
1212 * @param bool $callback
1313 *
14- * @return \ZC \ZView
14+ * @return \ZV \ZView
1515 */
1616function view ($ callback = FALSE ) {
17- $ zview = new ZC \ZView ([
17+ $ zview = new ZV \ZView ([
1818 'tpl_ext ' => '.htm ' ,
1919 'tpl_prefix ' => 'tpl ' ,
2020 'tmp_path ' => __DIR__ . '/tmp/ ' ,
@@ -33,7 +33,7 @@ function view($callback = FALSE) {
3333 *
3434 * @param $resp
3535 *
36- * @return \ZC \ZView
36+ * @return \ZV \ZView
3737 */
3838function swoole_view ($ resp ) {
3939 return view (function (...$ args ) use ($ resp ) {
Original file line number Diff line number Diff line change 11<?php
22
3- namespace ZC ;
3+ namespace ZV ;
44/**
55 * Class ZView
66 * Author: dj
You can’t perform that action at this time.
0 commit comments