I wish to centralize the news, jobs, banners and “companyDirectory” on only one site and to reach it since of other sites which are lodged on the same server.
In the various modules of my sites “slaves”, I see instructions:
Code: Select all
$db =& $this->GetDb ();
$query = “SELECT job_category_id, job_category_name FROM” .cms_db_prefix (). “module_jobs_categories”;
$dbresult = $db->Execute ($query);
Only here, I do not arrive at find how to change this line.
Thank you in advance for your answers,
