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
Describe PHP error and logging information?
What is difference between static and constant?
What is a query in php?
Explain the purpose of output buffering in php.
Do you have to initialize variables in php?
What is a trait in php?
What is the use of post in php?
What is query string php?
What is the use of strpos in php?
What is php mainly used for?
What does $globals means?
How to create an array in php?
What are variables in research examples?
Explain me what is the importance of "method" attribute in a html form?
Who is the father of php?