• 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 update array value in Laravel

Converting IPv6 to IPv4 address in PHP

How to solve cURL error 60: SSL certificate in Laravel 5 while Facebook authentication

Cross-Origin Resource Sharing (CORS) witth Laravel and Vuejs

Debugging Stripe Webhook Event

Show Custom Data in Woocommerce Order Details Admin Area

Adding Multiple Custom Post Types in Wordpress

Merge column values from two arrays to form an indexed array of associative arrays

How to get transaction details in notify_url page in paypal

How to get median and quartiles/percentiles of an array in JavaScript (or PHP)?

woocommerce_wp_select options array from product attribute terms

get attribute from class not working php 7

Apply filter array/return terms

Split comma separated value from table column into rows using mysql?

PhpSpreadSheet: How to save Workbook sheets in individual CSV files

About Contact Privacy policy Terms and conditions