• Categories
    • PHP
    • phpMyAdmin
    • PHPMailer
    • FFMpeg
    • PHPEXcel
    • PHPDoc
    • PHPUnit
    • CakePHP
    • CakePHP 2.0
    • Cake PHP 2.1
    • CakePHP Model
    • Facebook PHP SDK
    • composer-php
    • PHP 7
    • PHP GD
    All Categories
  • About

how to check version of codeigniter framework?

phpcodeigniter


PHP Snippet 1:

define('CI_VERSION', '3.0.6');

PHP Snippet 2:

<?php echo CI_VERSION; ?>

PHP Snippet 3:

 /**
  * CodeIgniter Version
  *
  * @var    string
  *
  */
  define('CI_VERSION', '3.0.0');

PHP Snippet 4:

 <?php
   echo CI_VERSION;
 ?>

PHP Snippet 5:

<?= CodeIgniter\CodeIgniter::CI_VERSION ?>

PHP Snippet 6:

<?php echo CI_VERSION; ?>

PHP Snippet 7:

<?= CodeIgniter\CodeIgniter::CI_VERSION ?>

Related Snippets

Get latest Tweets - What API

How to get an Array value inside an object in an array Php [duplicate]

Is there a way to use the same parameter into multiple place in the same query with Eloquent? [duplicate]

PHP: set a (deep) array key from an array [closed]

Yoast SEO (WordPress Plugin) - Get plugin generated data manually

Insert a DIV after the 6th product only once in WooCommerce category archives

Session timeout in Yii2

Why does codeigniter & Linux server throws unserialize() session data error when user tries to login

Laravel eloquent update record without loading from database

Yii2: How do I debug console commands?

SQLSTATE[22007]: Invalid datetime format: 1366 Incorrect integer value: 'column_name' in Laravel

PHPExcel How to set conditional formatting to change cell background color based on cells values

Sum array values of a column within each column of an array with 3 levels

WooCommerce - unset "<product> removed notice…" on cart page

Substitute integers and dots with regex [duplicate]

About Contact Privacy policy Terms and conditions