承接 blainesch/li3_memoize 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

blainesch/li3_memoize

Composer 安装命令:

composer require blainesch/li3_memoize

包简介

Will aid in the caching of expensive helper/model instance methods.

README 文档

README

Will aid in the caching of expensive helper/model instance methods.

Build Status

Installation

Composer

{
    "require": {
        ...
        "blainesch/li3_memoize": "dev-master"
        ...
    }
}
php composer.phar install

Submodule

git submodule add git://github.com/BlaineSch/li3_memoize.git libraries/li3_memoize

Clone Directly

git clone git://github.com/BlaineSch/li3_memoize.git libraries/li3_memoize

Usage

Load the plugin

Add the plugin to be loaded with Lithium's autoload magic

In app/config/bootstrap/libraries.php add:

<?php
	Libraries::add('li3_memoize');
?>

Tell it which instance methods to cache

<?php
use li3_memoize\extensions\Memoize;
Memoize::add(array(
	array(
		'name' => 'app\extensions\helper\Prose',
		'method' => array('init')
	),
	array(
		'name' => 'app\models\Users',
		'method' => array('name')
	),
));

统计信息

  • 总下载量: 7
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 2
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 2
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: The
  • 更新时间: 2012-11-08

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固