Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

jtrod's avatar

jtrod liked a comment+100 XP

3d ago

Object-Oriented Principles in PHP: Ep 10, Object-Oriented Workshop

@jtrod from PHP docs: "In PHP, it's possible to write else if (in two words) and the behavior would be identical to the one of elseif (in a single word). The syntactic meaning is slightly different (the same behavior as C) but the bottom line is that both would result in exactly the same behavior. ... Note: Note that elseif and else if will only be considered exactly the same when using curly brackets as in the above example. When using a colon to define if/elseif conditions, the use of elseif in a single word becomes necessary. PHP will fail with a parse error if else if is split into two words."

jtrod's avatar

jtrod wrote a comment+100 XP

4d ago

The Ralph Wiggum Technique: Ep 16, Beyond Ralph Orchestration

@SabatinoMasala thanks, do you have a post or video about learning Linear so we can check in?

jtrod's avatar

jtrod liked a comment+100 XP

1w ago

The Ralph Wiggum Technique: Ep 4, Creating A PRD With Our PRD Skill

Can I find this PRD skill somewhere? You mentioned the link for the project files or PRD file example, but I can't find it on this page. Thank you for the course.

jtrod's avatar

jtrod wrote a comment+100 XP

4mos ago

Leveraging AI for Laravel Development: Ep 3, Nip it in the Bud

I think guidelines are updated too, if you run php artisan boost:update