The constructor method gets one row from the database. I have other methods within the same class to either update, insert or to delete that row.
Now, if I want to update, delete or insert multiple rows into the database, I have to loop the constructor, ie. the class.
Does this not put strain onto the server, is this best practice?