|
This new version of the
phpHtmlLib provides a
This is a simple PHP class
DX0 is true, cross-browser
class, originally written by
mechanism to output
that enables you to create
DHTML delivered by PHP. The
Pineapple Technologies,
perfectly indented/readable
an easy page
acronym DX0 originates from
fixes the problem where
XML/HTML/XHTML source, and a
separation/navigation bar
this concept: [D]ynamic HTML
PayPal IPN notifications
programmatic API to
based on a SQL query. The
[X]ross-Browser with Zer[0]
fail. There was a bug in
generating XML/HTML/XHTML on
page separation feature can
Unused Code. DX0 is not just
PayPal's servers which
the fly using OOP classes.
be easily customizable.
an DHTML library for PHP,
caused your script to have
The real power of the OOP
but it sniffs the browser on
to follow a HTTP 302
libs is the handy set of
the server-side and delivers
redirect. They have sense
HTML widgets.
specific code for the user's
resolved the issue
browser and version. Thus,
completely, but this class
Netscape users won't have to
insures you won't have
download code with Internet
problems of this nature in
Explorer functionality that
the future. This new class
won't ever be used. And vice
uses cURL so PHP can follow
versa. v1.1 update: DX0 now
the redirection. By default
allows reusable
it uses SSL for posting to
cross-browser widgets to be
PayPal, but is configurable
stored in a binary pickle,
to do normal HTTP as well.
so scripters in any of the
This class also gives more
supported languages can use
detailed logging info in the
them. IE4+, NS4+, and
log file/log email. Please
Mozilla M14+ have all been
note cURL is REQUIRED!
tested and work well.
Date: May, 29 2005 Date: Oct, 23 2002 Date: Jun, 27 2002 Date: Dec, 28 2000 |
|
PHP::HTML is a set of PHP
The Generic PHP Framework is
ZBZ5 Simple Localizing tool
A full featured class that
classes that implements a
a library of reusable
was created because I needed
encapsulates a date and a
DOM style approach to HTML
objects for PHP4. The idea
a localizing tool, and my
time. Features: setters and
documents. The document is
is to build a framework that
host did not have the PHP
getters like setYear(),
an object which contains
will make it easier to write
GetText modules
getHours(); formatters -
DOCTYPE, head, styles and
large, scalable PHP
installed.
ZBZS Simple
toString(), Format(); add
body, each of those can
applications.
Localizing tool is of course
and substract methods; Some
contain one or more
a lot simpler than GetText,
comparators - compareTo(
children, they can be text,
does not support plurals
Date ), daysTo( Date ).
tags, or even complex
i.e.
But ZBZ5 Does support
"widgets", such as
variables in the localized
tables, forms, SideBars,
strings in accordance with
menus, or even a calendar.
the sprintf() function in
PHP.
The library was made
to be as easy to use as
possible, and allso have
a
very simple syntax for
the language files
Date: Dec, 04 2000 Date: Sep, 07 2000 Date: Nov, 12 2005 Date: Nov, 26 2001 |