Cake PHP breaks up the monotony of web development methodology, while Plus Promotions brings you the best CakePHP programming teams accessible for everything from networking, and e-commerce to business-level apps. #cakephp #cakephpdeveloper #cakephp3 #cakephpframework

plus_promotions's tweet image. Cake PHP breaks up the monotony of web development methodology, while Plus Promotions brings you the best CakePHP programming teams accessible for everything from networking, and e-commerce to business-level apps.

#cakephp #cakephpdeveloper #cakephp3 #cakephpframework

#cakephp #cakephp3 カスタムバリデーションでエラーメッセージに値を埋め込む場合は判定関数でエラーメッセージを動的に作成して返すと反映される。 true以外が返るとエラーとなる模様。 messageはfalseが返ってきた場合のメッセージで$valueが取れない。


#cakephp #cakephp3 カスタムバリデーションでエラーメッセージに値を埋め込む場合は判定関数でエラーメッセージを動的に作成して返すと反映される。 true以外が返るとエラーとなる模様。 messageはfalseが返ってきた場合のメッセージで$valueが取れない。


Welcome to the stage Yuki Kanazawa - talking about a smooth upgrade to #cakephp3. #cakefest2019 #cakephp #php

cakephp's tweet image. Welcome to the stage Yuki Kanazawa - talking about a smooth upgrade to #cakephp3. #cakefest2019 #cakephp #php
cakephp's tweet image. Welcome to the stage Yuki Kanazawa - talking about a smooth upgrade to #cakephp3. #cakefest2019 #cakephp #php

Cake\ORM\Query hydrate() (今は enableHydration()/isHydrationEnabled()) こういう非推奨な書き方を打消し線で知らせてくれるPhPStormが好き! #CakePHP3 #PhpStorm

inazawa32's tweet image. Cake\ORM\Query hydrate() (今は enableHydration()/isHydrationEnabled())

こういう非推奨な書き方を打消し線で知らせてくれるPhPStormが好き!

#CakePHP3 #PhpStorm

New Migrations release! Migrations 2.2.0 now available - check out the Migrations repository for the full release notes #CakePHP #CakePHP3 #oss #opensource #php #phpc github.com/cakephp/migrat…

cakephp's tweet image. New Migrations release! Migrations 2.2.0 now available - check out the Migrations repository for the full release notes #CakePHP #CakePHP3 #oss #opensource #php #phpc  github.com/cakephp/migrat…

CakePHP 3.8.9 released! This release includes a fix for associations that use translations - When a joined association uses formatResults the parent entity should not be marked dirty if the result formatter modifies the association entity. #CakePHP3 #phpc bakery.cakephp.org/2020/01/24/cak…

cakephp's tweet image. CakePHP 3.8.9 released! This release includes a fix for associations that use translations - When a joined association uses formatResults the parent entity should not be marked dirty if the result formatter modifies the association entity. #CakePHP3 #phpc bakery.cakephp.org/2020/01/24/cak…

Looking for a CakePHP plugin? Check out the Awesome List - a curated list of amazingly awesome plugins, resources and shiny things! Did you know? Plugins with the "🍓" icon have CakePHP 4 compatible release #CakePHP #CakePHP3 #CakePHP4 #php #phpc #oss github.com/FriendsOfCake/…

cakephp's tweet image. Looking for a CakePHP plugin? Check out the Awesome List - a curated list of amazingly awesome plugins, resources and shiny things! 

Did you know? Plugins with the "🍓" icon have CakePHP 4 compatible release #CakePHP #CakePHP3 #CakePHP4 #php #phpc #oss
github.com/FriendsOfCake/…

Need another reason to upgrade to CakePHP 3.8.10? Besides being a quick and easy upgrade, Logged fatal errors now include the file and line position. #CakePHP #CakePHP3 #oss #php #phpc bakery.cakephp.org/2020/02/21/cak…

cakephp's tweet image. Need another reason to upgrade to CakePHP 3.8.10? Besides being a quick and easy upgrade, Logged fatal errors now include the file and line position. #CakePHP #CakePHP3 #oss #php #phpc bakery.cakephp.org/2020/02/21/cak…

CakePHP 3.8.8 released! Updating is always important - this release includes a number of bug fixes as well as a potential session fixation issue that has been fixed. Check out the full release notes for all of the details #CakePHP #CakePHP3 #oss #php #phpc bakery.cakephp.org/2019/12/28/cak…

cakephp's tweet image. CakePHP 3.8.8 released! Updating is always important - this release includes a number of bug fixes as well as a potential session fixation issue that has been fixed. Check out the full release notes for all of the details #CakePHP #CakePHP3 #oss #php #phpc bakery.cakephp.org/2019/12/28/cak…

Working with CakePHP 3.8? Latest release 3.8.10 includes an update for Validation::decimal() to now handle Polish formatted numbers correctly. #CakePHP #CakePHP3 #oss #php #phpc bakery.cakephp.org/2020/02/21/cak…

cakephp's tweet image. Working with CakePHP 3.8? Latest release 3.8.10 includes an update for Validation::decimal() to now handle Polish formatted numbers correctly. #CakePHP #CakePHP3 #oss #php #phpc 
bakery.cakephp.org/2020/02/21/cak…

We love hearing about the projects that you build using #CakePHP. Today we're sharing a new SaaS web application that we came across - lunaastrology.com Built using CakePHP 3.7 and using the official Authentication & Authorization plugins. #CakePHP3 #oss #php #phpc

cakephp's tweet image. We love hearing about the projects that you build using #CakePHP. Today we're sharing a new SaaS web application that we came across - lunaastrology.com 
Built using CakePHP 3.7 and using the official Authentication & Authorization plugins. #CakePHP3 #oss #php #phpc

CakePHP3でCsrfComponentを使用時のAjax送信ではフツーに行うと弾かれる。tokenデータがないため。これはもちろん正しい。対策として画像の関数でtokenデータ取得して送信データに載せてやったら弾かれず、通信OK。 セキュリティーこれで問題ないよね? #CakePHP3

p_inatomi's tweet image. CakePHP3でCsrfComponentを使用時のAjax送信ではフツーに行うと弾かれる。tokenデータがないため。これはもちろん正しい。対策として画像の関数でtokenデータ取得して送信データに載せてやったら弾かれず、通信OK。
セキュリティーこれで問題ないよね?

#CakePHP3

The next Getting started with CakePHP 3 training session is just around the corner! Keen to get into #CakePHP3? This one is for you. Join us on the 1st August, 16:00 GMT. Book your seat for today! #CakePHP #oss #php #phpc #opensource training.cakephp.org

cakephp's tweet image. The next Getting started with CakePHP 3 training session is just around the corner! Keen to get into #CakePHP3? This one is for you. Join us on the 1st August, 16:00 GMT. Book your seat for today! #CakePHP #oss #php #phpc #opensource training.cakephp.org

Loading...

Something went wrong.


Something went wrong.


United States Trends