Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: PHP Attributes Routes
Post: PHP Attributes Routes

Good Morning Everyone, Longtime No Talk. I've seen the package by Kenjis for PHP Route Attributes (haven't tried it yet but will be soon), Question is, Is there any plans in the not to distant futu...
349 Views
0 Replies
06-16-2024, 06:09 AM
stlake2011
    Thread: IIS support
Post: RE: IIS support

Ok, I know this thread is as old as the hills and am unsure if there is another thread with the steps needed to Import mod_rewrite rules to IIS as the search function here currently isn't working for ...
26,023 Views
7 Replies
05-31-2021, 07:00 AM
stlake2011
  Big Grin Thread: Fontawesome compatible codeIgniter vector icon?
Post: Fontawesome compatible codeIgniter vector icon?

Good morning all, Haven't posted in a while so figured I would ask something and not sure if its been asked already as i haven't had time to look for myself. :) But does anyone know where I can f...
972 Views
0 Replies
02-17-2021, 06:20 AM
stlake2011
    Thread: [SOLVED] Paths Error
Post: [SOLVED] Paths Error

Good Evening All, Quick question,and I am sure it has been answered here already, just can't find it because can't search the threads with the Search Function. After a hardware failure on my dev...
1,004 Views
0 Replies
09-30-2020, 04:24 PM
stlake2011
    Thread: Downloadable Docs?
Post: Downloadable Docs?

Hi guys,  Just a quick question...is there somewhere I can go to download the latest docs? It would be handy to have in case I  find myself somewhere with no internet connection.  Or for anyone e...
2,514 Views
2 Replies
09-22-2020, 07:01 PM
stlake2011
    Thread: Using Maria/MySQL Internal Time Functions in the Builder Class?
Post: RE: Using Maria/MySQL Internal Time Functions in t...

InsiteFX Wrote: (09-09-2020, 05:26 AM) -- Because CodeIgniter no longer has the now() method. Here I created a helper to do it, make sure to place the methods into a help file. PHP Code: -- / ...
4,005 Views
5 Replies
09-09-2020, 06:57 AM
stlake2011
    Thread: Sessions, how?
Post: RE: Sessions, how?

Looking at your code, it looks like your not declaring the $session variable first.  Heres a quick example: PHP Code: -- class Controller {     protected $session;     public function __co...
3,168 Views
3 Replies
09-08-2020, 04:04 PM
stlake2011
    Thread: Using Maria/MySQL Internal Time Functions in the Builder Class?
Post: Using Maria/MySQL Internal Time Functions in the B...

Hi guys,  Quick question, minor problem (I think)! I am trying to update a 'DateTime' column in MariaDB/MySQL using the builder class but I keep getting this error: Call to undefined function...
4,005 Views
5 Replies
09-08-2020, 03:40 PM
stlake2011
    Thread: I can't send a AJAX request in a codeigniter server
Post: RE: I can't send a AJAX request in a codeigniter s...

A little late to the party here but, feeding jreklund's post, if your using apache, make sure your mod_rewrite is enabled. I was having this problem on an ajax myself and as soon as I looked at my .h...
13,034 Views
10 Replies
08-24-2020, 03:57 PM
stlake2011
    Thread: Word_limiter word count
Post: RE: Word_limiter word count

marcogmonteiro Wrote: (07-13-2020, 01:21 AM) -- That's really odd, must be something fishy with the string you're using. Can you do a dd() of said string and put it here? -- Good Morning, Full S...
2,716 Views
2 Replies
07-13-2020, 04:48 AM
stlake2011
    Thread: Word_limiter word count
Post: Word_limiter word count

Good evening all.  Quick question and observation. Observation: I am using word_limiter in a news posting app I am developing, and I noticed one thing. When I implement the limiter in a view, s...
2,716 Views
2 Replies
07-12-2020, 02:32 PM
stlake2011
    Thread: CI 4 Exceptions
Post: RE: CI 4 Exceptions

John_Betong Wrote: (06-20-2020, 10:47 PM) -- I thought I was the only one that had difficulty in trying to understand the Kint output :) I prefer to use the native PHP error system because it has ...
3,091 Views
3 Replies
06-21-2020, 04:52 AM
stlake2011
    Thread: CI 4 Exceptions
Post: CI 4 Exceptions

Good Morning All. Just a quick question for the CI Devs. Is there anyway you guys can make the Exceptions returned a little less ambiguous?  Its especially frustrating when one is thrown but gi...
3,091 Views
3 Replies
06-20-2020, 07:48 AM
stlake2011
    Thread: MySQL Date_Format and Query Builder
Post: RE: MySQL Date_Format and Query Builder

jreklund Wrote: (05-21-2020, 07:59 AM) -- Odd that it escapes that part, have you tried to disable the escape for that select? I see that you tried it with set, but not select. PHP Code: -- $this->...
3,336 Views
2 Replies
05-21-2020, 08:04 AM
stlake2011
    Thread: MySQL Date_Format and Query Builder
Post: MySQL Date_Format and Query Builder

Good Morning all, So I tried the query builder now I am running into a classic SQL error.  This is the piece of code I am having a problem with and cannot get to work properly: PHP Code: -- ...
3,336 Views
2 Replies
05-21-2020, 05:51 AM
stlake2011
    Thread: Looping over $this->request
Post: Looping over $this->request

Good Morning everyone, Quick question. Is it possible to loop over  $request object? example: PHP Code: -- foreach($this->request as $key => $value) {     print $key.""; } -- Reasoning fo...
2,812 Views
2 Replies
05-12-2020, 05:40 AM
stlake2011
    Thread: Clarification how to use view_cell, layouts or views
Post: RE: Clarification how to use view_cell, layouts or...

elserra Wrote: (04-12-2020, 10:42 PM) -- Hi everybody, I've been struggling on how or when to use which type of view. I understand the differences and I think I know how to use them but it is uncl...
8,067 Views
9 Replies
04-15-2020, 05:32 AM
stlake2011
    Thread: Transactions and AffectedRows
Post: Transactions and AffectedRows

Morning all, Quick question for yall. When I am running a DB transaction, if it all goes smoothly (as reported by the transaction) I want to do a secondary check (yes I am paranoid on this front...
1,255 Views
0 Replies
04-15-2020, 05:22 AM
stlake2011
    Thread: Database Query result frustration
Post: Database Query result frustration

Hi all, Am having a hell of a time trying to figure out whats going wrong here or what maybe i am missing. Been troubleshooting this error for far to many hours now. I am writing a custom login ...
2,394 Views
1 Replies
04-12-2020, 08:48 AM
stlake2011
    Thread: CI4 - Routing problem
Post: RE: CI4 - Routing problem

haunui Wrote: (04-11-2020, 06:36 AM) -- Hi, When i load the URL that supposed to show my page, the server give me a 404 not found error. I added my routes on the app/Config/Routes.php file. I tried ...
4,516 Views
3 Replies
04-11-2020, 07:35 AM
stlake2011

Theme © iAndrew 2016 - Forum software by © MyBB