I am trying to create a website with multiple applications using CodeIgniter. Separate applications should be able to use model methods, helpers, libraries, etc. The documentation on the CI site (see http://codeigniter.com/wiki/Multiple_Applications/ ) seems to suggest that resources should not be shared between applications.
Does anyone know what I need to do to make this work?
An approach that I would specifically recommend for the resources you listed uses the package path of the package at the same level as your application folders.
" "
"../common" , , .
, .
Source: https://habr.com/ru/post/1795114/More articles:Getting a list of all iPhone apps available in the AppStore [i.e. details of 3,500,000 apps now] - iphoneDoes the link to the universal static library (device / simulator) contain x86 code in the released binary for hand? - iosCan you repeat the number back without using a list? - pythondo spambots ignore javascript? - javascriptImplementing a C ++ List - c ++How to run a vim script that modifies the current buffer? - vimChange MKMapType in MKMapView and save custom pinImage for annotations - ioscustomize gvim color and font - vimI have a table stored in memory. How to sort it based on column? - c ++Как мне отлаживать скрипты, которые используют win32ole? - debuggingAll Articles