This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
class SuperEloquent extends Eloquent | |
{ | |
protected $before_save = array(); | |
public function __construct($attributes = array()) | |
{ | |
parent::__construct($attributes); | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
return array( | |
/* | |
|-------------------------------------------------------------------------- | |
| ISO Countries | |
|-------------------------------------------------------------------------- | |
| | |
| Associative array of all countries with their two-character ISO code | |
| |