• 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

Woocommerce redirect after add-to-cart error

Detect if PHP session exists

How to fix " Uncaught TypeError: Argument 1 passed to JpGraphException::defaultHandler() " problem in php 7.1.3 and jpgraph 4.2.6?

Destroy session upon refresh

How do I remove this delivery notification from here?

Laravel SQL query midnight time not showing

Insert And Retrieve Data in MySQL with $.post Noob Question

Sync Records With Default Values in Pivot Tables, Call to undefined method syncWithPivotDefaults()

Symfony process run throws exception - executing on command line works

PHP mail function is sending blank message body

Is it possible to re-use an array taken from PHP via JSON in a $.ajax function?

Remove "estimated for {country}" text after tax amount in Woocommerce checkout page

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

Ajax GET request fails in laravel 8

Remove categories with all childs derived from parent category

About Contact Privacy policy Terms and conditions