adspace


What is the cli? Why we use cli in codeigniter?

Answer Posted / Subha Karan Kaushal

Command Line Interface (CLI) is a text-based user interface, where commands are entered through the keyboard. CodeIgniter has a built-in CLI that allows developers to perform tasks without using a web browser, making it more efficient for repetitive operations.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to add / link an images/css/javascript from a view in ci?

717