This article shows you how to create a virtual host in WAMP's Apache server on Windows.
Apache
Override the CakePHP maximum of 100 records in pagination.
CakePHP, CakePHP4
This demo shows you how to prompt the browser to suggest a new password.
HTML5
This example demonstrates how to return the first row or record from those returned in CakePHP.
CakePHP, CakePHP4
This example shows you how to add HTML to your flash messages. Helpful when you want to add a link in CakePHP flash messages.
Cake4, CAKEPHP 4
This article explains how to add a private subfolder in your public AWS S3 bucket.
AWS, S3
This example shows how you can get the current routing prefix in CakePHP.
CakePHP
This example shows you how to obtain user information from the session.
CakePHP, CakePHP4
Here's a brief few snippets for using sessions in CakePHP4.
CakePHP, CakePHP4
This example shows you an example bucket policy which limits requests to those made from specific IP addresses.
AWS, S3
Convert an Object to an Array in PHP
PHP
Adding HTML to a link in CakePHP 3
CakePHP
Free Templates & Tools for Your Website
HTML5, SVG
This example shows how to get Querystring parameters from a URL.
CakePHP
Render a different view in CakePHP. Sometimes you want to use a different view, other than the default CakePHP uses.
CakePHP
Get insert id from last added record in CakePHP.
CakePHP, CakePHP3
This example shows you how to throw an error in CakePHP4
CakePHP4
This snip shows you how to get server and environmental information in CakePHP4.
CakePHP4
This example shows you how to use an origin table to create a new table, and populate the new table with contents from the origin.
MySql / MariaDB
Quickly create/route an email address / "alias" without eating up the user's email aliases (30 allowed). Since I have multiple domains, aliases can add up quick and hit that 30-alias limit. The solution is to create a new default route.