I'm fairly competent with classic php and mysql. The company I work for (we sell ads on restaurant tabletops) has recently had a new website built. I am expected to maintain this new website, however, it's not structured in a way I am familiar with.
It appears that RestaurantController.php is dynamically writing pages as needed. I need to add "Cell Phone" to the page "viewrestaurantsummary/#" (where # is the number of the restaurant in our database) but "viewrestaurantsummary" doesn't exist. I can't even find the query's. The variable "$myFile" refers to a file named basic_write.html but it is blank.
Will one of you please have a look at this page and tell me:
1. Where the queries are (I need to add cell phone to the query)
2. Where the "instructions" that write the dynamic pages are (I need to add "Cell Phone" to the page
I've attached RestaurantController.txt. Please have a look. Thank you for any advice you can offer.