Skip to content

Commit 1b6758a

Browse files
committed
Updated copyright to 2012
1 parent c51cee0 commit 1b6758a

File tree

131 files changed

+1321
-1321
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

131 files changed

+1321
-1321
lines changed

classes/agent/config.html

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!doctype html>
22
<html lang="en">
33
<head>
4-
<meta charset="UTF-8">
4+
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<link rel="stylesheet" href="./../../assets/css/combined.css">
77
<script src="http://www.google.com/jsapi" type="text/javascript"></script>
@@ -20,42 +20,42 @@ <h1>
2020
<strong>FuelPHP, a PHP 5.3 Framework</strong>
2121
Documentation
2222
</h1>
23-
23+
2424
<form id="google_search">
2525
<p>
2626
<span id="search_clear">&nbsp;</span>
2727
<input type="submit" name="search_submit" id="search_submit" value="search" />
28-
<input type="text" value="" id="search_input" name="search_input" />
28+
<input type="text" value="" id="search_input" name="search_input" />
2929
</p>
3030
</form>
3131
</div>
3232
<nav>
33-
33+
3434
<div class="clear"></div>
3535
</nav>
3636
<a href="#" id="toc_handle">table of contents</a>
3737
<div class="clear"></div>
3838
</header>
39-
39+
4040
<div id="cse">
4141
<div id="cse_point"></div>
4242
<div id="cse_content"></div>
4343
</div>
44-
44+
4545
<div id="main">
46-
46+
4747
<h2>Agent Class</h2>
48-
48+
4949
<p>The agent class allows you to retrieve information about browser type, version, platform or operating system, etc, based on the clients User Agent string.</p>
50-
50+
5151
<section>
5252
<h3 id="config">Configuration</h3>
53-
53+
5454
<p>
5555
The agent class uses the PHP function <a href="http://php.net/manual/en/function.get-browser.php">get_browser()</a>,
5656
which attempts to determine the capabilities of the user's browser, by looking up the browser's information in the browscap.ini file.
5757
</p>
58-
58+
5959
<p>The following global configuration values can be defined:</p>
6060
<table class="config">
6161
<tbody>
@@ -94,16 +94,16 @@ <h3 id="config">Configuration</h3>
9494
</tr>
9595
</tbody>
9696
</table>
97-
97+
9898
<section>
9999
<h5 id="browsercap_config">Browscap.ini configuration</h5>
100-
100+
101101
<p>
102102
If PHP has not been configured to use the browscap.ini file, the agent class will retrieve the file from the location defined in
103103
the <strong>config/agent.php</strong> config file, and cached locally for re-use. This cache will be updated on a regular basis, based
104104
on the timeout value defined in the configuration.
105105
</p>
106-
106+
107107
<table class="config">
108108
<tbody>
109109
<tr class="header">
@@ -146,15 +146,15 @@ <h5 id="browsercap_config">Browscap.ini configuration</h5>
146146
</tbody>
147147
</table>
148148
</section>
149-
149+
150150
<section>
151151
<h5 id="cache_config">Cache configuration</h5>
152-
152+
153153
<p>
154154
It the agent class is configured to process a browscap.ini file, it will cache the result of both the ini file parser and individual user agent requests
155155
in order to increase the response time of the class. These configuration settings determine how the data is cached. For more information, see the <a href="../cache/config.html">Cache</a> class documentation.
156156
</p>
157-
157+
158158
<table class="config">
159159
<tbody>
160160
<tr class="header">
@@ -185,16 +185,16 @@ <h5 id="cache_config">Cache configuration</h5>
185185
</tbody>
186186
</table>
187187
</section>
188-
188+
189189
</section>
190190

191191
</div>
192192

193193
<footer>
194194
<p>
195-
&copy; FuelPHP Development Team 2010-2011 - <a href="http://fuelphp.com">FuelPHP</a> is released under the MIT license.
195+
&copy; FuelPHP Development Team 2010-2012 - <a href="http://fuelphp.com">FuelPHP</a> is released under the MIT license.
196196
</p>
197197
</footer>
198198
</div>
199199
</body>
200-
</html>
200+
</html>

classes/agent/usage.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ <h4 id="method_is_robot" class="method">is_robot()</h4>
530530

531531
<footer>
532532
<p>
533-
&copy; FuelPHP Development Team 2010-2011 - <a href="http://fuelphp.com">FuelPHP</a> is released under the MIT license.
533+
&copy; FuelPHP Development Team 2010-2012 - <a href="http://fuelphp.com">FuelPHP</a> is released under the MIT license.
534534
</p>
535535
</footer>
536536
</div>

classes/arr.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1160,7 +1160,7 @@ <h4 id="function_in_arrayi" class="method" data-class="">in_arrayi($needle, $hay
11601160

11611161
<footer>
11621162
<p>
1163-
&copy; FuelPHP Development Team 2010-2011 - <a href="http://fuelphp.com">FuelPHP</a> is released under the MIT license.
1163+
&copy; FuelPHP Development Team 2010-2012 - <a href="http://fuelphp.com">FuelPHP</a> is released under the MIT license.
11641164
</p>
11651165
</footer>
11661166
</div>

classes/asset/advanced.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ <h4 class="method" id="method_instance">instance($name = null)</h4>
185185

186186
<footer>
187187
<p>
188-
&copy; FuelPHP Development Team 2010-2011 - <a href="http://fuelphp.com">FuelPHP</a> is released under the MIT license.
188+
&copy; FuelPHP Development Team 2010-2012 - <a href="http://fuelphp.com">FuelPHP</a> is released under the MIT license.
189189
</p>
190190
</footer>
191191
</div>

classes/asset/config.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ <h3 id="static_assets">Static assets</h3>
212212

213213
<footer>
214214
<p>
215-
&copy; FuelPHP Development Team 2010-2011 - <a href="http://fuelphp.com">FuelPHP</a> is released under the MIT license.
215+
&copy; FuelPHP Development Team 2010-2012 - <a href="http://fuelphp.com">FuelPHP</a> is released under the MIT license.
216216
</p>
217217
</footer>
218218
</div>

classes/asset/usage.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,7 @@ <h4 id="method_render" class="method">render($group = null, $raw = false)</h4>
576576

577577
<footer>
578578
<p>
579-
&copy; FuelPHP Development Team 2010-2011 - <a href="http://fuelphp.com">FuelPHP</a> is released under the MIT license.
579+
&copy; FuelPHP Development Team 2010-2012 - <a href="http://fuelphp.com">FuelPHP</a> is released under the MIT license.
580580
</p>
581581
</footer>
582582
</div>

classes/autoloader.html

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!doctype html>
22
<html lang="en">
33
<head>
4-
<meta charset="UTF-8">
4+
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<link rel="stylesheet" href="./../assets/css/combined.css">
77
<script src="http://www.google.com/jsapi" type="text/javascript"></script>
@@ -20,34 +20,34 @@ <h1>
2020
<strong>FuelPHP, a PHP 5.3 Framework</strong>
2121
Documentation
2222
</h1>
23-
23+
2424
<form id="google_search">
2525
<p>
2626
<span id="search_clear">&nbsp;</span>
2727
<input type="submit" name="search_submit" id="search_submit" value="search" />
28-
<input type="text" value="" id="search_input" name="search_input" />
28+
<input type="text" value="" id="search_input" name="search_input" />
2929
</p>
3030
</form>
3131
</div>
3232
<nav>
33-
33+
3434
<div class="clear"></div>
3535
</nav>
3636
<a href="#" id="toc_handle">table of contents</a>
3737
<div class="clear"></div>
3838
</header>
39-
39+
4040
<div id="cse">
4141
<div id="cse_point"></div>
4242
<div id="cse_content"></div>
4343
</div>
44-
44+
4545
<div id="main">
46-
46+
4747
<h2>Autoloader Class</h2>
48-
48+
4949
<p>The Autoloader class contains Fuel's autoloader function. It also supplies methods to interact with the autoloading process.</p>
50-
50+
5151
<article>
5252
<h4 class="method" id="method_add_namespace">add_namespace($namespace, $path)</h4>
5353
<p>The <strong>add_namespace</strong> method adds a namespace and path.</p>
@@ -87,7 +87,7 @@ <h4 class="method" id="method_add_namespace">add_namespace($namespace, $path)</h
8787
<th>Example</th>
8888
<td>
8989
<pre class="php"><code>Autoloader::add_namespace('Mynamespace', PKGPATH.'mynamespace/');
90-
90+
9191
// With nested namespaces note the double backslash
9292
Autoloader::add_namespace('Nested\\Namespace', PKGPATH.'nested/');
9393
</code></pre>
@@ -96,7 +96,7 @@ <h4 class="method" id="method_add_namespace">add_namespace($namespace, $path)</h
9696
</tbody>
9797
</table>
9898
</article>
99-
99+
100100
<article>
101101
<h4 class="method" id="method_add_namespaces">add_namespaces($namespace, $prepend = false)</h4>
102102
<p>The <strong>add_namespaces</strong> method adds an array of namespaces.</p>
@@ -145,7 +145,7 @@ <h4 class="method" id="method_add_namespaces">add_namespaces($namespace, $prepen
145145
</tbody>
146146
</table>
147147
</article>
148-
148+
149149
<article>
150150
<h4 class="method" id="method_namespace_path">namespace_path($namespace)</h4>
151151
<p>The <strong>namespace_path</strong> method retrieves the path to a namespace.</p>
@@ -190,7 +190,7 @@ <h4 class="method" id="method_namespace_path">namespace_path($namespace)</h4>
190190
</tbody>
191191
</table>
192192
</article>
193-
193+
194194
<article>
195195
<h4 class="method" id="method_add_class">add_class($class, $path)</h4>
196196
<p>The <strong>add_class</strong> method adds a class path.</p>
@@ -235,7 +235,7 @@ <h4 class="method" id="method_add_class">add_class($class, $path)</h4>
235235
</tbody>
236236
</table>
237237
</article>
238-
238+
239239
<article>
240240
<h4 class="method" id="method_add_classes">add_classes($classes)</h4>
241241
<p>The <strong>add_class</strong> method adds an array of classes.</p>
@@ -279,7 +279,7 @@ <h4 class="method" id="method_add_classes">add_classes($classes)</h4>
279279
</tbody>
280280
</table>
281281
</article>
282-
282+
283283
<article>
284284
<h4 class="method" id="method_alias_to_namespace">alias_to_namespace($class, $namespace = '')</h4>
285285
<p>The <strong>alias_to_namespace</strong> method aliases a class to a namespace, the root by default.</p>
@@ -328,11 +328,11 @@ <h4 class="method" id="method_alias_to_namespace">alias_to_namespace($class, $na
328328
</tbody>
329329
</table>
330330
</article>
331-
331+
332332
<article>
333333
<h4 class="method" id="method_add_core_namespace">add_core_namespace($namespace, $prefix = false)</h4>
334334
<p>
335-
The <strong>add_core_namespace</strong> method adds a namespace for which classes may be used without the namespace prefix and
335+
The <strong>add_core_namespace</strong> method adds a namespace for which classes may be used without the namespace prefix and
336336
will be auto-aliased to the global namespace. Prefixing the classes will overwrite core classes and previously added namespaces.
337337
</p>
338338
<table class="method">
@@ -376,7 +376,7 @@ <h4 class="method" id="method_add_core_namespace">add_core_namespace($namespace,
376376
</tbody>
377377
</table>
378378
</article>
379-
379+
380380
<article>
381381
<h4 class="method" id="method_load">load($class)</h4>
382382
<p>The <strong>load</strong> method tries to find the class, load it, and fire it's _init function if exists.</p>
@@ -417,9 +417,9 @@ <h4 class="method" id="method_load">load($class)</h4>
417417
</tbody>
418418
</table>
419419
</article>
420-
420+
421421
<h3 id="procedural_helpers">Procedural helpers</h3>
422-
422+
423423
<article>
424424
<h4 id="function_import">import($path, $folder = 'classes')</h4>
425425
<p>The <strong>import</strong> function imports a php file inside COREPATH.</p>
@@ -459,20 +459,20 @@ <h4 id="function_import">import($path, $folder = 'classes')</h4>
459459
<td>
460460
<pre class="php"><code>// import Spyc
461461
import('spyc/spyc', 'vendor');</code></pre>
462-
462+
463463
</td>
464464
</tr>
465465
</tbody>
466466
</table>
467467
</article>
468-
468+
469469
</div>
470470

471471
<footer>
472472
<p>
473-
&copy; FuelPHP Development Team 2010-2011 - <a href="http://fuelphp.com">FuelPHP</a> is released under the MIT license.
473+
&copy; FuelPHP Development Team 2010-2012 - <a href="http://fuelphp.com">FuelPHP</a> is released under the MIT license.
474474
</p>
475475
</footer>
476476
</div>
477477
</body>
478-
</html>
478+
</html>

0 commit comments

Comments
 (0)