Tag Archives: yaml

Using YAML with the Zend Framework

这篇文章介绍了如何在Zend Framework的config中使用yaml。出处。 One of the many great components provided by the Zend Framework is Zend_Config. In a nutshell, this component allows you to access configuration data (from a file, array, etc) through a nested object property based interface. Out of the box, the … Continue reading

Posted in php | Tagged , | 6 Comments