Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Is OK to put chaining Query Builder methods inside Controller?
Post: Is OK to put chaining Query Builder methods inside...

Hi. I was wondering if this is recommended, chain a lot of query builder methods inside Controllers, instead Model. Example. I have this model method that returns some rows based in that conditions:...
1,495 Views
1 Replies
04-29-2020, 04:36 PM
reszko
    Thread: [SOLVED] - Honeypot - How to capture an exception
Post: [SOLVED] - RE: Honeypot - How to capture an except...

Hi everyone To make it work I decided to create my own filter, and put it inside app/filters. The content is about the same that exists in system/filters/honeypot. So, after do that, I went to a...
3,229 Views
3 Replies
01-28-2020, 03:14 PM
reszko
    Thread: [SOLVED] - Honeypot - How to capture an exception
Post: [SOLVED] - Honeypot - How to capture an exception

Hi, I am following the userguide instructions to use the honeypot class and almost everithing worked well. But, I don't know how to capture a HoneyPotException when it is triggered when a bot fil...
3,229 Views
3 Replies
01-28-2020, 05:39 AM
reszko
    Thread: [SOLVED - ]Database Forge - How to select a DB
Post: [SOLVED] - RE: Database Forge - How to select a DB

reszko Wrote: (12-12-2019, 04:30 PM) -- Hi. When I use $forge->createDatabase('databaseName'); to create a database, it works successfully, but, when I use $forge->createTable('tableName') it adds...
2,337 Views
2 Replies
12-14-2019, 12:39 PM
reszko
    Thread: [SOLVED - ]Database Forge - How to select a DB
Post: [SOLVED - ]Database Forge - How to select a DB

Hi. When I use $forge->createDatabase('databaseName'); to create a database, it works successfully, but, when I use $forge->createTable('tableName') it adds this table to my database that is config...
2,337 Views
2 Replies
12-12-2019, 04:30 PM
reszko
    Thread: CI 3.02 - sess_use_database error
Post: RE: CI 3.02 - sess_use_database error

Narf Wrote: (10-09-2015, 10:03 AM) -- There are upgrade instructions (http://www.codeigniter.com/userguide3/installation/upgrade_300.html) that, as I said, you didn't follow carefully (if you did at ...
5,800 Views
4 Replies
10-09-2015, 01:47 PM
reszko
    Thread: CI 3.02 - sess_use_database error
Post: RE: CI 3.02 - sess_use_database error

Narf Wrote: (10-09-2015, 02:34 AM) -- You didn't follow the upgrade instructions carefully and you're still using the CI2 Session class. -- But what I didn't understand is why CI3 is looking for a ...
5,800 Views
4 Replies
10-09-2015, 07:13 AM
reszko
    Thread: CI 3.02 - sess_use_database error
Post: CI 3.02 - sess_use_database error

Hi.  I am receiveing an error where I try to put an array of data in session. It's an error that says that there is an error on UPDATE query for the session table, but my CodeIgniter is not using d...
5,800 Views
4 Replies
10-08-2015, 05:29 PM
reszko
    Thread: Userguide CI 3.0 error
Post: RE: Userguide CI 3.0 error

Ok, maybe I am doing something wrong. I followed exactally the tutorial and it didn't work, only when I changed to 'view' it worked. Thank you.
24,394 Views
0 Replies
02-20-2015, 08:57 AM
reszko
    Thread: Userguide CI 3.0 error
Post: RE: Userguide CI 3.0 error

Ok, but look the original code and compares it with the route: Code: --
24,394 Views
0 Replies
02-20-2015, 06:19 AM
reszko
    Thread: Userguide CI 3.0 error
Post: RE: Userguide CI 3.0 error

Yes, I added the route, but the tutorial only worked when I changed the link to 'view'. If you do like the tutorial says, when the user clicks in the link to view the article, the URI shows like this:...
24,394 Views
0 Replies
02-20-2015, 06:04 AM
reszko
    Thread: Userguide CI 3.0 error
Post: RE: Userguide CI 3.0 error

Narf Wrote: (02-19-2015, 01:48 PM) -- Sorry, but I can't find the piece that you're referring to. Can you quote it here? -- Hi, below the code. Look the piece of code of href that creates the View ...
24,394 Views
0 Replies
02-19-2015, 03:15 PM
reszko
    Thread: Userguide CI 3.0 error
Post: Userguide CI 3.0 error

Hi,  In this page: http://www.codeigniter.com/userguide3/tutorial/news_section.html there is an error in the view index.php code that shows the news.  The link is pointing to "/news" instead of...
24,394 Views
0 Replies
02-19-2015, 09:13 AM
reszko

Theme © iAndrew 2016 - Forum software by © MyBB