
Michael LeComte - 2007-05-14 21:53:08
In drasticGrid.class.php
instead of
function __construct($src, $options=false) {
I think you may need:
function __construct($src, $options=false) {
Several of the examples don't have any $options passed. I don't know how the online examples are working without that assuming $options are not set.