ritaco / tools
用于RitaCo项目的CakePHP库。
dev-master
2015-02-16 04:35 UTC
Requires
- php: >=5.2
- cakephp/cakephp: 2.5.*
This package is not auto-updated.
Last update: 2024-09-28 16:56:58 UTC
README
用于RitaCo项目的CakePHP库
适用于CakePHP 2.6
助手
- RitaHtml
安装
<?php
class AppController extend Controller {
public $helpers = array(
'Html' => array(
'className' => 'RitaTools.RitaHtml'
)
);
}
####Html::link()
$this->Html->link(
'Rita',
array('plugin' => 'Blog', 'controller' => 'Posts', 'action' => 'add'),
array('onActive' => [true|'full' or 'inline'])
);
完整
$this->Html->link(
'Rita',
'/blog',
array('onActive' => [true|'full' or 'inline'])
);
内联