Version 1.1.0 released

git-svn-id: svn://p-o.co.uk/p-o.co.uk/com_ajaxdemo@60 60e5ea7b-c093-dd11-ac13-000423648166
This commit is contained in:
alan
2012-03-29 11:21:27 +00:00
parent 2fead4e541
commit 6356280cb1
75 changed files with 1529 additions and 0 deletions

View File

@ -0,0 +1,35 @@
<?php
/**
* Ajax demonstration component
*
* PHP version 5.3
*
* @category Joomla_Component
* @package Com_Ajaxdemo
* @author Alan Hicks <ahicks@p-o.co.uk>
* @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 <ahicks@p-o.co.uk>
* @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
{
}

View File

@ -0,0 +1 @@
<html><body bgcolor="#fff"></body></html>