Jump to content

mamad876

New Members
  • Posts

    3
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

mamad876's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Thank for reply, I've just did a time checking with both ways, almost the same result??? I've just thought you are right with that but the figures are little different!!! Testing execution time with objects: 0.1707 Testing execution time with query: 0.1848 The query prepared to get the same result, as my object oriented system, provides. So any answer?
  2. OOPS! Thank you very much for such a fast reply. So it seems that I should redo all the work! Regards, MAMAD
  3. Hello all, I have a problem, that I thought maybe some one have a experience it it. First lets explain the situations: So, here comes the challenge: is it better to make on simple query to database like : SELECT *, ... FROM some_table INNER JOIN ... and then manipulate data with PHP classes and functions to make reports OR in the other hand making all reports based on complicated query and relay completely on database results? thank you very much in advance. regards, MAMAD
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.