Epinions.com has graciously allowed me to open-source another project
I worked on during my employ.

YATS is a templating system for PHP. It enables web developers to
cleanly separate code/logic from display/html. This is useful for
purposes of internationalization, multiple device access, development
process flow, and general maintenance.  Unlike most other such
systems, it is a C extension, and is optimized for speed.  The usage
paradigm is similar to that of FastTemplate, but with some
improvements.  It specifically does not allow executing php in the
templates, or anything that might be construed as a "real language".

YATS HomePage:
http://yats.sourceforge.net/

I welcome all feedback and contributions.

-danda

--
Dan Libby <[EMAIL PROTECTED]>, author of xmlrpc-epi

check out xmlrpc-epi -- a C library for xmlrpc with a PHP extension.
http://xmlrpc-epi.sourceforge.net

and learn about xmlrpc, enabling remote procedure calls over the net.
http://www.xmlrpc.com

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to