PHP Class 'CMC Database' released
Grok Headline matches for PHP Class 'CMC Database' released
PHP Class 'Class Database' released
PHP Class 'Class Database' released
01/02/2004 07:34 PMThis class is a wrapper around PEAR DB package.
It provides a simpler interface to databases.
auto -increment id are get by the PEAR sequence functions
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 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.
ID cards to use 'key database' of
personal info
ID cards to use 'key database' of
personal info
04/26/2004 11:39 AMBlunkett blanket trawl
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.
PHP Class 'CTable' released
PHP Class 'CTable' released
10/21/2002 08:35 PMThis class helps aid in the generation of table output from a database
recordset, or other form of data source.
PHP Class 'Stack' released
PHP Class 'Stack' released
10/22/2002 07:55 PMThe Stack class advantage over the array_push and array_pop function
is Stack::pop() pops the stack and returns a reference to the popped
element. There is also a top function that returns a reference to the
top element.
PHP Class 'CGrid' released
PHP Class 'CGrid' released
10/23/2002 08:16 PMProperties
+---- table // Instance of recordset
+---- titles // Array with titles of columns
+---- colsSize // Size of each colum
+---- colsOrder // Name of fields to ORDER BY SQL
+---- titlesBgColor // BgColor of Titles
+---- titlesOnColor // BgColor of selected title
+---- titlesOffColor // BgColor of non selected
+---- listColor // Color of content
+---- overRow // Color of mouse over line
+---- eraseCol // 1 to show erase colum
Function
+---- show( $sql ) // Show grid
PHP Class 'StyleMenu' released
PHP Class 'StyleMenu' released
10/25/2002 07:23 AMClass based on HTML Table (Dimitris Kossikidis ). This class provides
a fast form to create and to maintain blocks of menus. It allows to
use styles and format of table with very few lines of code.
PHP Class 'CSV' released
PHP Class 'CSV' released
10/25/2002 07:23 AMThis class enable you a databse-likely access to comma separated (csv)
and fixed length files. Is useful for import from csv to db.
PHP Class 'Tag' released
PHP Class 'Tag' released
10/25/2002 07:23 AMA simple way to create XML/HTML tags with name, attributes, attribute
values and content inside the tag. This class can be extended to make
custom tag classes easily. Have fun!
PHP Class 'Smileys' released
PHP Class 'Smileys' released
10/18/2002 07:30 PMThis class replaces smiley tags with smiley images.
Useful for forums or guestbooks.
When created it reads the smiley definitions and can be called
afterwards.
FUNCTIONS:
function smileys($url)
function getSmileys()
function insertSmileys($str)
function _resetSmileys($str)
PHP Class 'UBBCode' released
PHP Class 'UBBCode' released
10/20/2002 08:09 PMReplaces the UBB tags listed below with HTML tags, and vice versa.
Also keeps the line feeds in the text and removes all HTML tags.
UBB Tags:
[b]...[/b] bold
[i]...[/i] italic
[code]...[/code] source code
[img], [/img] images
[quote]...[/quote] blockquote
[url]http//www.link[/url] links
[url=http//www.link]name[/url] links
[email]me@home.de[/email] email link
[email=me@home.de]name[/email] email link
Additional Tags:
[u]...[/u] underline
[center]..[/center] center
[color=name]...[/color] colors
For a description of ubbcodes see:
http://community.infopop.net/infopop/ubbcode.html
FUNCTIONS:
function encode($str)
function decode($str)
function listCodes()
PHP Class 'XSLT' released
PHP Class 'XSLT' released
10/19/2002 07:49 PMPHP class which will hopefully make it a little bit easier to work
with PHPs XSLT extension
PHP Class 'htmldoc' released
PHP Class 'htmldoc' released
10/11/2002 07:54 AMObject Library for Creation of PDF Documents out of HTML Pages by
using htmldoc as conversion facility.
PHP Class 'WebWidgets' released
PHP Class 'WebWidgets' released
10/11/2002 07:54 PMWebWidgets 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 AMDisplay 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 AMRHC 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 AMThis 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 'color' released
PHP Class 'color' released
10/15/2002 07:15 AMThese 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 AMHTML 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 PMVery simple class for faster building of table-rollovers (changing
bgcolor for rows or cells) js-scripts
PHP Class 'MyTemplate' released
PHP Class 'MyTemplate' released
10/15/2002 08:29 PMMyTemplate 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 'mysqldb' released
PHP Class 'mysqldb' released
10/16/2002 07:47 PMmysql_db provides access to MySQL using these methods:
open() - connects to database
query() - runs SQL query against the connected database
last_id() - gets last insert id for the connection
close() - close database connection
Errors are handled via properties $db->errtype and $db->errstr, which
can be tested for.
PHP Class 'utilsClass' released
PHP Class 'utilsClass' released
10/16/2002 07:47 PMUtils 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 'BookmarkParser' released
PHP Class 'BookmarkParser' released
10/17/2002 08:03 AMThis class parses IE, Netscape and Opera bookmark files and returns
arrays with the bookmark / folder information.
STILL BETA!
FUNCTIONS:
function parseOpera($url, $folderID, $urlFunction,
$folderFunction)
function parseNetscape($url, $folderID, $urlFunction,
$folderFunction)
function parseInternetExplorer($url, $folderID, $urlFunction,
$folderFunction, $firstCall = true)
PHP Class 'PWGen' released
PHP Class 'PWGen' released
10/17/2002 08:13 PMCreates random character passwords, and outputs them to text, html, or
as images. Also a demo of image verification code ala Yahoo account
sign up. Based on Kevin Gilbertson's PasswordGenerator class.
PHP Class 'XPay' released
PHP Class 'XPay' released
05/12/2004 07:01 PMThis class is meant to process credit card payments by connecting to a
Java XPay transaction processing client provided by the SecureTrading
company.
The XPay Java client must be running in the same machine as PHP or
some other machine reachable via TCP connections.
The class establishes a connection with the XPay Java client and
submits transaction authorization request in XPay XML request format.
It passes a site reference and a certificate read from a given file.
Then it collects and processes the XML response to extract the
transaction results.
PHP Class 'DB eSession' released
PHP Class 'DB eSession' released
05/12/2004 06:55 PMThis package is meant to manage session data stored in a MySQL
database using PHP built-in session handling support.
General features:
- Stores session data in a MySQL table using session handler built-in
PHP.
- Handle session expiration and cleanup.
- Supports the changes of session related configuration settings
(including of PHP 5).
- Allows for normal or persistent MySQL database connections.
- Access to opened MySQL resource connection to use in your script.
- Can use a previously open database connection resource handle.
- Supports session identifiers with between 12 and 32 characters long.
- Custom or changeable database, table and column names.
- Has an option to create new session identifiers (you supply, class
or PHP builds).
- Can initiate buffered output (using ob_start) within the class.
- A session_start() automatically initiated within the class.
- Can send 'Cache-Control:' header output within the class (fixes IE6
bug).
- Ability to retrieve a specific sessions expiration date and time.
- Retrieve current session life setting in seconds or minutes.
- Retrieve a numeric total of the number of active and inactive
sessions in table.
- Facility to make assignment and retrieval of session variables
easier.
- Has the ability to create manual URIs and links that include session
name and ID.
- Has the ability to retrieve what the MySQL server version number is.
- An adequate form of encryption and decryption functions are included
and used automatically when libmcrypt is not installed.
Security features:
- Standard user inactivity time-out handled automatically.
- Absolute user logoff time-out capability (session will be terminated
no matter what after a number of designated minutes and seconds have
elapsed).
- Ability to lock and unlock a particular session or all sessions.
When a session is locked, it is immediately not available for use.
- User to session verification using IP address and browser
information.
- Security level (code) clearance for each session or web page.
- Encrypt and decrypt as desired each session field.
- Encrypt and decrypt an extra session field to compare against
original (to detect against possible tampering).
- Encrypt and decrypt the whole session data in the table (essentially
obscuring session variable names in table). Can be used in combination
with per session field encryption, resulting in double encryption
security.
- A new encryption initialization vector is created every time values
change.
- Ability to manually delete a particular session or all sessions.
- The users IP address and web browser is recorded as part of the
session for tracing information.
Other features:
- Support for multiple language error and warning messages.
- Support of a default language as well as current active language
settings.
- Basic or detailed (with SQL syntax) error and warning reporting.
- Buffered error and warning messages.
- Option for class to stop execution or not upon encountering an error
and warning. Class can display errors and warnings automatically or
control in your script.
- Can select font color and size separately for error and warning
messages.
- The code has lots of comments and formatted within 82 characters
wide.
- Full documentation (only provided in English) is included.
- Code use examples provided, including a basic authentication
(login/logout) process.
- SQL text file provided for creating the MySQL session table.
PHP Class 'CMC_form_validation' released
PHP Class 'CMC_form_validation' released
10/25/2002 07:34 PMWith this class you can have PHP automatically generate form
validation in JavaScript.
Currently supports the following validation types:
1. Required Field
2. Numerical Characters only.
3. Alphnumerical Characters only.
This class is extremly easy to use and has been designed in a way to
allow for additional validation types to be added.
PHP Class 'phptree' released
PHP Class 'phptree' released
11/12/2002 07:48 PMphpTree was developed to provide a very simple, "file-manager
looking", embeddable, web-based, file and/or content management
system. By using phpTree you may very easily embed hierarchical
web-modifiable files and/or content and establish security parameters
for the modification of data stored in the tree into your existing
website.
Although it is possible, phpTree was not designed with intention for
it to "be" the website, but rather to be embedded into existing
websites wherever hierarchal data is needed. Security policies can be
enforced on a group, and world level.
Additionally, the same mySQL database can be used to host multiple
distinct trees throughout your website. See the documentation section
for more information.
PHP Class 'amazon_sell' released
PHP Class 'amazon_sell' released
11/13/2002 08:09 PMThis is my little contribution to the Open Source community after
taking so much. It's class that allows you to add ZShop items to your
Seller Account on Amazon. When you post an item you will get an
exchange id back. You can remove items if you have the exchange Id
from Amazon (this is also listed on their website).
There's no guarentees that this will work since Amazon probably
changes their layout all the time. But the last I checked it was
working as expected for me.
**Please don't email me if it doesn't work, I have enough trouble as
it is with school!**
You will need to have the Curl Library installed with PHP.
PHP Class 'XML' released
PHP Class 'XML' released
11/13/2002 08:09 PMXML parser reads and writes XML *without* using PHP xml module. It
stores XML content into a Tree-like object and uses a simple interface
to read and update XML tag values, text, etc.
This is NOT a wrapper around, and it does NOT use PHP xml functions.
Please read example for more info and a simple howto. This class is
still under development and is not fully optimized. Let me know if
you'd like to help or have suggestions/improvements. Have fun!
PHP Class 'PhpXconfig' released
PHP Class 'PhpXconfig' released
11/17/2002 07:44 PMReads and XML file for config data and allows retrieval by a directory
type method similar to XPath. Allows for storing numerical or
associative arrays along with having optional and required sections of
config file.
Grok Description matches for PHP Class 'CMC Database' released
GrokA matches for PHP Class 'CMC Database' released
PHP Class 'CMC Database' released