Navigation Menu

Skip to content

Phize/cakephp-plugin-queue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

/**
 * キュープラグイン
 *
 * Licensed under The MIT License
 * Redistributions of files must retain the above copyright notice.
 *
 * @category	Plugin
 * @package		QueuePlugin
 * @author		Phize
 * @copyright	2010 Phize (http://phize.net/)
 * @license		MIT License (http://www.opensource.org/licenses/mit-license.php)
 */



依存ライブラリ
================================================================================
以下のライブラリに依存する。

	・Validationビヘイビア
	・Transactionビヘイビア



プラグインの設定
================================================================================
/app/plugins/queue/config/core.php でプラグインの設定。
/app/config/core.php でプラグインの設定を読み込み。

	App::import('File', 'Queue.Core', array('file' => APP . 'plugins' . DS . 'queue' . DS . 'config' . DS . 'core.php'));

About

Queue plugin for CakePHP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages