Linux 软件免费装

Pico Plugin Framework

开发者 chris.odell
更新时间 2014年3月10日 06:59
捐献地址: 去捐款
PHP版本: 3.0.1 及以上
WordPress版本: 3.6.1
版权: GPLv2 or later
版权网址: 版权信息

标签

mvc plugin framework rapid application development ppf

下载

1.0.0.2

详情介绍:

Foxdell Folio are pleased to present the Pico Plugin Framework. This framework has been designed to provide the benefits of an MVC implementation contained in one file, currently of approximately 27K. Do we need yet another MVC framework? When looking around for an MVC framework to use we found that the MVC frameworks as plugins for WordPress had many features but required the implementation of a specific file structure or needed the implementation of config files. All we wanted were a few simple helper functions and a way of separating control logic from presentation logic, whilst still leveraging many of the features already present in WordPress. As we could not find one to fulfil these requirements we built our own. Features of the framework include If you like this framework and it helps boost your productivity then please consider leavinga review for this plugin. PLEASE NOTE THERE IS A BREAKING CHANGE IN THIS RELEASE. Please see the change log and reference implementations to see how to use the PPFCreator class to create a PPFApp instance rather than creating a PPFApp instance directly.

安装:

  1. Unzip the archive file.
  2. Copy the extracted folder and it's contents to the WordPress Plugin Folder.
  3. Activate the Pico Plugin Framework through the Plugins menu option in WordPress.

常见问题:

What does this plugin do?

This plugin of itself does nothing. It is purely documentation and a way of distributing the file wth the framework implementation, PPFApp.php

Um, how do I use the framework?

  1. Install this plugin.
  2. Read through the example provided in the documentation.
  3. Download the Starterpack
  4. Read through the reference implementations.

Crikey that seems like a lot of work, is there an easier way to get started?

Not at this time. The quickest way to get started is to follow the example and look at the source code of the MyFirstPPFPlugin in the Starterpack.

更新日志:

1.0.0.1 1.0.0.2 PPF Changes Reference Implementation Changes Codex Changes