Welcome Guest, Not a member yet? Register   Sign In
¿scaffolding Error?
#1

[eluser]Unknown[/eluser]
Hi everybody ,i'm newbie in this forum and also in codeigniter framework, sorry if my ask is stupid, but, to day i create my first page with the last version CodeIgniter_1.5.4, but when access to scaffolding for my table "typeplayer" to url:

http://localhost/soccer/index.php/player/scaffolding

The page is ok, but to try add a record to my table, the links create is the same url more index.php/player/scaffolding/add

http://localhost/soccer/index.php/player...olding/add

and throws error: 404 Page Not Found

but I try with http://localhost/soccer/index.php/player...olding/add

I see the form to my table but the error continue with the others actions.

My class here:

class Player extends Controller{

function Player(){
parent :: Controller();
$this->load->scaffolding('typeplayer');
}
}

sorry my english, Tnks!,


Messages In This Thread
¿scaffolding Error? - by El Forum - 11-12-2007, 09:11 PM
¿scaffolding Error? - by El Forum - 11-12-2007, 11:07 PM
¿scaffolding Error? - by El Forum - 11-14-2007, 08:08 AM
¿scaffolding Error? - by El Forum - 11-16-2007, 01:12 PM
¿scaffolding Error? - by El Forum - 11-17-2007, 05:52 PM



Theme © iAndrew 2016 - Forum software by © MyBB