[ PHPXref.com ] [ Generated: Sun Jul 20 19:05:09 2008 ] [ onPHP 0.4.6 ]
[ Index ]     [ Variables ]     [ Functions ]     [ Classes ]     [ Constants ]     [ Statistics ]

title

Body

[close]

/doc/ -> onphp.doxy.php (source)

   1  <?php
   2      // $Id: onphp.doxy.php 1640 2006-05-22 13:41:03Z voxus $
   3      // doxygen helper file
   4  
   5      /**
   6       * @mainpage onPHP
   7       * 
   8       * For support consider using our <a href="http://onphp.org/forum/">forum</a> or <a href="http://onphp.org/contacts.en.html">maling lists</a>.
   9       *
  10       * <hr>
  11       *
  12       * - quasi-persistent layer:
  13       *  - OSQL query builder:
  14       *   - SelectQuery;
  15       *   - InsertQuery;
  16       *   - UpdateQuery;
  17       *   - DeleteQuery;
  18       *  - DB abstraction layer:
  19       *   - connectors:
  20       *    - PgSQL;
  21       *    - MySQL;
  22       *    - SQLite;
  23       *    - IBase (incubator);
  24       *    - MSSQL (incubator);
  25       *    - OraSQL (incubator);
  26       *   - utils:
  27       *    - Queue;
  28       *    - TransactionQueue;
  29       *    - DBTransaction;
  30       *  - DAO hierarchies:
  31       *   - GenericDAO workers:
  32       *    - NullDaoWorker;
  33       *    - CommonDaoWorker;
  34       *    - TransparentDaoWorker:
  35       *     - SmartDaoWorker;
  36       *     - VoodooDaoWorker;
  37       *      - FileSystemDaoWorker;
  38       * - IdentifiableObject collections:
  39       *  - StorableContainer;
  40       *  - UnifiedContainer;
  41       * - Cache subsystem:
  42       *  - peers:
  43       *   - Memcached (and PeclMemcached);
  44       *   - RubberFileSystem;
  45       *   - SharedMemory;
  46       *   - RuntimeMemory;
  47       *  - locking thru SemaphorePool:
  48       *   - SystemFiveLocker;
  49       *   - FileLocker;
  50       *   - DirectoryLocker;
  51       *  - utils:
  52       *   - AggregateCache;
  53       *   - ReferencePool;
  54       *   - WatermarkedPeer;
  55       *
  56       * ...
  57       *
  58       * @defgroup Core Core classes
  59       * Core classes and interfaces you just can't live without
  60       *
  61       * @defgroup Base Widely used base classes and interfaces
  62       * @ingroup Core
  63       *
  64       * @defgroup Cache Application-wide cache subsystem
  65       * @ingroup Core
  66       *
  67       * @defgroup Lockers Different locking methods implementation
  68       * @ingroup Cache
  69       *
  70       * @defgroup DB Connectors and dialects for various databases
  71       * @ingroup Core
  72       *
  73       * @defgroup Exceptions Exceptions
  74       * @ingroup Core
  75       *
  76       * @defgroup Form Data validation layer
  77       * @ingroup Core
  78       *
  79       * @defgroup onSPL Things based on Standard PHP Library
  80       * @ingroup Core
  81       *
  82       * @defgroup Filters Tools for primitive's filtration
  83       * @ingroup Form
  84       *
  85       * @defgroup Primitives Base data types used in Form
  86       * @ingroup Form
  87       *
  88       * @defgroup Logic Logical expressions used in OSQL and Form
  89       * @ingroup Core
  90       *
  91       * @defgroup OSQL Dynamic query builder
  92       * @ingroup Core
  93       *
  94       * @defgroup Main Higher level classes
  95       * Useful stuff for building complex and scalable applications.
  96       *
  97       * @defgroup Helpers Common wrapper and helper classes
  98       * @ingroup Main
  99       *
 100       * @defgroup DAOs Root classes for building DAO hierarchies
 101       * @ingroup Main
 102       *
 103       * @defgroup Containers IdentifiableObject collections handlers
 104       * @ingroup DAOs
 105       * 
 106       * @defgroup Utils Various accompanying utilities
 107       * @ingroup Main
 108       *
 109       * @defgroup Flow Spring-like webflow tools
 110       * @ingroup Main
 111       *
 112       * @defgroup Calendar Calendar representation's helpers
 113       * @ingroup Main
 114       *
 115       * @defgroup Meta MetaConfiguration
 116       *
 117       * @defgroup Builders Class builders
 118       * @ingroup Meta
 119       *
 120       * @defgroup MetaBase MetaConfiguration's base classes
 121       * @ingroup Meta
 122       *
 123       * @defgroup Patterns Patterns used to build classes
 124       * @ingroup Meta
 125       *
 126       * @defgroup Types Supported meta-types
 127       * @ingroup Meta
 128      **/
 129  ?>


[ Powered by PHPXref - Served by Debian GNU/Linux ]