About 80 results
Open links in new tab
  1. CakePHP - Build fast, grow solid | PHP Framework | Home

    CakePHP is an open-source web, rapid development framework that makes building web applications simpler, faster and require less code. It follows the model–view–controller (MVC) . Manual for …

  2. Saving Data | CakePHP

    CakePHP will know whether to perform an insert or an update based on the return value of the isNew() method. Entities that were retrieved with get() or find() will always return false when isNew() is called …

  3. Quick Start Guide | CakePHP

    Build your first CakePHP app: follow step-by-step tutorial to create a CMS, learn MVC basics, database, authentication, and deployment.

  4. CakePHP - Build fast, grow solid | PHP Framework | Home

    From the simplest micro kiosk app to my highly complex gallery management app, CakePHP is the framework of choice. It allows modular development that makes sense, and it's architecturally solid …

  5. Database Access & ORM | CakePHP

    The CakePHP ORM borrows ideas and concepts from both ActiveRecord and Datamapper patterns. It aims to create a hybrid implementation that combines aspects of both patterns to create a fast, …

  6. CakePHP 5.2.0 Released — Bakery

    Mar 29, 2025 · The CakePHP core team is happy to announce the release of CakePHP 5.2.0. The 5.2 release includes several behavior changes to increase correctness and new features.

  7. Hash - CakePHP

    CakePHP ではとても便利なユーティリティ群を Hash クラスの中に static で用意しており、まさにこれをするのに使えます。 CakePHP の Hash クラスは Inflector クラスと同様で、どのモデルや コ …

  8. CakePHP - Build fast, grow solid | Business Solutions

    As the commercial entity behind the framework, and established by Larry Masters, founder of CakePHP, we know your project like no one else. From startups and social networks, to e-commerce and …

  9. CakePHP 5 Documentation - Build Better Web Applications Faster

    Official CakePHP 5 documentation. Learn how to build modern PHP web applications with convention over configuration, powerful ORM, built-in security, and rapid development tools.

  10. CakePHP - Home — Bakery

    The CakePHP core team is happy to announce the immediate availability of CakePHP 5.2.12. This is a security fix release for the 5.2 branch that fixes a security issue with PaginatorHelper.