Share Pastebin
Guest
Public paste!

Untitled

By: a guest | Mar 17th, 2010 | Syntax: PHP | Size: 0.68 KB | Hits: 29 | Expires: Never
Copy text to clipboard
  1.  
  2. /system/
  3.         /config/
  4.                 - Config
  5.         /utility/
  6.                 - Inflector    
  7.                 - String
  8.                 - Validator
  9.                 - Sanitization
  10.                 - Logger
  11.                 - Email
  12.                 - Xml
  13.                 - Security
  14.                 /Cache/
  15.                         - Memory cache
  16.                         - File Cache
  17.                 - Http
  18.                 - Cookie
  19.                 - File
  20.         /core/
  21.                 /controller/
  22.                         - Controller
  23.                         - ActionController
  24.                         - FrontController
  25.                         - ScafoldingController
  26.                 /view/
  27.                         - XsltView
  28.                 /data/
  29.                         - Binding
  30.                 /filters/
  31.                         - RequestFilter
  32.                         - LoginFilter
  33.                         - SessionFilter
  34.                         - SecurityFilter
  35.                 - Router
  36.                 - Action
  37.                 - Request
  38.                 - Cache
  39.                 - Session
  40.                 - SessionManager
  41.                 - Authentication (login/roles annotation?!)
  42.                 - FilterChain
  43.                 - Filter
  44.                 - Command ?!
  45.                 - Singleton (Factory!?)
  46.                 - Exception