/ Published in: PHP
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
$db = Zend_Db_Table::getDefaultAdapter(); $db->getConnection(); Zend_Debug::dump($db->fetchAll("SELECT * FROM users"));