/KSU_Capstone_Spring_2011

Example code and presentations used during the Kent State Capstone class

Primary LanguagePHPBSD 2-Clause "Simplified" LicenseBSD-2-Clause

This repository contains code and resources for the KSU Capstone course.

Contact Information

You can email any time at jmertic at sugarcrm dot com with any questions you have working with the API.

Installation

For installing on Windows, this blog entry provides a good guide using XAMPP:

http://joshsweeney.com/2009/03/sugarcrm-a-short-guide-to-intallation-on-windows/

You should be able to do something similar using MAMP if you are using a Mac.

SugarCRM Web Services resources

Below is a list of good resources for working with the API and some example code.

Here are few articles that reference working with the original API rather than the newer v2 API. Many of the workflows and calls are similar between the two APIs, so they may be also good references:

Github

There are two github repos for the class

Coding Standards

Unit Testing

A few articles on writing unit tests that mock out web services calls