mouf/utils.cache.no-cache
This package contains a cache mechanism that... does not cache anything. This is useful if another component requires a cache mechanism and if you don't want to provide any (for development purpose...).
时间:2012-10-16 14:49
mouf/html.template.mouftemplate
This package contains a template for the Mouf administration interface. The content is automatically adjusted to the website page to use all the width. Anyway, you can use this component as a model if you like.
时间:2012-10-16 14:45
mouf/mvc.splash
Integration of Splash with the Mouf framework.
时间:2012-10-16 14:44
mouf/utils.common.getvars
This is a legacy non-OO package and should not be used in recent developments. A simple package that provides functions to get the parameters from the request in a consistent way. The varaiables can be rerieved in a way that is independent of the php.ini configuration file. Especially, it can cancel
时间:2012-10-16 14:43
mouf/mvc.splash-common
Splash is a PHP router. It takes an HTTP request and dispatches it to the appropriate controller.
时间:2012-10-16 14:42
mouf/html.utils.weblibrarymanager
The Javascript/CSS library manager is a PHP class in charge of keeping track of the JS and CSS files that have been included so far in a web page. Basically, you tell the Javascript/CSS library manager to import a JS/CSS file and it will make sure it is included, only once, and that all dependencies
时间:2012-10-16 14:26
mouf/javascript.jquery.jquery
This package contains the JQuery library, along a Mouf installer file to add JQuery easily in your Mouf project.
时间:2012-10-16 14:26
mouf/javascript.jquery.jquery-filetree
This package contains the jQuery FileTree library, along a Mouf installer file to add JQuery FileTree easily in your Mouf project.
时间:2012-10-16 14:25
mouf/javascript.jquery.jquery-ui
This package contains the JQuery UI library, along a Mouf installer file to add JQuery UI easily in your Mouf project.
时间:2012-10-16 14:22
mouf/javascript.syntaxhighlighter
This package contains the SyntaxHighlighter javascript library, along a Mouf installer file to add SyntaxHighlighter easily in your Mouf project.
时间:2012-10-16 14:21
mouf/javascript.underscore
This package contains the Underscore javascript library, along a Mouf installer file to add Underscore easily in your Mouf project.
时间:2012-10-16 14:19
mouf/utils.i18n.fine
Fine is a PHP internationalisation package. It will help you provide applications that support several languages. FINE means: Fine is not english :). Translation is performed using PHP mapping files, but you will have a nice graphical interface in the Mouf framework to write your own translated mess
时间:2012-10-16 14:16
mouf/famfamfam
This is the Famfamfam silk icon set, wrapped into an easy to use PHP composer package.
时间:2012-10-16 14:14
mouf/html.widgets.statsgrid
This PHP package contains a HTML pivot table. You provide it with a data set and the list of columns and rows and it will display a nice pivot table.
时间:2012-08-25 08:45
mouf/utils.common.conditioninterface
This package contains one interface for condition, and a few classes that implement it. For instance, AndCondition that requires all conditions to be met, and OrCondition that requires at least one condition to be met. A condition is a class that possesses an 'isOk' method. The condition returns tru
时间:2012-08-23 18:10