Convert an Object to an Array in PHP
PHP
Get Items to Populate a Dropdown in CakePHP 4
CakePHP4
This example shows you how to encrypt a string and decrypt it.
PHP
Adding HTML to a link in CakePHP 3
CakePHP
Render a different view in CakePHP. Sometimes you want to use a different view, other than the default CakePHP uses.
CakePHP
This example shows you how to obtain user information from the session.
CakePHP, CakePHP4
Read & Write Cookies in CakePHP 3
CakePHP
Simple example of getting locations from Square, using CURL & Get with PHP.
This example shows you how to change the layout in CakePHP4
CakePHP, CakePHP4, CakePHP3
This example shows you how to throw an error in CakePHP4
CakePHP4
Hashing a password in CakePHP3
CakePHP3
This demonstrates how to use multiple joins in your CakePHP database calls.
CakePHP3
This is an example on how to get the webroot from within a Cake layout or template.
cakephp4, cakephp, CakePHP3
These examples describe how to install the AWS SDK for PHP with composer, and utilize S3.
cakephp4, AWS, CakePHP
These examples show the differences in inserting records when in CakePHP3 & CakePHP4.
CakePHP, CakePHP3, CakePHP4
Authentication in CakePHP4 (Strawberry)
cakephp4, cakephp
Get insert id from last added record in CakePHP.
CakePHP, CakePHP3
This example shows how to send an email from within a method in your controller.
CakePHP
This example shows you how to get a customer list from an authorized Square Account
Square Payments
Get a Unique ID in PHP
PHP