Describe the importance of DABA BASE ABSTRACTION LAYERS in
PHP and database connection?
Answer Posted / vijaya
Database abstraction means using a common db function for
querying. This would be great when you are switching from
one database to another. You won't have to change each and
every database function. Instead of that you can simply
change the database function names in one file. This should
be considerable, if in future you are planning to change the
database. The disadvantage of this is, it will slower down
the performance.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Which is better wamp or xampp?
What are php errors?
What is difference between compile time and run time polymorphism?
Is laravel easy to learn?
What is constructor and destructor?
Does PHP 5 support exceptions? State Whether True or False?
Is php a mvc?
How to include a file code in different files in php?
How to create a directory?
What is use of echo in php?
How to convert a string to lowercase in php?
What is the goto statement useful for?
Is nan in javascript?
What does $_cookie means?
What is difference between rest api and restful api?