Skip to content

Instantly share code, notes, and snippets.

@legierski
legierski / gathercontent_api_v0_4.php
Last active May 10, 2022 01:56
GatherContent API example (v0.4)
<?php
class Example_API {
private $api_url;
private $api_key;
private $password;
/**
* Class Constructor
@legierski
legierski / phpconsole_helper.php
Last active August 29, 2015 13:58
Phpconsole helper file for Codeigniter (https://phpconsole.com)
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
include(APPPATH.'third_party/phpconsole.php');
class phpconsole_helper {}