Welcome Guest, Not a member yet? Register   Sign In
mysql database
#2

[eluser]CroNiX[/eluser]
Yes, look at this line in your view:
Code:
<? foreach($row as $row): ?>
should be foreach($rows as $row)

Also, This is a php4 construct:
Code:
function Site(){
parent::_construct();
}

You should use php5 construct:

Code:
function __construct()
{
  parent::__construct();
}


Messages In This Thread
mysql database - by El Forum - 09-17-2012, 04:02 PM
mysql database - by El Forum - 09-17-2012, 05:46 PM



Theme © iAndrew 2016 - Forum software by © MyBB