I recently received a response from a server company asking if we use ORM in our application, which does all the work of sifting the application (for example, Rails) or if we write a lot of SQL, built-in functions, etc., that the database server performs processing for you.
Can anyone explain what is meant by this. Our web application is made up of PHP scripts with functions that make calls to the database to retrieve rows of data, and then PHP processes these rows as needed to return results to the user.
thanks
source
share