Snippet Resources
Snippets are actually Etomite-specific PHP scripts which can be used to extend its capabilities. Snippets might only contain one or several lines of code which perform a simple task, or they can be hundreds or even thousands of lines long and perform complex data management tasks. Your needs and creativity is the only limiting factor.
The Etomite API provides many class functions which can be used to speed your productivity. Although it is possible to hand code every component of your snippets from scratch it is best to become familiar with the available API functions and their use as not only do thay make your programming task eaiser but they also help with error handling and debugging.
You can learn more about Snippets on the documentation site.
