mouf/database.querywriter
This package contains classes useful to generate SQL statements such as SELECT queries, etc...
时间:2013-01-12 16:07
mouf/integration.drupal.druplash-drupalmodule
This is the Drupal module used by Druplash, the MVC framework for Drupal
时间:2013-01-08 18:54
mouf/integration.drupal.druplash
This module provides a MVC framework, right into Drupal, based on the Splash MVC framework (designed for Mouf-PHP).
时间:2013-01-08 18:29
mouf/archive-installer
This is a simple installer that let's you create simple Composer packages that are actually downloading and extracting an archive from the web.
时间:2013-01-07 20:05
mouf/utils.log.multi-logger
Use this package if you want a logger that logs to several places at the same time. Using a MultiLogger, you can append several loggers. For instance, you might want to write in the error log using the ErrorLogLogger and to send a mail to the admin using the MailLogger...
时间:2012-12-22 19:51
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/utils.common.mouf-helpers
This package contains a set of utility classes that will help you build UI for Mouf. This is mostly useful for package builders if they want to provide advanced UI, etc....
时间:2012-12-20 15:48
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/utils.graphics.image-preset-displayer
Images handler that will generate image thumbs and serve them when displayed (like the drupal image styles services)
时间:2012-12-20 11:05
mouf/utils.graphics.mouf-image
Images handler interface for resizing, croping, or any other action.
时间:2012-12-20 11:02