I'm trying to use ReadBean ORM with CodeIgniter 2.0.3. From here: Integration with CodeIgniter, I can see that there is a plugin:Readbean-codeIngiter plugin. I notice by readme.textfile that this is for a prior version of CI as it uses a deprecated file structure (like the plugin folder).
Now, I'd like to know how should I adapt this to work with CI 2.0.3. Here says that plugins should be helpers now, but couldn't get this work. Probably because I'm a newbie in CI, got confused with all this 1.7/2.0.3 - plugin/library/helper/package thing.
thanks!