| Subject: | I spent a great deal of time on it,... |  
| Summary: | Package rating comment |  
| Messages: | 2 |  
| Author: | John Suite |  
| Date: | 2008-07-27 14:41:42 |  
| Update: | 2008-08-26 02:34:41 |  
|   |  
 
 | 
 | 
John Suite rated this package as follows:
| Utility:  | Not sure | 
| Consistency:  | Sufficient | 
| Documentation:  | Bad | 
| Examples:  | Bad | 
| 
 | 
  John Suite - 2008-07-27 14:41:43  
I spent a great deal of time on it, and kept getting errors.  
Fatal error: Cannot access empty property in SQL_Export.php on line 47 
 
I even used all of your examples to test. 
 
  
  Chris Stegmaier - 2008-08-26 02:34:41 -  In reply to message 1 from John Suite 
To get this script to work, find the two following lines and remove the dollar sign before exported 
 
1: $this->$exported .= "###################\n# Dumping table $t\n###################\n\n$header" . $data . "\n"; 
2: return($this->$exported); 
 
The way the script is written, it is expecting variables after the arrows.  Just remove the dollar signs and it will work like a champ. 
 
I tried to contact the author by email, but I got a bounce back. 
  
   |