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 extract string 'abc.com' from a string "http://info@abc.com" using regular expression of PHP
which function used to get the number of days between two given dates in php
Which php framework is best?
Is uploaded file php?
Tell me what is the importance of "action" attribute in a html form?
What is the difference server side and browser side validation?
What is the method to register a variable into a session?
What is the maximum size of a table in mysql?
recurring account in PayPal payment gateway?
1 Answers A1 Technology, HBL, HBL Power Systems, IBM,
What is lamp in php?
How does php strcmp work?
How many types of arrays are there in php?