• 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 make Canonicals with PHP

Adding one microsecond to Datetime object in PHP

Laravel Livewire: jQuery not working in child component loaded via @if statement

Why getting "Build step 'Execute shell' marked build as failure" error while creating a backup tar for files

onKeyUp event calculation not working on the following rows from php generated forms except the first one

wordpress function breaks wp-admin

How to modify CSS in a specific page of the WP admin dashboard (backend)

Symfony Make:Migration : The metadata storage is not up to date, please run the sync-metadata-storage command to fix this issue

Google Calendar API batch request PHP

backup files to google drive using PHP

Laravel no logout option from menu after successfull login

How to remove Deprecated SymfonyComponentDebugDebugClassLoader?

HTML + PHP + PHPMAILER

Woocommerce Edit Message "An account is already registered with your email address. Please log in."

Laravel Database Strict Mode

About Contact Privacy policy Terms and conditions