You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 27, 2021. It is now read-only.
Script: public_html/app/views/partials/user/all-table-data-view.html.php Problem: The above script is called in a loop from public_html/app/staff/index.php!!
The problem is all-table-data-vew.html.php has 2 queries. Which means if there are 30 tutors, there will be in total 60 sql queries 👎
TODO: Modify the above srcipts:
Retrieve all working hours & current teaching course in 2 quries. Use php to access this data
The text was updated successfully, but these errors were encountered:
Script: public_html/app/views/partials/user/all-table-data-view.html.php
Problem: The above script is called in a loop from
public_html/app/staff/index.php
!!The problem is
all-table-data-vew.html.php
has 2 queries. Which means if there are 30 tutors, there will be in total 60 sql queries 👎TODO: Modify the above srcipts:
Retrieve all working hours & current teaching course in 2 quries. Use php to access this data
The text was updated successfully, but these errors were encountered: