class.dbconn.php ver 0.95

  class.dbconn.php
  Category : Php Scripts-programs Development-tools Libraries classes  
  Platform :  
  Price :  
  Developer:  
  Version : 0.95  
  HomePage Address :  
  Demo URL :  
  Date added :  
  Download Link : Click to Download  
Script Description:
 

  

class.dbconn. php is a php class for managing database connections, allowing you to simplify a database access. The example uses PosgreSQL, but you can easily modify it for other databases.

 

more Tag: dbconn, class, dbconn php, class dbconn, php class dbconn,

Also see ...


OO PHP Library 1)    OO PHP Library
 OO PHP Library is an object oriented PHP library that provides functionality to rapid DB interface building. It uses all advanced features of PHP4 to allow quick, dynamically build web-pages....

VH NNRP 2)    VH NNRP
 NNRP class provides a PHP API for reading news on the web. It implements MOST of the RFC 977 commands. NNRP Class hides detail of the NNRP protocol from developers. But it does requre users the knowledge of NNRP....

ConfigReader 3)    ConfigReader
 ConfigReader is a simple class which reads, parses, and interpolates a configuration file for use in PHP3 programs. It allows you to assign array values dynamically....

Logger 4)    Logger
 The Logger class is used to maintain a persistant log file as efficiently as possible. Using Logger, your programs can append log entries to as many different files as you need, using only 1 fopen() call and 1 fclose() call per log file. Logger`s primary use is for debugging personal programs when you can`t or don`t want to log via error_log()....

Validator 5)    Validator
 Validator is a class containing common data validation routines. Using this class your programs can validate a wide variety of data types common to forms and theinternet in general. Included with the various data validation routines are several common`` string and array manipulation routines. In short, this is a class designed to conduct grunt work on submitted data. This version of Validator contains 19 data tests, 9 data manipulation methods, and one array debugging tool....

VH Layout 6)    VH Layout
 VH Layout allows you to write your dynamic website completely in PHP3 without worrying about the HTML tags. The design of VH Layout Class was inspired by the Perl package HTMLTablelayout. It comes with complete documentation and examples....

HTML_Graphs 7)    HTML_Graphs
 HTML_Graphs uses PHP to provide a nice class interface for html graphs. It provides a single, reasonably consistent interface for creating HTML based charts. The idea behind this code is that the user of the class sets up four or five arrays and pass these to html_graph() which then takes care of all the messy HTML layout. A fully customized chart can be created in just five lines of PHP code....

Prometheus-Library 8)    Prometheus-Library
 The goals of this library are to provide a php-based api of objects, functions, and defines to help the average developer design active content sites with minmal effort. The prometheus library provides the following functionality: AutoLoad, Sessions, Database Independence, BenchMarking, UserAuth, UserDomain, WebClient, Unix Utilities, FileSize, PageNavigator, UrlObject, MimeObject,Mail via IMAP and local sendmail, AppServer, and Templates....

Numeric PHP 9)    Numeric PHP
 The project aims at producing a set of packages containing functions and classes to aid in the numeric manipulation of data. Packages will deal with geometrical, statistical, matricial, etc. calculations....

PHP2Go Web Development Framework 1)    PHP2Go Web Development Framework
 PHP2Go is a development framework designed to help experient developers and begginer programmers to create Web-based Systems. It`s and object-oriented, structured and hierarchical set of classes and libraries developed using PHP, XML and JavaScript. The main goal of PHP2Go is to be a complete code repository to build systems with code reuse, object orientation, separation between logic and presentation code and database transparency. All the components of the API have the same purpose: to c...

LensDebug 2)    LensDebug
 LensDebug is a very useful for debugging without disfiguring your main html page with distracting debugging output. Uses javascript to display variables as you debug in a separate window. Each variable is disassembled and color coded for easy reference. Results from multiple pages can be sent to the same window....

SysInfo 3)    SysInfo
 Find your computer`s current settings and IP address information. This is a tweaked PHP/JavaScript of browser Information. Returns browser version, color depth, Java/JavaScript enabled, resolution, IP address information and more. Useful for Tech Support sites and General Information sites. Should work on both Netscape and IE. Should only be placed on Unix servers, must have PHP 4.2.x or better installed. Linkware, see updated information for details......

HTML2Text, HTML to plain text converter 4)    HTML2Text, HTML to plain text converter
 This class converts HTML to plain, formatted ASCII text. By default, the text is wrapped to 70 characters, and some basic formatting is applied to preserve some of the HTML formatting. For example:<br> <ul> <li>Paragraphs are indented</li> <li>Heading tags <h1> - <h3> are all caps</li> <li>Horizontal lines, <hr>, are converted to hyphens</li&gt...

DtTemplate 5)    DtTemplate
 Though similar to other such offerings (i.e. Smarty) , DtTemplate has some distinct advantages in its design. The formatting language is extremely intuitive and bears a striking resemblance to html. This library compiles its templates , and as such runtime is FAST! Additionally, DtTemplate supports embedded php code within its own templates. This library also produces I18-localized error messages. Check out the extensive documentation available on our website with examples and code snippets....

VarDump 6)    VarDump
 If you do much development in PHP, you`ve undoubtedly used the var_dump() function to see the contents of a variable. And if you`re like us, you`ve probably even cussed your monitor a time or two as you tried to decipher var_dump()`s output into something legible. At PHP Labs, we built a better var_dump(). We`ve been using it internally for our own development for months, and now we`ve decided to make it available to you! This is the first script we`ve released which is specifically targete...

PHP Functions for detecting Spiders and Small Screen Devices 7)    PHP Functions for detecting Spiders and Small Screen Devices
 Two PHP functions that allow a developer to test for spiders and small screen devices. Can be used for useragent cloaking, delivering lite content to PDA`s and cellphones, or solving any other problem that requires delivering content based on user agent....

Php Syntax Highlighter 8)    Php Syntax Highlighter
 This small script convert your PHP code into a syntax colored html text. It is usefull if you want to display your PHP code on a html page with nice colors. Ideal for document and tutorial writers....

Lion Framework 9)    Lion Framework
 Lion is an emerging open source PHP framework for creating rich web applications as a combination of the most valuable features and patterns taken from the development community. Maybe the most valuable feature within the framework, as a combination of a MVC and a MVP. The MVP allows to declare rich UI components within your templates, easing the integration with your own event handlers. Lion`s component model handles AJAX communication in both ways: Direct and Reverse-AJAX. From the arch...