Skip to content

Instantly share code, notes, and snippets.

View fake-fur's full-sized avatar

lauren fake-fur

View GitHub Profile
@fake-fur
fake-fur / FormBuilderLA.php
Last active June 21, 2016 12:40
A few changes to https://gist.github.com/stidges FormBuilder that allow for non-always-block buttons, and switch off the automatic display of in-form error messages.
<?php
namespace Acme\Html;
use Illuminate\Html\FormBuilder as IlluminateFormBuilder;
class FormBuilder extends IlluminateFormBuilder {
/**
* An array containing the currently opened form groups.
@fake-fur
fake-fur / db.class.php
Created June 5, 2014 16:01
tinyissue email notifications - hacky solution that works
<?php
class db extends mysqli {
public function __construct()
{
parent::init();
/*
set any connection options here as reqd