Skip to content

Instantly share code, notes, and snippets.

View mgcrea's full-sized avatar
🚀
Norminal

Olivier Louvignes mgcrea

🚀
Norminal
  • Freelance
  • Paris, France
View GitHub Profile
<?php
class MgHtmlHelper extends HtmlHelper {
var $helpers = array('Html', 'Form');
function __construct($paths = array()) {
$this->View =& ClassRegistry::getObject('view');
}