~titan-phpdevshell/phpdevshell/main

« back to all changes in this revision

Viewing changes to plugins/ExamplePlugin/controllers/example/widget-example.php

  • Committer: Jason Schoeman
  • Date: 2011-12-06 14:03:32 UTC
  • Revision ID: titan@phpdevshell.org-20111206140332-4ej6qy4b36d3q96s
Crud Added
ORM Added
Control Panel optimized

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?php
2
2
 
3
 
/**
4
 
 * PHPDevShell is a RAD Framework aimed at developing administrative applications.
5
 
 *
6
 
 * @package PHPDevShell
7
 
 * @link http://www.phpdevshell.org
8
 
 * @copyright Copyright (C) 2007 Jason Schoeman, All rights reserved.
9
 
 * @license GNU/LGPL, see readme/licensed_under_lgpl or http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html
10
 
 *
11
 
 * Copyright notice: See readme/notice
12
 
 * By using PHPDevShell you agree to notice and license, if you dont agree to terms you are not allowed to use PHPDevShell.
13
 
 */
14
3
class WidgetExample extends PHPDS_controller
15
4
{
16
5