Skip to content

Instantly share code, notes, and snippets.

View wilsonge's full-sized avatar
🐣
breaking out

George Wilson wilsonge

🐣
breaking out
View GitHub Profile

Keybase proof

I hereby claim:

  • I am wilsonge on github.
  • I am wilsonge (https://keybase.io/wilsonge) on keybase.
  • I have a public key whose fingerprint is 4499 25CD FA6D 20F2 5711 3D78 C2D3 82F0 3C2F 820A

To claim this, I am signing this object:

@wilsonge
wilsonge / gist:ec53ea62290d417b5c76
Created May 11, 2014 11:45
Model and View times
/**
* Associative array of models
* stored as $models[$prefix][$name] used by get models
* @var array
*/
protected $models = array();
/**
* View to display
* @var JViewCms
@wilsonge
wilsonge / form
Created March 11, 2014 12:34
Different form controls for CSS Frameworks
<!-- Bootstrap 2 -->
<form class="form-horizontal">
<div class="control-group">
<label class="control-label" for="inputEmail">Email</label>
<div class="controls">
<input type="text" id="inputEmail" placeholder="Email">
</div>
</div>
</form>