Questions tagged [zeta-components]

Apache Zeta Components are a high quality, general purpose library of loosly coupled components for development of applications based on PHP 5. Beside typical modules for web application development, like a Template engine, Database tools and an MVC component, Apache Zeta Components contain command line tools, a chart rendering library, a WebDAV server, a universal document conversion component and many more tools to ease developers live.

Apache Zeta Components

Quoting from http://zetac.org

Apache Zeta Components are a high quality, general purpose library of loosly coupled components for development of applications based on PHP 5. Beside typical modules for web application development, like a Template engine, Database tools and an MVC component, Apache Zeta Components contain command line tools, a chart rendering library, a WebDAV server, a universal document conversion component and many more tools to ease developers live.

Apache Zeta Components originally were developed by eZ Systems under the name "eZ Components" and was generously sponsored to the Apache Software Foundation for further development.

Support

The Apache Zeta Components developers are currently using an IRC channel on the FreeNode IRC network: irc://irc.freenode.net/#zetacomponents

Further support channels, like Mailing Lists, can be found at the official Website at

17 questions
0
votes
1 answer

PHP -> ezcomponents -> graph -> palette -> colors don't change

we are drawing graphs with ezcomponents graph classes in PHP within a Zend Framework application. Now I have to customize a StackBar chart. Following the tutorials you can set custom colors to the graphs' elements by creating a palette class and set…
Jens
  • 29
  • 5
-1
votes
1 answer

Outputting message body from eZ Components ezcMailMultipartReport object

I'm attempting to output the message body of messages retrieved from my imap server, using the ezcMailImapTransport class from eZ Components. I'm able to connect and retrieve all the messages, but I can't figure out how to output the message…
Ian
  • 11,920
  • 27
  • 61
  • 77
1
2