Open in app

Sign In

Write

Sign In

Christian Gonzalez | cakephp.blog
Christian Gonzalez | cakephp.blog

Home

About

Dec 3, 2020

Best of CakePHP — November 2020 | CakePHP blog

I spend a lot of time thinking and reading about the CakePHP framework, so I come across lots of interesting articles. I’ve decided to put together a list of all my favorite articles from the month of November on CakePHP. You can also find my list of best CakeFest talks…

Cakephp

3 min read

Best of CakePHP — November 2020 | CakePHP blog
Best of CakePHP — November 2020 | CakePHP blog
Cakephp

3 min read


Dec 2, 2020

How to use BETWEEN in CakePHP — Quick Slice | CakePHP blog

Pssst… Wanna know how to use a SQL BETWEEN statement in CakePHP without having to use an anonymous function? Here 'ya go. $Query = $Table ->find() ->where([ 'date BETWEEN :start AND :end' ]) ->bind(':start', '2020-01-01', 'date') ->bind(':end', '2020-12-31', 'date'); ( Shamelessly stolen from Stack Overflow) Hope you enjoyed your slice of Cake 🍰 Originally published at https://cakephp.blog on December 2, 2020.

Cakephp

1 min read

Cakephp

1 min read

How to use BETWEEN in CakePHP — Quick Slice | CakePHP blog

Pssst… Wanna know how to use a SQL BETWEEN statement in CakePHP without having to use an anonymous function? Here 'ya go.

$Query = $Table
->find()
->where([
'date BETWEEN :start AND :end'
])
->bind(':start', '2020-01-01', 'date')
->bind(':end', '2020-12-31', 'date');

( Shamelessly stolen from Stack Overflow)

Hope you enjoyed your slice of Cake 🍰

Originally published at https://cakephp.blog on December 2, 2020.

--

--


Nov 27, 2020

Upcoming Trends for CakePHP Developers | CakePHP blog

Keeping up with trends in development is important for a long-lasting career, but with hot new JavaScript frameworks being released every few days what’s a developer TODO? Different technologies matter to different careers but there are some new names online that every CakePHP developer should know. PHP 8 With PHP 8 being…

Cakephp

2 min read

Upcoming Trends for CakePHP Developers | CakePHP blog
Upcoming Trends for CakePHP Developers | CakePHP blog
Cakephp

2 min read


Nov 25, 2020

Can You Have Markdown in the CakePHP Form Helper? | CakePHP blog

It’s no secret that the default HTML toolkit is pretty lackluster, at least compared to the plethora of hand-holding tools offered to the average MS Office user nowadays. Make your users feel more at home by adding markdown to your textareas, you could also check out my guide on how…

Cakephp

4 min read

Can You Have Markdown in the CakePHP Form Helper? | CakePHP blog
Can You Have Markdown in the CakePHP Form Helper? | CakePHP blog
Cakephp

4 min read


Nov 20, 2020

What Are the Best Books for CakePHP Development? | CakePHP blog

(This post has affiliate links) Developers are knowledge workers and as such it pays to invest in the knowledge they work with, but how do you know which sources of knowledge are the best? Historically books were hard to produce and distribute so you could trust any that made it…

Programming

5 min read

What Are the Best Books for CakePHP Development? | CakePHP blog
What Are the Best Books for CakePHP Development? | CakePHP blog
Programming

5 min read


Nov 18, 2020

Real-Time Search With AJAX and CakePHP

As I type away at my 9 to 5 I get a request from an executive to create a “real-time search bar for the employees-dashboard”. A fairly typical request for a code monkey like myself and, at first glance, an easily solvable problem. Several hours of caffeine fueled spaghetti code…

Cakephp

4 min read

Cakephp

4 min read


Nov 13, 2020

The Best CakeFest Talks, So Far | CakePHP blog

Every year CakePHP hosts an event called CakeFest where all the coolest cake creators gather to talk about their creations. When I began my journey with CakePHP I found the archived talks incredibly useful for catching me up to speed with the finer points. I did not include some of…

Cakephp

4 min read

The Best CakeFest Talks, So Far | CakePHP blog
The Best CakeFest Talks, So Far | CakePHP blog
Cakephp

4 min read


Nov 11, 2020

CakePHP Voice Search, Select, and Synthesis | CakePHP blog

Have you ever wondered how to add voice input to your various forms, and fields? If you did, you probably need a new hobby away from screens, but lucky for you I also need a new hobby that isn’t rotting my retinas! In this week’s edition of Tuesday Tutorials, I’ll…

Cakephp

5 min read

CakePHP Voice Search, Select, and Synthesis | CakePHP blog
CakePHP Voice Search, Select, and Synthesis | CakePHP blog
Cakephp

5 min read


Nov 5, 2020

CakePHP and Namecheap Hosting | CakePHP blog

You’ve created an amazing CakePHP app that runs perfectly on your local machine. All your friends think it’s quite possibly the coolest thing that’s ever existed, but the rest of the world will never know about it because you have no idea how to publish a CakePHP app to the…

Cakephp

5 min read

CakePHP and Namecheap Hosting | CakePHP blog
CakePHP and Namecheap Hosting | CakePHP blog
Cakephp

5 min read


Nov 3, 2020

Sending Text Messages With CakePHP | CakePHP blog

Have you ever wanted to spam your friend's phone with endless photos of cats, but felt like you didn’t have the time? Well, my devious friend, I’ll show you how to do that, and more, with the power of CakePHP and email! Sending Text From Email For those of you that don’t know, you…

Cakephp

3 min read

Sending Text Messages With CakePHP | CakePHP blog
Sending Text Messages With CakePHP | CakePHP blog
Cakephp

3 min read

Christian Gonzalez | cakephp.blog

Christian Gonzalez | cakephp.blog

Check me out at Cakephp.blog or https://www.linkedin.com/in/christian-gonzalez-8aaa5576/

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech