Skip to content

Instantly share code, notes, and snippets.

View wshawn's full-sized avatar

Dr. W. Shawn Wilkerson wshawn

View GitHub Profile
@wshawn
wshawn / myclass.class.php
Last active August 29, 2015 14:10
Sample class file for use with xPDO
<?php
/**
* @package myclass
*/
/**
* MyClass xPDO Version
*
* This is the main file to include in your scripts to use MyClass xPDO Version and dynamically interacts with all aspects of the MyClass.
*
@wshawn
wshawn / getResource.php
Last active January 16, 2022 13:34
Retrieves a MODX Revolution Resource and its associated Tempalte Variables for use in AJAX and static applications.
<?php
/**
* This file retreives the designated Resource and any associated Template Variables.
* @package ShawnWilkersonBlogActicles
*/
/**
* This is in response to a question posted in Linkedin by <a href="//www.linkedin.com/groups/Ajax-modx-revolution-697477%2ES%2E182783815?qid=037130f3-1f94-4e18-8b90-2bd19248fa41&trk=groups_most_popular-0-b-ttl&goback=%2Egde_697477_member_182783815%2Egmp_697477">Dharmesh Mandaliya.</a>
*
* @author W. Shawn Wilkerson <shawn@sanityllc.com>
* @copyright Copyright 2013-2014 by Shawn Wilkerson.