a programmer's best friend :: Entries from October 2006 |
Tuesday, October 17. 2006FIT for PHPFIT stands for Framework for Integrated Test (See: FIT Wiki) realices acceptance tests with heavy use of HTML documents. Those documents do not just contain the usual blah-blah but hard facts. The factsare actually stored in (HTML) tables. This is where FIT - respectively PHPFIT - comes in. The FIT knows which testing class must be executed for a particular table and which function to call to calculate the results of a specific cell and the framework makes it very easy for you to implement concrete test-classes. Also FIT simply handles HTML documents. As such they can be viewed a common browsers and even created with Word-a-like editors. Hence FIT goes far beyond what traditional unit testing offers (FIT is not meant to replace unit-tests) and may enrich your next project. Hopefully PHPFIT will be available as official PEAR package. Unfortunately I lost my password. So I was not capable to push the proposal any further Thursday, October 12. 2006PHP programming with PEAR publishedThe book is available for order from Amazon.com or if you are living in Europe you might as well order it from Amazon.de Monday, October 9. 2006PHP Design Patterns publishedPHP Design Patterns is published by O'Reilly and introduces the reader to the world of patterns by providing practical examples. The patterns used in the book include simple patterns like the Singleton, Subject/Observer or Composite, but also more complex patterns like the Intercepting Filter or Event-Dispatcher patterns. If you never used PHP5 for object-oriented development, you might also finde the short introduction to PHP5's new features, including interceptors, SPL and exceptions, worth reading. All patterns covered in the book can be applied to web applications, and to stay on the practical side of development, PEAR, Propel and patTemplate are used in some examples. So if you are capable of understanding German and interested in learning more about patterns and software design in general, feel free to buy it at Amazon.de. More information and code examples can be found at the book website or at O'Reilly's online catalog. If you're still not convinced to buy the book, it might help, that the book has been published as a hardcover so it will last longer than most other books |
php_network_getaddresses: getaddrinfo failed: Name or service not knownphp_network_getaddresses: getaddrinfo failed: Name or service not known |