Hits: 54
(Join 2 or more tables)
$select = $RelatedTable->select(true)->setIntegrityCheck(false);
(Union tables)
$adapter = $dbTable->getAdapter();
$sqlsvn=’sql goes here’
$dbRow = $adapter->fetchAll($sqlsvn, Zend_Db::FETCH_ASSOC);
(Join 2 or more tables)
$select = $RelatedTable->select(true)->setIntegrityCheck(false);
(Union tables)
$adapter = $dbTable->getAdapter();
$sqlsvn=’sql goes here’
$dbRow = $adapter->fetchAll($sqlsvn, Zend_Db::FETCH_ASSOC);
Use the form below to search the site:
Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!
A few highly recommended friends...
All entries, chronologically...