Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Pass Id getting from URL to many function in CodeIgniter
Post: RE: Pass Id getting from URL to many function in C...

InsiteFX Wrote: (02-27-2019, 09:37 AM) -- It has to work if your passing the id through the function call. Are you sure that you are receiving the id? PHP Code: -- class Product extends CI_Control...
20,074 Views
9 Replies
02-27-2019, 07:09 PM
msz900
    Thread: Pass Id getting from URL to many function in CodeIgniter
Post: RE: Pass Id getting from URL to many function in C...

InsiteFX Wrote: (02-27-2019, 02:57 AM) -- Then you will need to pass the $id to all of your sidebar functions/methods. PHP Code: -- function one($id) { } function two($id) { } -- O...
20,074 Views
9 Replies
02-27-2019, 03:43 AM
msz900
    Thread: Pass Id getting from URL to many function in CodeIgniter
Post: RE: Pass Id getting from URL to many function in C...

ciadmin Wrote: (02-26-2019, 07:19 PM) -- $this->product($id) will only have a value for $id if that method is called as part of servicing a request, Product/product/id. Calling it the way you do, fr...
20,074 Views
9 Replies
02-26-2019, 07:26 PM
msz900
    Thread: Pass Id getting from URL to many function in CodeIgniter
Post: RE: Pass Id getting from URL to many function in C...

jreklund Wrote: (02-26-2019, 10:48 AM) -- public function Product($id)
20,074 Views
9 Replies
02-26-2019, 07:07 PM
msz900
    Thread: Pass Id getting from URL to many function in CodeIgniter
Post: Pass Id getting from URL to many function in CodeI...

I am getting an ID from a url like: Code: -- Product/product/" -- In my sidebar on the same function[view -> Product/product] I am getting it correctly. but when I click some other function in my ...
20,074 Views
9 Replies
02-26-2019, 09:18 AM
msz900
    Thread: css, js, img in view don't work
Post: RE: css, js, img in view don't work

You need to place your assets folder outside the application folder like: your project folder      application      assets      etc.... the access the files like: PHP Code: -- ; --
4,557 Views
5 Replies
04-02-2018, 06:18 AM
msz900
    Thread: Color and Size Filter
Post: RE: Color and Size Filter

InsiteFX Wrote: (04-01-2018, 04:15 AM) -- See this article JavaScript: Form Validation using Ajax (https://www.the-art-of-web.com/javascript/ajax-validate/) -- Did you check the var_dump screen sho...
7,853 Views
4 Replies
04-01-2018, 04:45 AM
msz900
    Thread: Color and Size Filter
Post: RE: Color and Size Filter

InsiteFX Wrote: (03-31-2018, 04:07 AM) -- Check boxes and radio buttons have no setting at all if they are not checked. You need to first check to see if the check box or radio button is checked ...
7,853 Views
4 Replies
03-31-2018, 08:33 AM
msz900
    Thread: Color and Size Filter
Post: Color and Size Filter

Hi I searched a lot for my issues, but did not find what I want, I also Posted a Question on stackOverflow but did not get the response and then I just got here and hope may be someone have the same...
7,853 Views
4 Replies
03-30-2018, 07:58 PM
msz900

Theme © iAndrew 2016 - Forum software by © MyBB