SlideShare a Scribd company logo
3.0.0 & Beyond
May 15, 2005
3.0.0
March 22 2015
Some Things Could
Have Been Better
3 Years is a Long
Time
Lots of Breaking
Changes
The most we’ve ever had.
Upgrading is Hard
Missing Datasource
Examples
Some Things Went
Really Well
Community
Involvement
From the very first dev release, the 

community was helping.
Documentation
Complete on Day 0
80K Downloads 

in 2 Months
The new ORM is
Awesome
We can thank Jose Lorenzo
So, Now What?
2.7.x
July 2015
3.1.x
July 2015
3.2.x
January 2016
Mailers
Simple conventions for emails.
Mailers
namespace AppController;
use CakeMailerMailerAwareTrait;
class UsersController extends AppController
{
use MailerAwareTrait;
public function register()
{
...
$this->getMailer('User')->send('welcome', [$user]);
}
}
Console
Improvements
More formatting options
Shell Helpers
$func = function ($progress) {
// Do work
$progress->increment();
};
$this->helper(‘progress’)->output($func);
$progress = $this->helper('progress');
// Progress through 300 things
$progress->init(['total' => 300]);
$progress->increment($i);
$progress->draw();
ORM Improvements
More ways to load relations
ORM Improvements
// Lazy eager loading
$articles = $this->Articles->find()->all();
$enrichedArticles = $this->Articles->eagerLoad(
$articles,
['Users', 'Tags']
);
// Not matching - find bookmarks not tagged with X
$query = $this->Bookmarks->find()
->notMatching('Tags', function ($q) {
return $q->where(['Tags.name' => 'Awesome']);
});
ElasticSearch
A fully featured ODM
ElasticSearch
use CakeElasticSearchType;
$invoices = new Type('invoices');
$query = $invoices->find()
->where([
'name.first' => 'jose',
'age >' => 29,
'or' => [
'tags in' => ['cake', 'php'],
'interests not in' => ['c#', 'java']
]
]);
PSR-7
Http Client and Middleware
Continuous Plugin
Releases
Bake, DebugKit, Migrations, ElasticSearch
Backwards
Compatible
All the way through 3.x
Backwards
Compatible
• Public methods won’t change their signatures.
• Public properties will continue to be available.
• Protected methods may change signatures.
• Protected properties may change.
Upcoming Releases
What about PHP5.5?
Or 5.6?
4.0
Cleanup
Remove deprecated features.
PHP7
Typehints, return values
You can Help
Thanks!

More Related Content

PDF
CodeFest 2014. Деревянкин А. — Skype Video Mail. Нагрузочное тестирование bac...
PPTX
Why of version control
PDF
Ch ch-changes cake php2
PDF
PHP, RabbitMQ, and You
PDF
PHP7 - The New Engine for old good train
PPTX
рентабельный код
PDF
Evented applications with RabbitMQ and CakePHP
PDF
CakePHP - The Road Ahead
CodeFest 2014. Деревянкин А. — Skype Video Mail. Нагрузочное тестирование bac...
Why of version control
Ch ch-changes cake php2
PHP, RabbitMQ, and You
PHP7 - The New Engine for old good train
рентабельный код
Evented applications with RabbitMQ and CakePHP
CakePHP - The Road Ahead

Similar to CakePHP 3.0 and beyond (20)

PDF
CakePHP 3.0: Embracing the future
PDF
CakePHP
PPTX
Cake PHP 3 Presentaion
DOC
How to migrate Cakephp 1.x to 2.x
PPTX
Rails, Postgres, Angular, and Bootstrap: The Power Stack
PPT
Rails Vs CakePHP
PPTX
Yahoo Mail moving to React
ODP
Get going with CakePHP Framework at gnuNify 2010
PDF
Matteo Santagata - Is your project scaling right? The BEE case study - Codemo...
PDF
CakeFest 2013 keynote
PDF
Copass + Ruby on Rails = <3 - From Simplicity to Complexity
PPTX
Ruby On Rails Intro
PDF
Rails 3 : Cool New Things
PPT
[Srijan Wednesday Webinar] Rails 5: What's in It for Me?
PDF
New in cakephp3
PPTX
Intro to Rails and MVC
KEY
深入淺出RoR
PDF
Rails Tips and Best Practices
PDF
Learning Rails 3 Rails from the Outside In 1st Edition Simon St. Laurent
CakePHP 3.0: Embracing the future
CakePHP
Cake PHP 3 Presentaion
How to migrate Cakephp 1.x to 2.x
Rails, Postgres, Angular, and Bootstrap: The Power Stack
Rails Vs CakePHP
Yahoo Mail moving to React
Get going with CakePHP Framework at gnuNify 2010
Matteo Santagata - Is your project scaling right? The BEE case study - Codemo...
CakeFest 2013 keynote
Copass + Ruby on Rails = <3 - From Simplicity to Complexity
Ruby On Rails Intro
Rails 3 : Cool New Things
[Srijan Wednesday Webinar] Rails 5: What's in It for Me?
New in cakephp3
Intro to Rails and MVC
深入淺出RoR
Rails Tips and Best Practices
Learning Rails 3 Rails from the Outside In 1st Edition Simon St. Laurent
Ad

