Skip to content

Commit

Permalink
v1.4.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ikkez committed Feb 27, 2017
1 parent bf566b7 commit 0582270
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions lib/db/cortex.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* Cortex - a general purpose mapper for the PHP Fat-Free Framework
* Cortex - the flexible data mapper for the PHP Fat-Free Framework
*
* The contents of this file are subject to the terms of the GNU General
* Public License Version 3.0. You may not use this file except in
Expand All @@ -13,13 +13,13 @@
* | | < | <| -__|-- __|
* |__|__|__||__|__|_____|_____|
*
* Copyright (c) 2016 by ikkez
* Copyright (c) 2017 by ikkez
* Christian Knuth <mail@ikkez.de>
* https://github.com/ikkez/F3-Sugar/
*
* @package DB
* @version 1.4.2-dev
* @date 29.01.2016
* @version 1.4.2
* @date 27.02.2017
* @since 24.04.2012
*/

Expand Down Expand Up @@ -61,8 +61,8 @@ class Cortex extends Cursor {
/** @var CortexQueryParser */
protected $queryParser;

static
$init = false; // just init without mapper
/** @var bool initialization flag */
static $init = false;

const
// special datatypes
Expand Down

0 comments on commit 0582270

Please sign in to comment.