Skip to content

Instantly share code, notes, and snippets.

View fahad19's full-sized avatar

Fahad Heylaal fahad19

View GitHub Profile

Keybase proof

I hereby claim:

  • I am fahad19 on github.
  • I am fahad19 (https://keybase.io/fahad19) on keybase.
  • I have a public key whose fingerprint is FAA5 98A9 B77F A6C5 A931 1A77 F79C 1C33 10D5 767C

To claim this, I am signing this object:

@fahad19
fahad19 / plugin.json
Created December 20, 2011 23:26
JSON file for Croogo plugins instead of YAML
{
"name": "Example",
"description": "Example plugin for demonstrating hook system",
"author": "Author Name",
"authorEmail": "author@example.com",
"authorUrl": "http://example.com",
"dependencies": {
"plugins": [
@fahad19
fahad19 / Navigation.php
Created November 23, 2011 02:34
Admin navigation management in Lithium PHP framework
<?php
/**
* Navigation class for storing admin panel menu.
*
* @author Fahad Ibnay Heylaal <contact@fahad19.com>
* @license http://www.opensource.org/licenses/mit-license.php The MIT License
*/
namespace core\storage;
use core\util\Set;