• 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

PHP DOTENV unable to load env vars

How to upload mpdf file after generating to s3 bucket in php

Laravel: Create morphs() relationship nullable

Detect a fetch request in PHP

ldap is missing from system when installing adldap2 in laravel

Merge key and value of array index [duplicate]

How to add a custom field to all Woocommerce attribute terms using add_action

SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'name' cannot be null

PHPS source file - 403 Forbidden You don't have permission to access this resource

Laravel Jetsream Profile page not loading on fresh install

enroll_table three field fetch to payment form to create payment field in laravel 5.5

Nginx disallowing execution of PHP in uploads directory with Magento

Get WooCommerce products from specific category

laravel 5.6 bulk inserting json data

Adding reCAPTCHA v2 into my PHP file

About Contact Privacy policy Terms and conditions