Aug 17, 2010 17:06
// get Doctrine_Connection object
$con = Doctrine_Manager::getInstance()->connection();
// execute SQL query, receive Doctrine_Connection_Statement
$st = $con->execute("...............");
// fetch query result
$result = $st->fetchAll();
php,
doctrine
Leave a comment
Comments 1
( ... )
Reply
Leave a comment