for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* @copyright Bluz PHP Team
* @link https://github.com/bluzphp/skeleton
*/
* @namespace
namespace Application\Test;
use Bluz\Proxy\Db;
use Bluz\Proxy\Request;
use Bluz\Proxy\Response;
* Crud based on Db\Table
*
* @package Application\Test
* @method Table getTable()
* @author Anton Shevchuk
* @created 03.09.12 13:11
class Crud extends \Bluz\Crud\Table
{
}