What is the best PHP framework to make applications has an Oracle database?
A:
You have two main choices.
- Use the oracle_* library of functions just like you'd otherwise use mysql_*; or
- Use PDO.
Either choice is valid.
cletus
2009-07-04 00:14:41
+2
A:
Zend Framework
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
2009-07-04 00:16:57