I'm working with an oracle database and I need to instantiate an oracle collection in the way that oci-collection would. See: http://php.net/manual/en/function.oci-new-collection.php
However, I am using PDO and I don't see anything in the php docs (http://php.net/manual/en/book.pdo.php) that looks equivalent. Is there a way to use the PDO connection to call the OCI-COLLECTION functionality? Or what other solutions to this might I not be seeing...
I could instantiate an oci_connect but that seems redundant, unnecessary, and potentially wrong...