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
5
votes
2 answers

How to get ezComponents ConsoleTools installed

Since PEAR attempts to get ConsoleTools from "components.ez.no", which is not available anymore, how does satisfy that dependency for "phpcpd" installation?
5
votes
3 answers

How to integrate ezComponents with magento

in a 'native' Zend Framework application I would enable the use of ezComponents by adding the autoloader of ezComponents to Zends autoloader: $autoLoader =…
volka
  • 51
  • 1
  • 3
4
votes
1 answer

Installing ezComponents with Pyrus

this is somewhat related to Problems installing PHP EzComponents using pyrus. I am trying to do a clean installation of pyrus without any package installed the way pear used to do it (meaning no pear installer etc.). I am however running in to…
andsens
  • 6,716
  • 4
  • 30
  • 26
2
votes
0 answers

Get eZ Flow zones of an object

for a navigation on our site I need to fetch a specific zone and the included blocks from some objects in our eZ Publish installation. Can you tell me how I can fetch the blocks in this zone? I tried to inspect the whole object using…
Quest
  • 58
  • 5
2
votes
1 answer

General workflow-question / ez components workflow

I looked for a workflow engine written in php and found the ez components workflow-classes (http://ezcomponents.org/docs/api/latest/introduction_Workflow.html). After work with the examples I have two general problems with the understanding of the…
Timo
  • 21
  • 3
1
vote
1 answer

How to set countdown timer in zetacomponents/workflow

How to set timer in Zetacomponents/workflow so that after timer goes off, it should proceed to some execution ?
SeliC
  • 17
  • 1
  • 6
1
vote
1 answer

is eZ components safe to use in development?

I'm developing a system using Zend Framework 1.xx and I want to add workflow to my system. Because ZF doesn't have any component for workflow I want to use eZ Components workflow component to design my System's workflow engine but it seems that ezc…
Ghasrfakhri
  • 130
  • 10
0
votes
1 answer

ez components fetch data using persistent object

I'm new to the eZComponents framework and I 'm using the Mvc Tools and persistent object to manipulate data from mysql. I can get a single product on a page but I cannot list my products! Can someone help me with this code: controller.php public…
MatthewK
  • 466
  • 4
  • 9
  • 19
0
votes
1 answer

How to use Zeta Component - Mail in Laravel

I need to good Mail Library to work with mail server for send and receive mail. I search in Google and find Zeta Mail Component, but I don't know to use in Laravel 5.x project. What should I do? How to add Laravel project and use it?
Ehsan Ali
  • 1,362
  • 5
  • 25
  • 51
0
votes
1 answer

How to get ez components ezcImageTransformation quality under control?

I am testing the ImageConversion component of ez components, but I just can’t get the quality of the outcoming image under control. $converter->createTransformation( 'thumbnail', $filters, array( 'image/jpeg', 'image/png' )…
David
  • 646
  • 1
  • 7
  • 27
0
votes
1 answer

ez components and AWS PHP SDK makes ez components freak out

I try to work with ez Components and AWS PHP SDK at the same time. I have a file called resize.php which is just handling resizing images using the ez Components ImageTransition tools. I queue the image for resize in Amazon AWS SQS. If I load the…
David
  • 646
  • 1
  • 7
  • 27
0
votes
1 answer

ezcMail Init in my PHP application

How can I init ezcMail in my php application? I am planning to use this to create raw email messages to be used int he Gmail API. I have the required extensions: SPL and iconv. This has been giving me allot of trouble! I finally got it to load by…
Ruttyj
  • 853
  • 2
  • 11
  • 18
0
votes
1 answer

How many database instances are too much with the ezcomponents database component?

I want to connect to about 9 databases and create an instance for everyone of them to aggregate my results in the queries. I am writing a metrics dashboard for my company that need to track results and performance over about 9 different databases…
Etienne Marais
  • 1,660
  • 1
  • 22
  • 40
0
votes
2 answers

How do I set the permissions of the files I extract with ezcArchive - ezComponents

I am using the ezcomponents archive component to extract uploaded files that is being uploaded to my website. The extracting part is very easy but how do I specifically assign the right permissions to those files being…
Etienne Marais
  • 1,660
  • 1
  • 22
  • 40
0
votes
1 answer

how can i display multiple graphs on a single page in zend framework?

I'm generating linear graphs in ZEND framework using ez components, I would like to display some of em on a single page as a dashboard, how should I do that? i'm thinking about creating an action for every graph in the controller but I couldn't find…
osm2
  • 37
  • 1
  • 9
1
2