Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Codeigniter is now the best framework PHP ! (2023 dec)
Post: RE: Codeigniter is now the best framework PHP ! (2...

It's funny that WooCommerce is listed, as it's just a plugin for WordPress. I work with it every day. It definitely deserves to be in last place.
748 Views
5 Replies
01-28-2024, 01:47 AM
skunkbad
    Thread: Anyone interested in taking over Community Auth?
Post: RE: Anyone interested in taking over Community Aut...

rexinthecity Wrote: (01-27-2024, 11:41 AM) -- I noticed your website is down, has the project officially been shuttered? -- Yes. There never really seamed to be a whole lot of interest in the proje...
927 Views
4 Replies
01-28-2024, 01:39 AM
skunkbad
    Thread: Anyone interested in taking over Community Auth?
Post: Anyone interested in taking over Community Auth?

Hey guys, it's been a long time... I'm still doing dev work, but have been working for a company using WordPress for the last few years, and haven't done anything with CodeIgniter for a long time. I ...
927 Views
4 Replies
12-29-2022, 10:37 AM
skunkbad
    Thread: CI4 and Ubuntu 20.04, pretty URLs not working
Post: RE: CI4 and Ubuntu 20.04, pretty URLs not working

AllowOverride All?
3,439 Views
2 Replies
05-05-2020, 08:58 PM
skunkbad
    Thread: New World Frontend Order - how Codeigniter fit in a javascript frontend world?
Post: RE: New World Frontend Order - how Codeigniter fit...

When you put yourself in a box by following trends and advice, then you will come here and ask this question. With experience you will be able to do what you want, with maximum efficiency, maximum mai...
23,088 Views
23 Replies
04-08-2020, 06:41 PM
skunkbad
    Thread: Debugging a CI project
Post: RE: Debugging a CI project

I use Symfony’s VarDumper combined with Browsersync. Browsersync watches a single log file, and when the log is changed it reloads the browser with the contents of the log. It’s simple yet very effect...
2,404 Views
1 Replies
12-21-2019, 04:21 PM
skunkbad
    Thread: Can't stop the redirect...
Post: RE: Can't stop the redirect...

That link should be 410 gone
2,497 Views
2 Replies
12-04-2019, 02:31 PM
skunkbad
    Thread: Can't stop the redirect...
Post: Can't stop the redirect...

Client asks me to log into their MOZ account and fix some issues that are being reported. One of the issues is named "Redirect Chain" and shows a URL like this: https://example.com/a/b/"https://exa...
2,497 Views
2 Replies
12-04-2019, 11:05 AM
skunkbad
    Thread: Community Auth
Post: RE: Community Auth

It’s considered best practice to rotate the session Id when logging in. So it’s not that you have a new session, it’s that it has a new Id.
4,600 Views
3 Replies
11-28-2019, 06:00 PM
skunkbad
    Thread: PHP 7.4.0 Released!
Post: RE: PHP 7.4.0 Released!

When I started with PHP it was 5.2. Cool to see how much this language has evolved.
6,807 Views
5 Replies
11-28-2019, 06:21 AM
skunkbad
    Thread: Community Auth: Cannot make it work with CI 3.1.11
Post: RE: Community Auth: Cannot make it work with CI 3....

In a basic controller, can you use CI sessions successfully? Please check, and if you still have issues, show your session configuration.
6,760 Views
4 Replies
10-13-2019, 02:35 PM
skunkbad
    Thread: Thread Modes Community-Auth Optional Login Form
Post: RE: Thread Modes Community-Auth Optional Login For...

I believe the Ajax login example would get you started.
2,719 Views
1 Replies
10-04-2019, 03:53 PM
skunkbad
    Thread: Reference authentication library for CI4
Post: RE: Reference authentication library for CI4

I started working on this one a while back, and at the time had it working with CI4: https://packagist.org/packages/skunkbad/php-universal-authentication
6,292 Views
4 Replies
09-25-2019, 02:07 AM
skunkbad
    Thread: Automatic assignment of 0777 access permissions
Post: RE: Automatic assignment of 0777 access permission...

I think 0755 is more appropriate.
4,299 Views
2 Replies
05-05-2019, 07:43 AM
skunkbad
    Thread: How to use silexphp/Pimple in Codeigniter 3
Post: RE: How to use silexphp/Pimple in Codeigniter 3

I've used Pimple before. I built a custom framework on top of Pimple. I have a lot of experience with CodeIgniter, going back to v1.7.x. With that experience, I'm under the impression that you might h...
5,612 Views
2 Replies
04-15-2019, 10:48 PM
skunkbad
    Thread: Doanh nghiệp nên chọn gói cáp quang của Fpt
Post: RE: Session Issues

If you export a dump of the ci_sessions table schema from both websites, are they exactly the same? I'm just asking because you mentioned that you swapped the DB configuration, and then it started wor...
1,650 Views
1 Replies
04-14-2019, 10:29 PM
skunkbad
    Thread: How does the Session-Library work if cookies are rejected by the browser?
Post: RE: How does the Session-Library work if cookies a...

It seems like you understand sessions enough to get you in trouble. Having the session ID as a query string param is a security risk. Instead, test for cookies and let the site visitor know that they ...
2,290 Views
1 Replies
04-09-2019, 07:57 AM
skunkbad
    Thread: Comparison Operators >= in Control Structures why false?
Post: RE: Comparison Operators >= in Control Structures ...

PHP has no way of knowing that your dates are dates. There are a number of ways you could handle it, but the simplest would be to wrap your dates in strtotime() PHP Code: -- $date  = '2019-04-07...
9,431 Views
6 Replies
04-07-2019, 08:43 AM
skunkbad
    Thread: [split] Windows vs Linux split (CodeIgniter 4.0.0-beta.2 Released)
Post: RE: [split] Windows vs Linux split (CodeIgniter 4....

There should be no difference in the way you build an application. Windows has some limitations to be aware of, and that can trip up the developer if he/she doesn't understand those limitations. I'm t...
4,346 Views
4 Replies
04-05-2019, 09:17 AM
skunkbad
    Thread: What’s Up
Post: RE: What’s Up

I’m waiting to see how well received ci4 is in the dev community. I have no plans to start new projects, and as awful as it is, most of the work I’ve done lately is revolving around Wordpress. I still...
11,499 Views
9 Replies
03-30-2019, 09:05 PM
skunkbad

Theme © iAndrew 2016 - Forum software by © MyBB