Skip to content
forked from tom--/ManyMany

A Yii app for experimenting with complex grid views

Notifications You must be signed in to change notification settings

yjeroen/ManyMany

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ManyMany

A Yii app for experimenting with complex grid views

The app has a SongController with two actions:

  • /index.php?r=song/songs
  • /index.php?r=song/reviews

song/songs is working fine. Filtering is implemented but sorting not yet.

song/reviews is implemented and runs but does not do its job. I do not know how to make it work. My ideas include:

  • Use the Review model in the grid's data provider. But this creates a problem with displating genres. Perhaps with a subquery? Maybe use SQActiveRecord?

Um. Ok, that's the only idea I have.

Make suggestions!

About

A Yii app for experimenting with complex grid views

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 99.8%
  • Perl 0.2%