Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: I wanted to create a pagination
Post: RE: I wanted to create a pagination

Andryshok Wrote: (07-09-2019, 02:28 AM) -- Junie Wrote: (07-09-2019, 02:22 AM) -- How about the Model? Should I stick with it> -- You wont get database data in controler or model, this is you choi...
5,949 Views
4 Replies
07-09-2019, 02:30 AM
Junie
    Thread: I wanted to create a pagination
Post: RE: I wanted to create a pagination

How about the Model? Should I stick with it>
5,949 Views
4 Replies
07-09-2019, 02:22 AM
Junie
  Exclamation Thread: I wanted to create a pagination
Post: I wanted to create a pagination

This is a functional search using a button click but the problem is there is no pagination on it. I wanted to insert a pagination link, I read tutorials about the CodeIgniter pagination but it only ta...
5,949 Views
4 Replies
07-09-2019, 02:10 AM
Junie
    Thread: Function get_list() for codeigniter v2
Post: RE: Function get_list() for codeigniter v2

InsiteFX Wrote: (07-03-2019, 04:29 AM) -- I found this not sure if it will help. How to get list with conditional in CodeIgniter? (https://stackoverflow.com/questions/39632664/how-to-get-list-with...
6,862 Views
5 Replies
07-05-2019, 12:31 AM
Junie
    Thread: Function get_list() for codeigniter v2
Post: RE: Function get_list() for codeigniter v2

php_rocs Wrote: (07-03-2019, 10:44 AM) -- @Junie, Also, did you do a global search in the code base if it exist?  Maybe it was a custom method/function from custom library? -- my first guess for...
6,862 Views
5 Replies
07-05-2019, 12:29 AM
Junie
    Thread: Function get_list() for codeigniter v2
Post: Function get_list() for codeigniter v2

I'm new into CodeIgniter so I have more questions about it. In my controller I have this: public function __construct() {        parent::__construct();        $this->load->model('db/m_class_model...
6,862 Views
5 Replies
07-02-2019, 10:46 PM
Junie
    Thread: Can't read form values
Post: RE: Can't read form values

Sir, When I add this line of code save_method = 'add'; into the save function. See the 1st screenshot & without that line of code 2nd screenshot.
57,538 Views
54 Replies
07-25-2017, 04:20 AM
Junie
    Thread: Can't read form values
Post: RE: Can't read form values

Paradinight Wrote: (07-22-2017, 09:49 AM) -- you save method is wrong. you call the wrong url. Because the url variable is empty, you send to the wrong controller. -- Sir, When I try to add t...
57,538 Views
54 Replies
07-22-2017, 07:38 PM
Junie
    Thread: Can't read form values
Post: RE: Can't read form values

Paradinight Wrote: (07-22-2017, 09:35 AM) -- Code: -- -- add_person is not called in you code -- Yes, because I don't wan't to use the modal. I don't want to use the modal in ADDing stuff but the...
57,538 Views
54 Replies
07-22-2017, 09:45 AM
Junie
    Thread: Can't read form values
Post: RE: Can't read form values

This is the snippet: Code: --    var save_method; //for save method string    var table;    $(document).ready(function() {        //datatables        table = $('#table').DataTable({...
57,538 Views
54 Replies
07-22-2017, 09:29 AM
Junie
    Thread: Can't read form values
Post: RE: Can't read form values

Paradinight Wrote: (07-22-2017, 09:06 AM) -- 1. proceed...
57,538 Views
54 Replies
07-22-2017, 09:16 AM
Junie
    Thread: Can't read form values
Post: RE: Can't read form values

Paradinight Wrote: (07-22-2017, 08:42 AM) -- Can you pls add the current javascript code and the current php code? -- View: Code: --                                      ...
57,538 Views
54 Replies
07-22-2017, 08:55 AM
Junie
    Thread: Can't read form values
Post: RE: Can't read form values

Paradinight Wrote: (07-22-2017, 08:37 AM) -- Status Code:200 OK
57,538 Views
54 Replies
07-22-2017, 08:39 AM
Junie
    Thread: Can't read form values
Post: RE: Can't read form values

I think I'm calling the save method = add. But in my case I didn't call for add I emmediately call the function save. The URL save method = add doesn't relly work out.
57,538 Views
54 Replies
07-22-2017, 08:37 AM
Junie
    Thread: Can't read form values
Post: RE: Can't read form values

Paradinight Wrote: (07-22-2017, 08:26 AM) -- i need the headers part from the xhr requests -- Code: -- GENERAL Request URL:http://localhost/csc/agency Request Method:POST Status Code:200 OK Re...
57,538 Views
54 Replies
07-22-2017, 08:31 AM
Junie
    Thread: Can't read form values
Post: RE: Can't read form values

Paradinight Wrote: (07-22-2017, 08:08 AM) -- pls the header part not the preview. -- I think I missed in part of the jquery
57,538 Views
54 Replies
07-22-2017, 08:16 AM
Junie
    Thread: Can't read form values
Post: RE: Can't read form values

[attachment=930 Wrote: -- Paradinight pid='345569' dateline='1500734682'] Junie Wrote: (07-22-2017, 07:39 AM) -- Paradinight Wrote: (07-22-2017, 07:34 AM) -- It should be an entry. After the click o...
57,538 Views
54 Replies
07-22-2017, 08:03 AM
Junie
    Thread: Can't read form values
Post: RE: Can't read form values

Paradinight Wrote: (07-22-2017, 07:34 AM) -- It should be an entry. After the click on the button. -- This is the screenshot. It shows it contains the input text. In the second screenshot still arra...
57,538 Views
54 Replies
07-22-2017, 07:39 AM
Junie
    Thread: Can't read form values
Post: RE: Can't read form values

Paradinight Wrote: (07-22-2017, 04:29 AM) -- Junie Wrote: (07-19-2017, 05:12 AM) -- Martin7483 Wrote: (07-19-2017, 01:49 AM) -- Remove the enctype="multipart/form-data" attribute from the opening f...
57,538 Views
54 Replies
07-22-2017, 07:23 AM
Junie
    Thread: Can't read form values
Post: RE: Can't read form values

Martin7483 Wrote: (07-19-2017, 01:49 AM) -- Remove the enctype="multipart/form-data" attribute from the opening form tag That attribute is only needed when uploading files. I missed this up unt...
57,538 Views
54 Replies
07-19-2017, 05:12 AM
Junie

Theme © iAndrew 2016 - Forum software by © MyBB