PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Date and Time » Calendar » Bug #9425

Missing build method in code sample

Details

Doc Bug #9425Missing build method in code sample
Submitted2006-11-23 09:46 UTC
Frompierre dot hanselmann at visualobject dot ch
Assignedquipo
StatusClosed
PackageCalendar
PHP VersionIrrelevant
Roadmaps(Not assigned)

Comments

[2006-11-23 09:46 UTC] pierre dot hanselmann at visualobject dot ch

Description:
------------
Just a missing line in the code sample of the Class Calendar_Week:

# require_once 'Calendar'.DIRECTORY_SEPARATOR.'Week.php';
# $Week = & new Calendar_Week(2003, 10, 1); Oct 2003, 1st tabular week

To Add on 3rd line:
$Week-build();

Best regards

[2006-11-23 09:50 UTC] pierre dot hanselmann at visualobject dot ch

Arg wrong typo sorry:
$Week->build();