537 Views
Right from the start, developers are taught to minimse the amount of database calls to only those necessary to obtain the data for a view. Tyically, in a tabbed interface, the view consists of the content of the first tab only: The user may only need to see the contacts in this example.
0 comments