Skip to content
New issue

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

CDataProvider bug if used custom pagination or sorter #1546

Closed
Ryadnov opened this issue Oct 8, 2012 · 1 comment
Closed

CDataProvider bug if used custom pagination or sorter #1546

Ryadnov opened this issue Oct 8, 2012 · 1 comment
Assignees
Labels
Milestone

Comments

@Ryadnov
Copy link
Contributor

Ryadnov commented Oct 8, 2012

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

Ryadnov added a commit to Ryadnov/yii that referenced this issue Oct 8, 2012
@creocoder
Copy link
Contributor

Good catch.

@ghost ghost assigned samdark Oct 9, 2012
@samdark samdark closed this as completed Oct 9, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants