サクサク読めて、アプリ限定の機能も多数!
トップへ戻る
ノーベル賞
bakery.cakephp.org
More about the CakeFest 2018 Nashville cancellation This past weekend was the original date for CakeFest 2018 Nashville, we wanted to address our community about the sudden (and unexpected) cancellation of CakeFest 2018 - Nashville. CakeFest is organized for developers, managers and newcomers - we welcome anyone with an interest in PHP and PHP frameworks, not only those interested in CakePHP. With
Upcoming CakePHP Roadmap & Releases With Cakefest complete, I’d like to share the meat of my talk concerning the roadmap and release schedule for CakePHP. 3.5 and 3.6 We’re currently working towards 3.5, which will ship this summer. It contains a number of improvements to the middleware layer, and introduces more deprecations for combined methods with complex parameter types. 3.6 is the next logic
Queries log for your AJAX requests Have you ever needed to look inside what’s going on with your AJAX requests? With the rise of javascript-heavy applications it is becoming necessary to have more powerful tools for inspecting and debugging asynchronous requests without reloading the browser or using special browser plugins. With DebugKit 3.1, inspecting XHR requests is now possible. By default, a
The CakePHP team is thrilled to announce the immediate availability of version 3.0.0 stable. The CakePHP core team is thrilled to announce the release of CakePHP 3.0.0. This is the first API stable release for the 3.0 branch. This release is a backwards incompatible release with previous CakePHP versions. The new minimum requirements for CakePHP are: PHP 5.4.16 or greater. mbstring extension intl
The CakePHP core team is very excited to announce the first development preview of CakePHP 3.0 The CakePHP core team is very excited to announce the first development preview of CakePHP 3.0[1]. The team has been hard at work for the while, and we're very excited and pleased with the progress we've made so far. Our goal with development preview releases like this is to gather early feedback about t
The CakePHP core team is proud to announce the immediate availability of CakePHP 2.4.4. The CakePHP core team is proud to announce the immediate availability of CakePHP 2.4.4. 2.4.4 is a bugfix release for the 2.4 release branch. A short list of the changes you can expect is: TextHelper::autoLink() now handles email addresses inside URLs correctly. Pagination request data is set even when a NotFou
The CakePHP core team is proud to announce the immediate availability of CakePHP 2.3.6[1]. 2.3.6 is a bugfix release for the 2.3 release branch. Since the release of 2.3.5 there have been 64 commits and 17 tickets resolved. The CakePHP core team is proud to announce the immediate availability of CakePHP 2.3.6[1]. 2.3.6 is a bugfix release for the 2.3 release branch. Since the release of 2.3.5 ther
If you are using CakePHP's PaginatorComponent without whitelisted sort fields you should upgrade as soon as possible to prevent possible SQL injections. CakePHP 1.2.12, 1.3.16, 2.2.8 and 2.3.4 have just been released to fix a critical issue with how pagination & PaginatorComponent handle sort criteria. When paginating without a sort column whitelist it was possible to execute arbitrary SQL by mani
The CakePHP core team is proud to announce the immediate availability of CakePHP 2.3.0 and 2.2.6[1]. There have been a few small improvements and fixes since the release of 2.3.0-RC2. The CakePHP core team is proud to announce the immediate availability of CakePHP 2.3.0 and 2.2.6[1]. There have been a few small improvements and fixes since the release of 2.3.0-RC2. CakePHP 2.3 is now marked as sta
HybridAuth enable developers to easily build social applications to engage websites vistors and customers on a social level by implementing social signin, social sharing, users profiles, friends list, activities stream, status updates and more. HybridAuth goal is to act as an abstract api between your application and various social apis and identities providers such as Facebook, Twitter, MySpace a
Opauth is a multi-provider authentication framework for PHP, inspired by OmniAuth for Ruby. Opauth enables PHP applications to perform user authentication across different providers with much ease & simplicity. Implement Opauth easily on CakePHP What is Opauth? Opauth is a multi-provider authentication framework for PHP, inspired by OmniAuth for Ruby. Opauth enables PHP applications to perform use
With version 2.2.0 out the team is now focusing on bringing the CakePHP community a major new version with awesome features Since its creation, more than 7 years ago, CakePHP has grown with a life of its own. Its main goal has always been to empower developers with tools that are both easy to learn and use, leverage great libraries requiring low documentation and low dependencies too. We've had se
Use Composer conveniently with your CakePHP application and get access to a vast library of reusable PHP components and packages through Packagist. About Composer Composer is a tool for dependency management in PHP. It allows you to declare the dependent libraries your project needs and it will install them in your project for you. With Packagist, you get access to a vast library of reusable PHP c
1. Download TinyMCE : http://www.tinymce.com/download/download.php 2. Copy /tinymce/jscripts/tiny_mce folder to /app/webroot/js (like : /app/webroot/js/tiny_mce). Controller public $helpers = array('Tinymce'); Helper code app/View/Helper/TinymceHelper.php <?php App::uses('AppHelper', 'View/Helper'); class TinymceHelper extends AppHelper { // Take advantage of other helpers public
This is an Amazon SES component. Developed to help developers to move & integrate faster the AWS services. In future we will come up with the aws plugin with all the services We use Amazon services for our day today applications & we use their SDK & write normal code to required controllers, So we planned to create a component for AWS service. Amazon Simple Email Service (Amazon SES) is a very pop
A quick tutorial on how to use HTML5's multiple file upload with CakePHP With HTML5 comes the ability to select multiple files using a regular file input field. It took me a little while to work out how to do this so I thought I'd post it here. To start with we are trying to get html similar to this using the cake input helper. <input name='uploads[]' type=file multiple> To achieve this we need to
I always had the curiosity of trying to compile CakePHP to C++ code, but never had the time. This year I decided to give it a go... Facebook surprised the PHP community in early 2010 when announced they managed to write a compiler for PHP to produce C++ (http://developers.facebook.com/blog/post/358) code. Being PHP the most popular language for web applications, it faces a lot of competition from
The CakePHP core team is very exited to announce a major jump in the version numbering. CakePHP 2.0 stable is out! we have put endless hours into this release and great ideas have made it into the the framework for this version. This is a quick summary of what 2.0 means for you The CakePHP core team is very exited to announce a major jump in the version numbering. CakePHP 2.0 stable is out! we hav
This expands on the Smarty View code from Version 1.1. While its only a beginning, I am hoping someone else will pick up from what we had in version 1.1 In version 1.1 of Cakephp I used the Smarty View and thought it was a great additional. In my opinion Smarty and Cake work so well together because it allows a web design to stick to the Smarty side of things, and the developer to use Cake. With S
We will create an extended Helper FormHelper, without Difficulty to add a calendar date picker style in jquery (http://www.kelvinluck.com/assets/jquery/datePicker/v2/demo/). We want to get the dates to continue to have the current format, with the addition of an icon that allows us to more quickly select a date. For this I use the date picker from http://www.kelvinluck.com/assets/jquery/datePicke
Most of the CakePHP oAuth components are more complicated than they need to be. Just two methods in this component make it easy to get your access token: requestToken() and accessToken(). Installation Download the files here: https://github.com/abailiss/CakePHP-Simple-oAuth-Component, Extract the contents to your app folder, Add the Oauth component to your $components variable in your controller.
Many people gripe about the HABTM associations in CakePHP and how difficult it is to add or delete a single record. This behavior takes care of the task for you! CakePHP makes a developers day-to-day grind very easy! But when it comes to hasAndBelongsToMany relationships (or more commonly referred to HABTM) many people find themselves confused -- especially when you try to add or delete associatio
CakePHP google map v3 helper / wrapper This is my first piece of code to cakePHP community. I have just drafted this one i will add more heplers to this project as i can. get the code from <https://github.com/rajibahmed/cakephp-google-map-v3-helper > CakePHP google map v3 helper / wrapper ====================================== Introduction This is a helper that is made upon google maps api version
I was looking for a good deployment solution for my CakePHP apps and as nothing seems to fit perfectly, Capistrano does a very good job at keeping it simple. My setup is using a Git repository but almost SCM all supported by cap. Here is a basic guide into Capistrano setup configuration for CakePHP. First install and/or update your Ruby and Capistrano (ruby -v, cap -V). Get to know the basics of C
あなたがPHP5を実行している場合、これは何が必要です。このLazyModelは、モデルの読み込みを最適化します。これは、実際に使用されているものだけにロードされたモデルの数を制限します。これを使用するときは、速度を向上させることができますし、大幅にメモリ使用量を減少させます。あなたはビルドすべてのプロジェクトでLazyModelを使用する必要があります。それはわずか10秒などかかるプロジェクトにこれを追加するが、なるようにと〜時期尚早optimization’â€呼ばれるかもしれないがこれを見て簡単であり、時間のほとんどを支払うことになる、と述べた。 背景正直に言うと、このwasn’は、すべての私の考えをt。最初はアイデアが(RodrÃguezロレンツォJosà ©によって示した交流としてビンhttp://bin.cakephp.org/saved/39855/ )。その後、マッ
This tutorial describes a method to create an XML-RPC server that goes a bit against Cake’s logic and conventions. I like the way the framework “distributes†the logic of the web application between different controllers (i.e. Posts, Comments, and so on). But when I want to develop an XML-RPC server, I prefer to place all the code into a single controller so I can maintain consistency and ha
This behavior is intended for letting you order models like pages in a book in a the same way that the treebehavior works, with the difference that there is only one level (all the pages are siblings). It includes moveUp, moveDown, moveTo, sortBy, isFirst, isLast and off course inserts itself into saves and deletes to keep the lists correct. It does also have the option of sorting an entire table
ACL checks can be costly and would benefit from caching. One approach would be to use Cake's Caching system, as implemented in http://bakery.cakephp.org/articles/view/caching-acl-permissions-with-cachedaclcomponent. Presented here is a different approach, where the cache is stored using Session. How it works Results of ACL checks are stored in the Session variable 'Acl'. Every time an ACL check is
I was taking a look at ZenTest a while ago, especially the autotest functionality. As stated in the ZenTest site, autotest: Improves feedback by running tests continuously. Continually runs tests based on files you’ve changed. Get feedback as soon as you save. Keeps you in your editor allowing you to get stuff done faster. To add more bang to your buck, you can get continuous notifications from
次のページ
このページを最初にブックマークしてみませんか?
『Home — Bakery』の新着エントリーを見る
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く