PHP Class 'MySQL Backup Pro' released
Grok Headline matches for PHP Class 'MySQL Backup Pro' released
PHP Class 'DCC::QuickSite Pro' released
PHP Class 'DCC::QuickSite Pro' released
05/04/2004 06:17 PMThis package is a set of classes that works as a site generation
backend engine.
It supports template processing, page caching, gzip compression,
logging and virtual URI parsing.
PHP Class 'MySQL SP' released
PHP Class 'MySQL SP' released
04/22/2004 06:54 PMThis class is meant to provide an emulation of stored procedures for
MySQL.
It uses template files stored on the database client side that contain
multiple SQL statements with special marks that identify placeholders
that are replaced by procedure arguments when they are executed.
The result of the execution of procedure is an array containing either
the handles of the result set of the SELECT statements or the number
of affected rows of other statements.
PHP Class 'MySQL RecordSetdo' released
PHP Class 'MySQL RecordSetdo' released
09/27/2002 07:39 PMProvide automatic erase by ID, erase by Array, check SQL between other
functions. The MySQL Connection is required
PHP Class 'MySQL to XML - XML to MySQL'
released
PHP Class 'MySQL to XML - XML to MySQL'
released
10/02/2002 08:10 PMInsert XML in MySQL and export MySQL to XML. The class XMLFile and my
other class such as MySQL Connection, MySQL RecordSet and MySQL Log
are required.
PHP Class 'MySQL Log' released
PHP Class 'MySQL Log' released
09/28/2002 07:48 PMAdd and show the log provide by other classes such as MySQL Connection
and MySQL Recordset
PHP Class 'MySQL Connection' released
PHP Class 'MySQL Connection' released
09/27/2002 07:39 PMAllow developers connect with MySQL Server with Log generate. Log
class is required. See my classes
PHP Class 'MySQL wrapper' released
PHP Class 'MySQL wrapper' released
05/15/2004 06:44 PMThis is a simple class that encapsulates the functionality of MySQL
database access commands.
It establishes database connections, executes queries storing the
result set handle in a class variable and provides other functions to
traverse the result set an retrieve the data returned by the database
server.
PHP Class 'MySQL Collection' released
PHP Class 'MySQL Collection' released
10/22/2002 07:55 PMFunctions of Log
+---- log() // Create a log file
+---- addLog() // Append one line in the log file
+---- show() // Show de log content in HTML format
Properties of Connection
+---- application // Name of application
+---- host // IP or Name of MySQL Server
+---- login // Login MySql
+---- senha // Password MySQL
+---- db // Database
+---- admMail // E-mail of Admin
+---- log // Instance o log object
+---- conID // ID of MySQL Connection
Functions of Connection
+---- connection() // Inicialize
+---- connect() // Conect with MySQL Server return de
conID
+---- close() // Close Connection
Function of RecordSet
+---- checkSql() // Protect sql from DROP, CREATE and other
+---- select() // Select Query
+---- setRow() // Fetch array
+---- getLastID() // Return the last inserted ID
+---- getFieldName() // Return a name o field
+---- fieldsCount () // Number of Fields
+---- recordCount() // Number of records
+---- exec() // Execute a Inser, Update, Delete and others
SQL
+---- erase() // Delete one record by ID
+---- erases() // Delete various records by Array (Such as
checkbox)
+---- comboBox()
+---- comboBoxBin()
+---- insert() // Generate a Insert SQL sentence with POST
data
+---- update() // Generate a Update SQL sentence with POST
data
+---- getForm() // Get POST data
PHP Class 'Mysql DBObj' released
PHP Class 'Mysql DBObj' released
06/05/2004 06:18 PMThis class is meant to simplify the composition and execution of MySQL
database SELECT queries.
It has functions that can establish the database connection and others
to specify the query conditions, columns to sort the results, result
row limits and execute the queries.
PHP Class 'MySQL Operations' released
PHP Class 'MySQL Operations' released
04/09/2004 04:05 PMThis is a simple class meant to connect and query a MySQL database.
It has functions to connect to a given MySQL database, execute
queries, retrieve results and the number or rows.
PHP Class 'MySQL Abstract' released
PHP Class 'MySQL Abstract' released
05/06/2004 06:44 PMThis is a wrapper class to simplify MySQL queries.
It features
- Connect to a MySQL server reusing connections previously opened to
the same server
- Insert or update rows using arrays of fields and values
- Delete rows that satisfy a given condition
- Retrieve the next unused field id
- Emulate sub-selects with NOT IN clause
- Select single field values providing a default value in case no row
is returned
PHP Class 'MySQL Optimizer' released
PHP Class 'MySQL Optimizer' released
04/09/2004 04:05 PMThis class is meant to analyze, optimize or repair tables of a MySQL
database.
The class is capable of connecting to a given MySQL database, extract
the list of names of tables, and perform one of the three operations
in all tables. The results are outputted in an HTML table.
PHP Class 'MySQL Parser' released
PHP Class 'MySQL Parser' released
03/08/2004 11:06 PMThis class is meant to parse boolean expressions like (item1 AND item2
AND NOT (item3 OR item4)) and converts them into MySQL full text
search conditions like (+item1 +item2 -(item3 item4)).
PHP Class 'MySQL Query Generator'
released
PHP Class 'MySQL Query Generator'
released
04/30/2004 07:04 PMThis class is meant to compose MySQL database queries from conditions
defined dynamically calling the class functions.
It can compose MySQL database queries add, delete, reset conditions
and key values used to determine the affected rows.
PHP Class 'Mysql record set' released
PHP Class 'Mysql record set' released
10/29/2003 12:10 AMThis class gives you the possibility to navigate through MySQL record
sets and manipulate the stored information.
It just takes a SELECT statement and the class takes care of the other
operations that you may want to perform, like for instance: updating
records, deleting records, adding a new record, filter records
according to a criteria.
The class is meant to be used by those who just want easy access to
their database table records and do not want to deal SQL too much.
PHP Class 'MySQL stored procedures'
released
PHP Class 'MySQL stored procedures'
released
05/07/2004 07:06 PMThis class emulates stored procedures for MySQL databases used (MySQL)
client side files to define the SQL code of the procedures.
It executes simple queries defined within a named block, known as
"stored procedure".
The query syntax within a stored procedure is compliant with standard
SELECT, INSERT, DELETE and UPDATE MySQL queries, but it does not
accept sub-select queries like "INSERT ... SELECT".
Every stored procedure can have parameters that must be initialized
before the execution.
Here is the of provided functionality:
- Loading and saving stored procedures on disk files.
- Procedure execution
- Dumping in HTML format the code of loaded procedures
- All the methods not implemented have a proprietary license
PHP Class 'PHP or Java Class Code
Generator' released
PHP Class 'PHP or Java Class Code
Generator' released
03/06/2004 02:00 AMThis package is meant is automate the generation of classes to access
databases in Java beans style.
It uses the Fast Template engine to process template files that define
the skeleton of functions and variables of classes that store and
retrieve data object property values from a given database table,
getter and setter functions to access those properties and a function
to delete a data object row from the respective database table.
The package comes with templates to generate classes either in PHP or
Java. The PHP template defines code to access data objects in a MySQL
database. The Java template defines code to access data objects in any
database supported by JDBC.
PHP Class 'Convert Class To HTML Table'
released
PHP Class 'Convert Class To HTML Table'
released
02/10/2004 02:46 AMThis class is meant to display the structure of any class as an HTML
table.
The class being displayed can have variables that contain objects of
other classes or arrays and treats those variables each accordingly.
PHP Class 'calend.class.php' released
PHP Class 'calend.class.php' released
01/03/2003 07:52 PMThis class generates HTML calendars in the portuguese language.
In portuguese:
Esta classe gera um calendário em português em HTML.
PHP Class 'Bs_StopWatch.class.php'
released
PHP Class 'Bs_StopWatch.class.php'
released
11/07/2002 07:59 PMYou can take times during a code run and at the end get a time table
as HTML or text table. The output will contain total and as delta
between each take in microseconds.
Free Code; This Class is part of the BlueShoes PHP Application
Framework, see blueshoes.org.
PHP Class 'Bs_CsvUtil.class.php'
released
PHP Class 'Bs_CsvUtil.class.php'
released
11/08/2002 08:17 PMFeatures:
supports any separator char sequence, default is semicolon ";".
supports separator characters in the values. eg you use a ; as
separator, your line may look like
blah;hello world;"foo";"foo;bar";"this is a ""string""";got it?;foo
as you can see, the values can be in "quotes". if your text uses
quotes itself as in the "string"
example, they are escaped in ms-style with 2 quotes. and by using
quotes we can even have your
separator inside the text (example "foo;bar").
line breaks. a csv line may spread over multiple lines using crlf in a
field value.
see the checkMultiline param and the _checkMultiline() method.
Backup 2 Released
Backup 2 Released
11/06/2003 12:46 AMApple has released Backup 2, an update to its data backup application.
Backup 2 allows the use of any mounted volume as a backup destination,
including external FireWire drives, iPods, and network servers.
Version 2 also includes support for third party CD and DVD drives and
includes scheduled backups to any mounted volume, including iDisks. In
addition Backup now offers incremental backups, copying only changed
files from previous backups.
Backup 2 is free for all .Mac members and is available at the .Mac
website.
Backup 2.0.2 Released
Backup 2.0.2 Released
05/11/2004 10:41 AM
Apple has released a small update to their Backup software to version
2.0.2.
It is available on the Mac.com homepage as well as Software Update.
...
Mozilla Backup 1.2 Released
Mozilla Backup 1.2 Released
01/07/2004 03:07 PMMozilla Backup 1.3a Released
Mozilla Backup 1.3a Released
03/06/2004 01:59 AMBackup Simplicity released
Backup Simplicity released
12/02/2003 12:32 AMSynchronize! Pro X developer Qdea has released
Backup
Simplicity, a simple backup utility aimed at Jaguar and Panther
users.
Mozilla Backup 1.2.2 Released
Mozilla Backup 1.2.2 Released
02/10/2004 09:15 AMZip Backup to CD 3.03 Beta Released
Zip Backup to CD 3.03 Beta Released
03/20/2003 11:11 PMGenie Backup Manager Pro 5.0 Released
Genie Backup Manager Pro 5.0 Released
08/02/2004 02:32 AMThe new edition of the award winning Genie Backup Manager series is
very easy to use yet powerful and flexible, with many new hot features
and enhancements, most of which were the production of close follow up
on feedback and suggestions of Genie-Soft software users. [PRWEB Aug
2, 2004]
Impression 2.5 backup software released
Impression 2.5 backup software released
05/13/2004 02:26 AMThe Babel Company has released Impression 2.5, the latest version of
its backup software for Mac OS X...
Argentum Backup 2.10 Beta 1 Released
Argentum Backup 2.10 Beta 1 Released
12/29/2003 03:36 AMImpression 1.0 backup utility released
Impression 1.0 backup utility released
03/19/2003 10:43 PMThe Babel Company has released Impression 1.0, a low cost backup
utility for Mac OS X...
Co. Finds Loophole on '.pro' Web Names
(AP)
Co. Finds Loophole on '.pro' Web Names
(AP)
04/06/2005 11:54 PMAP - A company has found a loophole for selling Internet names ending
in ".pro" without the usual credentialing requirements, prompting
complaints from the Internet's key oversight agency.
Active Backup Expert Pro 1.90 Beta
Released
Active Backup Expert Pro 1.90 Beta
Released
01/27/2004 10:56 PMGOFF Network Backup Solution 008 Beta
Released
GOFF Network Backup Solution 008 Beta
Released
12/03/2003 03:45 PMDekart SIM Manager 1.08 released - edit
and backup the mobile phone's data from
the SIM/USIM card
Dekart SIM Manager 1.08 released - edit
and backup the mobile phone's data from
the SIM/USIM card
07/03/2004 02:00 AMDekart ( www.dekart.com ) releases version 1.08 of Dekart SIM Manager,
the SIM card management software allowing to easily edit and backup
the mobile phone's data. The new version features extended support for
the Universal SIM cards (USIM), the cards of the 3rd generation mobile
wireless systems, as well as the support for different types of GSM
SIM cards, containing more than 250 phonebook entries. [PRWEB Jul 3,
2004]
PHP Class 'My DB' released
PHP Class 'My DB' released
02/15/2004 07:40 PMThis class is a simple wrapper around MySQL database acess functions.
It provides wrapper functions around most of the PHP MySQL extension
function like database, connection, queries execution and result data
access, error message retrieval, database creation and locking of
tables.
PHP Class 'My Db' released
PHP Class 'My Db' released
06/09/2004 06:55 PMThis package is a SQL database wrapper supporting MySQL, Interbase and
MS SQL server.
It can establish database server connections, execute SQL queries,
retrieve query results into arrays and display query results as HTML
tables.
Bodrag Announce New Outlook Express
Backup Expert Version - Email Backup
Made Easier
Bodrag Announce New Outlook Express
Backup Expert Version - Email Backup
Made Easier
03/31/2005 03:45 AMTimisoara, Romania (March 31, 2005) Bodrag today announced the release
of Ooutlook Express Backup Expert 1.20, an award winning backup
solution for Outlook Express email client running under Windows
98/ME/2000/XP. Outlook Express Backup Expert can backup mail &
attachments, account settings, address book, block sender list,
stationery and general settings. [PRWEB Mar 31, 2005]
Grok Description matches for PHP Class 'MySQL Backup Pro' released
GrokA matches for PHP Class 'MySQL Backup Pro' released
mySQL.class
mySQL.class
07/07/2002 05:33 PMUse this class to access a mysql database and use the most common
functions.
Class-DBI-mysql-0.22
Class-DBI-mysql-0.22
12/14/2003 06:21 PMADB - mySQL DB Class
ADB - mySQL DB Class
10/08/2002 06:28 PMClass to make it very easy to deal with mySQL database connections and
queries. E.G. Single function that dumps query results into an array.
Thus making it very easy to work with the data using foreach loops.
Class-DBI-mysql-FullTextSearch-0.09
Class-DBI-mysql-FullTextSearch-0.09
11/11/2003 10:33 AMPHP Class 'PHP-MYSQL-MSSQL' released
PHP Class 'PHP-MYSQL-MSSQL' released
08/07/2002 07:32 PMYou can easily to use this class to insert,delete,modify,page
cut...etc from mysql or mssql
PHP Class 'ADB - mySQL DB Class'
released
PHP Class 'ADB - mySQL DB Class'
released
10/08/2002 07:30 PMClass to make it very easy to deal with mySQL database connections and
queries. E.G. Single function that dumps query results into an array.
Thus making it very easy to work with the data using foreach loops.
PHP Class 'Access MySQL database'
released
PHP Class 'Access MySQL database'
released
04/16/2004 06:23 PMThis class is a simple wrapper to access MySQL databases.
It provides functions to establish connections, execute select queries
sorted by the primary key value, insert table rows using given values,
retrieve the primary key of the last inserted record, delete table
rows given the primary key value, retrieve the number of affected rows
by a query, count the number of rows in a given table, drop a
database, etc..
PHP MySQL Class Wizard 1.0.8 (Default
branch)
PHP MySQL Class Wizard 1.0.8 (Default
branch)
04/08/2005 10:31 AM

