Skip to content

Instantly share code, notes, and snippets.

View swthate's full-sized avatar

Steven Thate swthate

  • MN
View GitHub Profile
@swthate
swthate / AppModel.php
Last active August 29, 2015 13:59 — forked from anonymous/Client.php
<?php
// File: /app/Model/AppModel.php -->
App::uses('Model', 'Model');
/**
* Application model for Cake.
*
* Add your application-wide methods in the class below, your models
* will inherit them.