Posts marked with “php”
PHP 5.3 namespaces for the rest of us
The introduction of namespaces in PHP 5.3 is bringing a new concept in the PHP world, and knowing how to leverage the new features is important for writing concise and readable code.
What's on your flash drive?
Seems that everyone has a few USB flash drives nowadays. The question is, what do you have on that flash drive? And what apps could you have, but maybe haven’t thought of putting on your drive?
Ten Top PHP people to follow on Twitter
Twitter is a powerful medium, and following the right kind of people for your interests is crucial.
PHP on IBM i servers
Zend has announced via its CTO the availability of Zend Server and Zend Studio for the IBM i platform, enhancing PHP support on IBM servers.
The Future Of PHP
There’s been a significant decision reached recently concerning the future of PHP, in particular for the development of PHP 6. Yesterday, the PHP Internals group reached what seems to be a tentative agreement to postpone implementation of a Unicode PHP engine, and instead focus on developing PHP 5.3 as the main PHP development branch.
Why TDD is based on testing first
Test-Driven Development is a test-first approach, and it could never be different. The advantages of test-first outweigh the time spent writing tests.
Contributing to Zend Framework
Contributing to your favorite open source PHP framework is a gift to the project’s community. Moreover, you will surely benefit from not having to patch it by yourself at every new release.
Month of PHP Security 2010
The Month of PHP Bugs was a unique event in the PHP landscape that fixed a large number of security issues. Now a call for papers has started for a new, larger initiative.
5 PHP frameworks you should check out
Everyone is using frameworks these days, but which one is right for you?