mouf/utils.log.mail-logger
This package contains a logger that sends a mail when a log message is received.
时间:2012-12-22 19:31
mouf/utils.log.stats-logger
This package contains everything needed to aggregate database into stats that can be viewed and sorted.
时间:2012-12-22 14:59
mouf/utils.log.filter-logger
This package contains a class that acts as a logger. It purpose is to apply a filter on logs and forward the logs to another logger that will take care of storing the log.
时间:2012-12-22 14:24
mouf/utils.log.db-logger
This package contains a logger that stores the logs in database.
时间:2012-12-22 10:41
mouf/utils.log.advanced-logger
This package can be used to perform advanced logging: the logs are stored in database (using the DBLogger), then are analysed and aggregated (using the LogStats package). This package provides a way to send a mail automatically every night to the admin, summarizing the logs of the day.
时间:2012-12-22 10:39
mouf/database.dbstats
This package provides a set of classes that can be used to create 'aggregation' table containing high-level statistics about your database. The DB_Stats can be used to initalize the aggregation tables and automatically create triggers that will update data in real time.
时间:2012-12-20 16:17
mouf/crystal-project
This package contains the everaldo icon set. This is a set of icons that can be used in any web application.
时间:2012-12-20 14:42
mouf/modules.paypal-integration
This package provides a set of classes that can be used to easily integrate with Paypal instant payment, Paypal subscriptions and IPN mechanism.
时间:2012-12-20 10:41
mouf/modules.google-analytics
This module is used to add Google Analytics integration javascript into your web site.
时间:2012-12-20 10:13
mouf/html.widgets.fileuploaderwidget
This package contains an upload widget based on File Uploader plugin. This allows easy uploading of files in AJAX or HTML5.
时间:2012-12-14 14:18
mouf/javascript.fileuploader
This package contains functions to upload file in Ajax or HTML5.
时间:2012-12-14 13:21
mouf/html.widgets.color-picker
This package contains a color-picker widget based on jQuery colorpicker module.
时间:2012-12-07 14:45
mouf/javascript.jquery.jquery-colorpicker
This package contains the JQuery ColorPicker library. This plugin can be used to display color pickers to pick up any color in a web page.
时间:2012-12-07 14:41
mouf/utils.session.session-manager
This package is used to manage sessions. It provides a DefaultSessionManager class that you can use to configure your PHP sessions, and a SessionManagerInterface that you can implement if you want to provide your own session management.
时间:2012-12-07 14:36
mouf/utils.network.http.curlhtmlbrowser
This package contains a class that mimics a web browser. Using the Curl HTML Browser, you can easily query a web site in HTTP or HTTPS, and analyze the HTML answered. The Curl HTML Browser will handle sessions for you, so you can use it to log into a website and retrieve data from the logged part of
时间:2012-12-05 14:23