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 are plugins in the zend framework?
How to include css from controller and view in zend
Is there a way to make fpdf/fpdi or zend_pdf support the parsing of pdfs greater than 1.4?
List some advantages of zend framework as compared to other frameworks
What do two colons mean in php?
How we can check post method in zend framework?
Does zend framework support php 4?
What are decorators in the zend framework?
Where we set configuration in zend framework?
Write a program to show the instantiation of the window class?
What are the advantages of zend framework 3? Explain
How to install zend on your local machine?