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
What is php trait?
What are classes in php?
What is php resource type?
What is the difference between super () and this ()?
How to swap two variables without using 3rd temp variable.
How do I clear my browser session?
if you run the app program all vendor open items are cleared but is it possible to reverse the again again open items please tell me the answer
How to set cookies in PHP?
How can you get the size of an image in PHP?
How to return a value back to the function caller?
Does cors prevent csrf?
How is it possible to propagate a session id?
Can the value of a constant change during the script's execution?
How is traits used in php?
What are php magic quotes?