ritaco / tools
some library for CakePHP by used in RitaCo Projects.
Installs: 37
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 1
Open Issues: 0
Type:cakephp-plugin
Requires
- php: >=5.2
- cakephp/cakephp: 2.5.*
This package is not auto-updated.
Last update: 2025-01-04 18:37:08 UTC
README
some library for CakePHP by used in RitaCo Projects
for CakePHP 2.6
Helpers :
- RitaHtml :
install :
<?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'])
);
FULL:
$this->Html->link(
'Rita',
'/blog',
array('onActive' => [true|'full' or 'inline'])
);
inline: