In our struggle to build large, complex applications we must work hard to find those things which do work well together and avoid those that don't. As development teams get larger it becomes harder and harder to keep a consistency of vision that keeps every developer focused on the same design approaches. See some examples of how design approaches can be incompatible and get some suggestions on how to build a common design approach.
Create ZIP archives on the fly with a PHP script and a PEAR class
When developing Web applications, it's quite likely that you will encounter files in different formats -- CSV data, password files, XML-encoded content, and different forms of binary data. Your PHP script can interact with a ZIP files, both reading and creating them, via its ZZipLib extension and PEAR's Archive_Zip class.
When developing Web applications, it's quite likely that you will encounter files in different formats -- CSV data, password files, XML-encoded content, and different forms of binary data. Your PHP script can interact with a ZIP files, both reading and creating them, via its ZZipLib extension and PEAR's Archive_Zip class.
No comments:
Post a Comment