CakeFest 2013 - Vote for the location
Published by predominant on 20/3/13CakeFest 2013 will be happening later in the year. We need your help to decide the location!
I've found the Inflector class in CakePHP a very useful tool over the years, and it allows you to use naming conventions in plural and singular forms. Which is handy in other languages. So here is the Java port of the Inflector class.
Cloggy is a plugin for CakePHP for website administration. With Cloggy,all administration activities will be separated by modules. In addition to administration, Cloggy also provides a MySql database structure to facilitate developer / programmer ...
After conducting a security audit on our code we have patched a possible security risk in current CakePHP release.
PHP errors can be a obnoxious when you’re developing an XHR heavy application with lots of JSON responses. The errors just aren’t very readable. So today I finally decided to implement ChromeLogger in our application here at work. This is one thi...
If you are using CakePHP's PaginatorComponent without whitelisted sort fields you should upgrade as soon as possible to prevent possible SQL injections.
We have found a severe security issue that affects all applications running CakePHP version 2.3.0 and above that are using user authentication via forms with the AuthComponent without the Security component form tampering prevention.
Saving data from a HasAndBelongsToMany (HABTM) relationship with CakePHP is not the easiest part of using this framework. The main difficulty is that the format of HABTM data is not the same wether you want to associate existing records together...
The CakePHP core team is proud to announce the immediate availability of CakePHP 2.3.2[1]. 2.3.2 is a bugfix release for the 2.3 release branch.
I have released a new version(2.2) of my plugin for user management. Demo at http://umpremium.ektanjali.com. This plugin has total 85 features.
Petit four is an online application that allows you to design the models of your applications and then automatically generate a SQL database and the base files for CakePHP: models, controllers and view directories.
Engaged is an open source software that lets you create your own Pinterest like applications. With Engaged - You can share your interests (of course) - You can create hierarchical interest categories - You can change app's look & feel using settin...
CakeFest 2013 will be happening later in the year. We need your help to decide the location!
WidShop is a cahePHP based product management plugin where user can add/edit and manager offers.
Demo at http://widshop.widahead.com/
Checkout the code from GitHub:
https://github.com/widahead/widshop.git
Manage your database like a PRO :) ================================= Today I wrote something that may help you in your cakephp application. Managing database is a pain. If you ever have used rails. Switching between rails and cakephp I always ...
The CakePHP core team is proud to announce the immediate availability of CakePHP 2.3.1. 2.3.1 is a bugfix release for the 2.3 release branch.
CakePHP-Datables provides server-side interoperability between CakePHP 2.x and the jQuery DataTables plugin.
The CakePHP core team is happy to announce the immediate availability of CakePHP 2.2.7.
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.
Many times, when I prepare a new website I always think how to solve better internationalization. Mainly how resolve displaying dynamic content in the event that this has not been translated into the selected language, how to make search friendly...
BackupMe is a console script to create SQL databases dump backups for CakePHP applications.