PHP Class 'BD Calendar' released
Grok Headline matches for PHP Class 'BD Calendar' released
PHP Class 'xuyev Calendar' released
PHP Class 'xuyev Calendar' released
06/04/2004 07:06 PMThis class is meant to generate calendars of given months in HTML.
It can generate navigation links to jump to other months of the year
or form select inputs to jump to other years.
PHP Class 'Islamic Calendar' released
PHP Class 'Islamic Calendar' released
09/03/2002 11:37 AMThis is a class i was working on to convert between islamic and
georgian calendar, this algorithm could never be exact 100%, but i'm
working now to approach exact values using a correction coefficient.
If you have any suggestion it would be very helpful, this class now
has an error of -/+ one day.
PHP Class 'class.Calendar' released
PHP Class 'class.Calendar' released
06/06/2002 06:01 AMHighly customizable calendar class. Edit colors, widths and properties
with ease.
PHP Class 'Phyo Calendar' released
PHP Class 'Phyo Calendar' released
02/19/2004 07:35 PMThis class is meant to manipulate dates to prepare the presentation of
calendars.
You can set the month and the year of the calendar and the class can
return a bidimensional array that represents number of the month week
in the in the rows and the number of the day of the week as the
columns.
The class can also return an array of arrays that represent all the
months of the year or the date of first day of the next and previous
months.
With this information you can format the output the calendar of any
month. The supplied example demonstrates how to output a month
calendar with HTML.
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 '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.
'Use my 364-day calendar'
'Use my 364-day calendar'
01/05/2005 01:57 PMUS boffin with time on his hands
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 '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 '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 'INIParser' released
PHP Class 'INIParser' released
11/10/2002 07:54 PMThis class read data from .ini file format and parse it into array. By
using the UpdateCat command, HTML entities can be symbolized and then
be generated using short symbol.
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 'gnVisitorInfo' released
PHP Class 'gnVisitorInfo' released
06/09/2004 07:07 PMThe gnVisitorInfo class is meant to gather some information about the
visitor on your page.
The information that is retrieved include: the IP address, the current
page HTTP request method, browser identification, user machine
operating system, and the country name determined from IP address.
Note that you need to install the a database table that is used to
determine the country from the IP address. A dump of an updated IP to
country database table may be obtained in the address listed in this
package related links section.
PHP Class 'paypal_ipn' released
PHP Class 'paypal_ipn' released
11/11/2002 08:22 PMThis class is usefull to process Instant Payment Notification (IPN)
from Paypal. See www.paypal.com for more information about IPN.
It requires cURL PHP module.
PHP Class 'PhpDtObject' released
PHP Class 'PhpDtObject' released
06/10/2004 06:15 PMThese classes simplify the process of retrieving, editing, inserting
and delete rows from the database table.
PhpDtObject creates an object from a table row or an array of objects
if multiple rows are retrieved from the table.
Objects can also be created with init method, that passes primary key
value (usually id) to getOne and getMany methods that can take complex
searching criteria.
Rows can be updated, deleted and new rows created with a simple method
calls.
By extending this class you have basic access to the database tables
and you can concentrate to your own class functionality.
These classes are quite similar to DAO (Data Access Objects) but may
be used for other purposes.
PhpDtObject requires ADOdb database abstraction layer.
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 'CsvParser' released
PHP Class 'CsvParser' released
11/07/2002 07:59 PMWith this parser you can simply load a CSV file. You can specify if
column headers should be loaded or not. You can retrieve records one
by one then.
PHP Class 'AbstractDB' released
PHP Class 'AbstractDB' released
11/05/2002 08:19 PMIf you believe that database abstraction is a good think, but you
don't want to join the religous fights about the best one out there,
then we have a common interest.
This abstract wrapper class provides easy and simple class methods to
access the most important db function.
Classes implementing the functionality for native PHP functions, PEAR,
PHPLIB and METABASE enables you to switch between these db abstraction
layers by changing only a single line of code.
Now you are able to use a unifed abstraction layer for database access
and
switch between the underlaying layers.
CONSTRUCTOR:
function AbstractDB($libraryPath, $dbType, $resultType)
FUNCTIONS:
function connect($host, $db, $user, $password)
function disconnect()
function query($query)
function nextResult()
function allResults()
function numRows()
function affectedRows()
function getIdentifier()
function getDbType()
PUBLIC VARS:
var $host
var $database
var $user
var $password
var $lastQuery
var $resType
var $error
var $db
var $result
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 '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 '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 '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 '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 '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 '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 'Kxparse' released
PHP Class 'Kxparse' released
11/01/2002 07:49 PMA XML parser, that's extremly fast and easy to use, tested in two
websites and gave good results!
PHP Class 'csvFieldDump' released
PHP Class 'csvFieldDump' released
11/02/2002 08:10 PMThis class can pull only the specified fields from a csv file. you can
specify either the field numbers or field names to pull out. Also it
can just show you a numbered list of the csv headers.
Also in the class i've added some code at the bottom which allows this
class to be used on the command line by passing various flags to it.
if you make the script executable try ./script -h for help.
PHP Class 'phpsecureweb' released
PHP Class 'phpsecureweb' released
10/29/2002 07:48 PMProtect 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 '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.
PHP Class 'cm forms' released
PHP Class 'cm forms' released
06/08/2004 06:34 PMThis package is meant for validating and processing Web forms.
It provides base classes for performing generic form validation and
also sub-classes to perform more specific types of validation like
for: names matching rules defined by regular expressions, e-mail
addresses, local and international phone numbers.
It also provides a base class for processing the forms and a sub-class
for processing forms meant for sending e-mail messages.
PHP Class 'imageFiltersIndex' released
PHP Class 'imageFiltersIndex' released
11/30/2002 07:46 PMA set of filters that works around the image index, changing it.
It requires GD library.
If you want to add a new filter (like redizer or greenizer) in this
class,
please sent it to Roberto Berto
Currently Filters:
- grayscale Turn an image grayscale [since 1.0]
- sepia Turn an image older than it is [since
1.0]
- yellowize Add a yellow layer in the front of image
(transparent or solid) [since 1.0]
Grok Description matches for PHP Class 'BD Calendar' released
GrokA matches for PHP Class 'BD Calendar' released
PHP Class 'BD Calendar' released