We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
if create dataprovider with custom sorter (or paginator)
$dataProvider = new CActiveDataProvider('Model', array( 'sort' => array( 'class' => 'MySort', ), ));
we get error Property "CSort.class" is not defined.
bug created in b9d32b2
The text was updated successfully, but these errors were encountered:
CDataProvider fix - issue yiisoft#1546
83f9bc6
Good catch.
Sorry, something went wrong.
samdark
No branches or pull requests
if create dataprovider with custom sorter (or paginator)
we get error Property "CSort.class" is not defined.
bug created in b9d32b2
The text was updated successfully, but these errors were encountered: