chinmay.sahoo
New member
First, we make controller, create a file name "hello.php" within: \system\application\controllers. Enter following code:
Next step, make a view. Create you_view.php within CodeIgnitersystemapplicationviews. Enter just simple line code like: 1 Hello, you!
Now, test your application. Point your browser to
Next step, make a view. Create you_view.php within CodeIgnitersystemapplicationviews. Enter just simple line code like: 1 Hello, you!
Now, test your application. Point your browser to
You should get like this: