stargeek
PHP news website logo.
home    PHP scripts    articles    seo tools    links    search    contact    shop    realtors


PHP Class 'dbsource' released







PHP Class 'dbsource' released

PHP Class 'dbsource' released 08/11/2002 08:30 PM

Class to easily access different kinds of databases based on a common interface, taking the database connections to its cleanest, scalable maximum.




This is a GrokNews Entry: (what is grok?)





Similar Items

PHP Class 'dbsource' released

Grok Headline matches for PHP Class 'dbsource' released

PHP Class 'PHP or Java Class Code
Generator' released


PHP Class 'PHP or Java Class Code
Generator' released
03/06/2004 02:00 AM
This 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 AM
This 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 'Bs_StopWatch.class.php'
released


PHP Class 'Bs_StopWatch.class.php'
released
11/07/2002 07:59 PM
You 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 PM
Features: 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.

PHP Class 'calend.class.php' released


PHP Class 'calend.class.php' released 01/03/2003 07:52 PM
This class generates HTML calendars in the portuguese language. In portuguese: Esta classe gera um calendário em português em HTML.

PHP Class 'My Db' released


PHP Class 'My Db' released 06/09/2004 06:55 PM
This 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.

PHP Class 'My DB' released


PHP Class 'My DB' released 02/15/2004 07:40 PM
This 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 'numeroaletra' released


PHP Class 'numeroaletra' released 10/01/2002 10:18 AM
Extensión de la clase number2words de Bas Jobsen (bas@startpunt.cc) con la traducción de numeros a letras en español y de numeros a euros

PHP Class 'htmldoc' released


PHP Class 'htmldoc' released 10/11/2002 07:54 AM
Object Library for Creation of PDF Documents out of HTML Pages by using htmldoc as conversion facility.

PHP Class 'Spreadsheet_WriteExcel'
released


PHP Class 'Spreadsheet_WriteExcel'
released
09/26/2002 07:29 PM
Class for generating Excel files, based on John McNamara's Spreadsheet::WriteExcel from CPAN. It supports all the basic values for cells. It doesn't support URLs, images (working on it) and charts. It has very basic support for formulas.

PHP Class 'WebWidgets' released


PHP Class 'WebWidgets' released 10/11/2002 07:54 PM
WebWidgets is a library of classes to produce any HTML(XML) documents, create, validate forms. It allow to create any "complicated" forms easy. Any tag is an object. Your can build tags tree by inserting one tag into another and get its content as HTML. Based upon "Composite" OOP patern. Library is very flexible, so your may derive your own classes. Documentation in html format can be downloaded from here: http://scancode.ru/dev/WebWidgets/webwidgets.08.doc.tar.gz (it is not fine:( )

PHP Class 'bstCountdown' released


PHP Class 'bstCountdown' released 10/15/2002 07:15 AM
Display a list of 'days until' a set of events, includes a simple example and a more complex one as child classes. Could easily be extended to multi-user and notifications via email by adding a user table and owner columns. Written to MySQL but db access is simple enough to adapt.

PHP Class 'rhc' released


PHP Class 'rhc' released 10/15/2002 07:15 AM
RHC is actually a few files which give the user the ability to do custom error handling, debugging, and handle database abstraction (currently only through Informix).

PHP Class 'URLHelper' released


PHP Class 'URLHelper' released 10/15/2002 07:15 AM
This class give you access to the http header information and provides some help for retrieving and parsing urls. FUNCTIONS: function isURLAvailable($url) function isValidURLFormat($url, $strict=false) function addHTTPtoURL($url) function getHTTPStatusCode($url) function getRealURL ($url, $simple = true, $method = "HEAD") function getHTTPHeader($url) function getMD5FromURL($url, $estFilesize=500000) function _openHTTPConnection($url, $method = "HEAD")

PHP Class 'SQLCall' released


PHP Class 'SQLCall' released 09/26/2002 07:29 PM
SQLCall uses PHP's highly dynamic nature to give the calling class unprecedented access to the result set in an intuitive way. It currently only supports connections to mySQL databases. This class is perfect for those who like their results at hand - no hashes or lists to have to walk through.

PHP Class 'color' released


PHP Class 'color' released 10/15/2002 07:15 AM
These class converts colortypes. It supports the following colors formats and types: - CMYK - RGB - Pantone - HEX Codes for HTML

PHP Class 'BarcodeI25' released


PHP Class 'BarcodeI25' released 10/15/2002 07:15 AM
HTML Barcode generator for Interleaved 2 of 5 Codes. Código de barras fator Intercalado 2 de 5, padrão FEBRABAN (BRASIL).

PHP Class 'cellroll_lib' released


PHP Class 'cellroll_lib' released 10/15/2002 08:29 PM
Very simple class for faster building of table-rollovers (changing bgcolor for rows or cells) js-scripts

PHP Class 'BaseDB' released


PHP Class 'BaseDB' released 10/11/2002 07:54 AM
Excellent oo base class for mysql interaction. worth looking at. you must use this as a base class and extend your classes which map to a table name. your tables must have a 'id', 'created' and 'modified' field to work properly and the class takes care of the rest. check it out.

PHP Class 'DBgrid' released


PHP Class 'DBgrid' released 10/10/2002 09:55 AM
Show the result of a mysql query on HTML table. Easy to use. 1 line code. $grid = new DBgrid($result);

PHP Class 'Pagination' released


PHP Class 'Pagination' released 01/10/2004 07:54 PM
This package is a set of classes is meant to generate navigation bars to display database query result sets split in multiple pages. The packake is based on the factory design pattern that is used to create objects of specific classes to provide the result set pagination support with different databases.

PHP Class 'DCalendar' released


PHP Class 'DCalendar' released 10/08/2002 07:09 AM
Show a calendar with options view year, month and today link. Dynamic events with diferent color

PHP Class 'mixer' released


PHP Class 'mixer' released 10/01/2002 09:17 AM
color mixer for vga (16 colors) - the class create a form for change backgroundcolor

PHP Class 'COutLook' released


PHP Class 'COutLook' released 10/01/2002 10:18 AM
This class reads messages from the Inbox and Oubox of an Outlook local profile through CDO (Colaboration Data Objects). The class only works under Windows.

PHP Class 'ms_dbx_reader' released


PHP Class 'ms_dbx_reader' released 10/01/2002 07:38 PM
Microsoft DBX file reader /such as Outlook Express Mailbox database files/ Author: Zeos

PHP Class 'db_view' released


PHP Class 'db_view' released 10/08/2002 07:08 AM
"db_view" provides: * An abstraction class and helpers for multi-tabled Mysql data. (init, select, select_row, count, insert, update, delete) * Atomic multi-table updates, inserts, deletes eg: update items, month set items.price=month.price where items.id=month.id; Also primitive non-atomic (=insecure) rollbacks. * Functions, Triggers and Defaults per action (select, update, insert, delete; before or after) * Rich logging and debugging facilities.

PHP Class 'MkDir' released


PHP Class 'MkDir' released 05/16/2004 07:21 PM
This is a simple class for creating directories in the local file system or in a remote server file system using a FTP connection.

PHP Class 'burnauth' released


PHP Class 'burnauth' released 09/29/2002 08:10 PM
Burning Auth is a script to handle user authenticated access to php scripts. The goal is quite simple: protect from unauthorized access those pages who need to be kept under admin control, such as data/content administration and/or members only areas on a website. Security is achieved through a database authentication and mantained with a Session variable set to the authenticated user's name. Every page can be protected including the file 'shield.php'; at the beginning of it.

PHP Class 'morse' released


PHP Class 'morse' released 09/28/2002 07:48 PM
Short class for encoding or decoding morse signs input: this is my 1st morse output: - .... .. ... .. ... -- -.-- .---- ... - -- --- .-. ... .

PHP Class 'CISVC' released


PHP Class 'CISVC' released 01/16/2004 11:05 AM
This class is meant to encapsulate the APIs around the COM object for Microsoft Indexing service (CISVC). The class can perform the search query, output the search results split in multiple pages and also a navigation let the user go back and forth between the presented search results pages.

PHP Class 'phplibTemplateExtention'
released


PHP Class 'phplibTemplateExtention'
released
10/08/2002 07:09 AM
phplib has template.inc - a template class for php to utilize templates. This is an extension to the class Template needing less code by: Automatic detection and declaration of blocks Automatic "blanking" of unused blocks Blocks automatically declaired in proper nested order. All calls to set up template/file/paths/names in the class call. - LGPL / GPL - phplibs license anyway - its their template class - I just extended it to make my life a little easier.

PHP Class 'MyTemplate' released


PHP Class 'MyTemplate' released 10/15/2002 08:29 PM
MyTemplate is very powerful template engine. It allows including a nested template file directly into another template file and automaticaly parse it in any template in set. Working with dinamic blocks is so easy. Only assign block variables and get result. You do not need to parse each block 'manualy'. Automaticaly parses PHP constant and global variables into templates. Supports multiply template directories. You'll like it :) Your code will become shorter :)

PHP Class 'utilsClass' released


PHP Class 'utilsClass' released 10/16/2002 07:47 PM
Utils class for phpLib, provide 4 methods to select, insert, update and delete data from database. It requires phpLib properly installed. It's really a simple work, but it was helpful to me, so I thought to make it available.

PHP Class 'DcSessionManager ' released


PHP Class 'DcSessionManager ' released 05/14/2004 07:21 PM
This class is meant to manage sessions storing the information about their state in a MySQL database table. It generates an hash with 64 characters that is used to identify each session and may be passed between pages using cookies or request variables. This class has security in mind, providing means to prevents session hijack by using 2 hashes (double crypted) in only one "session". You can store more than 5kbytes of data in each session. The class provides other features, like: - Explicitly creating and destroing session - Register and deleting a session value - Check if a session key value is assigned

PHP Class 'page_handle' released


PHP Class 'page_handle' released 10/28/2002 08:29 PM
A template engine geared to be able to display data without much hassle in PHP code, just fetching of data and giving it to the template engine. Create HTML templates with the data's keywords

PHP Class 'mimetype' released


PHP Class 'mimetype' released 10/28/2002 08:29 PM
This class enables PHP scripts to determine the mime type of a file based on file extension, useful for PHP versions without access to other utilities that determine mime type. Built from the Apache mime type file.

PHP Class 'CSQLite' released


PHP Class 'CSQLite' released 05/14/2004 07:21 PM
This class is a wrapper to access SQLite file databases using SQLite extension for PHP 5. The functions are similar to those used to access MySQL databases: open, query, fetch_row and get_num_rows.

PHP Class 'phpsecureweb' released


PHP Class 'phpsecureweb' released 10/29/2002 07:48 PM
Protect your sites or intranet with the power of PHP Secure Web. It is database independent as what adODB supports. You required to have a database of your liking. Simply install the tables, sign on as an Admin, create users and groups, assign users and actions to the groups, and you are almost done. Now write 4-5 lines of code for the pages you want to protect (you can copy it from the examples) and you are done. You will love the powerful and advanced Administration features.

PHP Class 'innodb' released


PHP Class 'innodb' released 01/04/2003 07:10 PM
Class to store and retrieve information stored in MySQL innodb tables. In portuguese: Classe para banco de dados mysql com algumas funes especificas para tabelas innodb.
Grok Description matches for PHP Class 'dbsource' released
GrokA matches for PHP Class 'dbsource' released

Mail.app, mutt, mail volume, and e-mail
addiction


Mail.app, mutt, mail volume, and e-mail
addiction
04/23/2004 08:25 PM
Since I've been using the Powerbook (which I still need to replace with a newer one now that the "speed bump" is official), I've drastically changed my e-mail habits (personal mail, not work mail). In doing so, I wonder if I'm unusual in this respect. Previously, I was using mutt for e-mail on my IBM Thinkpad running Linux. If you've not tried it, mutt is really the king of all console-based mail programs. It excels at making it very easy...

Mail.appetizer - Better Mail.app new
mail notification


Mail.appetizer - Better Mail.app new
mail notification
07/27/2004 11:29 AM
The macosxhints Rating:[Score: 8 out of 10]Developer: Bronson Beta / Product page Price: Freeware [This is the Pick of the Week for the week of July 19th] Mail.appetizer is a plug-in for Apple's Mail that provides a much mo...

Web Mail Supersizes: As Storage
Capacikty For Web-Based E-Mail Expands,
So Do Choices


Web Mail Supersizes: As Storage
Capacikty For Web-Based E-Mail Expands,
So Do Choices
07/21/2004 06:01 AM
By Glenn Fleishman, Macworld (via MyAppleMenu)

Email Sentinel Pro Protects E-mail
Attachments and Prevents E-mail Viruses


Email Sentinel Pro Protects E-mail
Attachments and Prevents E-mail Viruses
07/15/2004 03:05 AM
Email Sentinel Pro 2.6 prevents users from receiving dangerous e-mails, by blocking attachments, scripts, images and spamming techniques before they reach the Inbox folder. Viruses aren't the only reason to be concerned about HTML email. Spammers use email bugs, scripts and images hidden in the HTML to track anyone who opens their email. E-mail Sentinel Pro stops spammers from verifying an address. [PRWEB Jul 15, 2004]

