Skip to content

Instantly share code, notes, and snippets.

@kozo
Created December 16, 2010 12:26
Show Gist options
  • Save kozo/743339 to your computer and use it in GitHub Desktop.
Save kozo/743339 to your computer and use it in GitHub Desktop.
PartialHelper-controller-
<?php
class ShopsController extends AppController {
var $helpers = array('Partial');
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment