Skip to content

Instantly share code, notes, and snippets.

View Erikvv's full-sized avatar
🗽

Erik van Velzen Erikvv

🗽
View GitHub Profile
@grizzm0
grizzm0 / Foo.php
Last active August 9, 2021 14:13
Best practice form/input-filter setup for ZF3
<?php
namespace Application\Entity;
/**
* Class Foo
*
* @package Application\Entity
*/
class Foo
{