Open Vasilis-Vr opened 5 years ago
This issue is about https://devs.x-cart.com/basics/understanding_models.html (source file: https://github.com/xcart/xcart-docs/blob/master/_pages/devs_en/basics/understanding_models.md)
In the 'test.php' script content, in the line:
// it should be empty echo 'All TestEntity records: ' . var_dump($result) . '<br />';
the comment above should say: "// it should be empty during the 1st execution of the script"
my 1st comment was incorrect on the 2nd issue, which actually doesn't exist.
This issue is about https://devs.x-cart.com/basics/understanding_models.html (source file: https://github.com/xcart/xcart-docs/blob/master/_pages/devs_en/basics/understanding_models.md)
In the 'test.php' script content, in the line:
the comment above should say: "// it should be empty during the 1st execution of the script"