codeIgniter

How to get controller name and method name in codeigniter?

Get controller name and method name. CodeIgniter is a powerful PHP framework with a very small footprint, built for developers…

10 years ago

How to remove index.php from CI URL?

Open application/config/config.php file. Find following statement in this file. $config['index_page'] = 'index.php'; And remove index.php from above statement, this will…

13 years ago