mirror of
https://github.com/restoreddev/phpapprentice.git
synced 2025-10-23 02:46:04 +02:00
52 lines
1.6 KiB
HTML
52 lines
1.6 KiB
HTML
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
|
|
<title>PHP Apprentice - Credits</title>
|
|
<meta name="description" content="A site for learning how to use PHP">
|
|
|
|
<link rel="stylesheet" href="/css/site.css">
|
|
<link rel="icon" href="/favicon-32.png">
|
|
<script src="/js/site.js"></script>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="container center">
|
|
<div class="grid-toc">
|
|
<div>
|
|
<h1>Credits</h1>
|
|
<p>
|
|
PHP Apprentice was inspired by
|
|
<a href="https://gobyexample.com/">Go By Example</a> and by <a href="https://elixirschool.com/">Elixir School</a>. Both sites offer excellent, quality documentation in Go and Elixir and I want PHP Apprentice to provide the same
|
|
experience for the PHP programming language.
|
|
</p>
|
|
</div>
|
|
<div>
|
|
<div class="table-of-contents">
|
|
<h4>Table of Contents</h4>
|
|
<a href="/index.html">Preface</a>
|
|
<ol>
|
|
<li><a href="/basics.html">Basics</a></li>
|
|
<li><a href="/variables.html">Variables</a></li>
|
|
<li><a href="/arithmetic.html">Arithmetic</a></li>
|
|
<li><a href="/comparisons.html">Comparisons</a></li>
|
|
<li><a href="/boolean-logic.html">Boolean Logic</a></li>
|
|
<li><a href="/conditionals.html">Conditionals</a></li>
|
|
<li><a href="/loops.html">Loops</a></li>
|
|
<li><a href="/arrays.html">Arrays</a></li>
|
|
<li><a href="/functions.html">Functions</a></li>
|
|
<li><a href="/classes.html">Classes</a></li>
|
|
</ol>
|
|
<a href="/credits.html">Credits</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|