Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.480.057 Times

Database Class freeware
Filter: All | Freeware | Demo
 

Database Class

< 1 2 3 4 5 > 
Added: April 06, 2013 | Visits: 389

PDO wrapper singleton The activity can optionally be logged to a class variable.Key Features of PDO wrapper singleton:- Setup database connections- Execute prepared queries- Retrieve result sets into arrays- Retrieve the last inserted identifier value Platforms: PHP

License: Freeware Size: 10 KB Download (40): PDO wrapper singleton Download

Added: April 22, 2013 | Visits: 300

MyDatabase for Scripts This class will allow Access and MySQL databases to be utilized through a common interface, interchangeably. The class provides the typical abilities needed to fully navigate a database and retrieve results.All your database needs are encapsulated in this class, and all resources are maintained... Platforms: PHP

License: Freeware Size: 10 KB Download (43): MyDatabase for Scripts Download

Added: May 10, 2013 | Visits: 490

HyperDB It is based on code already being used on the WordPress blogging website with multiple database servers.InstallationWordPress MU only: add this line near the top of wp-config.php: define('WPMU', true);Upload db.php to the /wp-content/ directory. At this point, HyperDB is active. It will use the... Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (65): HyperDB Download

Added: July 08, 2013 | Visits: 521

eXlent2k7 for Scripts eXlent2k7 is a CMS based on the most modern technologies (XHTML 1.1, CSS 2.1, PHP 5 objects, PDO, XML, DOM) with good security (CSRF protection, XSS prevention in template system, javascript can be disabled, SQL injection prevention in database class). Platforms: PHP

License: Freeware Size: 102.4 KB Download (40): eXlent2k7 for Scripts Download

Added: May 08, 2013 | Visits: 302

DBMySQL DBMySQL is a mysql class having a 'javadoc-like/lite' layout. Simple in design, this class is meant to be both a usable class as well as a documented primer for those interested in learning php database scripting.It has enough features to do many things you'd want to do with a database class, and... Platforms: PHP

License: Freeware Size: 10 KB Download (43): DBMySQL Download

Added: September 02, 2013 | Visits: 560

Access Data Object Access Data Object is meant to provide an API that abstracts the access to SQL based databases.It is intended to let applications work with different types of databases only with minimal changes in the application code, just changing the name of the class that corresponds to the type of database... Platforms: PHP

License: Freeware Size: 10 KB Download (45): Access Data Object Download

Added: May 10, 2013 | Visits: 469

Flat-file SQL It uses regular files, that can be placed anywhere, for storing data.InstallationInclude it in your script with require_once("fSQL.php");Create a new fSQLEnvironment class with $fsql = new fSQLEnvironment; Key features "Flat-file SQL": - Allows you to take advantage of SQL queries to easily... Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (66): Flat-file SQL Download

Added: January 18, 2010 | Visits: 1.438

Email::AutoReply Email::AutoReply is a Perl extension for writing email autoresponders. SYNOPSIS use Email::AutoReply; my $auto = Email::AutoReply->new; $auto->reply; This module may be useful in writing autoresponders. The example code above will try to respond (using Sendmail) to an email message given... Platforms: *nix

License: Freeware Size: 15.36 KB Download (108): Email::AutoReply Download

Added: May 05, 2010 | Visits: 897

IQ bot IQ has been my pet project since September 2003. IQ is an intelligent, modular IRC robot written in PHP. I wrote the original branch, 0.1.x, back in late 2003, and developed it and modules for it until early 2004. At some point in June 2004, I became inspired to rewrite the bots core and start... Platforms: *nix

License: Freeware Size: 30.72 KB Download (117): IQ bot Download

Released: July 07, 2012  |  Added: July 07, 2012 | Visits: 421

Generic Architecture Project A universal site architecture with many modules. It will include a login, security, recommended directory/file structure, template, database class generator, and more. Allow site administrators to easily setup a modular and consistent site architecture. Platforms: Windows, Mac, Linux

License: Freeware Size: 1.96 KB Download (47): Generic Architecture Project Download

Added: May 10, 2013 | Visits: 194

eXlent2k7 eXlent2k7 is a CMS based on the most modern technologies (XHTML 1.1, CSS 2.1, PHP 5 objects, PDO, XML, DOM) with good security (CSRF protection, XSS prevention in template system, JavaScript can be disabled, SQL injection prevention in database class). Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (52): eXlent2k7 Download

Added: May 10, 2013 | Visits: 346

phpersistence phpersistence is an object oriented persistence layer for php, using transparent object relational mapping. It is intended to work on PHP4 and PHP5, with all major RDBMS, as it runs on top of Pear::DB and ADOdb abstraction layers. Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (62): phpersistence Download

Added: May 10, 2013 | Visits: 703

IBT PHP Library and Framework 0.9.3a6 The IBT PHP Library (IPL) is a PHP library like no other. IPL combines the power of an enhanced function library with a structured web model to create a sort of living library. This functionality allows developers to focus more intently on their code and less intently on their design. That is not... Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (57): IBT PHP Library and Framework 0.9.3a6 Download

Added: May 10, 2013 | Visits: 474

classyPHP classyPHP is a tiny web utility to create fully-fledged ready-to-use PHP classes from SQL CREATE TABLE statements. You must just paste your SQL codeĀ and click the "...THEN CLICK HERE..." button. The script is very easy to install, use and customize. It can be integrated in any website structure. Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (59): classyPHP Download

Added: May 11, 2013 | Visits: 653

Database utility class Database utility class can execute SELECT, INSERT, UPDATE and DELETE queries from parameters that define tables, fields, values and conditions.Results from SELECT queries are returned in arrays. Platforms: PHP

License: Freeware Size: 10 KB Download (43): Database utility class Download

Added: May 14, 2013 | Visits: 472

Class Database Class Database is a wrapper around PEAR DB package. It provides a simpler interface to databases. Auto -increment id are get by the PEAR sequence functions. Platforms: PHP

License: Freeware Size: 10 KB Download (44): Class Database Download

Added: May 10, 2013 | Visits: 524

MySQL Database Handler class This class is a simple MySQL database access wrapper.It can establish MySQL database conections, execute SQL queries, retrieve the number of query result rows, retrieve query result rows as arrays and print query result field names. Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (54): MySQL Database Handler class Download

Added: June 15, 2013 | Visits: 423

Database Abstraction Class Connections to a MySQL host can be established and SQL queries can be executed with Database Abstraction Class.Key Features of Database Abstraction Class:- Retrieve results into objects and array- Retrieve the length of the column fields- Retrieve the number rows affected by a query- Determine... Platforms: PHP

License: Freeware Size: 10 KB Download (43): Database Abstraction Class Download

Added: July 27, 2010 | Visits: 839

Object::Relation::Meta::Class::Schema Object::Relation::Meta::Class::Schema is a Perl module for Object::Relation database store builder. This module is provides metadata for all Object::Relation classes while building a storage schema. Loading Object::Relation::Schema causes it to be used instead of Object::Relation::Meta::Class.... Platforms: *nix

License: Freeware Size: 24.58 KB Download (87): Object::Relation::Meta::Class::Schema Download

Added: July 05, 2010 | Visits: 1.199

Database Functions Database Functions is a PHP class that can be used to build and execute MySQL database queries. It can build SELECT, INSERT, UPDATE and DELETE queries from lists of parameters and values. The class can also execute the generated queries and retrieve the SELECT query results into associative... Platforms: *nix

License: Freeware Download (100): Database Functions Download

< 1 2 3 4 5 >