Top Banner
CiviCRM Code Overview Donald Lobo [email protected]
10

CiviCRM Code Overview Donald Lobo

Jan 18, 2018

Download

Documents

Earl Fleming

Basic File Structure
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: CiviCRM Code Overview Donald Lobo

CiviCRM Code Overview

Donald [email protected]

Page 2: CiviCRM Code Overview Donald Lobo

Basic File Structure Packages Used Code Structure - PHP files and Templates Menu structure

Topics

Page 3: CiviCRM Code Overview Donald Lobo

Basic File Structure

Page 4: CiviCRM Code Overview Donald Lobo

Packages Used

PEAR - Quickform + DataObjects Smarty - Templating JQuery - AJAX library WYSIWYG Editor - CKEditor / TinyMCE PayPal and other payment processors

Page 5: CiviCRM Code Overview Donald Lobo

Other Packages

Page 6: CiviCRM Code Overview Donald Lobo

Code StructurePHP Files

Page 7: CiviCRM Code Overview Donald Lobo

Code StructureTemplate Files

Page 8: CiviCRM Code Overview Donald Lobo

Menu structureMenu's are defined in xml file (eg: Contact.xml)

Page 9: CiviCRM Code Overview Donald Lobo

Any questions?

Page 10: CiviCRM Code Overview Donald Lobo

Thank You