PHPBuilder Articles & How To's

Syndicate content
Newest Articles and How-To's on PHPBuilder.com
Updated: 8 weeks 4 days ago

Talking to GitHub with PHP

Thu, 12/08/2011 - 07:07
The Git-based project hosting service GitHub is certainly the belle of today's technology ball, havi ...
Categories: PHP, PHP How To

Talking to Facebook's Social Graph with PHP

Thu, 12/08/2011 - 07:07
As a Facebook Platform developer, you can use Facebook APIs to bend Facebook's social graph in ways ...
Categories: PHP, PHP How To

Building RESTful Web Services with the Zend Framework

Thu, 12/08/2011 - 07:07
The Zend Framework's Zend_Rest component offers PHP developers with an incredibly straightforward ap ...
Categories: PHP, PHP How To

An Early Look at Zend Framework 2.0

Thu, 12/08/2011 - 07:07
The Zend Framework's soaring popularity, coupled with the rapid evolution of frameworks both within ...
Categories: PHP, PHP How To

Creating a Database-driven Fuel PHP Application

Thu, 12/08/2011 - 07:07
Dive into the powerful Fuel PHP framework by learning how to how to configure it for a MySQL DB, and ...
Categories: PHP, PHP How To

PHPBuilder.com Founder Passes Away, Leaves Indelible FLOSS Legacy

Thu, 12/08/2011 - 07:07
At 37, PHPBuilder Founder Tim Perdue died too soon, but his contributions to the PHP and open source ...
Categories: PHP, PHP How To

Building RESTful APIs with the Slim Microframework

Thu, 12/08/2011 - 07:07
Slim is a slick RESTful microframework for PHP 5. In this article I'll show you just how easy it is ...
Categories: PHP, PHP How To

Incorporate Weather Data into Your PHP Web Apps

Thu, 12/08/2011 - 07:07
The Services_Weather PEAR Package is perhaps the easiest way for PHP developers to retrieve weather- ...
Categories: PHP, PHP How To

Introducing Namespaces for PHP Developers

Thu, 12/08/2011 - 07:07
PHP's historical lack of namespace support has long been a sore spot for developers residing both wi ...
Categories: PHP, PHP How To

Transfer Data via Multiple Protocols with Libcurl

Thu, 12/08/2011 - 07:07
In this article you will see how to transfer data using various protocols with cURL, using the PHP l ...
Categories: PHP, PHP How To

PHP Simple HTML DOM Parser: Editing HTML Elements in PHP

Thu, 12/08/2011 - 07:07
Simple HTML DOM parser is a PHP 5+ class that helps PHP developers manipulate HTML elements. Learn a ...
Categories: PHP, PHP How To

Building a Multilingual PHP Website

Thu, 12/08/2011 - 07:07
By having your PHP website support multiple languages, you can target local markets more easily. ...
Categories: PHP, PHP How To

Getting Started with the Fuel PHP Framework

Thu, 12/08/2011 - 07:07
The Fuel project has gathered a significant head of steam which powered it all the way through the r ...
Categories: PHP, PHP How To

PHPUnit Fundamentals: Setting Up and Tearing Down a Doctrine 2 Database

Thu, 12/08/2011 - 07:07
Doctrine 2, the latest version of the popular PHP ORM framework, really makes PHP database integrati ...
Categories: PHP, PHP How To

Smarty PHP Template Engine: Building PHP Apps in a Flash

Thu, 12/08/2011 - 07:07
Learn how to install and use the Smarty template engine for PHP and how to interact with a database. ...
Categories: PHP, PHP How To

Back to Basics: Managing PHP Configuration php.ini Directives

Thu, 12/08/2011 - 07:07
PHP is bundled with well over 100 configuration variables in php.ini directives. Developers can use ...
Categories: PHP, PHP How To

Build Blazing Fast PHP Websites with Memcached Distributed Caching

Thu, 12/08/2011 - 07:07
Memcached offers great caching advantages for PHP developers with a need for speed, and integrating ...
Categories: PHP, PHP How To

Joomla CCK Comparison: Flexicontent vs. K2, jSeblod and Sobi2

Thu, 12/08/2011 - 07:07
A Joomla content construction kit (CCK) allows you to create your own content types, but which CCK i ...
Categories: PHP, PHP How To

6 PHP Performance Tips for Producing Highly Optimized Code

Thu, 12/08/2011 - 07:07
Every PHP developer should strive for highly optimized code. These six tips you can boost your PHP p ...
Categories: PHP, PHP How To

Using Zend_Search_Lucene, the PHP Lucene Implementation

Thu, 12/08/2011 - 07:07
The Zend_Search_Lucene component is a PHP 5-based Lucene implementation capable of indexing and sear ...
Categories: PHP, PHP How To