|
The Logger class is used to
VH Layout allows you to write
phpManta is a suite of PHP
Cute PHP library is a small
maintain a persistant log
your dynamic website
classes, scripts and
collection of classes for
file as efficiently as
completely in PHP3 without
examples intended to help
PHP. The purpose of the
possible. Using Logger, your
worrying about the HTML
PHP programmers writing
classes is to simplify
programs can append log
tags. The design of VH
stable PHP websites and
functions for daily work
entries to as many different
Layout Class was inspired by
applications.
Mdoc is a
with PHP (e.g. convertions,
files as you need, using
the Perl package
new auto-documentation tool
formating, DB session, and
only 1 fopen() call and 1
HTMLTablelayout. It comes
to create manuals like PHP
so on).
fclose() call per log file.
with complete documentation
manual at php.net web site,
Logger's primary use is for
and examples.
so in a style common to the
debugging personal programs
PHP community and is very
when you can't or don't want
efficient to share your code
to log via error_log().
as APIs. Mdoc parses the
PHP source code and its
comments to build the manual
for a class or a library. A
class is a valid PHP4 or
PHP5 class, a library is a
file of functions, both may
contains constant
declarations.
Documentation may then be
displayed formated in native
or custom (X)HTML code which
can be included in web
pages. Native format style
is mostly inspired from PHP
manual at php.net web site.
Custom format is built
thanks to a powerful
template feature and can be
in any structured language
such like XML (assuming the
template smart display flag
is set to "off" to
disable the XHTML smart
display feature).
Date: Feb, 03 2000 Date: Oct, 11 1999 Date: Jan, 14 2006 Date: Nov, 12 2005 |
|
Want to speed up development?
A very fast and powerful
Designed to output lists or
Class Table is a php class
Create classes and sql
object oriented template
reports of data, typically
that provides some
structures for your tables
class with multi-level
directly from database query
functionalities to build
instantly. Just enter the
template parsing. Includes
results, but also quite
easy HTML tables from a
classes members, the name of
such features as blocks,
useful for quickly
database.
the table, the database
includes, and loops with or
formatting generic array
name, and click 'Submit'.
without section for empty
results for display.
Save the outputted HTML as a
lists, fast variable and
Features include record
php file and paste the sql
template substitution,
linking (i.e. the link for
statement into mysql to
sub-templates and much more.
each row in the resulting
create the table. Your ready
list depends on the values
to go! Pretty simple, very
of data within that row –
helpful.
useful in drill-down style
reporting systems), record
pagination, column sorting,
customizable list colors and
styles, row highlighting,
and downloading to delimited
text files and XML.
Date: Jun, 27 2005 Date: Jun, 24 2004 Date: May, 06 2004 Date: Jun, 05 2001 |