• 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

How to keep value of selected value after form submission?

How to change 'users' auth table and use another instead Laravel

Alert message after submitting form in PHP

how to redirect the user back to desired URL after login page in PHP?

I want to display a sweetalert after the inserting of data in my database

XSS attack still works despite htmlspecialchars() doing its work

Custom API and cunsuming in php?

Sum array values

Laravel Delete and Update

Add restriction to WooCommerce coupons by allowed user ID

Last order would be re-order in wooCommerce. How is it possible?

Can't call javascript alert alertify library from PHP

stay with the last 15 elements of an array [duplicate]

What is the function of the (new Date()).getTime() in PHP?

Display Link Title Instead of URL in XSL

About Contact Privacy policy Terms and conditions