Blesta
  • Package
  • Class
  • Tree
  • Deprecated

Packages

  • blesta
    • app
      • controllers
      • models
    • components
      • areyouahuman
      • auth
        • motp
        • oath
      • delivery
        • interfax
        • postal
          • methods
      • download
      • email
      • events
        • default
      • exchange
        • rates
          • google
            • finance
          • yahoo
            • finance
      • gateway
        • payments
      • gateways
      • invoice
        • delivery
        • templates
          • quickbooks
            • invoice
      • json
      • modules
      • net
        • amazon
          • s3
        • http
        • net
          • geo
            • ip
      • plugins
      • recaptcha
      • reports
        • aging
          • invoices
        • custom
          • report
        • invoice
          • creation
        • tax
          • liability
        • transactions
          • applied
          • received
      • security
      • session
        • cart
      • settingscollection
      • upgrades
        • tasks
      • upload
      • vcard
    • helpers
      • currency
        • format
      • data
        • structure
          • array
          • string
      • text
        • parser
      • widget
        • client
  • minPHP
    • components
      • input
      • record
    • helpers
      • color
      • data
        • structure
      • date
      • form
      • html
      • javascript
      • xml
    • lib
  • None
  • PHP

Classes

  • Cache
  • Configure
  • Controller
  • Dispatcher
  • Language
  • Loader
  • Model
  • Router
  • View

Exceptions

  • UnknownException

Package minPHP\lib

Classes summary

Cache Handles writing to and from the cache
Configure Allows statically configured settings to be stored and accessed on a per-use basis. The purpose of this class is to utilize globally set configurations from a single location. Configurations can be set by default in /config/core.php, or may be set at run time from anywhere within your application.
Controller This class is extended by the various controllers, and makes available methods that allow controllers to interact with views, models, components, helpers, and plugins.
Dispatcher This class is invoked by the driver (index.php) and handles dispatching of requests to the proper controller. It extends Controller only so that it can invoke its protected methods.
Language Provides a set of static methods to aid in the use of multi-language support. Supports the use of multiple simultaneous languages, including a default (fallback) language. When the definition can not be found in the set of primary keys, the default is used instead.
Loader Handles the loading of various files and objects
Model This class establishes and maintains a connection to a PDO resource, and provides methods for interacting with that resource
Router Handles mapping of URIs from one type to another
View Allows the creation of views.

Exceptions summary

UnknownException Format exceptions and errors thrown by PHP for handling in other parts of the app.
Blesta API documentation generated by ApiGen 2.8.0