How to configure Netbeans so it accesses your remote cake application and updates changes on run/on save
-
Published by syl-via 02/08/12 - 15:39
-
0 views
I had a hard time using cakes built in rss helper to create a podcast-feed for iTunes/iTunes U, because Apple wants us to use custom tags defined in their own namespace. Namespaces don't work with cakes rss helper (for now), so I built my own!
-
Published by benni 02/08/12 - 11:30
-
0 views
This will hopefully be the last 2.0 release, the CakePHP will focus on getting 2.1 done and all bugfixes and security patches will go into this branch.
-
Published by lorenzo 02/06/12 - 00:12
-
Featured
-
1530 views
A quick tutorial on how to use HTML5's multiple file upload with CakePHP
-
Published by veganista 01/31/12 - 19:48
-
7 views
I found this project and made some changes to it and published it on Github.
All the credits go to the original poster (Tom_M http://bakery.cakephp.org/users/view/tom_m), all I did was make it available on Github and a few changes for CakePHP 2.1.
You can get the 'new' version at
https://github.com/snelweg/CakePHP-960-fluid
-
Published by Petert 01/30/12 - 20:01
-
1 view
Taking the idea from previous post, I have made a Behavior that formats date and datetime fields.
-
Published by adael 01/30/12 - 14:34
-
456 views
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...
-
Published by lorenzo 01/30/12 - 04:12
-
5 views
Hola, soy nuevo en Bakery, les dejo un comportamiento que hice para dar vuelta la fecha, algo así como un dateformat. lo que hace es muy simple, recorre todo un array hasta las values, luego se fija en el modelo de la base de datos si el campo es un date o un datetime y luego lo da vuelta al formato que querramos. espero que les sea util. comentarios son bienvenidos.
-
Published by rikkin 01/27/12 - 22:07
-
0 views
Hi!, Im new on the bakery, this is my first article, I hope this will be helpfull. This is a behaviors for dateformat, I was looking for something like this, but I never could get one that indulge my needs. so, here it goes. A simple Dateformat behaviors. (lo publique en español tambien)
-
Published by rikkin 01/27/12 - 19:53
-
0 views
Attach Plugin, is easy upload in CakePHP 2.
-
Published by krolow 01/27/12 - 01:28
-
186 views
Following the release of 2.1.0-alpha two weeks ago, the CakePHP core team is excited to annonce the immediate availability of 2.1.0-beta.
-
Published by lorenzo 01/23/12 - 01:39
-
Featured
-
83 views
NiceAuth is a user management and authorization plugin that uses CakePHP's Acl Component to manage users and permissions via a database. This plugin allows for permissions per controller or action for users and/or groups.
-
Published by rsmartin 01/22/12 - 20:38
-
1702 views
I just stumbled on Mozilla's new OpenID competitor (http://browserid.org ) and liked it. I figured I would be albe to implement it on my currently existing user database without any changes, so I started a simple cake plugin for it. The result is a simple way to enable your users to login to your cake application using only their email address.
I'm currently working on a site that requires multiple languages. As I didn't know this at the start of the project, I didn't prepare to use CakePHP integrated facilities for translation. So I decided to put a little something of my own...
Notice!
This tutorial is for CakePHP 2.x!
-
Published by mormy 01/22/12 - 16:51
-
582 views
Mpdf consists only from one component class that uses mPDF class (located in vendors) to generate PDF file instead of standard output.
-
Published by segy 01/19/12 - 23:00
-
135 views
On the Tuesday 24th January 2012, the US Senate will vote on the internet censorship bill.
Whilst it is an American law, it has far reaching repurcusions for the web as a whole. Sites such as Reddit have said that on January 18th they are going to go dark between 8am and 8pm.
This component will let you join the cause. On 18th January your site will display a customisable page.
Search engine rankings will not be affected as the plugin sends a 503 status.
To run i.e. maintenance jobs on a regular basis CakePHP provides the availability to write shells which should then be called by cron. Yet on recent Mac OS systems, cron is not the way to go anymore. Instead, there's "launchd". I want to show how to use launchd to run a custom shell on a regular time interval.
-
Published by benni 01/12/12 - 14:58
-
73 views
I apologize for my English!
This plugin helps you create are automatically added inputs. They can be used by adding a few pages of the book.
-
Published by MenOne 01/12/12 - 08:32
-
32 views
Latest Comments