PHP Classes

This package can be only useful for learning.

Recommend this page to a friend!

      PHP SQLite CRUD  >  All threads  >  This package can be only useful for...  >  (Un) Subscribe thread alerts  
Subject:This package can be only useful for...
Summary:Package rating comment
Messages:2
Author:Gregor G
Date:2021-01-31 12:56:03
 

Gregor G rated this package as follows:

Utility: Bad
Consistency: Sufficient
Documentation: Insufficient
Examples: Insufficient

  1. This package can be only useful for...   Reply   Report abuse  
Picture of Gregor G Gregor G - 2021-01-31 12:56:03
This package can be only useful for learning. Code style is consistent but poorly written and no sufficient.

Like sample line 78 in example.php var_dump($operation);
What the hack is that?!

  2. Re: This package can be only useful for...   Reply   Report abuse  
Picture of Hassane Moussa Hassane Moussa - 2021-01-31 17:35:42 - In reply to message 1 from Gregor G
Hi Gregor,

Well note and thanks for your comment.
But I used The var_dump() function because it displays structured information about a variable, including its type and value. Tables and objects are explored recursively, with indentations, to emphasize their structure.

Best regards,
Hassane