PHP Classes
Icontem

Class: Adventure-(PHP-)Framework


  Search   All class groups All class groups   Latest entries Latest entries   Top 10 charts Top 10 charts   Newsletter Newsletter   Blog Blog   Forums Forums   Help FAQ Help FAQ  
  Login   Register  
Recommend this page to a friend! ReTweet ReTweet Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Christian Achatz  >  Adventure-(PHP-)Framework  >  Download  >  Support forum Support forum (2)  >  Blog Blog  >  RSS 1.0 feed RSS 2.0 feed Latest changes  
Name: Adventure-(PHP-)Framework Support forum
Base name: adventure
Description: Framework for Web development
Related top rated classes: , , ,
Version: 1.5
Required PHP version: 4.4
License: GNU General Public License (GPL)
All time users: 860 users
All time rank: 2720
Week users: 12 users
Week rank: 602
 
  Screenshots Screenshots   Author   Group folder image Groups   Detailed description   Freshmeat project  
  Rate classes User ratings   Applications   Related links   Files Files  

Screenshots

Project website
File Role Description
Accessible without login Image file apf_website_screen.gif Screen Project website

Author

Picture of Christian Achatz
Name: Christian Achatz <e-mail contact>
Published packages: 1 Browse this author's classes Browse this author's classes
Country: Germany Germany - PHP jobs in Germany
Home page: http://www.adventure-php-framework.org/
Age: 28
All time rank: 1622
Week rank: 560

Groups

Group folder image Libraries Frameworks and libraries of cooperating classes View top rated classes

Detailed description

This package is a framework for generic Web application development.

It provides modules to implement common functionality needed by many Web applications, like:

- Application benchmarking
- Database access
- Configuration management
- Error handling
- Model-View-Controller separation
- Logging
- Session management
- Form generation and validation
- Etc..

Freshmeat project

Project record: apf
Popularity score: 151.72
Vitality score: 14.81

User ratings

Not yet rated by the users

Applications that use this class

Link Description
easyflock.de Website build on the framework
paulschlereth.de Website build on the framework using mod_rewrite to indicate the content to the bootstrap file
zierpflanzenberatung.de Website and content management system build on the framework
Add link image If you know an application of this package, send a message to the author to add a link here.

Related links

Link Description
Bugtracking Please report bugs in this section of the support forum
Downloads Downloads
Forum Forum
Official website Official website

Files

File Role Description
Files folder image apps/core/benchmark
  Plain text file benchmarkTimer.php Class Benchmark tool, that analyzes the process tree of your application.
Files folder image apps/core/configuration
  Plain text file configurationManager.php Class Service class that handles context dependent ini configuration files.
Files folder image apps/core/database
  Plain text file AbstractDatabaseHandler.php Class Interface to concrete database driver implementations.
  Plain text file connectionManager.php Class Service, that can create different database drivers by configuration. Concrete driver must inherit from abstract database driver.
  Plain text file MySQLHandler.php Class Implementation of a mysql database abstraction layer.
  Plain text file MySQLxHandler.php Class Compatibility class for mysql connections with the connectionManager
  Plain text file SQLiteHandler.php Class Implementation of a SQLIte database driver for use with the connectionManager
Files folder image apps/core/errorhandler
  Plain text file AbstractErrorHandler.php Class Interface for concrete error handlers.
  Plain text file DefaultErrorHandler.php Class Implementation of the default error handler.
Files folder image apps/core/errorhandler/documentcontroller
  Plain text file errorpage_v1_controller.php Class Document controller to display an error / exception.
Files folder image apps/core/errorhandler
  Plain text file errorhandler.php Class The framework's global error handler.
  Plain text file errorhandler.php5 Class Definition of the error handler.
  Plain text file ErrorHandlerDefinition.php Class Definition of the error handler.
Files folder image apps/core/errorhandler/templates
  Plain text file errorpage.html Class Template for displaying errors / exceptions.
Files folder image apps/core/filter
  Plain text file abstractRequestFilter.php Class Interface for concrete filter implementations.
  Plain text file filterFactory.php Class Factory for dedicated filter implementations.
  Plain text file filterFactory.php5 Class Factory for dedicated filter implementations (PHP 5).
  Plain text file frontcontrollerRequestFilter.php Class Filters front controller action descriptions in the url and maps the actions to the front controller.
  Plain text file frontcontrollerRewriteRequestFilter.php Class Filters front controller action descriptions in rewrite urls and maps the actions to the front controller.
  Plain text file htmlLinkRewriteFilter.php Class Filters html code and rewrites contained links.
  Plain text file pagecontrollerRewriteRequestFilter.php Class Filters rewrited page controller urls and maps params to $_REQUEST.
  Plain text file standardRequestFilter.php Class Standard filter implementation for normal urls.
