How to write a program that performs the calculations using the sql function?
Answer Posted / Pankaj Sharma
In Zend Framework, you can use the Zend_Db_Sql class to create and execute SQL queries. Here's a basic example: $sql = new ZendDbSqlSql(); $select = $sql->select(); $select->from('your_table'); $statement = $db->createStatement($sql); $resultSet = $statement->execute();
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers