RCI:How RCI works

From CREpedia

Jump to: navigation, search

An RCI consists of three elements:

  • The code on a page that calls the RCI function.
  • A folder in the file system where the modified files can be stored.
  • A modified RCI file that is included into the page.

What makes RCI different than a regular include?

  • Files to be included without having to specifically name them in the code page.
  • Multiple files created to effect the same general area can included in a single call.
  • Using simple file name prefix, you can sort the files.
  • It allows for application top and bottom enhancements to be handled.
  • Debug message can be enabled to track down which included file is causing an error.