The Album object represents an album.
Albums are identified usign a key, which is a normalized version of the album name. For example, the key for The Dark Side of the Moon is dark_side_of_the_moon.
Located in /music.php (line 359)
The Artist object for the album.
The primary key for the artist.
The primary key for the album.
The name of the album. Use name() to make sure that the album has been initialized.
Creates an Album object.
Don't call this constructor method directly; instead use:
If this album has no artist, returns an array of all albums with the same name.
Returns an Album object.
This method uses caching to avoid creating multiple instances of the same album.
If the artist key is not included, the object will represent an abstract album with the given name, such as Greatest Hits. You can call albums() to get an array of concrete albums with that name.
Returns a URL to search the iTunes Store for the album.
Searches by artist and album name, unless the album is a compilation
Returns a hyperlink to show the album.
If the link text is not specified, uses the album name.
The link refers to the JavaScript function showAlbum(), as found in the home.php and songs.php pages.
The name of the album.
Returns an array of songs for the album.
Sends add_time_and_size() to each of the songs.
Returns an array of track ids for the album.
Documentation generated on Sun, 12 Feb 2006 19:27:53 +0100 by phpDocumentor 1.2.3