PHP Classes

just fix this one Fatal error: Cannot unset $this in F:\xamp...

Recommend this page to a friend!

      PHP Web MVC Framework  >  All threads  >  just fix this one Fatal error:...  >  (Un) Subscribe thread alerts  
Subject:just fix this one Fatal error:...
Summary:Package rating comment
Messages:2
Author:ahmad
Date:2018-02-28 00:11:25
 

ahmad rated this package as follows:

Utility: Good
Consistency: Good
Documentation: Good
Examples: Good
Tutorial videos: Good

  1. just fix this one Fatal error:...   Reply   Report abuse  
Picture of ahmad ahmad - 2018-02-28 00:11:25
just fix this one

Fatal error: Cannot unset $this in F:\xampp\htdocs\lol\models\beans\BeanPart.php on line 465

  2. Re: just fix this one Fatal error:...   Reply   Report abuse  
Picture of Saro Carvello Saro Carvello - 2018-02-28 10:26:09 - In reply to message 1 from ahmad
Hi,
Thank for your comment.

Bean classes are automatically generated by the utility located at
util/app_create_beans.php.

This is a simple tool that reads a MySQL database and generates models
for each table.

The generation engine is template based. This means that it uses a template, located at "util/mysqlreflection/MVCMySqlBeanClass.php.tpl" as a skeleton to generate classes.
You can modify the template to solve any problems or apply your custom updates to the source code of the class.

You can find a "bit" of documentation about the generation engine here:
github.com/rcarvello/mysqlreflectio ...

Best regards
Rosario