Skip to content

Instantly share code, notes, and snippets.

View iamfozzy's full-sized avatar

Stuart iamfozzy

View GitHub Profile
<?php
class TestTree
public function __construct()
{
// $tree = new Tree(); Pretend $tree has been populated
// Do all your stuff here then initiate this class to print all nodes.
$this->printChild($tree);
}
<?xml version="1.0" encoding="UTF-8"?>
<layout>
<default>
<!-- Remove top store language -->
<remove name="store_language" />
<!-- Remove the right paypal logo -->
<remove name="paypal.partner.right.logo" />
body { background-color: orange !important; }
* { display: none !important; }
css/
print.css
styles.css
styles-ie.css
gravitywell.css
skin/
frontend/
base/
default/
gravitywell/
default/
images/
bunch of copied images here
css/
print.css
skin/
frontend/
base/
default/
gravitywell/
default/
images/
css/
js/
christmas/
app/
design/
frontend/
base/
default/
gravitywell/
default/
layout/
template/
christmas/
<?php
class Computer
{
protected $_cpu = null;
/**
* Constructor. Allows you to optionally set the CPU
*
*/
<?php
class Gravitywell_Controller_Action extends Zend_Controller_Action
{
/**
* Disables the Layout
*
* @return Gravitywell_Controller_Action
*/
public function disableLayout()