browse by tag: PEAR
sort by
Howto Publish a Pear Package on Pearhub
in PHP added by goodphptutorials, on 17/1/2010 PEAR advanced tutorials pearhub
First of all you may be wondering what is Pear? From the Pear Documentation - "PEAR is short for "PHP Extension and Application Repository" and is pronounced just like the fruit". It is an umbrella-term that encompasses a package management system, an official package repository, a coding standard and a command-line tool.
1 comment save reportSurvive heavy traffic with your webserver
in PHP added by goodphptutorials, on 2/10/2009 PEAR apache caching disk IO linux mysql performance
There are many things you can do to speed up your website. This article focuses on practical things that I used, without any spending money on additional hardware or commercial software.
comment save reportScreencast: Quick PHP Form Validation with PEAR
in PHP added by ryanhavoc, on 8/9/2008 PEAR form screencast validation
This is a 17 minute screencast tutorial of how to use the Validate PEAR package to give you quick form validation.
4 comments save reportNavigation with Pager and AJAX (or simple Javascript)
in PHP added by quipo, on 3/7/2007 AJAX JavaScript PEAR advanced tutorials pager
An example on how to harness PEAR::Pager to create javascript links, and one showing how to use it with AJAX to fetch only the data for the currently displayed page.
comment save reportHow to efficiently paginate database results
in PHP added by quipo, on 1/7/2007 PEAR advanced tutorials database pager
PEAR::Pager was written with the purpose of paginating arrays. While you can fetch all the records from a database, store them into an array and pass it to Pager, this method isn't particularly efficient. If you have large resultsets, it isn't efficient at all. There's a better solution: please welcome Pager_Wrapper.
comment save reportGoogle Webservices with PHP
in PHP added by goodphptutorials, on 5/3/2007 PEAR google networking soap webservice
Have you ever wanted to enrich your site with information from Google, Amazon, eBay, or one of the many other sites that provide web services through SOAP? In this tutorial, I will be demonstrating how to use the SOAP package from PEAR to query Google's extensive database.
comment save reportUsing Zend Framework Without PDO
in PHP added by CalEvans, on 12/1/2007 MDB2 PEAR databases zend framework
This is a very quick tutorial on how to allow developers to develop using the Zend Framework without having to or being able to install PDO on their servers.
comment save report