• 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

Google Calendar API batch request PHP

how to upload binary image to sql server using php laravel

PHP header location absolute URL

Why isn't my PHP exception working?

Symfony Error: "An exception has been thrown during the rendering of a template"

How to get page number on dompdf PDF when using "view"

Use same method for inertia response and json response Laravel Jetstream

Star and Half Star Rating in Laravel

PHP mail sending empty mails

wordpress function breaks wp-admin

Transfer data between JavaScript and PHP through JSON

How to loop sql table data inside a html table

Access relation of pivot table in Laravel

Query Optimization, changing the queries in the loop into a single processing query

Natural ORDER in Laravel Eloquent ORM

About Contact Privacy policy Terms and conditions