Use of ZF cache class front-end File with XML

Source: Internet
Author: User
Learning to practice ZendFramework? Xmlversion1.0encodingUTF-8? ConfigMysqlhost127.0.0.1hostuserrootuserpassword111passworddbnametestdbnameMysqlConfig? Phprequire_once (ZendLoader. php); a subclass of the load cache class and Config class XMLZend_Loader: loadlinoleic

Learning to practice Zend Framework? Xml version = "1.0" encoding = "UTF-8 "? ConfigMysqlhost127.0.0.1/hostuserroot/userpassword111/passworddbnametest/dbname/Mysql/Config? Phprequire_once ("Zend/Loader. php"); // a subclass of the load cache class and Config class XMLZend_Loader: loadcia

Learning and practice Zend Framework
 
 
  
   
    127.0.0.1
   
   
    root
   
   
    111
   
   
    test
   
  
 
 'Zend _ Cache_File.php ', 'automatic _ serialization' => true); // enable Cache (frontend, backend, and frontend configuration) $ Cache = Zend_Cache: factory ('file ', 'file', $ Foptions); // save the instantiated XML Object resource to the Cache and name it $ Cache-> save ($ XML, 'config '); // load Cache $ Result = $ Cache-> load ('config'); // ---------- call XML ------------ echo "Host Name :". $ Result-> host."
"; Echo" username: ". $ Result-> user ."
"; Echo" password: ". $ Result-> password ."
"; Echo" Database Name: ". $ Result-> dbname ."
";?>
Related Article

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.