I'm using Zend_Db in one of my projects. Now I have the problem, that suddenly during the code execution, the variable $_db in Zend_Db_Adapter_Abstract is null. (shown by var_dump($this); in my DbTable_xx class).
It seems like the adapter is set to null somewhere during the script execution. How can that happen?
Ne yazık ki, proje burada bazı kod göndermek için çok karmaşık (find ($ birincil) Zend_Db_Adapter_Abstract yöntemini yürütülürken) ... Ben bu hatayı alıyorum:
Fatal error: Call to a member function quoteTableAs()
on a non-object in xxx/library/Zend/Db/Table/Abstract.php on line 1162