Simple usage of ZF framework Db stators

Source: Internet
Author: User
Tags zend framework
Job exercise ZendFramework? Php * How to Use the status server * introduces the Loader class (automatic loading class) require_once (ZendLoader. php); Use the Loader class to introduce a Db class Zend_Loader: loadClass (Zend_Db); Introduce the Zend_Db status controller Zend_Loader: loadClass (Zend_Db_Statement_Pdo); Configuration

Job exercise Zend Framework? Php/* How to Use the status server * // introduce the Loader class (automatic loading class) require_once ("Zend/Loader. php "); // use the Loader class to introduce a Db class Zend_Loader: loadClass (" Zend_Db "); // introduce the Zend_Db status server Zend_Loader: loadClass (" Zend_Db_Statement_Pdo "); // Configuration

Job exercise Zend Framework
 '2017. 0.0.1 ', 'username' => 'root', 'Password' => '000000', 'dbname' => 'test '); // inform Zend_Db of the database and database configuration information operated by the Zend_Db class $ Db = Zend_Db: factory ('pdo _ mysql', $ Config ); // execute the encoding statement $ Db-> query ("set names utf8"); // This is a temporary table name variable $ table = 'hangzhou'; // SQL statement, condition use? Number to replace $ SQL = "select * from sanguo"; // instantiate Zend_Db's statter $ State = new Zend_Db_Statement_Pdo ($ Db, $ SQL ); // execute the SQL statement $ State-> execute (); // return the executed SQL Result set (loop required) $ Result = $ State-> fetchAll ();?>

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.