Constructor - Parse the /config/comics.php config file and store
Loads the $comics[$comic] array into this object
Constructor - Create an object that can be used to retrieve a comic by looking at all images on a page, a list of images to ignore, and a range of dimensions, then choose which image is most likely the comic.
Klutz_Comic_bysize Class.
Klutz_Comic_direct Class.
Constructor - Create an object that can be used to retrieve a comic directly from a URL passed in (using substitutions as necessary).
Constructor - Create an object that can be used to retrieve a comic by using a preg_match to reliably get the comic URL from an html document.
Klutz_Comic_search Class.
Klutz_Driver:: defines an API for storing and retrieving the comic images
Klutz Driver implementation for comics as files.
Constructs a new file storage object.
Constructs a new SQL storage object.
Klutz Driver implementation for comics as files with SUM info stored in SQL database.
Constructor - Based on the information passed, loads an image, determines the size and type, etc., and stores the information in the various public properties. Any optional parameters not passed in are calculated to the best of our ability.
Sort by the comic's author.
Sort by the comic's name.