Installing PEAR in PEAR Articles | | | | Rating:     / 1 2010-07-28 | | | | | In this second part of a two-part article, you'll learn how to install a PEAR package, include a package within your scripts, and more. This article is excerpted from chapter 11 of the book Beginning PHP and Oracle: From Novice to Professional, written by W. Jason Gilmore and Bob Bryla (Apress; ISBN: 1590597702). | | |
PEAR: an Introduction in PEAR Articles | | | | Rating:     / 1 2010-07-21 | | | | | PEAR has been around for more than a decade now. In that time, this PHP framework and distribution system has made the lives of thousands of PHP programmers much easier. This two-part article will show you how to get started with using PEAR. It is excerpted from chapter 11 of the book Beginning PHP and Oracle: From Novice to Professional, written by W. Jason Gilmore and Bob Bryla (Apress; ISBN: 1590597702). | | | |
Managing robots.txt using PHP: Generating Dynamic Syntax in PEAR Articles | | | | Rating:     / 2 2010-07-14 | | | | | Managing your robots.txt files can be tricky at the best of times. This article will show you how to use PHP to dynamically handle these files, thus relieving the webmaster of a tedious and time-consuming task. | | | |
Firefox Becomes Browser of Choice for IBM in Miscellaneous Reviews | | | | Rating:     / 1 2010-07-07 | | | | | While some indications show that Firefox has begun falling behind in the browser wars, it seems to be receiving increasing acceptance in corporate environments. Its recent nod of approval from IBM, the bluest of the blue, bodes well for Firefox's future. | | | |
Firefox 3.6.6 Released with Improved Plug-in Crash Protection in Miscellaneous | | | | Rating:     / 1 2010-06-30 | | | | | Last Saturday marked the release of the Firefox update version 3.6.6. This new update from Mozilla does not feature anything groundbreaking. Instead, the update was released with the intent of correcting the plug-in crash protection feature that had been generating several complaints from users of the popular browser. | | | |
Attention Bloggers: WordPress 3.0 Now Released in Miscellaneous | | | | Rating:     / 1 2010-06-23 | | | | | Users of the popular blogging software known as WordPress have something new and improved to try on for size: the release of WordPress version 3.0. WordPress 3.0, nicknamed “Thelonious” after famed jazz artist Thelonious Monk, is the thirteenth release of the open source self-hosted blogging tool that is now used by millions of people across the world. A community of volunteers help to keep the software running as smoothly as possible, and 218 volunteers were credited in aiding with the release of 3.0. | | | |
Converting CSV Files to MySQL Insert Queries Using PHP in Database Code | | | | Rating:     / 3 2010-06-16 | | | | | This article covers an important web application tool written in PHP that will let developers upload a CSV file and then convert that to MySQL insert queries. | | | |
Reflection in PHP 5 in Miscellaneous | | | | Rating:     / 1 2010-06-09 | | | | | In this conclusion to a three-part series on advanced object-oriented programming features in PHP 5, you'll learn about reflection in detail. This article is excerpted from chapter 7 of the book Beginning PHP and PostgreSQL 8: From Novice to Professional, written by W. Jason Gilmore and Robert H. Treat (Apress; ISBN: 1590595475). | | | |
Inheritance and Other Advanced OOP Features in Miscellaneous | | | | Rating:     / 1 2010-06-02 | | | | | In this second part of a three-part series on the advanced object-oriented programming features in PHP 5, you'll learn about inheritance, constructors, and more. This article is excerpted from chapter 7 of the book Beginning PHP and PostgreSQL 8: From Novice to Professional, written by W. Jason Gilmore and Robert H. Treat (Apress; ISBN: 1590595475). | | | |
Advanced OOP Features in Miscellaneous | | | | Rating:     / 2 2010-05-26 | | | | | The previous three-part article series introduced you to the fundamentals of object-oriented programming with PHP. This three-part series takes a look at the advanced OOP features offered by PHP 5. It is excerpted from chapter 7 of the book Beginning PHP and PostgreSQL 8: From Novice to Professional, written by W. Jason Gilmore and Robert H. Treat (Apress; ISBN: 1590595475). | | | |
Object-Oriented PHP: Constructors and Destructors in Programming Basics | | | | Rating:     / 2 2010-05-19 | | | | | In this third part of a three-part series on the principles of object-oriented programming and PHP, you'll learn about constructors and destructors, static class members, and more, This article is excerpted from chapter six of the book Beginning PHP and PostgreSQL 8: From Novice to Professional, written by W. Jason Gilmore and Robert H. Treat (Apress; ISBN: 1590595475). | | | |
Object-Oriented PHP: Fields, Properties and Methods in Programming Basics | | | | Rating:     / 1 2010-05-12 | | | | | In this second part of a three-part series that introduces you to PHP and the key concepts of object-oriented programming (OOP), you will learn about field scopes and their classes, properties, and methods. This article is excerpted from chapter six of the book Beginning PHP and PostgreSQL 8: From Novice to Professional, written by W. Jason Gilmore and Robert H. Treat (Apress; ISBN: 1590595475). | | | |
Object-Oriented PHP in Programming Basics | | | | Rating:     / 1 2010-05-05 | | | | | If you've never used the object-oriented programming model, PHP 5 comes as a major revelation. This three-part article introduces you to the language's OOP features and explains their advantages. It is excerpted from chapter six of the book Beginning PHP and PostgreSQL 8: From Novice to Professional, written by W. Jason Gilmore and Robert H. Treat (Apress; ISBN: 1590595475). | | | |