I having 2 database, both having same set of tables. I need latest three records from both db tables. Is it possible to concatenate 2 sql records in zend. because of object array concatenate is not working
I tried 'union' because of limit problem(we can give only one limit at the end of query), that not possible