PDOException Object
(
    [message:protected] => SQLSTATE[42S02]: Base table or view not found: 1146 Table 'goldendr88_db.ptw_article' doesn't exist
    [string:Exception:private] => 
    [code:protected] => 42S02
    [file:protected] => /home/goldendr88/public_html/config/init.php
    [line:protected] => 178
    [trace:Exception:private] => Array
        (
            [0] => Array
                (
                    [file] => /home/goldendr88/public_html/config/init.php
                    [line] => 178
                    [function] => query
                    [class] => PDO
                    [type] => ->
                    [args] => Array
                        (
                            [0] => SELECT `article_title`, `article_description` FROM `ptw_article` WHERE `article_id` = 3
                        )

                )

            [1] => Array
                (
                    [file] => /home/goldendr88/public_html/articles.php
                    [line] => 87
                    [function] => my_query
                    [args] => Array
                        (
                            [0] => SELECT `article_title`, `article_description` FROM `ptw_article` WHERE `article_id` = 3
                        )

                )

        )

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

)