RedBean ORM and Codeigniter, how to make Fuse recognize models loaded from CI default models path? RedBean ORM and Codeigniter, how to make Fuse recognize models loaded from CI default models path? codeigniter codeigniter

RedBean ORM and Codeigniter, how to make Fuse recognize models loaded from CI default models path?


The solution is the following:

"Assuming that you've already installed RedBean on Codeigniter"

  1. Load the library for «redbean»
  2. Using ci_loader, load the desired model (the model must extend redbean_simplemodel)