| Recommend this page to a friend! | 
|  Download | 
| Info | Screenshots |  Files |  Install with Composer |  Download | Reputation | Support forum | Blog | Links | 
| Ratings | Unique User Downloads | Download Rankings | ||||
|   30% | Total: 1,846 | All time:  2,134 This week: 74  | ||||
| Version | License | PHP version | Categories | |||
| adventure 1.5 | GNU General Publi... | 4.4 | Libraries | 
| Description | Author | ||||||||||||||||||||||
| This package is a framework for generic Web application development. | 
 | ||||||||||||||||||||||
| Screenshots (1) | ||
|  Files (81) | / | apps | / | core | 
| File | Role | Description | ||
|---|---|---|---|---|
|  benchmark (1 file) | ||||
|  configuration (1 file) | ||||
|  database (5 files) | ||||
|  errorhandler (5 files, 2 directories) | ||||
|  filter (8 files) | ||||
|  frontcontroller (1 file) | ||||
|  logging (2 files) | ||||
|  pagecontroller (4 files) | ||||
|  service (1 file) | ||||
|  session (1 file) | ||||
|  singleton (4 files) | ||||
|  Files (81) | / | apps | / | core | / | benchmark | 
| File | Role | Description | 
|---|---|---|
|  benchmarkTimer.php | Class | Benchmark tool, that analyzes the process tree of your application. | 
|  Files (81) | / | apps | / | core | / | configuration | 
| File | Role | Description | 
|---|---|---|
|  configurationManager.php | Class | Service class that handles context dependent ini configuration files. | 
|  Files (81) | / | apps | / | core | / | database | 
| File | Role | Description | 
|---|---|---|
|  AbstractDatabaseHandler.php | Class | Interface to concrete database driver implementations. | 
|  connectionManager.php | Class | Service, that can create different database drivers by configuration. Concrete driver must inherit from abstract database driver. | 
|  MySQLHandler.php | Class | Implementation of a mysql database abstraction layer. | 
|  MySQLxHandler.php | Class | Compatibility class for mysql connections with the connectionManager | 
|  SQLiteHandler.php | Class | Implementation of a SQLIte database driver for use with the connectionManager | 
|  Files (81) | / | apps | / | core | / | errorhandler | 
| File | Role | Description | ||
|---|---|---|---|---|
|  documentcontroller (1 file) | ||||
|  templates (1 file) | ||||
|  AbstractErrorHandler.php | Class | Interface for concrete error handlers. | ||
|  DefaultErrorHandler.php | Class | Implementation of the default error handler. | ||
|  errorhandler.php | Class | The framework's global error handler. | ||
|  errorhandler.php5 | Class | Definition of the error handler. | ||
|  ErrorHandlerDefinition.php | Class | Definition of the error handler. | ||
|  Files (81) | / | apps | / | core | / | errorhandler | / | documentcontroller | 
| File | Role | Description | 
|---|---|---|
|  errorpage_v1_controller.php | Class | Document controller to display an error / exception. | 
|  Files (81) | / | apps | / | core | / | errorhandler | / | templates | 
| File | Role | Description | 
|---|---|---|
|  errorpage.html | Class | Template for displaying errors / exceptions. | 
|  Files (81) | / | apps | / | core | / | filter | 
| File | Role | Description | 
|---|---|---|
|  abstractRequestFilter.php | Class | Interface for concrete filter implementations. | 
|  filterFactory.php | Class | Factory for dedicated filter implementations. | 
|  filterFactory.php5 | Class | Factory for dedicated filter implementations (PHP 5). | 
|  frontcontrollerRequestFilter.php | Class | Filters front controller action descriptions in the url and maps the actions to the front controller. | 
|  frontcontrollerRewriteRequestFilter.php | Class | Filters front controller action descriptions in rewrite urls and maps the actions to the front controller. | 
|  htmlLinkRewriteFilter.php | Class | Filters html code and rewrites contained links. | 
|  pagecontrollerRewriteRequestFilter.php | Class | Filters rewrited page controller urls and maps params to $_REQUEST. | 
|  standardRequestFilter.php | Class | Standard filter implementation for normal urls. | 
|  Files (81) | / | apps | / | core | / | frontcontroller | 
| File | Role | Description | 
|---|---|---|
|  Frontcontroller.php | Class | Implementation of the front controller pattern. | 
|  Files (81) | / | apps | / | core | / | logging | 
| File | Role | Description | 
|---|---|---|
|  AdvancedLogger.php | Class | Advanced log facility. | 
|  Logger.php | Class | A global logger component, that stores and perists log messages in syslog style. | 
|  Files (81) | / | apps | / | core | / | pagecontroller | 
| File | Role | Description | 
|---|---|---|
|  core_taglib_setattribute.php | Class | Implementation of the core:setattribute-Taglib. | 
|  core_taglib_setproperty.php | Class | Implementation of the core:setproperty-Taglib. | 
|  pagecontroller.php | Class | Implementation of the page controller pattern. | 
|  pagecontroller.php5 | Class | Implementation of the page controller pattern for PHP 5. | 
|  Files (81) | / | apps | / | core | / | service | 
| File | Role | Description | 
|---|---|---|
|  serviceManager.php | Class | Module, that creates and initializes service objects for use in your module or application. | 
|  Files (81) | / | apps | / | core | / | session | 
| File | Role | Description | 
|---|---|---|
|  sessionManager.php | Class | Component to handle session values by application or module namespace. | 
|  Files (81) | / | apps | / | core | / | singleton | 
| File | Role | Description | 
|---|---|---|
|  SessionSingleton.php | Class | Generic implementation of the singleton pattern for PHP sessions. | 
|  SessionSingleton.php5 | Class | Generic implementation of the singleton pattern for PHP sessions (PHP 5). | 
|  Singleton.php | Class | Generic implementation of the singleton pattern. | 
|  Singleton.php5 | Class | Generic implementation of the singleton pattern fpr PHP 5. | 
|  Files (81) | / | apps | / | tools | 
|  Files (81) | / | apps | / | tools | / | datetime | 
| File | Role | Description | 
|---|---|---|
|  dateTimeManager.php | Class | Provides methods for date and time manipulation. | 
|  dateTimeManager.php5 | Class | Provides methods for date and time manipulation (PHP 5). | 
|  Files (81) | / | apps | / | tools | / | form | / | taglib | 
| File | Role | Description | 
|---|---|---|
|  form_taglib_area.php | Class | Implementation of an form text area. | 
|  form_taglib_area.php5 | Class | Implementation of an form text area (PHP 5). | 
|  form_taglib_button.php | Class | Implementation of an form button. | 
|  form_taglib_checkbox.php | Class | Implementation of a form checkbox. | 
|  form_taglib_date.php | Class | Implementation of a date control. | 
|  form_taglib_file.php | Class | Implementation of a file upload field. | 
|  form_taglib_genericval.php | Class | Implementation of a generic validation tag. | 
|  form_taglib_getstring.php | Class | Implementation of a tag, that displays language dependent strings to provide multilanguage labelling of forms. | 
|  form_taglib_hidden.php | Class | Implementation of a hidden field. | 
|  form_taglib_multiselect.php | Class | Implementation of a multiselect field. | 
|  form_taglib_password.php | Class | Implementation of a password field. | 
|  form_taglib_placeholder.php | Class | source | 
|  form_taglib_radio.php | Class | source | 
|  form_taglib_select.php | Class | source | 
|  form_taglib_text.php | Class | source | 
|  form_taglib_valgroup.php | Class | source | 
|  form_taglib_validate.php | Class | source | 
|  html_taglib_form.php | Class | source | 
|  select_taglib_option.php | Class | source | 
|  ui_element.php | Class | source | 
|  ui_element.php5 | Class | source | 
|  ui_validate.php | Class | source | 
|  valgroup_taglib_placeholder.php | Class | source | 
|  valgroup_taglib_validate.php | Class | source | 
|  Files (81) | / | apps | / | tools | / | html | / | taglib | 
| File | Role | Description | 
|---|---|---|
|  doc_taglib_createobject.php | Class | source | 
|  fcon_taglib_importdesign.php | Class | source | 
|  html_taglib_getstring.php | Class | source | 
|  template_taglib_getstring.php | Class | source | 
|  ui_getstring.php | Class | source | 
|  Files (81) | / | apps | / | tools | / | image | 
| File | Role | Description | 
|---|---|---|
|  imageManager.php | Class | source | 
|  imageManager.php5 | Class | source | 
|  Files (81) | / | apps | / | tools | / | link | 
| File | Role | Description | 
|---|---|---|
|  frontcontrollerLinkHandler.php | Class | source | 
|  frontcontrollerLinkHandler.php5 | Class | source | 
|  linkHandler.php | Class | source | 
|  linkHandler.php5 | Class | source | 
|  Files (81) | / | apps | / | tools | / | string | 
| File | Role | Description | 
|---|---|---|
|  bbCodeParser.php | Class | source | 
|  bbCodeParser.php5 | Class | source | 
|  stringAssistant.php | Class | source | 
|  stringAssistant.php5 | Class | source | 
|  stringEncryptor.php | Class | source | 
|  Files (81) | / | apps | / | tools | / | validator | 
| File | Role | Description | 
|---|---|---|
|  myValidator.php | Class | source | 
|  myValidator.php5 | Class | source | 
| The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page. | 
|  Install with Composer | 
| Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
| 0% | 
 | 
 | 
| User Ratings | ||||||||||||||||||||||||||||||
| 
 | ||||||||||||||||||||||||||||||
| Applications that use this package | 
| Website build on the framework | 
| Website build on the framework using mod_rewrite to indicate the content to the bootstrap file | 
| Website and content management system build on the framework | 
 If you know an application of this package, send a message to the author to add a link here.
 If you know an application of this package, send a message to the author to add a link here.
| Related pages | 
| Please report bugs in this section of the support forum | 
| Downloads | 
| Forum | 
| Official website |