Taeluf.com

Home FOSS Versioning

All Projects

Autowire

  • .config/
  • .docsrc/
  • .old/
  • code/
  • docs/
  • integration/
  • test/
    • docs/
    • integration/
    • server/
      • .env/
      • apps/
        • Autowire/
        • Main/
          • class/
            • Example.php
            • User.php
          • phad/
          • view/
          • config.json
      • .gitignore
      • .phptest-host
      • RSettings.json
      • composer.json
      • composer.lock
      • data.sqlite
      • deliver.php
    • README.md
    • config.json
  • .git
  • .gitignore
  • Addons.md
  • LICENSE
  • README.md
  • Status.md
  • composer.json
  • composer.lock
Docs
Src Code

Autowire-src -> test -> server -> apps -> Main -> class -> Example.php

Example.php

<?php

namespace Lia\Test;

class Example {

    static public function show_thing(){
        echo "<strong>thing</strong>";
    }
}
Choose a Branch
Default: v0.1
Current: v0.1
v0.1 v1.0

Taeluf

"Kitchen Sink" styles
Site Analytics

© 2020 Taeluf, Reed Sutman