Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: PHP Scrit in C.I Method - Convertion
Post: PHP Scrit in C.I Method - Convertion

Hello Guys, Can someone please help me to convert this procedural php script in the C.I method? I would be immensely grateful I'm trying, but i'm doing something wrong. Thank you in adva...
2,772 Views
2 Replies
09-20-2019, 03:05 AM
Porto
  Lightbulb Thread: How to receive data from Form_A and send to Form_B ? - 26.07.19
Post: How to receive data from Form_A and send to Form_B...

Hi Guys greetings! Probably the situation is very simple to solve, but I haven't found the light yet. 1 ° I have a controller and two methods - Method A and Method B. 2° A Method - FORM_A IS ...
7,137 Views
5 Replies
07-26-2019, 04:11 AM
Porto
  Thumbs Up Thread: "Action" attribute in the Form Helper - How to eliminate or disable 24.07.19
Post: RE: "Action" attribute in the Form Helper - How to...

ciadmin Wrote: (07-24-2019, 06:09 AM) -- You might try a hash sign as the action, which effectively disables it... form_open('#') -- Hello Mr. Admin Well, it works! Thank you so much and i w...
6,465 Views
2 Replies
07-26-2019, 03:24 AM
Porto
  Information Thread: "Action" attribute in the Form Helper - How to eliminate or disable 24.07.19
Post: "Action" attribute in the Form Helper - How to eli...

Hi Guys greetings! I've already read some post about this question, but i didn't still find a solution. The Posts that i read are from seven or teen years ago. Maybe we have something new with the ...
6,465 Views
2 Replies
07-24-2019, 03:38 AM
Porto
  Smile Thread: URI Routing Help - 23.07.19
Post: RE: URI Routing Help - 23.07.19 - Done!

Digital_Wolf Wrote: (07-23-2019, 09:04 AM) -- Porto Wrote: (07-23-2019, 05:44 AM) -- Digital_Wolf Wrote: (07-23-2019, 03:03 AM) -- I'm not exactly sure what you want to do, but maybe it will help: ...
12,150 Views
6 Replies
07-24-2019, 03:31 AM
Porto
    Thread: URI Routing Help - 23.07.19
Post: RE: URI Routing Help - 23.07.19

Digital_Wolf Wrote: (07-23-2019, 03:03 AM) -- I'm not exactly sure what you want to do, but maybe it will help: Example 1: $route['{segment-1} / {segment-2} / {segment-3}'] will be converted to:...
12,150 Views
6 Replies
07-23-2019, 05:44 AM
Porto
    Thread: URI Routing Help - 23.07.19
Post: URI Routing Help - 23.07.19

Hi Guys greetings! $route['mf'] = 'voting/mf'; /***Route Formteste Works***/ $route['formteste'] = 'formteste/index'; /***Route Voting Dashboard Works***/ $route['admin_voting'] = 'admin_vo...
12,150 Views
6 Replies
07-23-2019, 12:47 AM
Porto
  Lightbulb Thread: Asking for Help - Task - Form, Select and Insert
Post: Asking for Help - Task - Form, Select and Insert

Hi Guys, i have a small task that i would like to ask you if you could help me with it. What i need to do is to Fix a form and create some inserts and selects, and that's it! In parallel i need ...
5,898 Views
3 Replies
07-18-2019, 04:34 AM
Porto
  Thumbs Up Thread: Uncaught ReferenceError: $ is not defined - Datepicker - Codeigniter 3
Post: RE: Uncaught ReferenceError: $ is not defined - Da...

dave friend Wrote: (04-18-2019, 10:23 AM) -- One problem might be the use of the "defer" attribute with the elements. This means that jQuery won't load until after all the other html loads. But ...
8,640 Views
4 Replies
04-23-2019, 05:08 AM
Porto
    Thread: Uncaught ReferenceError: $ is not defined - Datepicker - Codeigniter 3
Post: Uncaught ReferenceError: $ is not defined - Datepi...

