gyro/core/doxygen.php
Go to the documentation of this file.00001 <?php 00002 /** 00003 * @defgroup Core 00004 * 00005 * The Gyro core contains the fundamental mechanisms and classes of the framework. 00006 * 00007 */ 00008 00009 /** 00010 * @defgroup Behaviour 00011 * 00012 * Commands and access control. 00013 * 00014 * @ingroup Core 00015 */ 00016 00017 /** 00018 * @defgroup Controller 00019 * 00020 * The Gyro core controller group contains the mechanisms used for routing and 00021 * controlling. 00022 * 00023 * @ingroup Core 00024 */ 00025 00026 /** 00027 * @defgroup Interfaces 00028 * 00029 * Interfaces defined in Gyro core 00030 * 00031 * @ingroup Core 00032 */ 00033 00034 /** 00035 * @defgroup Lib 00036 * 00037 * Basic methods and components 00038 * 00039 * @ingroup Core 00040 */ 00041 00042 /** 00043 * @defgroup Model 00044 * 00045 * The Gyro core model contains the database abstractions. 00046 * 00047 * @ingroup Core 00048 */ 00049 00050 /** 00051 * @defgroup View 00052 * 00053 * The Gyro core view group contains the classes for creating and using views. 00054 * 00055 * @ingroup Core 00056 */ 00057 00058