Monday, 26 March 2007
YAML Available for Zend Framework |
| |
|
| |
Pádraic Brady in a post over his blog talks about YAML support for Zend Framework. He says he is used to the format from Ruby and Perl and since it's used for a similar purpose in the PHP Symfony framework, he also suggested using YAML configuration files. Since they are readable than XML and remain machine-readable too.
But later he realized that Zend Framework has no YAML support. After running a search, he found a PHP parser with Spyc library. He says there is a PHP 5 extension, which is based on a YAML parser and emitter in C called ‘Syck’.
He then explains about the YAML parser characteristics. He says that the syntax is simple to learn though those single characters call for having a reference card posted over your PC. |
| |
|
Read the Post
|
| |
|
|
| |
|
|
| |
|