Developer Resources: Difference between revisions

From IHRIS Wiki
No edit summary
Line 10: Line 10:
==Technical Overview==
==Technical Overview==


* [[Magic Data Storage Mechanisms|Magic Data Storage Mechanisms (I2CE_MagicData)]]
* [[Database Structure|Overview of the iHRIS Database Structure]] -- ''Note: This document is out-of-date and is scheduled for revision.''
* [[Database Structure]]
 
* [[File Search Paths]]
* [[Module Structure|Overview of the iHRIS Module Structure]]
* [[Forms and Form Classes]]  
 
* [[Pages and Templates|Overview of Pages and Templates in iHRIS]]
 
* [[Forms and Form Classes|Overview of iHRIS Forms and Form Classes]]
**[[Form Storage Mechanisms|Form Storage Mechanisms (I2CE_FormStorage_Mechanism)]]  
**[[Limiting Forms]]
**[[Limiting Forms]]
**[[Changing List Displays]]
**[[Form Storage Mechanisms]]
* [[Module Structure]]
* [[Pages and Templates]]
* [[Pluggable Authentication]]
* [[Swiss Magic Data Editor]]


* [[File Search Paths|File Search Utility and Paths (I2CE_FileSearch)]]
* [[Magic Data Storage Mechanisms|Database Storage Mechanisms (I2CE_MagicData)]]
** [[Swiss Magic Data Editor]]
**[[Changing List Displays|How to Change List Displays]]


== Lists ==
== Lists ==

Revision as of 10:23, 8 July 2013

These resources support customizing, updating, or extending the iHRIS source code.


Technical Overview

Lists

  • Modules Lists -- Modules are the building blocks of iHRIS.
  • Class List -- A list of the classes with links to their documentaion
  • Template List -- A list of all the HTML templates and their locations used in the iHRIS software
  • Form Lists -- A list of all the forms showing how data are related
  • Task List -- A list of all the tasks in the iHRIS software
  • Role List -- A list of all the roles in the iHRIS software


How-to's