More from markstory (19)

PDF
Dependency injection in CakePHP
PDF
Safer, More Helpful CakePHP
PDF
Future of HTTP in CakePHP
PDF
CakePHP mistakes made 2015
PDF
PHP WTF
PDF
CakePHP mistakes made confoo 2015
PDF
CakePHP mistakes made
PDF
Performance and optimization CakeFest 2014
PDF
Road to CakePHP 3.0
PDF
Performance and optimization
PDF
OWASP Top 10 2013
PDF
CakePHP the yum & yuck
PDF
Introduction to Twig
PDF
Owasp top 10
PDF
Simple search with elastic search
PDF
Making the most of 2.2
PDF
Intro to continuous integration
PDF
PHPunit and you
PDF
Win at life with unit testing
Dependency injection in CakePHP
Safer, More Helpful CakePHP
Future of HTTP in CakePHP
CakePHP mistakes made 2015
PHP WTF
CakePHP mistakes made confoo 2015
CakePHP mistakes made
Performance and optimization CakeFest 2014
Road to CakePHP 3.0
Performance and optimization
OWASP Top 10 2013
CakePHP the yum & yuck
Introduction to Twig
Owasp top 10
Simple search with elastic search
Making the most of 2.2
Intro to continuous integration
PHPunit and you
Win at life with unit testing
Ad

Recently uploaded (20)

PDF
Design an Analysis of Algorithms II-SECS-1021-03
PDF
Upgrade and Innovation Strategies for SAP ERP Customers
PDF
Navsoft: AI-Powered Business Solutions & Custom Software Development
PDF
How to Migrate SBCGlobal Email to Yahoo Easily
PDF
Digital Strategies for Manufacturing Companies
PPTX
Oracle E-Business Suite: A Comprehensive Guide for Modern Enterprises
PPTX
Transform Your Business with a Software ERP System
PDF
medical staffing services at VALiNTRY
PDF
Digital Systems & Binary Numbers (comprehensive )
PDF
Which alternative to Crystal Reports is best for small or large businesses.pdf
PPTX
history of c programming in notes for students .pptx
PPTX
Embracing Complexity in Serverless! GOTO Serverless Bengaluru
PPTX
assetexplorer- product-overview - presentation
PPTX
Lecture 3: Operating Systems Introduction to Computer Hardware Systems
PDF
Nekopoi APK 2025 free lastest update
PPTX
Operating system designcfffgfgggggggvggggggggg
PDF
EN-Survey-Report-SAP-LeanIX-EA-Insights-2025.pdf
PDF
Internet Downloader Manager (IDM) Crack 6.42 Build 42 Updates Latest 2025
PDF
Raksha Bandhan Grocery Pricing Trends in India 2025.pdf
PPTX
Reimagine Home Health with the Power of Agentic AI​
Design an Analysis of Algorithms II-SECS-1021-03
Upgrade and Innovation Strategies for SAP ERP Customers
Navsoft: AI-Powered Business Solutions & Custom Software Development
How to Migrate SBCGlobal Email to Yahoo Easily
Digital Strategies for Manufacturing Companies
Oracle E-Business Suite: A Comprehensive Guide for Modern Enterprises
Transform Your Business with a Software ERP System
medical staffing services at VALiNTRY
Digital Systems & Binary Numbers (comprehensive )
Which alternative to Crystal Reports is best for small or large businesses.pdf
history of c programming in notes for students .pptx
Embracing Complexity in Serverless! GOTO Serverless Bengaluru
assetexplorer- product-overview - presentation
Lecture 3: Operating Systems Introduction to Computer Hardware Systems
Nekopoi APK 2025 free lastest update
Operating system designcfffgfgggggggvggggggggg
EN-Survey-Report-SAP-LeanIX-EA-Insights-2025.pdf
Internet Downloader Manager (IDM) Crack 6.42 Build 42 Updates Latest 2025
Raksha Bandhan Grocery Pricing Trends in India 2025.pdf
Reimagine Home Health with the Power of Agentic AI​

CakePHP 3.0 and beyond