Read My Mail, Please - The silly privacy
fears about Google's e-mail service. By
Paul Boutin


Read My Mail, Please - The silly privacy
fears about Google's e-mail service. By
Paul Boutin
04/16/2004 02:15 AM
Read My Mail, Please .. GMail: No worries .. don't understand .. boutin on gmail .. reviewed

slate.msn.com/id/2098946
track this site | 5 links


the Mail online | Mail - news, sport,
showbiz, health and more | Will a
British divorcee cost 'Wolfie' his job?


the Mail online | Mail - news, sport,
showbiz, health and more | Will a
British divorcee cost 'Wolfie' his job?
03/27/2005 04:57 AM
Will a British divorcee cost 'Wolfie' his job? Obviously, his incompetence won't. 3/26 .. Oh Wolfie! Wolfie! Invade me like you invaded Iraq! .. is perhaps not true .. the daily mail

dailymail.co.uk/pages/live/articles/news/news.html?in_article_i d=342048&in_page_id=1770
track this site | 4 links


Convenience of technology drives
infoglut in e-mail, voice mail


Convenience of technology drives
infoglut in e-mail, voice mail
01/01/2004 07:30 PM
Canadian Press via Canada.com Jan 1 2004 5:15PM ET

PorkChup Solutions eMail2Pop Version 3
Bridges AOL Mail and Google Gmail to
POP3 and SMTP Mail Technologies


PorkChup Solutions eMail2Pop Version 3
Bridges AOL Mail and Google Gmail to
POP3 and SMTP Mail Technologies
06/16/2004 03:48 AM
PorkChup Solutions releases version 3.0 of eMail2Pop, adding Google Gmail(tm) support to its flagship all-in-one POP3, SMTP, and spam filtering solution for America Online (AOL®) email accounts. [PRWEB Jun 16, 2004]

KQ-Mail: A small, fast, easy mail server


KQ-Mail: A small, fast, easy mail server 12/16/2003 02:58 PM
Change of direction

An AppleScript to mark Junk mail via
rules in Mail.app


An AppleScript to mark Junk mail via
rules in Mail.app
06/04/2004 10:50 AM
Several hints have been published, here and elsewhere, detailing various ways of catching spam in rules from within Apple's Mail. Many of these are quite clever, but they (and every other such tip I've seen) all respond to a...

AppleScript: Speak the sender of a mail
item in Mail


AppleScript: Speak the sender of a mail
item in Mail
03/13/2003 10:22 AM
Have your computer speak the name of the sender in an arriving e-mail in Apple's Mail.app Source: Studio Log

Migrate UNIX Mail messages to Mail.app


Migrate UNIX Mail messages to Mail.app 05/21/2004 10:05 AM
I had to migrate from UNIX mailbox on a Linux server to Mail.app. The problem was that the server does not run POP or IMAP. Here is how I did it. First on the Linux server, I did this: % Mail Mail> Mail> s 1,1000 file...

Redirect new Mail.app mail to gmail (or
any service)


Redirect new Mail.app mail to gmail (or
any service)
06/22/2004 09:14 AM
I am really enjoying my new gmail account, but dont want to give up Mail.app just yet. To receive emails in both places, I set up a new rule in Mail.app to redirect all new emails to my gmail account. This works great, becaus...

Prevent junk mail in Mail from counting
as new


Prevent junk mail in Mail from counting
as new
03/28/2005 10:01 AM
This is extremely trivial, but maybe it's a useful pointer regardless ... it has always annoyed me that junk mail, even when recognized as such, still contributes towards Mail.app's email count as displayed in the application...

Mail Act-On: An intelligent 'assistant'
for Mail


Mail Act-On: An intelligent 'assistant'
for Mail
06/22/2005 02:23 AM
The macosxhints Rating:[Score: 9 out of 10] Developer: Scott Morrison / Product Page Price: Free Are you obsessive about maintaining a "clean" inbox in Mail.app? I know I am; when I see waiting messages, I get nervous that ...

10.3: A how-to on sending encrypted mail
in Mail.app


10.3: A how-to on sending encrypted mail
in Mail.app
10/30/2003 12:37 AM
Follow these instructions to send encrypted mail in Mail.app. [robg adds: I have not tested this one...]

10.3: How to import old Mail inbox to
new Mail inbox


