mouf/security.rightsservice-splash
This package contains a set of class to bind the Splash MVC framework (>=v4) with the RightsService component. It features: a @RequiresRight annotation to restrict access to logged users only.
时间:2012-10-16 14:59
mouf/security.simplelogincontroller
This package contains a simple Splash controller to log into an application. The controller can display a simple form with username/password choice, and has actions to login/logout the application.
时间:2012-10-16 14:57
mouf/security.userfiledao
This package contains an implementation of a UserDao, that stores the application users in a simple PHP file. It can be used together with the MoufUserService to provide easy access management to an application. Since the users are stored in a PHP file, this very special DAO does not require a datab
时间:2012-10-16 14:56
mouf/security.userservice-splash
This package contains a set of class to bind the Splash MVC framework (>=v4.0) with the UserService component. It features: a @Logged annotation to restrict access to logged users only.
时间:2012-10-16 14:53
mouf/utils.cache.cache-interface
This package only contains the interface that must be implemented by caching classes. Unless you want to implement your own caching method, you should import a cache package that will use this interface. For instance, common.utils.session-cache, or common.utils.file-cache.
时间:2012-10-16 14:52
mouf/utils.cache.apc-cache
This package contains a cache mechanism that relies on the APC caching system. For this cache to work, the APC Pecl package must be enabled.
时间:2012-10-16 14:52
mouf/utils.cache.file-cache
This package contains a cache mechanism that relies on temporary files.
时间:2012-10-16 14:52
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/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/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