Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: CodeIgniter 3 With IIS 7.5 - Best Code for File Downloads
Post: CodeIgniter 3 With IIS 7.5 - Best Code for File Do...

I am relatively new to CI. I have a working site with basic login/logout code in place.  I store the user's userid in a session. My next task is to provide a download link for each file listed in the ...
1,536 Views
0 Replies
02-15-2018, 02:40 PM
cgtrman
    Thread: Best Method to Create CI Page Directory Viewer?
Post: RE: Best Method to Create CI Page Directory Viewer...

InsiteFX Wrote: (01-08-2018, 08:15 PM) -- This is one of the nest jQuery Tree Plugins out there. Has very good documentation etc; jsTree (https://www.jstree.com/)Thanks!  I think this is th...
5,946 Views
5 Replies
01-12-2018, 11:56 AM
cgtrman
    Thread: Best Method to Create CI Page Directory Viewer?
Post: RE: Best Method to Create CI Page Directory Viewer...

InsiteFX Wrote: (01-08-2018, 04:10 PM) -- Create a controller and views for it, the controller will go in ./application/controllers and the views will go in the ./application/views directories. -- ...
5,946 Views
5 Replies
01-08-2018, 04:15 PM
cgtrman
    Thread: Best Method to Create CI Page Directory Viewer?
Post: Best Method to Create CI Page Directory Viewer?

I am using CI 3 and need to create a page that displays the contents (i.e., files and folders) of a directory on the file system. I am using Windows with IIS 7.5. I am relatively new to CI so keep tha...
5,946 Views
5 Replies
01-08-2018, 03:57 PM
cgtrman
    Thread: Extracting a Field From 1 Record Returned
Post: RE: Extracting a Field From 1 Record Returned

dave friend Wrote: (10-28-2017, 07:52 AM) -- Did you see my answer to this question (https://stackoverflow.com/questions/46983444/codeigniter-unable-to-extract-field-from-record/46984054#46984054)on...
10,788 Views
6 Replies
10-28-2017, 12:53 PM
cgtrman
    Thread: Extracting a Field From 1 Record Returned
Post: RE: Extracting a Field From 1 Record Returned

PaulD Wrote: (10-28-2017, 07:38 AM) -- Why not return the row array in your model like this: PHP Code: -- return $this->db->get()->row_array(); -- Then in your view get the name like this P...
10,788 Views
6 Replies
10-28-2017, 12:41 PM
cgtrman
    Thread: Extracting a Field From 1 Record Returned
Post: Extracting a Field From 1 Record Returned

The code below works, allowing me to retrieve all fields for a single record.  One of the fields I use from this record is 'name' but to access it on the view page, I must place two lines of code to e...
10,788 Views
6 Replies
10-27-2017, 02:02 PM
cgtrman

Theme © iAndrew 2016 - Forum software by © MyBB