У меня есть этот SQL-код
"SELECT * FROM t_one order by ( case t_one.status when 'valid' then 1 when 'invalid' then 2 when 'aborted' then 3 when 'cancel' then 4 else 9999 end )";
Как я могу преобразовать это в функции модели Zend DB
Может быть, это может помочь:
http://zend -framework-community.634137.n4.nabble.com / SQL-Case-заявление-в-Зенд-каркасного td656393.html