Skip to content

Instantly share code, notes, and snippets.

@goosys
Created December 25, 2014 17:08
Show Gist options
  • Save goosys/cf3882685df3869ce2ed to your computer and use it in GitHub Desktop.
Save goosys/cf3882685df3869ce2ed to your computer and use it in GitHub Desktop.
FuelPHPのValidationに直接独自ルールを追加する(PHP>=5.3)
<?php
class Validation extends Fuel\Core\Validation
{
use Validation_Required;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment