Tags
Language
Tags
February 2025
Su Mo Tu We Th Fr Sa
26 27 28 29 30 31 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 1
Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
SpicyMags.xyz

Learning CakePHP 2

Posted By: Landau17
Learning CakePHP 2

Learning CakePHP 2
MP4 | Video: 720p | Duration: 4:55:46 | English | Subtitles: VTT | 848.9 MB



CakePHP is a registered trademark of Cake Software Foundation, Inc.. Cake Software Foundation, Inc. is not affiliated with Lynda.com, nor does it endorse, sponsor, or otherwise support Lynda.com services.

CakePHP is a critical framework for PHP developers. It helps them build complex web applications faster and more efficiently than coding by hand. If you want to use CakePHP in your own development workflow, this is the place to start. Justin Yost provides an overview of the underlying MVC pattern in CakePHP, and the installation and configuration process for the framework. He shows how to use CakePHP shells and the console to build your first basic CakePHP app, and then discusses each application element in depth: controllers, models, views, components, behaviors, helpers, and utilities.

In later chapters the course gets a little more advanced. Watch these videos to learn how to write a custom shell, extend CakePHP with plugins, and write unit tests to identify and eliminate bugs in your code. Justin also shows how to add security to your CakePHP apps with a basic user authentication system.



NOTE: While CakePHP 2 is a slightly older version of the framework, it's still an actively developed tool that is useful for maintaining and updating web applications. Many of the conventions and problem-solving approaches in this course are also applicable to CakePHP 3.

Topics include:
  • Comparing CakePHP 2 and CakePHP 3
  • Installing and configuring CakePHP
  • Using different CakePHP shells
  • Creating CakePHP controllers
  • Saving data in a CakePHP model
  • Creating views
  • Using components to share functionality between controllers
  • Using behaviors
  • Formatting data with helpers
  • Developing faster with CakePHP utilities
  • Writing a custom CakePHP shell
  • Creating a custom plugin
  • Testing CakePHP applications
  • Authorizing users of CakePHP applications