NetTuts.com: Form Validation in Symfony 2
NetTuts.com has continued their screencast series introducing the Symfony 2 framework and some of the basic concepts around things like routing, templating and controllers. In this latest post they...
View ArticleCodeSamplez.com: PHP HTTP Request With Guzzle
If you're making HTTP requests in your applications and you haven't looked into using Guzzle, you're missing out on one of the most powerful, flexible HTTP tools out there. In this new post to the...
View ArticleSite News: Popular Posts for the Week of 06.13.2014
Popular posts from PHPDeveloper.org for the past week:JetBrains.com: Live Webinar: PHP Annotations - They exist! Join us June 11th. Matthew Weier O'Phinney: Better Understanding Controllers Through...
View ArticleCommunity News: Packagist Latest Releases for 06.13.2014
Recent releases from the Packagist:rixxi/redirector (0.2.1, 0.2.0) xiidea/ezrbac (1.2.4) A simple yet easy to implement Role Based Access Control Library for Codeigniter cornernote/yii-sphinx (1.0.0)...
View ArticleMathias Verraes: Named Constructors in PHP
Mathias Verras has a new post to his site about an idea he calls "named constructors". This method uses static factory methods to simulate the idea of a constructor and initialize the object. PHP...
View ArticleCommunity News: Packagist Latest Releases for 06.19.2014
Recent releases from the Packagist:tureki/phpcc (v1.0.0) A PHP Library to use Google Closure Compiler compress Javascript cubalider/prepaid-card-with-doctrine-orm (0.1.0) Provides an implementation of...
View ArticleMatthias Noback: Symfony2: Framework independent controllers parts 2 & 3
Matthias Noback has posted the next two parts of his "framework independent controllers" series (it started here) looking at avoiding annotations and tying up some loose ends. From part two about...
View ArticlePHP Town Hall: Episode 26: Hello Front Range!
The PHP Town Hall podcast has released their latest episode today - Episode #26, Hello Front Range!. In it, they try something a little different and, instead of one or two guests joining them, they...
View ArticleMaster Zend Framework: Using the ClassMap Autoloader for Better Performance
Matthew Setter has a new post to his Master Zend Framework site today with a recommendation on how you can use a classmap in your autoloader to reduce the time it takes "searching" for the files it...
View ArticleNetTuts.com: Working With Databases in Symfony 2
In the next part of their Symfony2 screencast series, NetTuts.com has released their introduction to using databases from inside the framework-based application. Other posts in this beginner series...
View ArticleSite News: Popular Posts for the Week of 06.20.2014
Popular posts from PHPDeveloper.org for the past week:Community News: Latest PECL Releases for 06.17.2014 Semaphoreapp.com: Continuous Integration & Deployment of PHP applications from GitHub to...
View ArticleCommunity News: Packagist Latest Releases for 06.20.2014
Recent releases from the Packagist:intersvyaz/yii-extdb (1.0.0) Extended Yii database class with cool stuff fulldecent/cameralife (2.7.0a4) Run your own photo website bravo3/standards (1.0.0) Bravo3...
View ArticlePHP.net: PHP 5.6.0RC1 is available
On the PHP.net site a new announcement has been posted about the release of PHP 5.6.0RC1, the first release candidate in the PHP 5.6.0 series. The PHP development team announces the immediate...
View ArticleSitePoint PHP Blog: 6 Reasons to Move to Laravel Homestead
The SitePoint PHP blog has a new post from editor Bruno Skvorc sharing six reasons why he thinks you should move your Laravel-based application over to using the Homestead pre-build Vagrant box....
View ArticleReddit.com: What exactly is 'model' in MVC?
If you're relatively new to the world of the MVC (Model-View-Controller) design pattern and its use, you may be trying to figure out exactly what each piece is. One of the more difficult relationships...
View ArticleCommunity News: Packagist Latest Releases for 06.21.2014
Recent releases from the Packagist:cubalider/mobile-collection-as-abstract (0.1.0) Provides an abstraction for mobile collection concepts psy/psysh (v0.1.11) An interactive shell for modern PHP....
View ArticleCommunity News: Packagist Latest Releases for 06.22.2014
Recent releases from the Packagist:rosio/wordpress-i18n-tools (v1.0.1, v1.0.0) A rewrite of WordPress's I18N tools into a composer friendly format. j4mie/paris (v1.5.1, v1.5.0) A lightweight Active...
View ArticleCommunity News: Latest PEAR Releases for 06.23.2014
Latest PEAR Releases: Mail2 0.1.0 Net_URL2 2.0.6 HTML_Common2 2.1.1
View ArticleCommunity News: Packagist Latest Releases for 06.23.2014
Recent releases from the Packagist:piwik/device-detector (2.1.1) The Universal Device Detection library, that parses User Agents and detects devices (desktop, tablet, mobile, tv, cars, console, etc.),...
View ArticleCodeacy Blog: Your Greatest Code Quality Threats and How to Solve Them
On the Codacy blog there's a recent post that looks at some of the biggest threats to code quality (six of them) and some brief advice on how you can prevent them. Code quality goes beyond just style...
View Article