browse by tag: PEAR
sort by
Screencast: 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.
comment 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