PHP code example of gezeresolutionsweb / cakeganache
1. Go to this page and download the library: Download gezeresolutionsweb/cakeganache library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
gezeresolutionsweb / cakeganache example snippets
CakePlugin::load('CakeGanache');
public $helpers = array(
'Html' => 'CakeGanache.GanacheHtml',
'Form' => 'CakeGanache.GanacheForm',
'Paginator' => 'CakeGanache.GanachePaginator',
'Navbar' => 'CakeGanache.GanacheNavbar'
'Tablenavbar' => 'CakeGanache.GanacheTablenavbar'
'Calendar' => 'CakeGanache.GanacheCalendar'
) ;