• 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

Laravel unique validation on multiple columns

Need to display only array value in JSON output

Laravel php artisan serve to mimic HTTPS

Laravel after login Two factor not working

Too few arguments to function PendingResourceRegistration::name(),1 passed in C:xampphtdocsproject outesweb.php on line 18 and exactly 2 expected

Laravel 8 factory state afterCreating

How to set time with DateTime modify?

Jquery DataTables: Data not displaying in table via Ajax

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

Get number of working days between two dates in PHP [duplicate]

Populate Dynamic Dropdowns List in Codeigniter

PHP and WebView - Cookie doesn't are the same

Losing session data after POST from third party website

Sagepay Error The Vendor failed to provide a RedirectionURL

Encrypt in php and decrypt in Dart(flutter)

About Contact Privacy policy Terms and conditions