JError has been deprecated in J3.x, in favour of PHP exceptions, ... For your exact case, you can wrap your code in a try / catch block to get the error, ... ... <看更多>
php db try catch 在 Connecting to the MySQL database using PDO, with error ... 的推薦與評價
<?php. try {. // Open new connection, allow catching of exceptions. $db = new PDO('mysql:host='.DB_HOST.';dbname='.DB_NAME, DB_USER, DB_PASS);. ... <看更多>
php db try catch 在 PHP Try and Catch for SQL Insert - Stack Overflow 的推薦與評價
... <看更多>
相關內容