Welcome Guest, Not a member yet? Register   Sign In
Display results in a table
#3

rename the files:
- site_model.php to Site_model.php
- site.php to Site.php

In you view:
anchor("site/delete/$row->Id", $row->title); to anchor("site/delete/".$row->id, $row->title);

Is it Id or id? because in you view $row->Id and in you model it called id
Reply


Messages In This Thread
Display results in a table - by ozzy - 06-20-2017, 12:41 PM
RE: Display results in a table - by Php - 06-20-2017, 09:00 PM
RE: Display results in a table - by Paradinight - 06-20-2017, 09:34 PM
RE: Display results in a table - by rtenny - 06-21-2017, 02:41 AM
RE: Display results in a table - by Paradinight - 06-21-2017, 11:34 AM



Theme © iAndrew 2016 - Forum software by © MyBB