Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Parse handlebar help
Post: Parse handlebar help

Hi, I have an empty view with the following mark-up inside. Code: -- {{ edit|codeignitor }} -- I am trying to find every instance of {{edit}} in my view and then create a record in the databa...
2,459 Views
1 Replies
05-13-2017, 05:10 AM
MoFish
  Rainbow Thread: Template Parse Class
Post: Template Parse Class

Hi, I'm wondering if anyone can help. I'm trying to create a little render of mark-up using the parse_template class and am a little stuck. To demonstrate my crazy thinking, I have made the follow...
1,325 Views
0 Replies
04-01-2017, 02:32 AM
MoFish
    Thread: FTP Delete Using delete_dir
Post: RE: FTP Delete Using delete_dir

Has anyone used the ftp->delete_dir() successfully?
3,849 Views
3 Replies
08-26-2016, 08:30 AM
MoFish
    Thread: FTP Delete Using delete_dir
Post: RE: FTP Delete Using delete_dir

Hi Wouter, This returns '1'. MoFish
3,849 Views
3 Replies
08-26-2016, 01:34 AM
MoFish
    Thread: FTP Delete Using delete_dir
Post: FTP Delete Using delete_dir

Hi, I have the following code to delete a folder & files on a remote server using the code ignitor ftp class, however am getting an error and i'm not sure why. Here is what i tried. Any help appric...
3,849 Views
3 Replies
08-26-2016, 01:01 AM
MoFish
    Thread: Form With Multiple Fields [Array] Query
Post: RE: Form With Multiple Fields [Array] Query

Thank you very much mwhitney for taking the time to explain. It worked a treat and is much cleaner than before! thanks again! MoFish
6,690 Views
6 Replies
07-13-2016, 01:47 PM
MoFish
    Thread: Form With Multiple Fields [Array] Query
Post: RE: Form With Multiple Fields [Array] Query

Hi, I used a hidden field to pass the ID back and this worked OK. Not the ideal solution but works fine. @mwhitney, i'm always for futher optimization! If you wouldn't mind, would you be able to gi...
6,690 Views
6 Replies
07-12-2016, 01:52 AM
MoFish
    Thread: Form With Multiple Fields [Array] Query
Post: RE: Form With Multiple Fields [Array] Query

Hi, It's working to some extent, but i dont think i have the correct ID for each individual form field im retreiving from the db. Is there a way I can pass the ID from the view back into my cont...
6,690 Views
6 Replies
07-11-2016, 01:24 PM
MoFish
    Thread: Form With Multiple Fields [Array] Query
Post: RE: Form With Multiple Fields [Array] Query

Thank you for the reply mwhitney, i'll give this a go later on tonight and let you know how I get on.
6,690 Views
6 Replies
07-11-2016, 09:07 AM
MoFish
    Thread: Form With Multiple Fields [Array] Query
Post: Form With Multiple Fields [Array] Query

Hi All, I have some form fields which can be repeated multiple multiple times within my form. For example, the same two fields, which are repeating 5 times within my form. I'm a little unclear on ...
6,690 Views
6 Replies
07-11-2016, 03:35 AM
MoFish
    Thread: ZIP library query
Post: RE: ZIP library query

Thank you arma7x, got it working after reading the documentation. I didn't realise i was reading an old version.
3,484 Views
2 Replies
03-10-2016, 02:08 AM
MoFish
  Brick Thread: ZIP library query
Post: ZIP library query

Hi, I have a folder called "skeleton" which sits in the root of my website. Inside the folder is a selection of folders and files. Using code ignitors built in zip library I have managed to succ...
3,484 Views
2 Replies
03-09-2016, 01:07 PM
MoFish
    Thread: Looping Around Form Array Values
Post: RE: Looping Around Form Array Values

Thank you! worked perfect.
3,489 Views
2 Replies
04-28-2015, 08:03 AM
MoFish
  Information Thread: Looping Around Form Array Values
Post: Looping Around Form Array Values

Hi, I'm looking for a little guidance on the best way to loop around some form input fields. I have a form with a few input boxes. I have used the [] on the end of the names in an attempt to get the...
3,489 Views
2 Replies
04-27-2015, 02:15 PM
MoFish
    Thread: Return To Existing URL From Another Controller
Post: Return To Existing URL From Another Controller

Hi, I've got myself into a bit of a pickle and could do with some help and advice on the best way around this. I'm looking to create a bit of code which can be used from multiple places (control...
2,758 Views
0 Replies
02-28-2015, 05:02 AM
MoFish
  Question Thread: __construct passing data?
Post: __construct passing data?

Hi, I'm trying to do a 'get' query inside the __construct of my controller to get some users information. I have a general 'core' layout which needs this information.  When trying to do a print_r($...
5,288 Views
0 Replies
12-24-2014, 11:03 AM
MoFish
    Thread: Simple Looping Problem
Post: RE: Simple Looping Problem

I think you may have cracked it! Seems to be appearing as expected. Thanks ever so much for taking the time to respond to me.
9,051 Views
0 Replies
12-14-2014, 05:41 AM
MoFish
    Thread: Simple Looping Problem
Post: RE: Simple Looping Problem

Hi, I'm not sure if i'm doing this the correct way, but im returning my results in the model like: PHP Code: -- $query = $this->db->get(); if ($query->num_rows() > 0) { ...
9,051 Views
0 Replies
12-14-2014, 04:52 AM
MoFish
    Thread: Simple Looping Problem
Post: RE: Simple Looping Problem

Hi Includebeer, Thank you for taking the time to respond. I have tried the following, but unfortunately i'm still not getting the results I require. PHP Code: -- $data["status"] = $this->s...
9,051 Views
0 Replies
12-13-2014, 03:44 PM
MoFish
    Thread: Simple Looping Problem
Post: RE: Simple Looping Problem

I have tried the following but unfortunately am still struggling. I'm needing to loop around a table called "status" and get all status and display these to the screen in my view. eg. Code: -- ...
9,051 Views
0 Replies
12-13-2014, 08:58 AM
MoFish

Theme © iAndrew 2016 - Forum software by © MyBB