PHP Classes

very good class for initial, and top level of oop based progr...

Recommend this page to a friend!

      Ikra DB  >  All threads  >  very good class for initial, and top...  >  (Un) Subscribe thread alerts  
Subject:very good class for initial, and top...
Summary:Package rating comment
Messages:2
Author:Dilip
Date:2012-11-05 06:21:41
Update:2012-11-08 15:25:44
 

 

Dilip rated this package as follows:

Utility: Good
Consistency: Sufficient

  1. very good class for initial, and top...   Reply   Report abuse  
Picture of Dilip Dilip - 2012-11-05 06:21:41
very good class for initial, and top level of oop based programers,
thank you.

  2. Re: very good class for initial, and top...   Reply   Report abuse  
Picture of ?? ?? - 2012-11-08 15:25:44 - In reply to message 1 from Dilip
Fatal error: Call to a member function fetch_assoc() on a non-object in D:\XAMPP\htdocs\mysqlclass\ikra.php on line 73

function Table($TableName){
$sets = null; $data = array();

$SQL = "SELECT * FROM {$TableName};";
$DataSource = $this->execute($SQL);

while ($row = $DataSource->fetch_assoc()) : $data[] = $row; endwhile;
$DataSource->close();
$this->link->next_result();
why wrong tips ?