PHPBuilder.com: Create a Unit Conversion Application w/the Zend_Measure...
On PHPBulder.com there's a new tutorial posted showing you how to create an application that can do unit conversion with the help of the Zend_Measure component of the Zend Framework. Performing even...
View ArticleCal Evans' Blog: Zend's new namespace converter
Cal Evans has a new post today looking at a recent release coming out of the Zend Framework project - a namespace converter to take the standardized naming schemes and convert them into PHP 5.3...
View ArticlePHPSnippets.info: Convert currencies using PHP, Google and cURL
From the PHPSnippets.info site there's a recent post about using a conversion tool from Google to convert currency values from one type to another. Just a few people know that Google have a built-in...
View ArticleAhmed Shreef's Blog: iconv misunderstands UTF-16 strings with no BOM
Ahmed Shreef has a recent post to his blog about an issue he had converting UTF-16 strings over to UTF-8 with the iconv functionality in PHP. Specifically, he ended up with "rubbish unreadable...
View ArticleProject: Aleksey Martynov's lexa-xml-serialization Tool for PHP 5.3
Aleksey Martynov has submitted a project that can come in quite handy of you do a lot of work with XML in your application - a XML serialization tool for PHP 5.3 that lets you easily translate objects...
View ArticlePerplexed Labs: Convert HTML to PDF in PHP (libwkhtmltox extension)
On the Perplexed Labs blog today Matt has this new post looking at a common issue developers face when they're trying to make their site easier for users to get their information off a site and onto...
View ArticleVolker Dusch's Blog: Creating your custom PHPUnit output formats
Volker Dusch has a new post to his blog today talking about PHPUnit and how you can make custom output formats to get the results exactly how you need them. The trick is in using XSLT for...
View ArticlePhil Sturgeon's Blog: PHP Format abstraction with a simple class
Phil Sturgeon has posted about a utility he's released that can help convert data from one state to another such as arrays to JSON and XML to CSV - php-format. Convert between Array, Object, JSON,...
View ArticleMatthew Weier O'Phinney's Blog: Converting DocBook4 to DocBook5
In this new post to his blog Matthew Weier O'Phinney looks at the steps he took to convert over the documentation for the Zend Framework 2 from the DocBook 4 formatting over to DocBook 5. Included in...
View ArticleJohannes Schluter's Blog: mysqlnd plugins and json
Johannes Schluter has shared a handy mysqlnd plugin that he's written up that does two common things at once when you're pulling data from your database and pushing it into JSON - a...
View ArticlePHPMaster.com: Convert HTML to PDF with Dompdf
On PHPMaster.com there's a new tutorial from Shameer C showing you how to use Dompdf to convert HTML to PDFs. The handy library makes it (relatively) simple to automatically generate the documents...
View ArticleEdd Mann: Reversing a Unicode String in PHP using UTF-16BE/LE
Edd Mann looks at an issue in his latest post that caused him problems in a recent project, reversing a Unicode string with UTF-16BE/LE. Last week I was bit by the Unicode encoding issue when trying...
View ArticleSitePoint PHP Blog: Effective PDF Generation in Drupal
On the SitePoint PHP blog today there's a new post showing you how to create PDFs in a Drupal-based site making use of the Print module for the creation and formatting. DF generation takes a slight...
View ArticleBarry vd. Heuvel: Using StackPHP middleware in Laravel5
Barry vd. Heuvel has a new post sharing a method he's found for using StackPHP middleware with Laravel 5 and provides a library of his own to make moving between the middleware types easier. In...
View Article