Skip to content

Instantly share code, notes, and snippets.

View hotpocket's full-sized avatar

Brandon hotpocket

View GitHub Profile
@hotpocket
hotpocket / designer.html
Last active August 29, 2015 14:21
designer
<link rel="import" href="../paper-tabs/paper-tabs.html">
<link rel="import" href="../paper-tabs/paper-tab.html">
<polymer-element name="my-element">
<template>
<style>
:host {
position: absolute;
width: 100%;
@hotpocket
hotpocket / style-example
Created July 1, 2014 23:41
style pref. reformat
<?php
function usersearchAction(){
$result = $this->_helperUser->searchAction(
$this->_getParam('query'),
Zend_Json::decode($this->_getParam('option', '[]')),
$this->getDbSearchQuery();
);
$this->setData($result)->setSuccess(true);
}