Posted inCodeigniter / php

how to check codeigniter version? – How to check the version of CodeIgniter framework ?

how to check codeigniter version? – Displaying Your Current codeigniter Version using defined in /system/core/CodeIgniter.php, using CI_VERSION & The Relentless Way.

Codeigniter is a well known framework for PHP application development. CodeIgniter users can echo the CI_VERSION constant value in any of the controller or view.

How to Check Codeigniter Application Version ? – how to check codeigniter version?

check codeigniter version – how to check codeigniter version? – Here are simple steps to check the version of the CodeIgniter Framework.
using CI_VERSION
Just echo the CI_VERSION constant value


How to Find CodeIgniter Version You are Using?

Finding Codeigniter Version:
go to ‘system’ » ‘core’ » ‘CodeIgniter.php’

/**
 * CodeIgniter Version
 *
 * @var    string
 *
 */
    define('CI_VERSION', '3.0.0');

don’t miss : Simple CodeIgniter 3 Login MySQL Database

Finding Codeigniter Version: Method 2:


app/vendor/codeigniter/framework/system/Codeigniter.php

class CodeIgniter
{
	/**
	 * The current version of CodeIgniter Framework
	*/
	const CI_VERSION = '4.0.4';
}

I hope you get an idea about how to check codeigniter version?.
I would like to have feedback on my infinityknow.com.
Your valuable feedback, question, or comments about this article are always welcome.
If you enjoyed and liked this post, don’t forget to share.

I am Jaydeep Gondaliya , a software engineer, the founder and the person running Pakainfo. I'm a full-stack developer, entrepreneur and owner of Pakainfo.com. I live in India and I love to write tutorials and tips that can help to other artisan, a Passionate Blogger, who love to share the informative content on PHP, JavaScript, jQuery, Laravel, CodeIgniter, VueJS, AngularJS and Bootstrap from the early stage.

Leave a Reply

Your email address will not be published. Required fields are marked *

We accept paid guest Posting on our Site : Guest Post Chat with Us On Skype