Skip to content

Instantly share code, notes, and snippets.

@joshuaziering
joshuaziering / gist:4773150
Created February 12, 2013 20:35
Code To Dsplay
<p style="text-align:center">
<img src="http://blog.futureadvisor.com/wp-content/uploads/2013/02/AwardBadge_Small_Company.png"/>
<br>
<a href="http://blog.futureadvisor.com">The Best 401k Awards</a>
</p>
@joshuaziering
joshuaziering / gist:2946481
Created June 18, 2012 02:27
Scope On A Loop
while($this->_get_parent($parent)>0){
$page = $this->_get_page($parent);
$uri = $page->page_uri.'/'.$uri;
$parent = $this->_get_parent($parent);
}