-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGetting_Started.html
More file actions
106 lines (96 loc) · 6.96 KB
/
Copy pathGetting_Started.html
File metadata and controls
106 lines (96 loc) · 6.96 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en"> <![endif]-->
<!--[if IE 7]> <html class="no-js ie7 oldie" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="no-js ie8 oldie" lang="en"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
<head>
<title>Framework Simple</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="description" content="Only the Files You Need" />
<meta name="author" content="Framework Simple">
<link rel="icon" href="./img/favicon-green.png" type="image/x-icon">
<!-- Mobile -->
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Font -->
<link href='http://fonts.googleapis.com/css?family=Roboto+Slab:400,700,300,100' rel='stylesheet' type='text/css'>
<!-- LESS -->
<link rel="stylesheet" href="./css/daux-green.min.css">
</head>
<body>
<!-- Docs -->
<a href="https://github.com/rachelhigley/Framework-Simple" target="_blank" id="github-ribbon"><img src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub"></a>
<div class="container-fluid fluid-height wrapper">
<div class="navbar navbar-fixed-top">
<div class="container-fluid">
<a class="brand navbar-brand pull-left" href="./">Framework Simple</a>
<p class="navbar-text pull-right">
<a href="/php_documention">PHP Documentation</a>
</p>
</div>
</div>
<!-- Docs -->
<a href="https://github.com/rachelhigley/Framework-Simple" target="_blank" id="github-ribbon"><img src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub"></a>
<div class="container-fluid fluid-height wrapper">
<div class="navbar navbar-fixed-top">
<div class="container-fluid">
<a class="brand navbar-brand pull-left" href="./">Framework Simple</a>
<p class="navbar-text pull-right">
<a href="/php_documention">PHP Documentation</a>
</p>
</div>
</div>
<div class="row columns content">
<div class="left-column article-tree col-sm-3">
<!-- For Mobile -->
<div class="responsive-collapse">
<button type="button" class="btn btn-sidebar" id="menu-spinner-button">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div id="sub-nav-collapse" class="sub-nav-collapse">
<!-- Navigation -->
<ul class="nav nav-list"><li class="open"><a href="#" class="aj-nav folder">Getting Started</a><ul class="nav nav-list"><li><a href="./Getting_Started/Installation.html">Installation</a></li><li><a href="./Getting_Started/Conventions.html">Conventions</a></li><li><a href="./Getting_Started/Generate_Settings_File.html">Generate Settings File</a></li></ul></li><li><a href="#" class="aj-nav folder">Core</a><ul class="nav nav-list"><li><a href="./Core/ORM.html">ORM</a></li><li><a href="./Core/Routes.html">Routes</a></li></ul></li><li><a href="#" class="aj-nav folder">Helpers</a><ul class="nav nav-list"><li><a href="./Helpers/Asset.html">Asset</a></li><li><a href="./Helpers/Autorization.html">Autorization</a></li><li><a href="./Helpers/Hooks.html">Hooks</a></li><li><a href="./Helpers/Sessions.html">Sessions</a></li><li><a href="./Helpers/View.html">View</a></li></ul></li><li><a href="#" class="aj-nav folder">Extensions</a><ul class="nav nav-list"><li><a href="./Extensions/AdminPanel.html">AdminPanel</a></li><li><a href="./Extensions/Soft_Deletion.html">Soft Deletion</a></li><li><a href="./Extensions/Unit_Testings.html">Unit Testings</a></li></ul></li><li><a href="#" class="aj-nav folder"> 01 Examples</a><ul class="nav nav-list"><li><a href="./_01_Examples/GitHub_Flavored_Markdown.html">GitHub Flavored Markdown</a></li><li><a href="./_01_Examples/Code_Highlighting.html">Code Highlighting</a></li></ul></li><li><a href="#" class="aj-nav folder"> 05 More Examples</a><ul class="nav nav-list"><li><a href="./_05_More_Examples/Hello_World.html">Hello World</a></li></ul></li></ul>
<div class="well well-sidebar">
<!-- Links -->
<!-- Twitter -->
<div class="twitter">
<iframe allowtransparency="true" frameborder="0" scrolling="no" style="width:180px; height:20px;" src="https://platform.twitter.com/widgets/follow_button.html?screen_name=rachelhigley&show_count=false"></iframe>
</div>
<div class="twitter">
<iframe allowtransparency="true" frameborder="0" scrolling="no" style="width:180px; height:20px;" src="https://platform.twitter.com/widgets/follow_button.html?screen_name=FrameworkSimple&show_count=false"></iframe>
</div>
</div>
</div>
</div>
<div class="right-column content-area col-sm-9">
<div class="content-page">
<article>
<div class="page-header">
<h1>Oh no</h1>
</h1>
</div>
<h3>Oh No. That page doesn't exist</h3> </article>
</div>
</div>
</div>
</div>
<!-- hightlight.js -->
<script src="./js/highlight.min.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
<!-- Navigation -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script>
if (typeof jQuery == 'undefined') {
document.write(unescape("%3Cscript src='./js/jquery-1.11.0.min.js' type='text/javascript'%3E%3C/script%3E"));
}
</script>
<script src="./js/bootstrap.min.js"></script>
<script src="./js/custom.js"></script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</body>
</html>