how to use Jquery AJAX in Joomla Components?

后端 未结 8 1699
野趣味
野趣味 2020-12-16 07:15

i m developing site in Joomla, meanwhile i stuck in a problem,please help me in below problem

here is my folder structure for component

htdocs/Joomla         


        
8条回答
  •  [愿得一人]
    2020-12-16 07:18

    In joomla 1.7 and up you can close it like this

    $app = &JFactory::getApplication();
    $app->close();
    

提交回复
热议问题