Still new to PHP.....
I need to use both mysql and oracle together. (or merge the data from one to the other)
With .NET or cold fusion you can pull data into sort of generic data sets and use them against each other. Is there any truely generic data layer like that for PHP? Or is there some other means of doing things like this?
I'm sure I could kind of mimick it with 2d arrays. I just want to know if there a better way?