0

I am building a website which includes IPB.

The IPB should contain parts from the views (for example the header) / models / etc.. of the website - My question is how to integrate the website (= Codeigniter) and the IPB? where should I install the IPB? outside the application folder?

Luis
  • 3,257
  • 13
  • 50
  • 59

1 Answers1

0
  • You can consider using an Adapter Pattern.

  • You should install files outside your application directory to keep it independent.

  • Using the Adapter Pattern, link your controllers and models accordingly as per needs of your website requirements.

  • Note that, to do this, you should also have a good insight into your IPB Application.

linuxeasy
  • 6,269
  • 7
  • 33
  • 40