Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Which PHP Web framework for Firebird?

Is there any PHP web framework that works cleanly with the Firebird database?

By "cleanly", I mean out-of-the-box, no hacks/customization/self-made drivers.

So far, I've checked out frameworks like CodeIgniter & CakePHP, but their support for Firebird is vague or little at most.

like image 808
Atlas Avatar asked Jan 23 '23 16:01

Atlas


2 Answers

The Zend Framework has a Firebird / Interbase DB adapter in incubation, so almost clean out of the box (and I've used it, and it worked like a charm for me). Mind you, there's an experimental PDO adapter for Firebird as well, and with that in place, any framework that use PDO is going to support it.

like image 114
AlexanderJohannesen Avatar answered Feb 07 '23 02:02

AlexanderJohannesen


Zend Framework is working on Firebird-Interbase support. You can check out the progress here.

like image 32
Ólafur Waage Avatar answered Feb 07 '23 03:02

Ólafur Waage