Posts marked with “php”

PHP 5.3 namespaces for the rest of us

by · March 29, 2010

14
 

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?

by · March 26, 2010

5
 

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

by ·

8
 

Twitter is a powerful medium, and following the right kind of people for your interests is crucial.

 

PHP on IBM i servers

by · March 17, 2010

3
 

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

by · March 12, 2010

2
 

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.

 

Query profiling

by ·

0
 

Open PHP MyProfiler could be the answer for your MySQL profiling needs.

 

Why TDD is based on testing first

by · March 11, 2010

1
 

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

by · March 5, 2010

5
 

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

by · March 1, 2010

0
 

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

by ·

8
 

Everyone is using frameworks these days, but which one is right for you?