PDOException Object
(
    [message:protected] => SQLSTATE[42S02]: Base table or view not found: 1146 Table 'furniland_db.tbl_contact' doesn't exist
    [string:Exception:private] => 
    [code:protected] => 42S02
    [file:protected] => /www/wwwroot/furniland.newstyle.id.vn/commons/model.php
    [line:protected] => 8
    [trace:Exception:private] => Array
        (
            [0] => Array
                (
                    [file] => /www/wwwroot/furniland.newstyle.id.vn/commons/model.php
                    [line] => 8
                    [function] => execute
                    [class] => PDOStatement
                    [type] => ->
                )

            [1] => Array
                (
                    [file] => /www/wwwroot/furniland.newstyle.id.vn/controllers/homeController.php
                    [line] => 34
                    [function] => selectAll
                )

            [2] => Array
                (
                    [file] => /www/wwwroot/furniland.newstyle.id.vn/index.php
                    [line] => 61
                    [function] => contact
                )

        )

    [previous:Exception:private] => 
    [errorInfo] => Array
        (
            [0] => 42S02
            [1] => 1146
            [2] => Table 'furniland_db.tbl_contact' doesn't exist
        )

)