For example, I have single table and two corresponding models. I need models to deal with different rows of a table, depending on some trigger field (called is_x, for instance), so that Model_X::find('all') in controller returns all rows with 'is_x' = 1. What is the best way to make it? Thanks in advance.