PHP code example of burzum / cakephp-zurb-inky
1. Go to this page and download the library: Download burzum/cakephp-zurb-inky 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/ */
burzum / cakephp-zurb-inky example snippets
class MyExampleMailer extends Mailer
{
public function __construct(Email $email = null)
{
parent::__construct($email);
$this->setViewRenderer('Burzum/ZurbInky.Inky');
}
}
$this->setCssFiles([
'one',
'two'
]);