• 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

WooCommerce: Add/display Product or Variation custom field everywhere

Redis Command To Sort Keys

Adding the custom page with add_menu_page function on Wordpress

Which is faster php date functions or carbon?

How do I loop through an MS SQL database with VB.NET?

Warning: A non-numeric value encountered

How to create a cookie to store the timestamp of when a page is first loaded with php

JQuery content editable div and text box on submit not sending POST

Multiple order by in WooCommerce

Symfony autowiring issues since docker update

Target Individual Form Instance/Counter Inside A PHP While Loop

Clear javascript source cache laravel 5.8

How do I enable error reporting in Laravel?

How can i call a function that executes an fpdf based on the choice of a form selector?

How to access a var with "-" in PHP [duplicate]

About Contact Privacy policy Terms and conditions