Describe the importance of DABA BASE ABSTRACTION LAYERS in
PHP and database connection?
Answer / 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 |
How can we upload a file in php?
What are the advantages and disadvantages of cascade style sheets?
What are the advantages and disadvantages of Cascading Style Sheets?
How to display your correct URL of the current web page?
What is the functionality of the function html entities?
Is session a cookie?
Which variable declarations within a class is invalid in php?
What is reference variable php?
how to store date to database
Define urlencode() and urldecode() used in php?
What is php7?
What does the unset() function mean?