forked from dbsrgits/dbic-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
documentation.html
executable file
·175 lines (151 loc) · 6.62 KB
/
documentation.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>DBIx::Class — An ORM for Perl that is extensible and flexible</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700,600' rel='stylesheet' type='text/css'>
<link href="assets/css/application.css" rel="stylesheet">
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="assets/js/html5shiv.js"></script>
<![endif]-->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/script.js"></script>
<link rel="shortcut icon" href="assets/ico/favicon.png">
</head>
<body>
<a href="https://github.com/dbsrgits/DBIx-Class"><img class="forkme" src="assets/img/forkme.png" alt="Fork me on GitHub"></a>
<div class="page-wrapper">
<nav class="navbar navbar-custom navbar-static-top" id="main-menu">
<div class="navbar-inner">
<div class="container">
<button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<div class="nav-collapse collapse">
<ul class="nav">
<li class="active"><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="team.html">The team</a></li>
<li><a href="download.html">Downloads</a></li>
<li><a href="support.html">Support</a></li>
<li><a href="documentation.html">Documentation</a></li>
</ul>
<div class="social pull-right">
<a href="https://twitter.com/dbix_class" class="twitter" title="Find us on Twitter"></a>
</div>
</div>
</div>
</div>
</nav>
<div class="content">
<section id="documentation">
<div class="container">
<h1>Documentation</h1>
<p>The core documentation for DBIC can be found in POD, the standard for Perl documentation. This can be accessed through a
nu of channels, including the perldoc utility and online on the CPAN website.</p>
<ul>
<li class="intro">
<a href="https://metacpan.org/module/DBIx::Class" title="Introduction">
<span class="icon"></span> Introduction
</a>
</li>
<li class="manual">
<a href="https://metacpan.org/module/DBIx::Class::Manual" title="Manual">
<span class="icon"></span> Manual
</a>
</li>
<li class="intro">
<a href="https://metacpan.org/module/DBIx::Class::Manual::Cookbook" title="Cookbook">
<span class="icon"></span> Cookbook
</a>
</li>
<li class="map">
<a href="https://metacpan.org/module/DBIx::Class::Manual::DocMap" title="Documentation map">
<span class="icon"></span> Documentation map
</a>
</li>
</ul>
</div>
</section>
<section id="articles">
<div class="container">
<h2>Articles & Presentations</h2>
<table cellpadding="0" cellspacing="0" border="0">
<thead>
<tr>
<th>Title</th>
<th>Type</th>
<th>Date</th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="https://www.youtube.com/watch?v=Vm_NlfHNVvg" title="DBIx::Class the whirlwind overview">DBIx::Class the whirlwind overview</a></td>
<td>Video</td>
<td>June 22nd, 2012</td>
</tr>
<tr>
<td><a href="http://www.youtube.com/watch?v=N-tbMPyNlM8" title="DBIx::Class (aka DBIC) for beginners">DBIx::Class (aka DBIC) for beginners</a></td>
<td>Video</td>
<td>February 21st, 2012</td>
</tr>
<tr>
<td><a href="http://rambles.bearcircle.net/2009/05/24/inflatecolumnfile-vs-inflatecolumnfs/" title="InflateColumn::File vs. InflateColumn::FS">InflateColumn::File vs. InflateColumn::FS</a></td>
<td>Article</td>
<td>May 24th, 2009</td>
</tr>
<tr>
<td><a href="http://blog.netcubed.de/2009/05/reports-with-dbic-and-postgres/" title="Reports with DBIC and Postgres">Reports with DBIC and Postgres</a></td>
<td>Article</td>
<td>May 23th, 2009</td>
</tr>
<tr>
<td><a href="http://blog.johngoulah.com/2009/05/versioning-with-dbic/" title="Using DBIx::Class to Version Your Schema">Using DBIx::Class to Version Your Schema</a></td>
<td>Article</td>
<td>May 17th, 2009</td>
</tr>
<tr>
<td><a href="http://www.shadowcat.co.uk/archive/conference-video/nwepm/catalyst-dbic/" title="Introduction to DBIx::Class and Catalyst">Introduction to DBIx::Class and Catalyst</a></td>
<td>Video</td>
<td>February 26th, 2009</td>
</tr>
<tr>
<td><a href="http://www.shadowcat.co.uk/catalyst/talks/postgresql-WEST-2008/-files/catalyst-dbic-pg.xul" title="Catalyst, DBIx::Class and Postgres">Catalyst, DBIx::Class and Postgres</a></td>
<td>Slides</td>
<td>?</td>
</tr>
<tr>
<td><a href="http://www.shadowcat.co.uk/archive/conference-video/yapc-eu-2008/dbic-masterclass/" title="DBIx:Class Masterclass">DBIx:Class Masterclass</a></td>
<td>Video</td>
<td>August 2008</td>
</tr>
<tr>
<td><a href="http://www.shadowcat.co.uk/catalyst/-talks/yapc-na-2008/dbix-masterclass.xul" title="DBIx:Class Masterclass">DBIx:Class Masterclass</a></td>
<td>Slides</td>
<td>?</td>
</tr>
<tr>
<td><a href="http://perlalchemy.blogspot.com/2006/10/tags-and-search-and-dbixclass.html" title="Tags and search and DBIx::Class">Tags and search and DBIx::Class</a></td>
<td>Article</td>
<td>October 26th, 2006</td>
</tr>
</tbody>
</table>
</section>
</div>
</div>
<footer>
<div class="container">
<p>Design: <a href="http://www.evozon.com">Evozon 2013</a> -- <a href="http://www.shadow.cat">Shadowcat 2014</a> -- ©DBIC Team 2014</p>
</div>
</footer>
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
</body>
</html>