I am using CodeIgniter, and basically a PHP noob.
So I have this table in my DB named ‘stores’.
And I want an alphabetically sorted array with elements corresponding to the column ‘title’ in the table stores.
I cannot seem to think of any possible solutions, at the moment!
Any help??
I use linux/ubuntu…
PS: I read in the PHP manual that sqlsrv extension can be used only on Windows platform (http://www.php.net/manual/en/sqlsrv.requirements.php) Is there no Linux alternative for this?
Controller:
Model:
View :