[fw-general] multiple zend queues

2011-08-22 Thread Fred Garlov
Hello, in zend queue there is a method createQueue, which of cource create as much queues as you want (DB backend). But how can I use other queues than first one? Im always getting first queue and documentation doesn't show how to use multiple queues. $queue = new Zend_Queue('Db',

[fw-general] Re: multiple zend queues

2011-08-22 Thread Fred Garlov
Oh, I've overseen name option in config array... On Mon, Aug 22, 2011 at 1:27 PM, Fred Garlov fredgarlo...@googlemail.com wrote: Hello, in zend queue there is a method createQueue, which of cource create as much queues as you want (DB backend). But how can I use other queues than first one?

Re: [fw-general] Zend_Db_Table

2011-08-22 Thread Konr Ness
How do you know it does not return anything. What does count($drawings) equate to? Do you receive any errors? Are you sure you have your DB config set properly and have permissions to the DB? I am not familiar with Firebird, but you should be able to use Zend_Db to make SQL queries directly to