mirror of
https://codeberg.org/vegvisir/website.git
synced 2025-09-14 00:43:42 +02:00
15 lines
No EOL
725 B
PHP
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") ?>
|