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 the function in PHP do not return a timestamp?
What is inheritance in php? How many types of inheritance supports php?
Can a trait extend a class php?
Is php 7.0 stable?
Tell me what does the php error 'parse error in php - unexpected t_variable at line x' means?
What is the difference between php and cakephp?
What is the use of the function htmlentities?
What is call by reference in php?
How to get the position of the character in a string in php?
Is php dying 2018?
What is the difference between $argv and $argc? Give example?
How should a model be structured in mvc?
Is php an array?
Is c similar to php?
Do you know is it possible to extend the execution time of a php script?