Answers for "created at asscending in ci"

0

created at asscending in ci

<?php 
  // Query

  $this->db->from($this->table_name);
  $this->db->order_by("name", "asc");
  $query = $this->db->get(); 
  return $query->result();

?>
Posted by: Guest on August-21-2021

Browse Popular Code Answers by Language