WyCode is a code analyzer that parses PHP code to extract all the queries from scripts (logically grouped in product(s) and modules) and identifies, for each module and script, the required DB privileges. It lists the tables from a database in either a simple way or with the association to scripts and privileges. As all the strings are extracted first to identify the SQL queries, WyCode may also be used to help the localization process of products. Include statements are evaluated for dependencies management. WySQL is required for dbms connection and querying.
| Tags | Utilities Software Development Quality Assurance Database Front-Ends |
|---|---|
| Licenses | GPL |
| Operating Systems | Unix POSIX Linux OS Independent |
| Implementation | PHP Perl |
Recent releases


Changes: The include statements are now evaluated and recursively scanned for creating a dependency list for later analysis of tables by a product/module/component (and all the files included by the component). Since WyCode just creates a table with the dependencies, the "per module/component" analysis will (optionally) use this table to extract the complete table usage of a component. The DB structure has been changed once again; you must drop all the tables and recreate them from scratch by means of the button.


No changes have been submitted for this release.