I want to have one query that will pull out image and string data out of my table in one call and send that information back to the server via an ajax call. I am using php as a back end. I guess that would bring up two questions. Since I am using php 5, the first question would be is php 5 object oriented. What I would do in C# or Java in a situation like this is create an object, with two fields. One for the CLOB data and the other for the pipe delimated string. Can I do that using php? How do you write object oriented code in php? Isn't php written in C++?
Any help with any of these things would be a great help to me.