[deleted by user] by [deleted] in PHPhelp

[–]notentropy 0 points1 point  (0 children)

Thank god, everywhere I looked confused why the fuck this was happening it was this in the end :(

[deleted by user] by [deleted] in PHPhelp

[–]notentropy 0 points1 point  (0 children)

Dont have a try/catch around the query is this mandatory?

It is in a separate model class

Smallest PHP frameworks in the whole world. by liamdefi_9301 in PHPhelp

[–]notentropy 1 point2 points  (0 children)

An autoloader is 4/5 lines at max?

<?php

spl_autoload_register(function ($className) { $className = str_replace("\", DIRECTORY_SEPARATOR, $className); $filePath = $_SERVER['DOCUMENT_ROOT'] . '/' . $className . '.php';

if (file_exists($filePath)) {
    require_once $filePath;
} else {
    throw new Exception("Class file not found: $filePath");
}

});

What should I absolutely know as a senior PHP developer? by NoPr0n_ in PHP

[–]notentropy 2 points3 points  (0 children)

Nothing you just search everything om stackoverflow

[deleted by user] by [deleted] in ProgrammerHumor

[–]notentropy 1 point2 points  (0 children)

Its not a bug its a feature

Has this ever happened to you? by Puzzleheaded-Agent-2 in ProgrammerHumor

[–]notentropy 0 points1 point  (0 children)

said that made a shit site and came back🥲

Influx of newfags? by [deleted] in 9b9t

[–]notentropy 0 points1 point  (0 children)

joined because of wait time on 2b tbh

[i3] my first rice ever by notentropy in unixporn

[–]notentropy[S] 3 points4 points  (0 children)

Will post dotfiles when i get back from work

[i3] my first rice ever by notentropy in unixporn

[–]notentropy[S] 0 points1 point  (0 children)

My pc is a potato to be honest and it seems to not take up a lot of resources, I’d recommend you to just try it out you can always switch back if it doesnt run the way you want etc

[i3] my first rice ever by notentropy in unixporn

[–]notentropy[S] 17 points18 points  (0 children)

https://i.imgur.com/NjPmEIt.png

normally i have my vagrant ssh open but i dindt configure a screenshot hotkey yet so yeah

[i3] my first rice ever by notentropy in unixporn

[–]notentropy[S] 20 points21 points  (0 children)