{contenu}Documentation
Where to start ?
We have produced several types of documentation according to your needs.
But remember that helpPHP is for people who have had experience with PHP and Javascript!
THE DOCUMENTATION IS STILL INCOMPLETE... UNFINISHED SECTIONS ARE PREFIXED "WIP"!
{contenu}Autodocs:
Integrated into the code itself, autodocs have a multiple objective:
- Inform your code editor (Vscode or other) by allowing it to display the parameters of each function, autocompletion etc.
- List all classes , methods, function , and search them, but also force an IA/LLM to use only what is present in the list (LLM tend to invent methods that do not exist !).
- Give details when necessary.
{contenu}Contextual documentation:
In project-related github repository, it is not uncommon to find a "readme", and this readme is often essential.
Especially in the case of the installation of the environment, where you will find a different "readme" depending on the branch chosen.
So if, cross a readme.md somewhere in the code, take the time to read it please.
{contenu}Training:
On this site, several small trainings are available concerning:
- The installation of helPHP
- Its organization and bases (the soporific conceptual blabla! )
- Using modules by defaults of the instance
- Create new modules, program with helpPHP
- etc...
and are gathered in the "Documentation" menu