Main > Free Download Search >

Free data persistence layer script

data persistence layer

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1494
Database Abstraction Layer

Database Abstraction Layer


A database abstraction layer with handy methods, placeholders and auto-escaping. Frequently used in many of my projects. more>> A database abstraction layer with handy methods, placeholders and auto-escaping. Frequently used in many of my projects.<<less
Added: 2006-02-08 License: BSD Style Price: FreeAdditionalInfoMIT
1365 downloads
objSQL: Database Access Layer 2.0.0

objSQL: Database Access Layer 2.0.0


objSQL is a database access utility comprised of PHP5 classes for performing SQL queries. Designed primarily for small to medium projects, objSQL uses an object based approach in supporting multiple database types. objSQL uses object based code which more>> objSQL is a database access utility comprised of PHP5 classes for performing SQL queries. Designed primarily for small to medium projects, objSQL uses an object based approach in supporting multiple database types. objSQL uses object based code which simplifies hooking into projects and allows for better encapsulation. Features prepared queries with parameter binding and transaction support including rollbacks and savepoints. Very small footprint with the entire library approximately 170Kb in size and requires no third party libraries. Currently supports IBM DB2, Firebird/Interbase, Ingres 2006, MaxDB, MySQL, Oracle, PostgreSQL, SQLite, SQL Server and Sybase ASE.<<less
Added: 2006-03-23 License: LGPL Price: $0.00USD
10 downloads
 
Other version of objSQL: Database Access Layer
objSQL: Database Access LayerobjSQL is a database access utility comprised of PHP5 classes . objSQL is a database access utility comprised of PHP5 classes
License:LGPL
Download
1314 downloads
Added: 2006-03-23
Data Dumper

Data Dumper


Data Dumper brings you a convenient and useful program which will show you an objects structure easily and quickly. more>> Data Dumper brings you a convenient and useful program which will show you an object's structure easily and quickly. This is a JavaScript library similar to the Data:Dumper module in PERL and it will print an expanded object structure. If you're building complex data structures or objects, this library can help you debug your code and see exactly what data is where!<<less
Added: 2009-07-27 License: Other Free / Open Source License - MIT License Price: OtherFreeOpenSourceLicenseMITLicense
downloads
PHP Data Cache Class

PHP Data Cache Class


PHP data caching class that caches variables using file handle write to cache data with or without an expiration time. I used file_get_contents() rather than fread to speed up the application even further. Rather than run a complex logic or queries each more>> PHP data caching class that caches variables using file handle write to cache data with or without an expiration time. I used file_get_contents() rather than fread to speed up the application even further. Rather than run a complex logic or queries each time the data is needed, we can cache data for 3600 seconds or an hour (adjustable).<<less
Added: 2008-06-05 License: BSD Price: $0.00USD
14 downloads
Database Abstraction Layer 01-Feb-2006

Database Abstraction Layer 01-Feb-2006


A database abstraction layer with handy methods, placeholders and auto-escaping. Frequently used in many of my projects. more>> A database abstraction layer with handy methods, placeholders and auto-escaping. Frequently used in many of my projects.<<less
Added: 2006-02-08 License: BSD Price: $0.00USD
13 downloads
Install ADOdb Database Abstraction Layer

Install ADOdb Database Abstraction Layer


Do you get stressed out by mysql or other database queries? Do you use multiple databases and wish there was just one way to handle all of your queries? ADOdb is a system that executes queries to any more>> Do you get stressed out by mysql or other database queries? Do you use multiple databases and wish there was just one way to handle all of your queries? ADOdb is a system that executes queries to any type of database the same way, so you only have to know how to do it their way. This tutorial walks you through installing ADOdb on your web server, and configuring it to work with a mysql server.<<less
Added: 2006-09-21 License: Other Free / Open Source License Price: Free
1144 downloads
Simple Abstraction Layer 1.0

Simple Abstraction Layer 1.0


Simple Abstraction Layer is a full featured and advanced package that implements a database access abstraction layer interface similar to MySQLi extension but works under PHP 4. more>>

