Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Dynamic form field evalutation
Post: RE: Dynamic form field evalutation

includebeer Wrote: (01-12-2021, 03:01 PM) -- You can use the Throttler class (http://codeigniter.com/user_guide/libraries/throttler.html) to limit the number of request for that particular service. T...
2,967 Views
6 Replies
01-12-2021, 03:07 PM
bogus
    Thread: Dynamic form field evalutation
Post: RE: Dynamic form field evalutation

Interesting and a valid answer. However, if someone wants to brute or map the db she can try. As long the db is set up properly (escaping), the username and password inputs are sanitized and both ha...
2,967 Views
6 Replies
01-12-2021, 02:02 PM
bogus
    Thread: Dynamic form field evalutation
Post: RE: Dynamic form field evalutation

I was afraid so :-( Don't like these technologies.
2,967 Views
6 Replies
01-12-2021, 12:30 AM
bogus
    Thread: Dynamic form field evalutation
Post: Dynamic form field evalutation

Hello I want to evaluate user form field input 'as she types' versus the database to check if the value already exists (ex. username). If this is the case I want to inform her interactively below ...
2,967 Views
6 Replies
01-11-2021, 06:54 PM
bogus
    Thread: Inadequacy in Documentation
Post: RE: Inadequacy in Documentation

Quote: -- Modeling data      |      - Using Codeigniters Model $updatedField Specifies which database field should use for keep data record update timestamp. Leave it empty to avoid upd...
2,872 Views
6 Replies
08-24-2020, 03:24 AM
bogus
    Thread: Inadequacy in Documentation
Post: RE: Inadequacy in Documentation

jreklund Wrote: (08-20-2020, 11:07 PM) -- Our user guide aren't a straight up tutorial so every function or how it's chained aren't described in detail, so that's why I asked if you had trouble with ...
2,872 Views
6 Replies
08-21-2020, 02:21 AM
bogus
    Thread: Inadequacy in Documentation
Post: RE: Inadequacy in Documentation

jreklund Wrote: (08-20-2020, 08:49 AM) -- Kinda hard to tell as you didn't list what the problem where. If the code dosen't work, you should open up an issue at Github; https://github.com/codeignite...
2,872 Views
6 Replies
08-20-2020, 09:52 AM
bogus
    Thread: Inadequacy in Documentation
Post: Inadequacy in Documentation

Day as an astute reader of the CI4 documentation I stumbled over a worth mentioning amount of mistakes in the same. Either logically, but mostly orthographically I wonder if this is intentionally ...
2,872 Views
6 Replies
08-20-2020, 04:00 AM
bogus
    Thread: Can't load view files created by PHP - permissions problem
Post: RE: Can't load view files created by PHP - permiss...

/srv/http/codeigniter.tld/public/your-site.net/profiles/new_user_name/ and /srv/http/codeigniter.tld/your-site.net/Views/profiles/new_user_name.php doesn't work together, why is that? Dele...
3,155 Views
6 Replies
08-19-2020, 02:17 PM
bogus
    Thread: Can't load view files created by PHP - permissions problem
Post: RE: Can't load view files created by PHP - permiss...

Boys, do me a favor... I examined the base class File while trying to apply the solution proposed in the docs (creating a file instance, moving a file...). There are some @'s in the move method whic...
3,155 Views
6 Replies
08-17-2020, 12:18 PM
bogus
    Thread: Update aka 'touch' database
Post: RE: Update aka 'touch' database

InsiteFX Wrote: (08-17-2020, 03:21 AM) -- $useTimestamps This boolean value determines whether the current date is automatically added to all inserts and updates. If true, will set the current t...
2,602 Views
5 Replies
08-17-2020, 10:48 AM
bogus
    Thread: Update aka 'touch' database
Post: Update aka 'touch' database

Day I like to 'touch' a database row. Means, I want to update only the updated_at field, how can I do that in my controller with the instance of my model?
2,602 Views
5 Replies
08-16-2020, 10:08 PM
bogus
    Thread: Can't load view files created by PHP - permissions problem
Post: RE: Can't load view files created by PHP - permiss...

Got it. Yeah, sad world these days with a lot of weird people. Sometimes I feel like, hell I am really normal... :) Appreciate your help 'as always'. Catch up in a bit. Here's one of the...
3,155 Views
6 Replies
08-16-2020, 10:07 AM
bogus
    Thread: Can't load view files created by PHP - permissions problem
Post: RE: Stuck

jreklund Wrote: (08-16-2020, 07:24 AM) -- First of all, you are subject of SQL Injection, with this code I could grab all your data from your database or drop it. Please see the chapter about query b...
3,155 Views
6 Replies
08-16-2020, 09:04 AM
bogus
    Thread: Can't load view files created by PHP - permissions problem
Post: Can't load view files created by PHP - permissions...

Hi guys, first of all you know... I really hate it to post questions in public forums but I am so much stuck in something, I actually see no other choice. Inside a controller I have a 'register...
3,155 Views
6 Replies
08-16-2020, 04:37 AM
bogus

Theme © iAndrew 2016 - Forum software by © MyBB