PHP

TwitterFacebook
Get flash to fully experience Pearltrees
A simple list of tools for modern PHP development. There are alternatives to most of the tools, but I’ll list native PHP tools wherever possible. PHPUnit is a testing framework belonging to the xUnit family of testing frameworks. Use it to write and run automated tests. Start using PHPUnit Selenium RC can be used in conjunction with PHPUnit to create and run automated tests within a web browser.

10 tools for Modern PHP Development | DaveDevelopment

http://davedevelopment.co.uk/2008/03/20/10-tools-for-modern-php-development.html
http://blog.midstride.com/2008/09/09/5-tips-to-develop-php-applications-fast/ When web applications like basecamp started appearing, a lot of attention started turning to Ruby on Rails . Suddenly small groups of technically driven people could release powerful applications in a month or two. With this awareness, the usability standards for web applications increased and so did the technical challenges for web developers and designers. This movement sort of left php developers in the dust for a while. While CakePHP and other frameworks came to the rescue, it didn’t seem like the php community wanted to match Ruby on Rails. If anything, php has been looking to retain its strong foundations of being built upon a powerful, easy to use library and integrating new “web 2.0″ like ideas to do more than Ruby on Rails.

5 tips and tools to develop php applications fast | Midstride So

10 Advanced PHP Tips Revisited - Smashing Magazine

Here, on the Smashing Editorial team, we always try to meet the expectations of our readers. We do our best to avoid misunderstandings, and we try to spread knowedge and present only the best design practices and development techniques. However, sometimes we do make mistakes. And when we do, we apologize and do our best to correct what we’ve done. http://coding.smashingmagazine.com/2009/03/24/10-useful-php-tips-revisited/
In this article, I’ll introduce you to the fundamentals of PHP. We’ll focus on using PHP to access Web services and on turning static HTML pages into dynamic ones by retrieving data from the Web and by showing different content depending on what the user has entered in a form or requested in the URL. You won’t come out a professional PHP developer, but you’ll be well on your way to building a small page that uses Web services. You can find a lot of great PHP info on the Web, and most of the time you will end up on PHP.net 1 itself.

PHP: What You Need To Know To Play With The Web - Smashing Magaz

http://coding.smashingmagazine.com/2010/04/15/php-what-you-need-to-know-to-play-with-the-web/
http://www.atomicphp.com/ Freelance Web Development My name is Dave Potts. I am a Freelance PHP Developer located in Hampshire, with over 3 years experience with PHP in a LAMP environment.

AtomicPHP

40+ Invaluable PHP Tutorials and Resources | Nettuts+

http://net.tutsplus.com/articles/web-roundups/40-invaluable-php-tutorials-and-resources/ PHP is one of the most popular scripting languages on the internet today, and one of the easiest to get into. Whether you’re a PHP newbie, or an experienced code-slinger, there is always something new to discover. A function you’re unfamiliar with a killer timesaving tool, a technique that you forgot about… Jason Lengstorf shows how to build a very simply object-oriented Content Management System with PHP. While not a ready-to-use solution, due to a few security holes, it nonetheless does a good job at teaching a real-world use for PHP.