On CNET: Tech products for football viewing
1 Resources for

pear::db

  • Subscribe to this listing via:
  • RSS
  • Email

TechRepublic Resources

Implement PEAR's DB package on your PHP system
Use Pear::MDB insteadPear::MDB has better performance and provides more complete database abstraction than Pear::DB. The documentation for Pear::MDB isn't quite as good as that of Pear::DB, unfortunately. Even so, it's well worth one's time to learn how to use it.
Tags: bblackmoor@..., db, Implement PEAR, mdb, pear, PEAR::DB, php, programming, Use Pear::MDB
Discussion threads 2005-08-02

Additional Resources

Implement PEAR's DB package
This week's Web Development Zone newsletter provides an overview on how to implement PEAR's DB package on your PHP system.Do you use PHP and or PEAR in your development work? If not, will you implement PEAR on your system after reading this column? Share your thoughts on PEAR.If you aren't...
Tags: Implement PEAR, Newsletter Editor, PEAR, programming
Discussion threads 2004-10-04
DOWNLOAD: Declare your PHP database independence
http://techrepublic.com.com/5138-3513-5760706.htmlWere you familiar with the PEAR DB class before this download? [b]What other features of PHP and/or PEAR would you like to see in a download?[/b]whell why notyup, if you have read any of the docs, or built the sources you can't not know about pear.what to see in futurea...
Tags: database, databases, download, Mark W. Kaelin, pear, PEAR DB, PHP, programming
Discussion threads 2005-06-24
Declare your PHP database independence with PEAR and this script
PHP comes with extensions for a variety of different databases: MySQL, SQLite, SQL Server, PostgreSQL, Oracle, Sybase and many more. However, each extension uses its own set of functions to communicate with the database server and perform SQL queries, making it well-nigh impossible to easily switch from one to another....
Tags: PHP, Storage, Scripting Languages, Databases, Hardware, Software/Web Development, Web Development, Enterprise Software, Software, Data Management
Download resources 2005-06-24
Simplify your PHP coding with 10 network programming PEAR classes
More PEARWhat other PEAR packages do you find most useful?
Tags: melonfire, application development, pear, programming, php, Mark W. Kaelin, network
Discussion threads 2006-11-10
Application Development: Install PEAR on a shared Web host
Code is wrong
Tags: stu@..., programming, application development, Web
Discussion threads 2007-02-12
Simplify your PHP coding with 10 network programming PEAR classes
The PHP Extension and Application Repository PEAR has a number of packages that can significantly simplify your network programming projects. This document lists 10 PEAR packages of specific interest to developers working in the network programming realm and explains how they should be used. A link to the documentation page...
Tags: Network, PHP, Programming, Network Programming, Development Tools, Software Development, Software/Web Development
Download resources 2006-11-10
Parse XML and implement Web services with these 10 PEAR classes
Other PEAR classeshttp://techrepublic.com.com/5138-3513-5869238.htmlWhat Web services play an integral part in your Web site design? What other PEAR classes should be included in this list?
Tags: application development, Mark W. Kaelin, Pear, PEAR class, php, programming, Web, Web service, web services, xml
Discussion threads 2005-09-16
Manipulate custom file formats with ease using these 10 PEAR classes
This document lists ten PEAR packages of specific interest to developers who need to work with custom file formats. One of the most basic functions of any program, especially when talking about scripting languages like PHP, is manipulating, parsing, and general interacting it must do with numerous...
Tags: TechRepublic Inc., PHP, Class, Scripting Languages, Software/Web Development, Web Development
Download resources 2005-10-28
DB Tools for Oracle (exe)
DB Tools for Oracle is an integrated set of 'must have' tools for Oracle DBAs and developers. It includes all the tools needed for Oracle database monitoring, tuning, diagnosing, coding, reverse-engineering, creating, editing, debugging, benchmarking, auditing, and reporting. DB Tools includes the following components: SQL Editor and Debugger, PL/SQL Profiler,...
Tags: Oracle Corp., Tool, Productivity
Software downloads 2007-02-22
Parse XML and implement Web services like a pro with these 10 PEAR classes
This document lists 10 PEAR packages of specific interest to developers working in the XML and Web services area. The general acceptance of XML as a standard protocol has moved the concept of Web services from the realm of the theoretical to that of the practical. It...
Tags: Web, Web Service, XML, Channel Management, Web Services, Software/Web Development, Web Development, Marketing, Enterprise Software, Software
Download resources 2005-09-16
Simplify your life and your Web development with these 10 PEAR classes
DOWNLOAD: Simplify your Web development with 10 PEAR classeshttp://techrepublic.com.com/5138-3513-5818797.htmlThe 10 PEAR classes listed in this download are really the tip of the iceberg when you talk about PEAR. [b]What other classes or groups of classes would you like to see examined in a TechRepublic download?[/b]New to itI'm new to the...
Tags: application development, download, Mark W. Kaelin, Pear, PEAR class, php, programming, web, Web development
Discussion threads 2005-08-04
DeployPHP Series, Part 4: Using the PEAR::MDB2 Database Abstraction Layer With Oracle
PEAR PHP Extension and Application Repository is a huge collection of high-quality PHP components. The repository contains PHP classes for almost any imaginable purpose, from database authentication, to networking, to images, to XML. This paper describes how to use MDB2, a high-level database abstraction layer that can be found in...
Tags: Repository, Database, Oracle Corp., PHP, Abstraction, Authentication, Scripting Languages, Storage, Software/Web Development, Web Development, Hardware
White papers
Simplify your Web page and form development with these 10 PEAR classes
These 10 PEAR packages provide a robust, well-tested code base that can save you the time and effort you would otherwise spend on producing your own code. One of the staples of Web site development is the manipulation of Web pages based on user interaction and the...
Tags: Web, TechRepublic Inc., Class, Web Page, Channel Management, Marketing
Download resources 2005-08-04
pear concepts
i need to study pear concepts . where can i get the documentations.any body know please help me
Tags: ashok_sivak@...
Discussion threads 2007-08-01
pear concepts
i need to study pear concepts . where can i get the documentations.any body know please help me
Tags: ashok_sivak@...
Discussion threads 2007-08-01
Application Development: Install PEAR on a shared Web host
Just what I needed!I ran a few Google searched and almost stopped...I found this on the next try. This is exactly what I needed to run some PEAR stuff in a shared hosting environment. Thanks for the post!--FrankX
Tags: application development, frank_x_rizzo@..., Install PEAR, PEAR, Web
Discussion threads 2004-11-02
10 PEAR classes you need to know to code complex math in your PHP applications
The PHP Extension and Application Repository PEAR has a number of ready-made packages for working with complex mathematical units. These packages provide a robust, well-tested code base for application developers, and also save you the time and effort you would otherwise spend in "rolling your own" math algorithms. This document...
Tags: Math, PHP, Scripting Languages, Software/Web Development, Web Development
Download resources 2007-02-16
Implement PEAR's DB package on your PHP system
Phillip Perkins highlights what he deems to be one of the more important packages in the PHP Extension and Application Repository PEAR framework: the DB package. This package is an object-oriented style abstraction layer to PHP's underlying database connectivity and querying. PHP provides the adept developer with...
Tags: PHP, PEAR, PEAR DB, Databases, Phillip Perkins, Scripting languages, ADO, database, Web Development Zone Newsletter, Server OS, DB, Software/Web Development, Web Development, Enterprise Software, Software, Data Management
Technical articles 2005-08-01
Guide to Oracle Berkeley DB for SQL Developers
The Oracle Berkeley DB team is frequently asked, "How do I do in Berkeley DB?" So, this is an introduction to implementing much of the favorite SQL functionality in Oracle Berkeley DB. Not all SQL applications should be implemented in Oracle Berkeley DB - an open source, embeddable database engine...
Tags: Developer, Oracle Corp., SQL, Oracle Berkeley DB Team, Programming Languages, Databases, Software Development, Software/Web Development, Enterprise Software, Software, Data Management
White papers 2007-09-01
  • << Previous
  • page 1 of 1
  • Next >>


Windows XP vs. Mac OS X
This presentation, entitled Standardizing on Windows XP Instead of MAC OS X, provides a pre-packaged option for defending Windows XP against MAC OS X. ...
Buy Now
Help Desk Trouble Ticket Form
The Help Desk Trouble Ticket is an important document for the technical support professional. This form contains all the essential fields for maintain ...
Buy Now

Fusion