Skip to content

Instantly share code, notes, and snippets.

View hussani's full-sized avatar

Hussani Oliveira hussani

View GitHub Profile
@hussani
hussani / Post.php
Last active December 14, 2015 04:49
Post entity with Respect/Relational
<?php
namespace Hussani\Entity;
use Respect\Relational\Mapper;
use PDO;
use DateTime;
class Post extends AbstractEntity
{