yajra / pdo-via-oci8

PHP PDO_OCI functions via OCI8 extension
Other
88 stars 61 forks source link

Add use declarations #9

Closed alfmel closed 10 years ago

alfmel commented 10 years ago

By adding use declarations at the top Oci8 and Statement classes, we no longer have to use fully-qualified class names in the rest of the code. This makes it easier to change the class namespaces to fit a particular project since you'll only need to change the namespace and use declarations in each of the files.