File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ public function HomeAction () {
1515 $ tables = array ();
1616 try {
1717 $ tables = Models \Base::GetAllDbTables ();
18- } catch (\Exception $ e ) {
18+ } catch (\Throwable $ e ) {
1919 $ this ->view ->errorMsg = $ e ->getMessage ();
2020 }
2121 $ this ->view ->tables = $ tables ;
Original file line number Diff line number Diff line change @@ -11,5 +11,5 @@ jsJoin = 1
1111driver = mysql
1212host = 127.0.0.1
1313user = root
14- password = 1234
14+ password =
1515database = mysql
Original file line number Diff line number Diff line change 11# MvcCore - Project - Basic Website Template
22
33[ ![ Latest Stable Version] ( https://img.shields.io/badge/Stable-v5.0.0-brightgreen.svg?style=plastic )] ( https://github.com/mvccore/project-basic/releases )
4- [ ![ License] ( https://img.shields.io/badge/License-BSD%203-brightgreen.svg?style=plastic )] ( https://mvccore.github.io/docs/mvccore/5.0.0/LICENCE .md )
4+ [ ![ License] ( https://img.shields.io/badge/License-BSD%203-brightgreen.svg?style=plastic )] ( https://mvccore.github.io/docs/mvccore/5.0.0/LICENSE .md )
55![ PHP Version] ( https://img.shields.io/badge/PHP->=5.4-brightgreen.svg?style=plastic )
66
77- [ ** MvcCore** ] ( https://github.com/mvccore/mvccore ) basic website project template, not designed for full portable build/pack.
You can’t perform that action at this time.
0 commit comments