Jump to content
xisto Community
Sign in to follow this  
patelg

Database Extraction Layer Does php has Database extraction layer?

Recommended Posts

Hi PHP geeks,Do you know if php has Database extraction layer? like Java has. Which is used for development of database layer, so it become easy to change the database if you wish to without modifying so much code underneath....Any ideas is welcome.I am sure there should be something which is being used and reliable and mature.I am new to PHP so want to use it if it is there. Good to know from experienced developer about there developing experience.Thanks in advance.

Share this post


Link to post
Share on other sites

I am not aware of a specific database abstraction layer, but you could create one yourself...just use the various PHP-database communication functions (find them at http://php.net/ then go to "Documentation). I personally always use MySQL because it is great, can hold lots and lots of data, and very stable.Hope something here helps!!

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.