xcart / xcart-docs

X-Cart 5 Documentation repo - based on Jekyll site builder
https://kb.x-cart.com
6 stars 10 forks source link

some corrections? #60

Open Vasilis-Vr opened 5 years ago

Vasilis-Vr commented 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"

Vasilis-Vr commented 5 years ago

my 1st comment was incorrect on the 2nd issue, which actually doesn't exist.