Hey there, does anyone know the best practice to filter all the results I'm getting from any Zend_Db class.
It's because I've got a whole database with timestamps as INTs and I want to change the fields into Mysql's TIMESTAMP without having to change too much code.
It would be nice if I could apply a global database filter using strtotime on every TIMESTAMP field.
Any Idea?
Thanks!