Exemple #1
0
function getstates($obj)
{
    $state = new state();
    return $state->getall();
}