Hello Guys, Greetings! First of all, thank you so much for the help! Scenario: 1° I use codeigniter 2° I added this very simple script in my VIEW FILE. (https://jqueryui.com/datepicker/#d...
8,640 Views
4 Replies
04-18-2019, 02:28 AM
Porto
    Thread: 20.03.19 Message: Object of class stdClass could not be converted to string
Post: RE: 20.03.19 Message: Object of class stdClass cou...

SOLVED ISSUE
9,455 Views
4 Replies
03-20-2019, 06:02 AM
Porto
  Thumbs Up Thread: 20.03.19 Message: Object of class stdClass could not be converted to string
Post: SOLVED: 20.03.19 Message: Object of class stdClass...

Porto Wrote: (03-20-2019, 04:19 AM) -- InsiteFX Wrote: (03-20-2019, 03:54 AM) -- SEE: CodeIgniter User's Guide - Generating Query Results (https://www.codeigniter.com/user_guide/database/results....
9,455 Views
4 Replies
03-20-2019, 06:01 AM
Porto
    Thread: 20.03.19 Message: Object of class stdClass could not be converted to string
Post: RE: 20.03.19 Message: Object of class stdClass cou...

InsiteFX Wrote: (03-20-2019, 03:54 AM) -- SEE: CodeIgniter User's Guide - Generating Query Results (https://www.codeigniter.com/user_guide/database/results.html#generating-query-results) -- Hell...
9,455 Views
4 Replies
03-20-2019, 04:19 AM
Porto
    Thread: 20.03.19 Message: Object of class stdClass could not be converted to string
Post: 20.03.19 Message: Object of class stdClass could n...

Hello Guys, please i need a Light! I've already read some cases identical as my issue here in the Forum, but i don't get STILL see what should i do. The best answer was: -----------------------...
9,455 Views
4 Replies
03-20-2019, 01:24 AM
Porto
    Thread: Issue - Form_Validation > Setting Error Messages > set_rule()
Post: Issue SOLVED 25.02.2019 - Form_Validation > Settin...

Dear  xenomorph1030 & PaulD I got it running! But i did a small change in the code. PHP Code: -- $this->form_validation->set_rules('name', 'Name', 'trim|required|min_length[5]|max_length[40]'...
4,901 Views
4 Replies
02-25-2019, 06:29 AM
Porto
    Thread: Issue - Form_Validation > Setting Error Messages > set_rule()
Post: RE: Issue - Form_Validation > Setting Error Messag...

xenomorph1030 Wrote: (02-20-2019, 10:39 AM) -- What version of CodeIgniter are you running? I tried out your rule and I see the custom message in 3.1.10. For the heck of it, have you tried overrid...
4,901 Views
4 Replies
02-25-2019, 05:49 AM
Porto
    Thread: Issue - Form_Validation > Setting Error Messages > set_rule()
Post: Issue - Form_Validation > Setting Error Messages >...

Hi Guys, Could someone please give a Light what's going wrong here please? I try to set a custom error message for a particular field on some particular rule, but when i call the rule, i still see...
4,901 Views
4 Replies
02-19-2019, 09:14 AM
Porto
    Thread: A PHP Error was encountered - Message: Undefined index: title
Post: RE: A PHP Error was encountered - Message: Undefin...

php_rocs Wrote: (02-19-2019, 07:41 AM) -- @Porto, You can add the following text to the title '[SOLVED]'. You can also click the +Rate button to give ciadmin credit for helping you. -- Thank yo...
17,599 Views
5 Replies
02-19-2019, 07:50 AM
Porto
    Thread: A PHP Error was encountered - Message: Undefined index: title
Post: RE: A PHP Error was encountered - Message: Undefin...

Please, on this Forum, how can i give the Topic as completed or done?
17,599 Views
5 Replies
02-19-2019, 06:28 AM
Porto
    Thread: A PHP Error was encountered - Message: Undefined index: title
Post: RE: A PHP Error was encountered - Message: Undefin...

ciadmin Wrote: (02-18-2019, 09:24 PM) -- The only place in the controller code you show, that references an index "title", is Code: -- $data['title'] = $data['post']['title'];   -- This must be lin...
17,599 Views
5 Replies
02-19-2019, 06:26 AM
Porto

Theme © iAndrew 2016 - Forum software by © MyBB