Joomla! JDatabase::getErrorNum() is deprecated, use exception handling instead

前端 未结 0 1697
后悔当初
后悔当初 2021-02-15 02:51

I have the following code:

    $db = JFactory::getDbo();
    $query = $db->getQuery(true);

    $query->select(\'*\');
    $query->from(\'#__users\');
          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题