3.4.4.2 Importing Core Libs

Core libraries such as Sanitize, and Xml can be loaded by:

App::import('Core', 'Sanitize');
  1. App::import('Core', 'Sanitize');

The above would make the Sanitize class available for use.