How do I select all records from my database table on my website ?
and after that i want to use while loop with fetch assoc function to get result in associative array.
Please take a look : OssnDatabase Class Reference
You can use following code:
$Database = new OssnDatabase;
$Data = array(
"from" => "My Table",
"wheres" => array("something=xxx"),
);
$MyResult = $Database->select($Data, true);
while($MyResult){
xxxxx
}
Due to the many requests in the past for additonal features and components we have decided to develope a premium version. Features like Hashtags, Videos, Polls, Events, Stories, Link Preview, etc included in it.
$199 (Life Time)