PHP Scriptor is a wizard that generates classes
that can manage SQL data in database tables. It
connect to the MySQL server, reads the tables, and
allows the user to select which tables they would
like to generate classes for. Once selected, the
classes are generated, and can be saved to the
hard drive for later use.
Changes:
The SQL statement produced for the insert_me() method has been
corrected. Several aesthetic enhancements have been made.
EnGarde Secure Linux Advisory: MySQL,
MySQL-client, MySQL-shared, mod_php, php
EnGarde Secure Linux Advisory: MySQL,
MySQL-client, MySQL-shared, mod_php, php
12/16/2002 04:17 PM"Stefan Esser from the PHP.net project discovered two vulnerabilities
in MySQL which range from crashing the server to executing arbitrary
code as the user under which the MySQL daemon runs (mysql)..."
MySQL Backup Pro 1.0.4
MySQL Backup Pro 1.0.4
04/12/2004 02:03 PMA Web-based application that creates and restores backup of MySQL
databases.
MySQL Backup
MySQL Backup
06/12/2002 06:22 AM12 Jun 2002: Unix Review tells us aboutMySQL Backup."MySQL Backup is
a pretty simple tool, but it does the job well and can save you a
little time writing your own backup script for MySQL or doing the job
manually. Set the mysql_backup script to run regularly as a cron job,
and you'll have one less thing to worry about."
MySQL Backup Pro 1.0.6-4
MySQL Backup Pro 1.0.6-4
05/14/2004 04:54 AMA Web-based application that creates and restores backup of MySQL
databases.
MySQL Backup Pro 1.0.6
MySQL Backup Pro 1.0.6
04/19/2004 09:46 AMA Web-based application that creates and restores backup of MySQL
databases.
MySQL Backup Pro 1.0.8-PRE1
MySQL Backup Pro 1.0.8-PRE1
08/16/2004 10:25 AMA Web-based application that creates and restores backup of MySQL
databases.
MySQL Backup Pro 1.0.7-PRE1
MySQL Backup Pro 1.0.7-PRE1
05/17/2004 10:37 AMA Web-based application that creates and restores backup of MySQL
databases.
MySQL Backup Watcher v1.7.0
MySQL Backup Watcher v1.7.0
11/05/2003 06:26 AMMySQL Backup Watcher lets you make Backup databases under the control
of MySQL server automatically. You create a structure in which you
specify a site of the server, a database, backup files, settings of
the backup process and when it should take place. [Shareware $49.00
15 Days 2.12 MB]
Ariejan.net MySQL Backup Tool 0.3.1
Ariejan.net MySQL Backup Tool 0.3.1
07/23/2004 09:45 AMA tool for making regular backups of MySQL databases.
Ariejan.net MySQL Backup Tool 0.3
Ariejan.net MySQL Backup Tool 0.3
06/29/2004 09:16 AMA tool for making regular backups of MySQL databases.
Ariejan.net MySQL Backup Tool 0.2.0
Ariejan.net MySQL Backup Tool 0.2.0
05/23/2004 09:23 AMA tool for making regular backups of MySQL databases.
Ariejan.net MySQL Backup Tool 0.2.1
Ariejan.net MySQL Backup Tool 0.2.1
06/25/2004 10:32 AMA tool for making regular backups of MySQL databases.
Update: Arkeia MySQL Hot Backup Plug-in
Update: Arkeia MySQL Hot Backup Plug-in
04/16/2004 10:28 AMArkeia released an updated version of the MySQL Hot Backup Plug-in for
its Network Backup and Server Backup packages.
MySQL Backup for lazy sysadmins 0.5
(Default branch)
MySQL Backup for lazy sysadmins 0.5
(Default branch)
03/24/2005 01:30 PM
mysqlblasy is a Perl script for automating MySQL
database backups. It uses "mysqldump" for dumping
mysql databases to the files sytem. It was written
with automated usage in mind. For example, it is
silent during operation, and only produces noise
on errors/problems. It rotates backups
automatically to prevent the backup disk from
getting full when the administrator is on vacation
(or is lazy).
Changes:
An obscure bug in File::Spec->abs2rel() was worked
around. Using a tilde for home directory expansion
is now possible for all configuration values using
paths.
Forum Stories: VB script to connect to
MySQL
Forum Stories: VB script to connect to
MySQL
09/07/2004 03:34 AMSearchEnterpriseLinux: MySQL CEO: Open
Source MySQL Will Rise, Legal Foes Will
Fall
SearchEnterpriseLinux: MySQL CEO: Open
Source MySQL Will Rise, Legal Foes Will
Fall
02/01/2005 09:06 PM"None of the legal attacks on open source or Linux have been
successful. None of that stuff has gone anywhere. That's the biggest
story..."
New Script: Amazon API Class
New Script: Amazon API Class
07/19/2002 08:45 AMSQL Script: View SMS Users Class
Permissions
SQL Script: View SMS Users Class
Permissions
08/13/2004 05:28 AMPHP Class 'Lib Script Parser' released
PHP Class 'Lib Script Parser' released
05/06/2004 06:44 PMThis package is meant to parse configuration files that define
hierarchies of settings with unlimited depth.
It builds associative arrays with the names of the options and the
respective values.
Create a reusable class in VB6 to read
INI data
Create a reusable class in VB6 to read
INI data
11/06/2002 12:21 AMCNET Nov 5 2002 11:19PM ET
DeVShed: MySQL - Back-to-Basics
DeVShed: MySQL - Back-to-Basics
06/09/2004 09:07 AMSo, you've been using
MySQL for a
while now, and you breezed through installation, and got your
databases up and running. Do you ever take the time to look back and
see what kind of things that you might have missed? Well,
this
Back-to-Basics guide from DevShed can take you back in time to
learn some of the keys you might have missed.
PHP Class 'MySQL Backup Pro' released