Recently added another working example to connect PHP Grid with Oracle 11g. It is completely transparent for developers,which database server is used at backend.

All you have to do is defining a valid db config. for e.g.

$db_conf = array();
$db_conf[“type”] = “oci8”; // mysql,oci8(for oracle),mssql,postgres,sybase
$db_conf[“server”] = “127.0.0.1:1521”;
$db_conf[“user”] = “user”;
$db_conf[“password”] = “password”;
$db_conf[“database”] = “xe”;

In case of help, create create you request at
http://www.phpgrid.org/support.

Have a super charged development speed !

How useful was this post?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate this post.

As you found this post useful...

Follow us on social media!

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?

Leave a Reply