Welcome Guest, Not a member yet? Register   Sign In
Problem using anchor tag (solved)
#11

[eluser]stormlead[/eluser]
the anchor line is
Code:
echo  anchor('system/application/controllers/next.php','click here');
now as it was giving the link like
http://localhost/CodeIgniter_1.7.2/index...llers/next

i chaged the
Code:
$config[index_page]="index.php" to
$config[index_page]=""

so now the next.php which is controller is getting called but giving the error

Fatal error: Class 'Controller' not found in C:\wamp\www\CodeIgniter_1.7.2\system\application\controllers\next.php on line 3
my code for next.php is
Code:
<?php

class Next extends Controller {
function Next()
{
     parent::Controller();    
}
    
function index()
{
    $this->load->view('welcome_message');
    }

}

?>
plese help me out of this...


Messages In This Thread
Problem using anchor tag (solved) - by El Forum - 10-26-2009, 04:16 AM
Problem using anchor tag (solved) - by El Forum - 10-26-2009, 04:50 AM
Problem using anchor tag (solved) - by El Forum - 10-26-2009, 05:18 AM
Problem using anchor tag (solved) - by El Forum - 10-26-2009, 05:24 AM
Problem using anchor tag (solved) - by El Forum - 10-26-2009, 05:31 AM
Problem using anchor tag (solved) - by El Forum - 10-26-2009, 05:33 AM
Problem using anchor tag (solved) - by El Forum - 10-26-2009, 05:54 AM
Problem using anchor tag (solved) - by El Forum - 10-26-2009, 06:26 AM
Problem using anchor tag (solved) - by El Forum - 10-26-2009, 06:34 AM
Problem using anchor tag (solved) - by El Forum - 10-26-2009, 06:34 AM
Problem using anchor tag (solved) - by El Forum - 10-26-2009, 06:42 AM
Problem using anchor tag (solved) - by El Forum - 10-26-2009, 06:49 AM
Problem using anchor tag (solved) - by El Forum - 10-26-2009, 06:50 AM
Problem using anchor tag (solved) - by El Forum - 10-26-2009, 06:53 AM
Problem using anchor tag (solved) - by El Forum - 10-26-2009, 07:03 AM
Problem using anchor tag (solved) - by El Forum - 10-26-2009, 07:05 AM
Problem using anchor tag (solved) - by El Forum - 10-26-2009, 09:01 AM
Problem using anchor tag (solved) - by El Forum - 10-26-2009, 12:07 PM
Problem using anchor tag (solved) - by El Forum - 10-26-2009, 12:19 PM
Problem using anchor tag (solved) - by El Forum - 10-26-2009, 01:06 PM
Problem using anchor tag (solved) - by El Forum - 10-26-2009, 01:16 PM
Problem using anchor tag (solved) - by El Forum - 10-26-2009, 01:28 PM
Problem using anchor tag (solved) - by El Forum - 10-26-2009, 03:16 PM
Problem using anchor tag (solved) - by El Forum - 10-26-2009, 07:33 PM
Problem using anchor tag (solved) - by El Forum - 10-27-2009, 12:26 AM
Problem using anchor tag (solved) - by El Forum - 10-27-2009, 01:37 AM
Problem using anchor tag (solved) - by El Forum - 10-27-2009, 02:35 AM
Problem using anchor tag (solved) - by El Forum - 10-28-2009, 09:44 AM
Problem using anchor tag (solved) - by El Forum - 10-29-2009, 06:10 AM



Theme © iAndrew 2016 - Forum software by © MyBB