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 form validation in php?
What is == and === in php?
How many escape sequences are recognized in single-quoted strings?
Which parts of php are case sensitive?
How to calculate the length of a string?
What is the difference between the functions strstr() and stristr()?
What are the different data types in javascript?
How is session data stored?
How can we calculate the similarity between two strings?
Why do we use csrf token?
Explain what does the expression exception::__tostring means?
What is php programming used for?
What is php and features of php?
Does PHP 5 support exceptions? State Whether True or False?
What is split function in php?