📡 You're offline — showing cached content
New version available!
Quick Access
#php

Posts tagged: php

6 articles found

PHP Error Handling: Exceptions, Try-Catch and Custom Exceptions
PHP Beginner
PHP Error Handling: Exceptions, Try-Catch and Custom Exceptions

Master PHP exception handling — try-catch-finally, custom exception classes, global error handlers, and production-safe error logging.

Laravel Eloquent ORM: Relationships, Eager Loading and Query Builder
JavaScript Intermediate
Laravel Eloquent ORM: Relationships, Eager Loading and Query Builder

Master Laravel Eloquent — all relationship types, solving the N+1 query problem with eager loading, scopes, mutators and advanced query builder.

PHP Design Patterns: Singleton, Factory, Observer, Strategy and More
JavaScript Intermediate
PHP Design Patterns: Singleton, Factory, Observer, Strategy and More

Master the most important PHP design patterns — Singleton, Factory, Observer, Strategy, Decorator, and Repository with complete code examples.

PHP Composer and Autoloading: PSR-4 Explained
JavaScript Beginner
PHP Composer and Autoloading: PSR-4 Explained

Learn Composer from scratch — installing packages, PSR-4 autoloading, version constraints, and composer.lock for reproducible builds.

PHP Sessions and Cookies: Complete Security Guide
JavaScript Intermediate
PHP Sessions and Cookies: Complete Security Guide

Learn how PHP sessions and cookies work under the hood, how to configure them securely, prevent session fixation and hijacking attacks.

PHP Array Functions Mastery: array_map, filter, reduce and More
JavaScript Beginner
PHP Array Functions Mastery: array_map, filter, reduce and More

Master PHP array functions — array_map, filter, reduce, usort, array_walk and more with real code examples and interview tips.