• 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

Debugging Stripe Webhook Event

How to redirect to another page after n seconds in wordpress without using javascript?

Laravel/ PHP: Order By Alphabetical with numbers in order [duplicate]

Not able to access model in the controller mautic

How to override htaccees file for cache control header

Inserting Country Selection into MySQL PHP [duplicate]

How to test a php login connected to a mysql db through xampp?

Laravel csrf token mismatch for ajax POST Request

Valet, Xdebug after reboot Big Sur not working

Laravel Jetsream Profile page not loading on fresh install

How to create a individual template for page or post in custom plugin?

Render the content of default_filter.php in Joomla front-end

How to properly start Laravel 8 with Bootstrap & authentication

SilverStripe unable to populate multiple member Childs

Cant seem to get the Pagination to work on my WooCommerce REST API application?

About Contact Privacy policy Terms and conditions