I'm just trying to dive into CodeIgniter + RedBean ORM.
Been glancing through some examples and think it's good enough to get started.
However, it seems like using RedBean eliminates the need to use CodeIgniter models? Looks like you can do most of the DB-related things right from the Controllers.
Is this true? (and at a higher level, is it true for most of the ORMs?)