July 2015
Beginner to intermediate
260 pages
5h
English
In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "The autoload class takes a single parameter called $class, which is an alias provided by the factory method."
A block of code is set as follows:
Mage::register('original_include_path', get_include_path()); if (defined('COMPILER_INCLUDE_PATH')) { $appPath = COMPILER_INCLUDE_PATH; set_include_path($appPath . PS . Mage::registry('original_include_path')); include_once "Mage_Core_functions.php"; ...Read now
Unlock full access