PHP Classes

bug?

Recommend this page to a friend!

      DrasticTools  >  All threads  >  bug?  >  (Un) Subscribe thread alerts  
Subject:bug?
Summary:bug? function __construct($src, $options=false)
Messages:1
Author:Michael LeComte
Date:2007-05-14 21:53:08
 

  1. bug?   Reply   Report abuse  
Picture of Michael LeComte 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.