10.3: How to import old Mail inbox to
new Mail inbox
11/07/2003 11:03 AM
I used the system upgrade to Panther for a full backup and a clean Panther installation. Therefore, I had to import my old e-mails back to Apple Mail. Apple Mail puts all imported e-mails in a folder called "Imported" (or som...

Mail-SRS-0.10


Mail-SRS-0.10 01/09/2004 09:54 PM

si.Mail


si.Mail 02/14/2004 09:18 AM
downloading

Mail-SRS-0.25


Mail-SRS-0.25 02/19/2004 10:03 AM

Mail-Box-2.055


Mail-Box-2.055 05/16/2004 10:54 AM

Eye on e-mail


Eye on e-mail 07/16/2004 01:43 AM
Usatoday.com - Thu Jul 15, 08:59 am GMT

It's in the Mail


It's in the Mail 03/06/2004 01:50 AM
It comes and it goes, but how much control do you have over your email?

Get a grip on your mail with freeware picks in this week's Freeloader Friday.

Like Pixels? Check out MacDesign

RSS and Mail


RSS and Mail 06/13/2004 07:44 PM

  • Doc Searls: re-mail. Obviously, RSS isn't e-mail. But what might it bring to email that isn't there now? In a word, relationship.

  • Mail-SRS-0.23


    Mail-SRS-0.23 02/18/2004 09:27 AM

    CF-Mail


    CF-Mail 06/11/2004 05:54 PM
    Help Wanted!

    Mail-SRS-0.21


    Mail-SRS-0.21 02/17/2004 10:32 AM

    Mail-SRS-0.22


    Mail-SRS-0.22 02/17/2004 06:25 PM

    Mail-SRS-0.24


    Mail-SRS-0.24 02/19/2004 10:03 AM

    Mail-RBL-1.02


    Mail-RBL-1.02 05/11/2004 05:52 PM

    PHP Class 'dbsource' released

    The following phrases have been identified by the grok system as matching this entry: "pst to mac mail"

















    Also check out:


    Grok

    Ipod Porn on the
    Rise

    Brief Abstract of
    Wikipedia's
    Mesothelioma Cancer
    page

    Get first aid
    instructions in your
    cell phone

    IE is crap
    JSPWiki gains
    podcasting support

    PHP Class
    'tablebuilder'
    released

    tablebuilder
    Ray Ozzie muses on
    software development

    Culture in a Perl
    First release of the
    PHP application
    'News Feeds'

    A Guide to Building
    Secure Web
    Applications and Web
    Services

    On the Security of
    PHP (Part 1)

    Your HTML Here
    dbsource
    Use Perl DBI to
    build portable
    scripts for database
    access

    Use JavaScript to
    implement multiple
    session ID cookies

    Improve data access
    in ASP.NET
    applications

    How to implement a
    logical data model

    Community OpenORB
    Version 1.3.0 BETA2
    Released

    Table Maker
    Blogging added to
    Trellix's Web tool
    offerings

    Xerces C++ 2.0.0
    released

    Dr Design - Closing
    Popups and
    Propagating Data

    ColdFusion MX adds
    J2EE, XML, and Web
    services
    compatibility

    Discussion: Do I
    have a future in
    software
    development?

    Agile programming
    works for the solo
    developer

    Database benchmark
    wars: What you need
    to know

    What does the future
    hold for COBOL?

    Five tips for load
    test planning

    Exception chaining
    in Java 1.4

    Applying Java
    patterns

    A SOAP syntax
    breaker

    Building a developer
    PHP Class 'HTML Tag
    Maker' released

    PHP Class
    'DynToc-1.0'
    released

    Xindice.NET Project
    Status

    HTML Tag Maker
    Software makers
    readies Web tool

    A Wealth of Woe at
    Macromedia

    Working Draft of An
    XHTML + MathML + SVG
    Profile Published

    Voice Browser
    Interoperation
    Requirements
    Published

    MySql# 1.0 beta 1
    released

    Front Page Upates
    Google Toolbar
    Security Hole

    Serious
    Vulnerability
    Uncovered in Apache
    2.0

    AOL Targets
    Developers with
    Winamp Makeover

    DynToc-1.0
    ASP.NET data access
    Run PHP-GTK and
    PHP-Apache on Win32

    Finding Good
    Affiliate Niches

    PHP Class
    'WinampControler'
    released

    mlswap
    Inktomi Core MSN
    Cluser Update

    An Introduction to
    PHP-GTK

    Transparent
    Databases

    what is grok?