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

title

Body

[close]

/doc/ -> FEATURES (source)

   1  onPHP feature list (still and always incomplete)
   2  ================================================
   3  - $Id: FEATURES 1183 2006-01-18 20:33:55Z voxus $ -
   4  
   5      core/Cache/
   6  
   7          Universal multi-peer weight-based cache support. Currently
   8          supports SharedMemory, Memcached and RubberFileSystem with or
   9          without ReferencePool wrapper. Multi-peer's ability provided
  10          by AggregateCache.
  11  
  12      main/DAOs/
  13  
  14          basic yet powerful tools for building DAO's hierarchy.
  15  
  16      main/Containers/
  17  
  18          StorableContainer and UnifiedContainer:
  19              handling of identifiable objects collections.
  20          
  21      core/DB/
  22  
  23          DB, {Pg,My,MS,Ora}SQL, SQLite and IBase,
  24          {ANSI,Postgres,My,MS,Oracle,Interbase,Lite}Dialect:
  25              database abstraction layer.
  26  
  27      core/Exceptions/
  28  
  29          Bunch of very useful exceptions. ;-)
  30  
  31      core/Form/
  32  
  33          HTML forms' data checking and validation tools. Supports rules 
  34          based on logical expressions, data filtering, etc.
  35      
  36      core/Logic/
  37  
  38          Logical expressions used in OSQL and Form.
  39  
  40      main/Module/
  41  
  42          Quite common tools for implementing MVCv2::Controllers.
  43  
  44      core/OSQL/
  45  
  46          {Select,Insert,Update,Delete}Query:
  47              SQL query builders.
  48      
  49      main/Template/
  50  
  51          Easy template package. Main [and single] aim is incapsulation
  52          of template variables.
  53          Separation of view and model should be done on language level.
  54  
  55      main/Utils/
  56  
  57          Random accompanying utilities.


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