Articles

The Inflector class from Cake 1.2 ported to C#

Published by thinkingmedia 5 days ago

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 C# port of the Inflector class.

The Inflector class from Cake 1.2 ported to Java

Published by thinkingmedia 5 days, 11 hours ago

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.

CakePHP Modular Admin And Structured Content - Cloggy

Published by hrxone 1 week ago

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 ...

Security Fix: CakePHP 2.3.5 released

Published by lorenzo 2 weeks ago

After conducting a security audit on our code we have patched a possible security risk in current CakePHP release.

How to Log PHP Errors and SQL to Chrome Console in CakePHP

Published by systematical 2 weeks, 3 days ago

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...

Security Release - CakePHP 1.2.12, 1.3.16, 2.2.8 and 2.3.4

Published by markstory 3 weeks, 6 days ago

If you are using CakePHP's PaginatorComponent without whitelisted sort fields you should upgrade as soon as possible to prevent possible SQL injections.

Security fix: CakePHP 2.3.3 available

Published by lorenzo 1 month, 1 day ago

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.

Save HABTM data in a single simple format

Published by ccadere on 19/4/13

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...

CakePHP 2.3.2 released

Published by markstory on 7/4/13

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.

User Management Plugin with Twitter Bootstrap for cakephp 2.x version 2.2

Published by Jimmy on 6/4/13

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, the quick and easy online CakePHP baking tool

Published by ccadere on 27/3/13

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.

Create your own Pinterest App with Engaged - Made with CakePHP

Published by mxkocak on 24/3/13

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 - Vote for the location

Published by predominant on 20/3/13

CakeFest 2013 will be happening later in the year. We need your help to decide the location!

CakePHP product management 2.x

Published by widahead on 12/3/13

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

Rails Migration in Your CakePHP application.

Published by rajibahmed on 8/3/13

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 ...

CakePHP 2.3.1 released

Published by markstory on 3/3/13

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-DATATABLE - A component for working with jQuery DataTables

Published by systematical on 18/2/13

CakePHP-Datables provides server-side interoperability between CakePHP 2.x and the jQuery DataTables plugin.

CakePHP 2.2.7 released

Published by markstory on 2/2/13

The CakePHP core team is happy to announce the immediate availability of CakePHP 2.2.7.

CakePHP 2.3.0 is out!

Published by lorenzo on 28/1/13

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.

Internationalization with static and dynamic content, routing and switching

Published by kicaj on 27/1/13

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...

< prev 1 2 3 4 5 6 7 8 9