Skip to content

Instantly share code, notes, and snippets.

View vbugarsk's full-sized avatar

buggy09 vbugarsk

View GitHub Profile
@vbugarsk
vbugarsk / FBCore.php
Created May 8, 2012 04:21
Easy facebook component
<?php
#Facebook component
class FBCore extends CApplicationComponent {
//we want to use setters and getter for the public vars.
protected $_appId;
protected $_appSecret;
//this won't be set via config properties!
protected $_facebook;