Brian Moon's Blog: Initializing & typing variables with settype()
In his latest post, Brian Moon talks about a method to help you and your code fit into an E_STRICT style of coding - the settype function. These days, the way to develop is to have E_ALL and maybe...
View ArticleYoungCoders.com: The PHP Construct You've Never Used
As pointed out by the Zend Developer Zone today, there's a useful forum post over on the YoungCoders.com website that talks about very useful feature that some PHP developers just don't use - ticks....
View ArticleInside Open Source: Possible addition to array syntax in PHP
According to this new post on the Inside Open Source blog from APress, Andi Gutmas has made a for a new syntax to be added to the existing array functionality in PHP. The suggestion involves the use...
View ArticlePHP 10.0 Blog: We are doomed! (and Ticks in PHP)
In this new post to the PHP 10.0 blog, Stas mentions the "impending doom" of PHP that's been going around the community, including in this post on the TechRepublic site. He does, however, branch off...
View ArticleDebuggable Blog: Better array syntax for PHP: Here's your chance to weigh in
On the Debuggable blog, Nate Abele has posted a request for opinions on a topic that's been lighting up the PHP mailing lists (and other social media) lately - the alternative array syntax for PHP....
View Article