Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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!

share|improve this question

1 Answer

I found a branch from michaelwills that does exactly what I was looking (updating the plugin to CI2).

I tried it and seems to work (i just made a few tests inserting rows to the database). The class to load now is called: redbeanmodel

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.