Files folder image apps/core/frontcontroller
  Plain text file Frontcontroller.php Class Implementation of the front controller pattern.
Files folder image apps/core/logging
  Plain text file AdvancedLogger.php Class Advanced log facility.
  Plain text file Logger.php Class A global logger component, that stores and perists log messages in syslog style.
Files folder image apps/core/pagecontroller
  Plain text file core_taglib_setattribute.php Class Implementation of the core:setattribute-Taglib.
  Plain text file core_taglib_setproperty.php Class Implementation of the core:setproperty-Taglib.
  Plain text file pagecontroller.php Class Implementation of the page controller pattern.
  Plain text file pagecontroller.php5 Class Implementation of the page controller pattern for PHP 5.
Files folder image apps/core/service
  Plain text file serviceManager.php Class Module, that creates and initializes service objects for use in your module or application.
Files folder image apps/core/session
  Plain text file sessionManager.php Class Component to handle session values by application or module namespace.
Files folder image apps/core/singleton
  Plain text file SessionSingleton.php Class Generic implementation of the singleton pattern for PHP sessions.
  Plain text file SessionSingleton.php5 Class Generic implementation of the singleton pattern for PHP sessions (PHP 5).
  Plain text file Singleton.php Class Generic implementation of the singleton pattern.
  Plain text file Singleton.php5 Class Generic implementation of the singleton pattern fpr PHP 5.
Files folder image apps/tools/datetime
  Plain text file dateTimeManager.php Class Provides methods for date and time manipulation.
  Plain text file dateTimeManager.php5 Class Provides methods for date and time manipulation (PHP 5).
Files folder image apps/tools/form/taglib
  Plain text file form_taglib_area.php Class Implementation of an form text area.
  Plain text file form_taglib_area.php5 Class Implementation of an form text area (PHP 5).
  Plain text file form_taglib_button.php Class Implementation of an form button.
  Plain text file form_taglib_checkbox.php Class Implementation of a form checkbox.
  Plain text file form_taglib_date.php Class Implementation of a date control.
  Plain text file form_taglib_file.php Class Implementation of a file upload field.
  Plain text file form_taglib_genericval.php Class Implementation of a generic validation tag.
  Plain text file form_taglib_getstring.php Class Implementation of a tag, that displays language dependent strings to provide multilanguage labelling of forms.
  Plain text file form_taglib_hidden.php Class Implementation of a hidden field.
  Plain text file form_taglib_multiselect.php Class Implementation of a multiselect field.
  Plain text file form_taglib_password.php Class Implementation of a password field.
  Plain text file form_taglib_placeholder.php Class source
  Plain text file form_taglib_radio.php Class source
  Plain text file form_taglib_select.php Class source
  Plain text file form_taglib_text.php Class source
  Plain text file form_taglib_valgroup.php Class source
  Plain text file form_taglib_validate.php Class source
  Plain text file html_taglib_form.php Class source
  Plain text file select_taglib_option.php Class source
  Plain text file ui_element.php Class source
  Plain text file ui_element.php5 Class source
  Plain text file ui_validate.php Class source
  Plain text file valgroup_taglib_placeholder.php Class source
  Plain text file valgroup_taglib_validate.php Class source
Files folder image apps/tools/html/taglib
  Plain text file doc_taglib_createobject.php Class source
  Plain text file fcon_taglib_importdesign.php Class source
  Plain text file html_taglib_getstring.php Class source
  Plain text file template_taglib_getstring.php Class source
  Plain text file ui_getstring.php Class source
Files folder image apps/tools/image
  Plain text file imageManager.php Class source
  Plain text file imageManager.php5 Class source
Files folder image apps/tools/link
  Plain text file frontcontrollerLinkHandler.php Class source
  Plain text file frontcontrollerLinkHandler.php5 Class source
  Plain text file linkHandler.php Class source
  Plain text file linkHandler.php5 Class source
Files folder image apps/tools/mail
  Plain text file mailSender.php Class source
Files folder image apps/tools/string
  Plain text file bbCodeParser.php Class source
  Plain text file bbCodeParser.php5 Class source
  Plain text file stringAssistant.php Class source
  Plain text file stringAssistant.php5 Class source
  Plain text file stringEncryptor.php Class source
Files folder image apps/tools/validator
  Plain text file myValidator.php Class source
  Plain text file myValidator.php5 Class source
Download all files: adventure.tar.gz adventure.zip
NOTICE: if you are using a download manager program like 'GetRight', please Login before trying to download this archive.

 
  Advertise on this site Advertise on this site   Site map Site map   Statistics Statistics   Site tips Site tips   Privacy policy Privacy policy   Contact Contact  

For more information send a message to :
info at phpclasses dot org.
Copyright (c) Icontem 1999-2009 PHP Classes - PHP Class Scripts
  PHP Book Reviews - Reviews of books and other products