7PHP.com: PHP Interview With Phil Sturgeon The Man Behind PyroCMS
On 7PHP.com Khayrattee Wassem has posted another interview with a member of the PHP community. This time it's with Phil Sturgeon, the developer behind the PyroCMS project. In this edition I talked...
View ArticleBlake Gardner: Practical usage of PHP 5.5 generators: yield keyword
With the release of PHP 5.5 came a whole group of new features, including the "yield" keyword for better handling of values in iteration. Blake Gardner has posted a practical example of its use to his...
View ArticleNetTuts.com: From Procedural to Object Oriented PHP
In this new tutorial from NetTuts.com, they want to help you make the move from procedural PHP to the world of Object-Oriented PHP. They opt for the mini-project approach and show you how to make a...
View ArticleCommunity News: Web & PHP Conference 2013 - Speakers Announced
The Web & PHP Conference (happening September 16th through 18th in San Jose, California) has officially announced the speakers for this year's event. Sessions for this year's conference include:...
View ArticleCommunity News: Latest PECL Releases for 06.25.2013
Latest PECL Releases: mysqlnd_ms 1.5.2 Fix hardcoded version number radius 1.2.6 - Support added for PHP 5.4 and 5.5. (Johannes) - Fixed bug #60885 (Radius module causing Apache segmentation fault)....
View ArticleCommunity News: Packagist Latest Releases for 06.25.2013
Recent releases from the Packagist:uecode/amazon-bundle (v0.4.2, v0.4.1, v0.4.0) Symfony2 Uecode Amazon Bundle uecode/common-bundle (0.1.7, 0.1.6, 0.1.5, 0.1.4, 0.1.3, 0.1.2, 0.1.1, 0.1.0) Common UE...
View ArticleThe PHP.cc: PHP 5.5: Out-of-the-Box Bytecode Cache
In a new post to their site, the PHP.cc (well, Sebastian Bergmann) takes a look at the bytecode caching feature that's included in the latest release of PHP, version 5.5. PHP is an interpreted...
View ArticleJetBrains Blog: Introducing PhpStorm Video Tutorials
If you're a PHPStorm user, you already know some about what the IDE can do and the features it brings to the table. If you're not, though, the folks at JetBrains have put together a set of tutorial...
View ArticleCodeForest.com: Creating simple tasks app with Backbone.js and Slim micro...
New on CodeForest.com today, Luka Peharda has posted the first part of a series that combines the Slim microframework with backbone.js to make a simple tasks (to-do) application. The app in this...
View ArticlePHPMaster.com: Inattention Blindess - Missing the Obvious
On PHPMaster.com today there's an interesting article about something called "inattention blindness" - basically, the situation that comes up when you can't seem to find an issue/bug yet it's...
View ArticleThe PHP.cc: Urban Legends and Error Handling
In this new post to the PHP.cc blog, Stefan Priebsch looks at the relationship between urban legends and error handing in PHP. Ending up in such a situation [as the tourists in the urban legend] is...
View ArticleAnna Filina: How to Motivate Your Developers
Anna Filina has a quick new post to her site today with some helpful tips on how to motivate your developers (and coworkers) to make for the best end result. When developers are not motivated,...
View ArticleNuoDB.com: Using NuoDB from the PHP Zend Framework
On the NuoDB site there's a recent post showing how to use this cloud-based database solution from inside Zend Framework applications. The Zend Framework is an object oriented PHP framework that can...
View ArticleSimon Champion: PHP Upgrade Broke My Data Importer
In his latest post Simon Champion recounts some of the issues he had when upgrading to PHP 5.4, what's usually a smooth transition from PHP 5.3. His specific problem came in a difference between the...
View ArticleSite News: Popular Posts for the Week of 06.28.2013
Popular posts from PHPDeveloper.org for the past week:Site News: Popular Posts for the Week of 06.21.2013 Community News: Latest PEAR Releases for 06.24.2013 Blake Gardner: Practical usage of PHP 5.5...
View ArticleCommunity News: Packagist Latest Releases for 06.28.2013
Recent releases from the Packagist:slywalker/base (1.0.0) CakePHP Base Plugin titon/model (0.1.6) The Titon model package provides a basic database abstraction layer and an object relational mapper....
View ArticlePHP Town Hall Podcast: Episode 8 - Use Your Time Machine to Go to PeersConf...
The PHP Town Hall podcast has posted their latest episode - Episode #8, "Use Your Time Machine to Go to PeersConf Yesterday" In this episode Ben and Phil talk to the super-talented conference...
View ArticleNetTuts.com: Diving Into Symfony 2
On NetTuts.com there's a recent tutorial posted that helps you "dive into Symfony2" and gives you an introduction to the framework including some code samples of a basic MVC structure. Frameworks are...
View ArticleAmazon Web Services PHP Blog: Syncing Data with Amazon S3
On the Amazon AWS blog there's a recent post showing you how to sync data with S3 and handle multiple files quickly and easily. Have you ever needed to upload an entire directory of files to Amazon S3...
View ArticlePHPMaster.com: Running Monte Carlo Simulations in PHP
On PHPMaster.com there's a new tutorial by J Armando Jeronymo that shows how you can run Monte Carlo simulations in PHP (more on that simulation type here). One of the exciting things in the 1980′s...
View Article