Simple Abstraction Layer 1.0 is a full featured and advanced package that implements a database access abstraction layer interface similar to MySQLi extension but works under PHP 4

<<less
Added: 2009-08-03 License: BSD - BSD License Price: BSDBSDLicense
downloads
roundbase data interface

roundbase data interface


Roundbase is a way to easily enter information into a mysql database, Features include easy install, customizable php tables, small file, stats for totals, and a small file to download. NEW IN VERSION more>> Roundbase is a way to easily enter information into a mysql database, Features include easy install, customizable php tables, small file, stats for totals, and a small file to download. NEW IN VERSION 2.5: HTML TAG STRIPPER SECURITY HOLE IS FIXED IN THIS VERSION.<<less
Added: 2006-01-05 License: Freeware Price: FreeAdditionalInfofree
1387 downloads
Exporting Data From mySQL to Excel

Exporting Data From mySQL to Excel


Aim of this sampel code is to show how to export data from a database server to excel. At this time we prefred to use mySQL. Because there are enough examples running with other databases eg. MS Acces more>> Aim of this sampel code is to show how to export data from a database server to excel. At this time we prefred to use mySQL. Because there are enough examples running with other databases eg. MS Access and MS SQL.<<less
Added: 2006-03-21 License: Freeware Price: Free
832 downloads
A Framework for Persisting Data Relationships

A Framework for Persisting Data Relationships


This tutorial will show you how to create relationships in your databases. PHP classes are provided that will perform the job. more>> This tutorial will show you how to create relationships in your databases. PHP classes are provided that will perform the job.<<less
Added: 2003-03-21 License: Not Specified Price: Free
2411 downloads
A Sortable Data Grid Using Ajax

A Sortable Data Grid Using Ajax


Javascript grids with sortable columns have always been popular. Now, using Ajax techniques, we can sort our data by making real-time server calls in the background, without having to download all our data at pageload time, or have our users wait for a more>> Javascript grids with sortable columns have always been popular. Now, using Ajax techniques, we can sort our data by making real-time server calls in the background, without having to download all our data at pageload time, or have our users wait for a page reload. Full instructions including source code and demo.<<less
Added: 2005-11-24 License: Freeware Price: $0.00USD
16 downloads
PHP data caching class

PHP data caching class


PHP data caching class is considered as an excellent and useful PHP class that can be used to cache arbitrary data in files. more>>

PHP data caching class is considered as an excellent and useful PHP class that can be used to cache arbitrary data in files.

<<less
Added: 2009-07-24 License: BSD - BSD License Price: BSDBSDLicense
1 downloads
Pure CSS Data Chart

Pure CSS Data Chart


This script provides a useful way of creating data charts only from HTML and CSS code more>>
Pure CSS Data Chart is a simple and effective script which provides a useful way of creating data charts only from HTML and CSS code

By simply modifying options in a CSS and HTML file, the user can customize the script to his needs.

<<less
Added: 2009-07-06 License: Other Free / Open Source License Price: OtherFreeOpenSourceLicense
12 downloads
Displaying Data In A MySQL Database

Displaying Data In A MySQL Database


This tutorial shows how to store data into a MySQL database and then retrieve it by using a PHP query. This wil teach you the basics behind the use of PHP with databases. A VERY good tutorial for begi more>> This tutorial shows how to store data into a MySQL database and then retrieve it by using a PHP query. This wil teach you the basics behind the use of PHP with databases. A VERY good tutorial for beginners who are interested in learning the language quickly.<<less
Added: 2004-10-04 License: Not Specified Price: Free
1869 downloads
Accessing Private Data Members in Classes 1.0

Accessing Private Data Members in Classes 1.0


This code shows you how to access private data members in classes without using the friend keyword. more>> This code shows you how to access private data members in classes without using the friend keyword.<<less
Added: 2005-03-29 License: Price: 0.00 Price: 0.00
12 downloads
 
Other version of Accessing Private Data Members in Classes
Accessing Private Data Members in Classesto access private data members in classes without using the friend keyword. Accessing Private ... This code shows you how to access private data members in classes without using the friend
License:Not Specified
Download
1675 downloads
Added: 2005-03-29
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5