PHP Classes

Errors issued in running 'ModelGenerator.

Recommend this page to a friend!

      PHP Model Class Generator  >  All threads  >  Errors issued in running...  >  (Un) Subscribe thread alerts  
Subject:Errors issued in running...
Summary:Package rating comment
Messages:1
Author:Alekos Psimikakis
Date:2017-10-17 11:23:35
 

 

Alekos Psimikakis rated this package as follows:

Utility: Bad
Consistency: Bad
Documentation: Not sure
Examples: Sufficient

  1. Errors issued in running...   Reply   Report abuse  
Picture of Alekos Psimikakis Alekos Psimikakis - 2017-10-17 11:23:35
Errors issued in running 'ModelGenerator.php':
1) "fopen(path/schema.sql): failed to open stream". That is wrong paths are set in 'example_use.php', since 'path/' doesn't exist and schema.sql is in current path (of the package). I couldn't check the result since another, more important error follows:
2) "Undefined variable: string ... on line 45" (preg_match_all($pattern, $string, $matches))

Bad. I wonder if this PHP class is tested before being submitted ...