Welcome Guest, Not a member yet? Register   Sign In
How to start a project with CodeIgniter?
#16

[eluser]quasiperfect[/eluser]
hi Mauricio de Abreu Antunes

try this for a good htaccess http://www.farinspace.com/codeigniter-htaccess-file/

be sure index.php is defined as controller is not only about the filename
example name.php
Code:
class Name extends CI_Controller
{
    function __construct()
    {
        parent::__construct();
    }

    public function index()
    {
echo 'hi';
    }
}

in config/routes.php you can define default_controller so when you visit http://localhost/percutz the default controller/index function is run
read the user_guide http://ellislab.com/codeigniter/user-gui...llers.html



Messages In This Thread
How to start a project with CodeIgniter? - by El Forum - 01-30-2012, 04:41 AM
How to start a project with CodeIgniter? - by El Forum - 01-30-2012, 05:01 AM
How to start a project with CodeIgniter? - by El Forum - 01-30-2012, 05:21 AM
How to start a project with CodeIgniter? - by El Forum - 01-30-2012, 05:47 AM
How to start a project with CodeIgniter? - by El Forum - 01-30-2012, 06:12 AM
How to start a project with CodeIgniter? - by El Forum - 01-30-2012, 01:13 PM
How to start a project with CodeIgniter? - by El Forum - 01-30-2012, 04:06 PM
How to start a project with CodeIgniter? - by El Forum - 01-30-2012, 04:44 PM
How to start a project with CodeIgniter? - by El Forum - 01-30-2012, 04:49 PM
How to start a project with CodeIgniter? - by El Forum - 01-30-2012, 04:52 PM
How to start a project with CodeIgniter? - by El Forum - 01-31-2012, 03:28 AM
How to start a project with CodeIgniter? - by El Forum - 01-31-2012, 11:11 AM
How to start a project with CodeIgniter? - by El Forum - 01-31-2012, 01:10 PM
How to start a project with CodeIgniter? - by El Forum - 01-31-2012, 03:34 PM
How to start a project with CodeIgniter? - by El Forum - 01-31-2012, 03:59 PM
How to start a project with CodeIgniter? - by El Forum - 02-01-2012, 01:53 AM



Theme © iAndrew 2016 - Forum software by © MyBB