Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 1615

Přidáno uživatelem Ondřej Fibich před asi 12 roky(ů)

Upravy:

- upravy preklepu

Zobrazit rozdíly:

freenetis/branches/testing/application/libraries/MY_ORM
<?php defined('SYSPATH') or die('No direct script access.');
/*
* This file is part of open source system FreenetIS
* and it is released under GPLv3 licence.
*
* More info about licence can be found:
* http://www.gnu.org/licenses/gpl-3.0.html
*
* More info about project can be found:
* http://www.freenetis.org/
*
*/
/**
* Parent of all models.
* We don not use ORM_Core, because it do not allow to use code complemention in IDE.
*
* @author Ondřej Fibich
*/
class ORM extends ORM_Core {
}
freenetis/branches/testing/application/libraries/MY_ORM.php
<?php defined('SYSPATH') or die('No direct script access.');
/*
* This file is part of open source system FreenetIS
* and it is released under GPLv3 licence.
*
* More info about licence can be found:
* http://www.gnu.org/licenses/gpl-3.0.html
*
* More info about project can be found:
* http://www.freenetis.org/
*
*/
/**
* Parent of all models.
* We don not use ORM_Core, because it do not allow to use code complemention in IDE.
*
* @author Ondřej Fibich
*/
class ORM extends ORM_Core {
}
freenetis/branches/testing/application/libraries/MY_Controller.php
class Controller extends Controller_Core
{
/** @var integer */
const ICON_ERROR = 1;
const ICON_ERROR = 1;
/** @var integer */
const ICON_GOOD = 2;
/** @var integer */

Také k dispozici: Unified diff