Skip to content

Instantly share code, notes, and snippets.

<?php
include(APPPATH.'libraries/facebook-client/facebook.php');
class Facebook_connect {
private $_obj;
private $_api_key = NULL;
private $_secret_key = NULL;
public $user = NULL;
/*
-------------------------------
Author: Pete Saia
File: inputHelper
Version: 2.0
http://petesaia.com/work/input-helper/
-------------------------------
*/
(function($) {
$.fn.inputHelper = function(settings) {