-
Notifications
You must be signed in to change notification settings - Fork 2
/
guides.html
274 lines (237 loc) · 13 KB
/
guides.html
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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
<!doctype html>
<html lang="en">
<head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# article: http://ogp.me/ns/article#">
<meta charset="utf-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<title>Guides | IceHawk | PHP micro-framework respecting CQRS</title>
<meta name="description" content="IceHawk guides">
<meta name="keywords" content="IceHawk, guides, tutorials">
<meta name="HandheldFriendly" content="True"/>
<meta name="geo.region" content="DE-SN"/>
<meta name="geo.placename" content="Dresden"/>
<meta name="geo.position" content="51.052088;13.741672"/>
<meta name="ICBM" content="51.052088, 13.741672"/>
<meta name="twitter:site" content="https://twitter.com/hollodotme">
<meta name="twitter:creator" content="@hollodotme">
<script type="application/ld+json">{
"@context" : "http://schema.org",
"@type": "Person",
"name": "IceHawk framework",
"image": "https://icehawk.github.io/images/logo_121x100.png",
"url": "https://icehawk.github.io",
"sameAs" : [
"https://twitter.com/hollodotme",
"https://www.xing.com/profile/Holger_Woltersdorf",
"https://github.com/icehawk"
]
}
}</script>
<meta property="article:author" content="https://www.xing.com/profile/Holger_Woltersdorf"/>
<meta property="article:publisher" content="https://www.xing.com/profile/Holger_Woltersdorf"/>
<link rel="apple-touch-icon" sizes="57x57" href="https://icehawk.github.io/images/favicon/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="https://icehawk.github.io/images/favicon/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="https://icehawk.github.io/images/favicon/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="https://icehawk.github.io/images/favicon/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="https://icehawk.github.io/images/favicon/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="https://icehawk.github.io/images/favicon/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="https://icehawk.github.io/images/favicon/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="https://icehawk.github.io/images/favicon/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="https://icehawk.github.io/images/favicon/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192"
href="https://icehawk.github.io/images/favicon/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://icehawk.github.io/images/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="https://icehawk.github.io/images/favicon/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="https://icehawk.github.io/images/favicon/favicon-16x16.png">
<link rel="manifest" href="https://icehawk.github.io/images/favicon/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="https://icehawk.github.io/images/favicon/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<link rel="canonical" href="https://icehawk.github.io/guides.html"/>
<meta name="referrer" content="origin"/>
<meta property="og:site_name" content="IceHawk | PHP micro-framework respecting CQRS"/>
<meta property="og:type" content="article"/>
<meta property="og:title" content="Guides | IceHawk | PHP micro-framework respecting CQRS"/>
<meta property="og:description" content="IceHawk guides"/>
<meta property="og:url" content="https://icehawk.github.io/guides.html"/>
<meta property="og:image" content="https://icehawk.github.io/images/logo_121x100.png"/>
<meta property="article:published_time" content="2019-06-14T11:50:16+00:00"/>
<meta property="article:modified_time" content="2019-06-14T11:50:16+00:00"/>
<meta property="article:tag" content="IceHawk"/>
<meta property="article:tag" content="guides"/>
<meta property="article:tag" content="tutorials"/>
<meta name="twitter:card" content="summary_large_image"/>
<meta name="twitter:title" content="Guides | IceHawk | PHP micro-framework respecting CQRS"/>
<meta name="twitter:description" content="IceHawk guides"/>
<meta name="twitter:url" content="https://icehawk.github.io/guides.html"/>
<meta name="twitter:image:src" content="https://icehawk.github.io/images/logo_121x100.png"/>
<script type="application/ld+json">{
"@context": "http://schema.org",
"@type": "Article",
"publisher": "IceHawk framework",
"author": {
"@type": "Person",
"name": "Holger Woltersdorf",
"image": "https://icehawk.github.io/images/hwoltersdorf.png",
"url": "https://github.com/hollodotme",
"sameAs": "https://twitter.com/hollodotme",
"description": "CIO at Fortuneglobe GmbH, Head of Fortune Solutions, Husband, Father, PHP Dev with heart, board member of PHP USERGROUP DRESDEN e.V."
},
"headline": "Guides | IceHawk | PHP micro-framework respecting CQRS",
"url": "https://icehawk.github.io/guides.html",
"datePublished": "2019-06-14T11:50:16+00:00",
"dateModified": "2019-06-14T11:50:16+00:00",
"image": "https://icehawk.github.io/images/logo_121x100.png",
"keywords": "IceHawk, guides, tutorials",
"description": "IceHawk guides"
}</script>
<meta name="generator" content="IceHawk Static Page Generator"/>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"
integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link rel="stylesheet" href="https://icehawk.github.io/css/webfont.css">
<link rel="stylesheet" href="https://icehawk.github.io/css/prism.css">
<link rel="stylesheet" href="https://icehawk.github.io/css/main.css">
</head>
<body>
<div class="page-container">
<!-- top navbar -->
<a class="navbar-brand" href="https://icehawk.github.io/">
<img alt="IceHawk" src="https://icehawk.github.io/images/logo_121x100.png">
</a>
<div id="top-navigation" role="navigation">
<div class="container">
<div class="left-nav">
<h3 class="visible-xs visible-sm hidden-md hidden-lg">
<a href="#" data-toggle="offcanvas" data-target=".sidebar-nav">
<i class="fa fa-bars"></i>
</a>
</h3>
<h1 class="h4 hidden-xs hidden-sm visible-md visible-lg">
<span class="brand">IceHawk framework</span><br>
<small>A micro-framework respecting CQRS - written for PHP 7</small>
</h1>
</div>
<div class="right-nav text-right">
<ul class="hidden-xs hidden-sm">
<li>
<a href="https://gitter.im/icehawk/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge"
target="_blank" title="Join our chat on Gitter">
<img src="https://badges.gitter.im/icehawk/icehawk.svg" class="img-responsive">
</a>
</li>
<li>
<a href="https://github.com/icehawk/icehawk.github.io" target="_blank">
Help us improve the docs
</a>
</li>
<li>
<a href="https://github.com/icehawk" target="_blank" title="Source code on github">
<i class="fa fa-github"></i>
</a>
</li>
</ul>
</div>
</div>
</div>
<div id="top-fader">
<div class="current-release hidden-md hidden-sm hidden-xs">
<div class="container">
September 1st, 2017 -
<a href="https://github.com/icehawk/icehawk/releases" target="_blank">
IceHawk version 2.2.0 has been released!
</a>
</div>
</div>
</div>
<div class="container">
<div class="row hidden-xs hidden-sm">
<div class="col-md-12 col-lg-12">
<ul class="breadcrumb hidden-xs hidden-sm">
<li>
<a href="https://icehawk.github.io/index.html">Home</a>
</li>
<li class="active">
<a href="https://icehawk.github.io/guides.html">Guides</a>
</li>
</ul>
</div>
</div>
<div class="row row-offcanvas row-offcanvas-left">
<!-- sidebar -->
<div class="col-xs-6 col-sm-3 sidebar-offcanvas" id="sidebar" role="navigation">
<ul class="nav">
<li>
<a href="https://icehawk.github.io/docs.html">Documentation</a>
</li>
<li class="active">
<a href="https://icehawk.github.io/guides.html">Guides</a>
<ul class="nav">
<li>
<a href="https://icehawk.github.io/guides/dependency-injection.html">Dependency injection</a>
</li>
</ul>
</li>
<li>
<a href="https://icehawk.github.io/coverage.html">Code coverage</a>
</li>
<li>
<a href="https://icehawk.github.io/metrics.html">Metrics</a>
</li>
<li>
<a href="https://icehawk.github.io/media.html">Media</a>
</li>
<li>
<a href="https://icehawk.github.io/imprint.html">Imprint</a>
</li>
</ul>
</div>
<!-- main area -->
<div class="col-xs-12 col-sm-9" id="mainstage">
<h1>IceHawk guides</h1>
<p>We want to help you using the IceHawk framework. That's why we provide some guides for specific problems you may encounter.</p>
<hr class="blockspace">
<h2>Topics</h2>
<ul>
<li><a href="https://icehawk.github.io/guides/dependency-injection.html">Implementing dependency injection with IceHawk</a></li>
</ul>
<div id="footer" class="row small">
<div class="col-xs-2 col-sm-2 col-md-1 text-center">
v1.2.0
</div>
<div class="col-xs-10 col-sm-10 col-md-3 text-center">
<span class="text-muted">
Generated with <a class="text-muted" href="https://github.com/icehawk/static-page-generator"
target="_blank">
IceHawk <abbr title="Static Page Generator">SPG</abbr>
</a>
</span>
</div>
<div class="col-xs-12 col-sm-12 col-md-3 text-center">
<i class="fa fa-github text-muted"></i>
<a href="https://github.com/icehawk" class="text-muted" target="_blank">Source code on
github</a>
</div>
<div class="col-xs-12 col-sm-12 col-md-3 text-center">
<i class="fa fa-comments-o text-muted"></i>
<a href="https://gitter.im/icehawk/Lobby" class="text-muted" target="_blank">Chat with us on
gitter</a>
</div>
<div class="col-xs-12 col-sm-12 col-md-2 text-center">
<i class="fa fa-exclamation-circle text-muted"></i>
<a href="https://github.com/icehawk/icehawk.github.io/issues" class="text-muted"
target="_blank">Report an issue</a>
</div>
</div>
</div><!-- /.col-xs-12 main -->
</div><!--/.row-->
</div><!--/.container-->
<script src="https://code.jquery.com/jquery-3.1.1.min.js"
integrity="sha256-hVVnYaiADRTO2PzUGmuLJr8BLUSjGIZsDYGmIJLv2b8=" crossorigin="anonymous"></script>
<script type="text/javascript" src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script src="https://use.fontawesome.com/2add9a8fb5.js" async="async"></script>
<script type="text/javascript" src="https://icehawk.github.io/js/prism.js" async="async"></script>
<script type="text/javascript" src="https://icehawk.github.io/js/main.js" async="async"></script>
</div><!--/.page-container-->
</body>
</html>