Imagine I have a mysql cursor 开发者_运维问答and data read. The amount of data might be very big that I want to deal with one line each time.
I\'m trying to use fetchAll on a query that has 2 variables. I can\'t figure out the syntax. I can manage with only 1 variable:
I\'m newbie in ZF and have some stupid question: What\'s the best solution to calculate rows in the table if I w开发者_运维知识库ork with inheritedobject of Zend_Db_Table_Abstract class?