| TOTAL: 0 Page: 1 of 0 |
|
Pear Module: HTML_BBCodeParser
Using HTML_BBCodeParser This step of the tutorial will teach you how to use HTML_BBCodeParser. What we will learn today: - Parsing text - Adding automatic linebreaks Parsing Text Parsing text is easy, using HTML_BBcodeParser! The code below will demonstrate how to do this. I will explain every step very closely. /* adjust include_path to include PEAR */ ini_set('include_path', ini_get('include_path').':/usr/share/pear'); /* all your errors

| Hits: | 37 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-17 |
Pear Module: HTML_CSS
This PEAR package is a powerfull CSS generator that allows you to add style elements easily without having to care about validity a lot. It can also be used in combination with HTML_Page.

| Hits: | 33 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-17 |
Pear Module: HTML_Template_Sigma
HTML_Template_Sigma is a PEAR package, a fully featured templating engine. Templating engines have the purpose of seperating the HTML from the PHP in your PHP files. This keeps the code clean and readable. This also allows you to easily edit the HTML without having to browse through all your PHP files looking for the HTML code. HTML_Template_Sigma has many features, like replacement variables, loops and many others.

| Hits: | 47 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-17 |
PEAR::DB - Database abstraction layer for multiple database platforms
PEAR::DB is a Database Abstraction Layer for multiple database platforms. What's a Database Abstraction Layer? Basically, PEAR::DB allows you to use the same methods of the object for multiple database platforms. This could be very usefull if you have a product which you want to be available for all database platforms. Read on to learn how to install this great package and how to use it.

| Hits: | 34 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-17 |
Pear Module HTTP_Upload - A complete guide to understanding HTTP_Upload
This tutorial will teach you how to use the PEAR module HTTP_Upload which allows you to upload multiple files at once. 1. Introduction to PEAR What is PEAR? (from the PEAR website) PEAR is short for "PHP Extension and Application Repository" and is pronounced just like the fruit. The purpose of PEAR is to provide: A structured library of open-sourced code for PHP users A system for code distribution and package maintenance A standard style for code written in PHP The PHP Foun

| Hits: | 51 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-14 |
Pear Module: HTML_Page
This tutorial is about Pear's HTML_Page and how to use it Table of Content: 1. Introduction to PEAR 2. Introduction to HTML_Page 3. Installing HTML_Page 4. Using HTML_Page 1. Introduction to PEAR What is PEAR? (from the PEAR website) PEAR is short for "PHP Extension and Application Repository" and is pronounced just like the fruit. The purpose of PEAR is to provide: - A structured library of open-sourced code for PHP users - A system for code distribution and package maintena

| Hits: | 32 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-14 |