Home

Submit

Source

Feeds

Home » PHP » PEAR ::

PHP PEAR
The PHP Extension and Application Repository (PEAR) brings this philosophy to PHP.Among other things, PEAR is a collection of reusable, open source code for use in PHP applications. The code is organized as a selection of files that act as wrappers giving convenient access to various PHP functions or extend PHP in some way. The files, collectively known as a "package," are easily obtained using the PEAR Package Manager.
Related Tutorials
PHP Databases
Database Abstraction - PEAR::DB
PHP / Databases
In this tutorial I'll introduce you to the PEAR::DB classes. Alot of people use the mysql-specific functions to get at information in their SQL database. Porting code to other databases can be tiresome and annoying, use PEAR::DB and all that changes.

Site: www.webdesign.org Report - View Tutorial

PHP Templates
Introduction to using PEAR HTML_Template_IT Package
PHP / Templates
Learn how to use the PEAR HTML_Template_IT Package to create a templating system for your website using PHP and HTML. After this tutorial you should be able to have a strong initial grasp on creating templates using PEAR and the HTML_Template_IT package. This is great for creating template files (.tpl files) and making your website more easily editable. It also helps organize your website when it gets big with lots of PHP files and you can change certain aspects of your site easily as well.

Site: tutorialcode.com Report - View Tutorial

PHP Templates
How to use the PEAR ITX templating system
PHP / Templates
In this tutorial, I'll explain and demonstrate how to use the ITX templating system from the PEAR collection of useful classes for PHP. As we go along, I'll show you some of the competitors, why I didn't like them and why in the end I choose to work with ITX in my own scripts.We will build a simple example script that will load and fill out the data out of a database. This script will use another PEAR component, a database abstraction layer. If you are not familiar with PEAR's DB abstraction layer.

Site: codewalkers.com Report - View Tutorial

PHP PEAR
Create a WebService with PEAR::SOAP
PHP / PEAR
In this tutorial we will see how it's easy to create a webService using PEAR.

Site: www.sephiroth.it Report - View Tutorial

PHP Databases
Database Abstraction with PEAR
PHP / Databases
So you've written a great application with PHP and it is up and running smooth. Then, your boss calls and tells you that your company won't be using MySQL anymore. You're moving to Oracle. Your application is dead in the water. You should have used database abstraction.

Site: codewalkers.com Report - View Tutorial

PHP Object Oriented
Introduction To Classes and Object Oriented Programming
PHP / Object Oriented
Learn a quick introduction to OOP (Object Oriented Programming). We will be creating a small class for fun to demonstrate how it all works.

Site: tutorialcode.com Report - View Tutorial

PHP Getting Started
Introduction to PHP
PHP / Getting Started
In this tutorial you will learn about introduction to PHP.

Site: www.php-learn-it.com Report - View Tutorial

PHP PEAR
Best Practices: Database Abstraction
PHP / PEAR
Abstraction is a technique which simplifies something complex. In the case of database abstraction, the complexities of connecting to a database is hidden behind a standard API, thereby allowing the programmer to connect to many different types of databases without relearning the methods and syntax peculiar to each different type. PEAR's DB classes are one such database abstraction layer, and in this article we'll take a look at some traditional database access methods and then compare them with the method employed by PEAR.

Site: www.phpbuilder.com Report - View Tutorial

PHP Getting Started
Introduction PHP
PHP / Getting Started
This PHP Tutorial Series starts with an introduction to PHP.

Site: www.htmlgoodies.com Report - View Tutorial

PHP Getting Started
Introduction to PHP
PHP / Getting Started
A simple tutorial, outlining the basics.

Site: www.noobic.com Report - View Tutorial

PHP Getting Started
PHP and MySQL - Introduction
PHP / Getting Started
The topics covered in this tutorial include: * PHP basics, including script structure, variables, supported types, constants, expressions, and type conversions * Condition and branch statements supported by PHP, including if, if...else, and the switch statements * Looping statements * Arrays and array library functions * Strings and string library functions * Regular expressions * Date and time functions * Integer and float functions * How to write functions, reuse components, and determine the scope and type of variables * An introduction to PHP object-oriented programming support * Common mistakes made by programmers new to PHP, and how to solve them.

Site: www.brainbell.com Report - View Tutorial

PHP Getting Started
Introduction to PHP
PHP / Getting Started
In this tutorial, you will be introduced to one of the simplest and most popular scripting languages. You'll begin to learn some of what PHP can do for you, and be able to write some simple scripts.

Site: www.tutorialzoom.com Report - View Tutorial

PHP Getting Started
Introduction To Arrays
PHP / Getting Started
An array is a list of scalar data; or elements that are indexed with a numeric or named key. A key is either a name or a number assigned to an element as a reference.

Site: www.tutorialhive.com Report - View Tutorial

PHP General Development
An Overview of Arrays in PHP
PHP / General Development
An introduction to arrays.

Site: codewalkers.com Report - View Tutorial

PHP Databases
SQL Introduction
PHP / Databases
More and more people are getting into web designing, yet many are put off by SQL for reason which I don't understand. I assure you it is very easy, in this tutorial I'll try to introduce you to the extreme basics of the structured query language.

Site: www.webdesign.org Report - View Tutorial

 
Site Search

 
Categories
2D Graphics 3D Graphics Office Applications Databases Desktop Programming Web Development
 
Advertisement