* @copyright 2010-2012 Persistent Objects Ltd * @license GNU General Public License version 2 or later; see LICENSE.txt * * @link http://p-o.co.uk/ **/ defined('_JEXEC') or die('Restricted access'); jimport('joomla.application.component.controller'); /** * Check controller * * PHP version 5.3 * * @category Joomla_Component * @package Com_Ajaxdemo * @author Alan Hicks * @copyright 2010-2012 Persistent Objects Ltd * @license GNU General Public License version 2 or later; see LICENSE.txt * * @link http://p-o.co.uk/ */ class AjaxdemoControllerAjaxdemo extends JController { }