Closed bchesnut closed 9 years ago
Very nice, straightforward extension.
The following works for me using Oracle 11g:
'regex' => function($attribute, $pattern) { return "regexp_like($attribute, '^$pattern')"; }
Also, I suggest adding a note about the $alphaDefault attribute under ActiveDataProvider.
Thanks.
Very nice, straightforward extension.
The following works for me using Oracle 11g:
Also, I suggest adding a note about the $alphaDefault attribute under ActiveDataProvider.