• 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

"There is no active transaction" when refreshing database in Laravel 8.0 test

javascript html popup window

WooCommerce Additional Information - if empty, hide

XAMPP keeps showing Dashboard/Welcome Page instead of the Configuration Page

Popup Window and PHP form

Warning: sqlite_query() expects parameter 1 to be resource, string given

Stop caching for PHP 5.5.3 in MAMP

Laravel Sanctum CSRF not authenticating

How to prevent phpmailer sending embedded image as an attachment on Gmail?

Combine multiple columns into an array as one of the key in a results set

Symfony process run throws exception - executing on command line works

Sentry + Laravel: how to log an already catched Exception?

protect images from being copied

User pool client {id}does not exist

CodeIgniter force_download is not working

About Contact Privacy policy Terms and conditions