Skip to content

Instantly share code, notes, and snippets.

View duartedouglas's full-sized avatar
🎯
Focusing

Douglas Duarte duartedouglas

🎯
Focusing
  • Belo Horizonte-MG Brasil
View GitHub Profile
@duartedouglas
duartedouglas / Crud.php
Last active August 29, 2015 14:04
Crud Interface
<?php
namespace Whatever\Dao;
use Whatever\Model\EntityInterface;
/**
* Interface DataAccess
* @package Whatever\Dao
*/