website/public/docs/API/PHP/VV/index.php
vlw e5a0a8169c Initial code commit (#1)
First (rushed 😦) release of the Vegvisir website.

Reviewed-on: https://codeberg.org/vegvisir/website/pulls/1
Co-authored-by: vlw <victor@vlw.se>
Co-committed-by: vlw <victor@vlw.se>
2024-08-30 10:01:58 +00:00

15 lines
No EOL
725 B
PHP

<section class="md">
<container>
<h1><code>VV</code></h1>
<p>The <code>VV</code> (two "V"'s, not a W) contains everything needed to interact with Vegvisir's PHP features.</p>
<p>The class can not be instanced since it only contains static methods.</p>
</container>
</section>
<section class="md">
<container>
<h2>Namespace</h2>
<p>The <code>VV</code> class is accessible <strong>without</strong> a namespace from <strong>any</strong> PHP file within your project.</p>
<p>The class intentionally lacks a namespace to reduce the (all be it short) boilerplate code that would be required to import and <code>use</code> it on every page of your project.</p>
</container>
</section>
<?= VV::shell("shells/docs") ?>