views:

463

answers:

3

What is the best PHP framework to make applications has an Oracle database?

A: 

You have two main choices.

  1. Use the oracle_* library of functions just like you'd otherwise use mysql_*; or
  2. Use PDO.

Either choice is valid.

cletus
+2  A: 

Zend Framework

http://framework.zend.com/

Provides a lightweight, loosely-coupled component library simplified to provide 80% of the functionality everyone needs and that lets you customize the other 20%.

Robert Harvey
A: 

AdodB

http://adodb.sourceforge.net/#download

CodeToGlory