How to write a program that performs the calculations using the sql function?
Answer / 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 |
What is the function of model in mvc architecture?
How to disable layout from controller in zend framework?
Explain the use of bootstrap used in zend framework?
What is the latest version of zend framework?
How to create an object of model in zend framework?
List some advantages of zend framework as compared to other frameworks
What are the advantages of zend framework 3? Explain
What is the difference between redirect and forward in zend framework?
How to get client's timezone?
Write a custom function to fetch last insert id in zend framework
What is zend helpers?
How to install zend 2 using composer?