left join

{codecitation class="brush:sql" width="500px"}

SELECT `tbl_cours_info`.crs_nom as cours,
concat(`tbl_professeur`.`prof_nom`," ",`tbl_professeur`.`prof_prenom`)as prof,
`tbl_emploi_du_temps`.`empl_jours` as jours,
`tbl_emploi_du_temps`.`empl_heures_begin` as tbegin,
`tbl_emploi_du_temps`.`empl_heures_end` as tend
FROM `tbl_emploi_du_temps`
LEFT JOIN `tbl_cours_info` ON `tbl_emploi_du_temps`.`empl_cours_id` = `tbl_cours_info`.`crs_id`
LEFT JOIN `tbl_professeur` ON `tbl_emploi_du_temps`.`empl_prof_id`= `tbl_professeur`.`prof_id`
ORDER BY `tbl_emploi_du_temps`.`empl_jours` ASC

{/codecitation}

Last modified onSunday, 14 October 2012 04:07

( ! ) Warning: count(): Parameter must be an array or an object that implements Countable in /var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/html/com_k2/templates/default/item.php on line 169
Call Stack
#TimeMemoryFunctionLocation
10.0024412872{main}( ).../index.php:0
20.14504262728Joomla\CMS\Application\SiteApplication->execute( ).../index.php:49
30.14504262728Joomla\CMS\Application\SiteApplication->doExecute( ).../CMSApplication.php:196
40.519711453640Joomla\CMS\Application\SiteApplication->dispatch( ).../SiteApplication.php:233
50.520311477904Joomla\CMS\Component\ComponentHelper::renderComponent( ).../SiteApplication.php:194
60.521811533232Joomla\CMS\Component\ComponentHelper::executeComponent( ).../ComponentHelper.php:377
70.522411560632require_once( '/var/www/vhosts/shan.info/httpdocs/components/com_k2/k2.php' ).../ComponentHelper.php:402
80.532411960264K2ControllerItem->execute( ).../k2.php:64
90.532411960264K2ControllerItem->display( ).../BaseController.php:710
100.544512610968K2ControllerItem->display( ).../item.php:78
110.544512610968K2ControllerItem->display( ).../controller.php:19
120.550212982008Joomla\CMS\Cache\Controller\ViewController->get( ).../BaseController.php:663
130.552513002376K2ViewItem->display( ).../ViewController.php:102
140.662715780152K2ViewItem->display( ).../view.html.php:742
150.662715780152K2ViewItem->loadTemplate( ).../HtmlView.php:230
160.666215953088include( '/var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/html/com_k2/templates/default/item.php' ).../HtmlView.php:701
  • Published in MYSQL
  • Read 1595 times

( ! ) Notice: Only variables should be assigned by reference in /var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/html/com_k2/templates/default/item.php on line 478
Call Stack
#TimeMemoryFunctionLocation
10.0024412872{main}( ).../index.php:0
20.14504262728Joomla\CMS\Application\SiteApplication->execute( ).../index.php:49
30.14504262728Joomla\CMS\Application\SiteApplication->doExecute( ).../CMSApplication.php:196
40.519711453640Joomla\CMS\Application\SiteApplication->dispatch( ).../SiteApplication.php:233
50.520311477904Joomla\CMS\Component\ComponentHelper::renderComponent( ).../SiteApplication.php:194
60.521811533232Joomla\CMS\Component\ComponentHelper::executeComponent( ).../ComponentHelper.php:377
70.522411560632require_once( '/var/www/vhosts/shan.info/httpdocs/components/com_k2/k2.php' ).../ComponentHelper.php:402
80.532411960264K2ControllerItem->execute( ).../k2.php:64
90.532411960264K2ControllerItem->display( ).../BaseController.php:710
100.544512610968K2ControllerItem->display( ).../item.php:78
110.544512610968K2ControllerItem->display( ).../controller.php:19
120.550212982008Joomla\CMS\Cache\Controller\ViewController->get( ).../BaseController.php:663
130.552513002376K2ViewItem->display( ).../ViewController.php:102
140.662715780152K2ViewItem->display( ).../view.html.php:742
150.662715780152K2ViewItem->loadTemplate( ).../HtmlView.php:230
160.666215953088include( '/var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/html/com_k2/templates/default/item.php' ).../HtmlView.php:701
back to top