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 |
What is the difference between core php and php?
how to upload a file in php.write a syntex for that
What is the difference between == and === operator in PHP?
Explain do you use composer? If yes, what benefits have you found in it?
What are advantages of .htaccess?
What is get and post method in php?
What are php strings?
Tell me how comfortable are you with writing html entirely by hand?
How can we get the properties (size, type, width, height) of an image using PHP image functions?
How to count a number of words in a string in php?
What is escaping to php?
What are the Merits and De-Merits of CURL library ?