PHP Class 'PHP Figlet' released
Grok Headline matches for PHP Class 'PHP Figlet' released
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 'PHP.Net XMLPod' released
PHP Class 'PHP.Net XMLPod' released
12/04/2003 07:12 PMXMLPod is meant to retrieve the news feed from the PHP.Net site and
cache news results.
It does not require any XML support built-in. It only uses the PCRE
library.
The number of headlines to be fetched can be easily specified in the
constructor call.
This program is governed by Yahoo! Terms & Conditions, and the GNU
GPL.
PHP Class 'PHP Shelve' released
PHP Class 'PHP Shelve' released
07/13/2002 08:05 PMSimple persistence mechanism for php objects, inspired by the python
shelve module.
PHP Class 'PHP Upload' released
PHP Class 'PHP Upload' released
11/14/2002 07:31 PMThis class was created to simply manage images and other types of
files. For image files it can create their thumbnails. The class
returns the full path of a file to store it in a a database MySQL.
Questa classe e' nata per semplificare l'upload di immagini e file e,
nel caso delle immagini, create le miniature in automatico.
Restituisce i percorsi completi ai file e alle miniature per in modo
da poter facilmente archiviarli in un dbms come MySQL.
PHP Class 'PHP-PGSQL' released
PHP Class 'PHP-PGSQL' released
10/19/2002 07:49 PM1. connection --> Function connection()
2. query --> Function query($string)
3. num_rows --> Function nums($string="",$qid="")
4. object --> Function objects($string="",$qid="")
5. insert --> Function insert($tb_name,$cols,$val,$astriction)
6. update --> Function update($tb_name,$string,$astriction)
7. delete --> Function del($tb_name,$astriction)
----------------------------------------------------------------------
-------------------------------------
Extra Announce
----------------------------------------------------------------------
-------------------------------------
You can add this script to PHP-MYSQL-MSSQL class
(you can find it at
http://www.phpclasses.org/browse.html/package/657.html)
to make those classes more useful , all you have to do just edit
setting.inc.php
add follow lines
============================
elseif($sql_type == "3"){
include_once("pgsql.inc.php");
}
============================
PHP Class 'PHP Template' released
PHP Class 'PHP Template' released
10/30/2002 08:10 PMThis template uses PHP as its parser. This means you get all the
benefits of a template engine without the overhead on one. This
template engine is a faster and more flexible alternative to current
template engines.
PHP Class 'PHP Registry' released
PHP Class 'PHP Registry' released
02/10/2004 02:46 AMThis package is meant to store and retrieve key values in files. It
can work as a registry that stores application configuration values.
The class stores the values in registry values so they can later be
retrieved in constants created with PHP define function.
The package also comes with a sub-class that can be used as Web
interface for editing the registry key values.
You can set up the keys using the editor class and then your
applications script defines each key as a contant.. For instance:
could return your database host address.
PHP Class 'PHP Auth' released
PHP Class 'PHP Auth' released
06/12/2004 06:40 PMThis class is meant to manage the records of a directory of users and
provide users authentication services.
It can create, edit, delete and search a directory of users with
properties stored in records of a SQL database. It provides pre-built
registration and user record editing HTML forms.
It may also authenticate a user presenting a login form and logout the
user when needed, keeping an authentication log in a separate database
table.
PHP Class 'PHP Debug' released
PHP Class 'PHP Debug' released
02/10/2004 08:04 PMThis package is meant to trace the execution steps of PHP scripts to
assist in their eventual debugging.
The class can keep track of messages associated with different types
of script activity so it can later generate a report that can be
outputted for instance at the end of each script pages.
Here are the package features:
- PEAR integration
- Tracks PHP script execution time
- Shows the execution time of specified chunks of PHP code
- Shows of all types of variables in HTML
- Show globals variables ( $GLOBALS, $_POST, $_GET ... )
- Tracks function calls
- Tracks database queries and their execution time
- Tracks the number of database queries that were executed
- Adds links to executed queries to pages of a given PHPMyAdmin
installation
- Allows to search in all types of debug information
- Enable or disable the type of debug information that you want to see
- Customize the general presentaion of the debug output
Please see documentation for more details of this package features.
The documenation was formatted with Php Documentor.
PHP Class 'PHP Composer' released
PHP Class 'PHP Composer' released
05/11/2004 07:39 PMThis class is meant to render images of the musical score of ring
tones notes used in cellular phones, defined in the RTTL format.
It parses the RTTL ring tones string to extract the information about
the author, duration, scale, beats per minute and the notes of the
tune.
Then it renders the score image using a customizable logo and an
appropriate TrueType font to render the notes in the score.
PHP Class 'php-downloader' released
PHP Class 'php-downloader' released
09/03/2002 07:42 PMThe php-downloader has a simple architecture. All you has to do is to
set the file param and the method, you´d like to offer as download
(plain, zip, tar.gz) and the php-downloader offers you a download.
Documentation for the current version at www.ipunkt.biz
PHP Class 'PHP VQF Metadata Extractor'
released
PHP Class 'PHP VQF Metadata Extractor'
released
10/15/2002 07:15 AMThis class will extract metadata such as artist,song title,bitrate and
channel mode (eg. stereo/mono) from VQF audio files.
PHP 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 'PHP Links Class' released
PHP Class 'PHP Links Class' released
01/17/2003 07:35 PMPHP Links is a class written to generate uniform and accessible links
for any webpage or intranet application.
The width and height attributes for images are automatically generated
by the getimagesize() function. Link title tips default to the link
anchor text if left empty and alternate text for images defaults to
the filename and path if left empty.
PHP Link Class provides code debugging by displaying a user defined
error (Error! - Invalid Link - some_dir/file.html) if a dead link is
inserted by editing the link.ini.php file.
Any link can be embedded or included via a text or inc file.
'PHP Ticket 0.6' released
'PHP Ticket 0.6' released
06/27/2002 09:29 AM PHP Ticket is a ticketing system for keeping an advanced "todo" list
of tasks. It features user authentication, MySQL database support, a
search function, and easy installation/configuration.
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 '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.
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 '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 '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 'page_handle' released
PHP Class 'page_handle' released
10/28/2002 08:29 PMA 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 '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 'preditor' released
PHP Class 'preditor' released
10/26/2002 07:53 PMPreditor is a class for file editing and copying. It makes editing
easier by allowing you to load a file, enter a piece (string) you want
changed, and a replacement string, whether it only occurs once, or a
bunch of times, and it will go through the file and change each
occurence. You can also save the file to a directory. Copy non-text
based files to different directories. (more options to come)
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 'mimetype' released
PHP Class 'mimetype' released
10/28/2002 08:29 PMThis 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 '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 '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 '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 '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
Grok Description matches for PHP Class 'PHP Figlet' released
GrokA matches for PHP Class 'PHP Figlet' released
Aqsis Renderer
Aqsis Renderer
12/05/2003 12:30 PMWin32 0.9.0 Installer available
AFP Renderer for Apache FOP
AFP Renderer for Apache FOP
01/06/2005 07:34 PMAFP Renderer 1.1.0 Released
VistaPro Renderer coming to Mac OS X
VistaPro Renderer coming to Mac OS X
07/15/2004 01:48 PMVendorNation.com has announced that its 3D landscape rendering
application
Vist
aPro Renderer is coming to Mac OS X. The software features the
ability to scan in topographic maps to generate real-world landscapes;
a variety of objects -- such as trees, houses, stars roads, lakes and
more -- that can be added to your scenes; the ability to adjust the
camera position and angle, tweak the lighting and atmospheric haze,
alter clouds and terrain and more; Phong highlights and anti-aliasing
for better lighting effects; and more. VistaPro Renderer also comes
with more than 14,500 digital elevation maps from such places as the
Grand Canyon, Japan's Mt. Fuji, the Great Pyramids and more.
Data-TreeDumper-Renderer-GTK-0.01
Data-TreeDumper-Renderer-GTK-0.01
04/08/2005 12:29 PMData-TreeDumper-Renderer-DHTML-0.01
Data-TreeDumper-Renderer-DHTML-0.01
06/27/2004 10:06 AMData-TreeDumper-Renderer-ASCII-0.01
Data-TreeDumper-Renderer-ASCII-0.01
06/27/2004 10:06 AMData-TreeDumper-Renderer-DHTML-0.03
Data-TreeDumper-Renderer-DHTML-0.03
07/01/2004 05:24 PMAqsis Renderer release 0.9.1 Source,
Windows binary, RPM
Aqsis Renderer release 0.9.1 Source,
Windows binary, RPM
04/09/2004 04:05 PMThe long awaited release of 0.9.1 is now available for download. The
source archive is ready, and the Win32 installer, along with the newly
introduced 'developer' package is also available. MacOSX and Linux
RPM's to follow shortly. Aqsis is a Renderman(tm) compliant 3D
rendering toolkit. Aqsis is based on the Reyes rendering architecture.
Features include : Programmable Shading True Displacements NURBS CSG
Motion Blur Subdivision Surfaces
See the changelog accessible from the homepage for the (extensive!)
list of changes.
http://aqsis.sourceforge.net/changelog.php?display_log=0.9.1
There are some outstanding issues but I took the decision not to hold
up this release any longer. I hope (yes I know I've said it before) to
be able to release more frequently from now.
Thanks to all who have contributed.
PaulG
Nvidia Releases Hardware-Accelerated
Film Renderer
Nvidia Releases Hardware-Accelerated
Film Renderer
04/20/2004 05:56 AM PHP Class 'PHP Figlet' released