Article not found

Articles Articles - Rss feed

< prev 1 2 3 4 5 6 7 8 9

Cakephp application + Netbeans + Remote Access + SSH

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
  • 0 comments

Custom RSS-Helper that actually works with namespaces for Cakphp 2.0

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
  • 0 comments

CakePHP 2.0.6 released

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
  • 1530 views
  • 2 comments

HTML 5 Multiple File Upload With Cake

A quick tutorial on how to use HTML5's multiple file upload with CakePHP
  • Published by veganista 01/31/12 - 19:48
  • 7 views
  • 0 comments

960 Fluid Grid System Bake Templates CakePHP 2.1

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
  • 0 comments

Datetime formatter behavior

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
  • 0 comments

Running CakePHP using the Facebook's HipHop compiler

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
  • 0 comments

Emogrifier Plugin for rendering HTML formatted email

CakephpEmogrifierPlugin is a CakePHP 2.0x Plugin that makes of using Emogrify on your HTML output easy.

  • Published by ndejong 01/29/12 - 11:37
  • 3 views
  • 0 comments

Formatos de fechas

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
  • 0 comments

Dateformatter

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
  • 0 comments

Attach Plugin

Attach Plugin, is easy upload in CakePHP 2.
  • Published by krolow 01/27/12 - 01:28
  • 186 views
  • 0 comments

CakePHP 2.1 beta Hot and fresh

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
  • 83 views
  • 0 comments

NiceAuth - User Management Plugin with OpenID

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
  • 2 comments

Mozilla BrowserID authentication plugin

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.
  • Published by overflow636 01/22/12 - 20:07
  • 176 views
  • 0 comments

Adding multilingualism to single language site without i18n and/or TranslateBehaviour

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
  • 0 comments

Mpdf component for generating PDF files from HTML

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
  • 0 comments

Cakephp V2 without a database (Fixed)

This bug has now been fixed https://github.com/cakephp/cakephp/commit/6aa08b5f52955d15fb7e44ed28efcd8156c958d2

A very simple explanation on how to get around the topical bug in CakePHP V2 and use it without a database.

  • Published by Primordial 01/19/12 - 11:14
  • 538 views
  • 2 comments

SOPA Blackout component

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.

CakePHP 2 and launchd on Mac OS X 10.6

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
  • 0 comments

jQuery Multi-input for CakePHP

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
  • 0 comments
< prev 1 2 3 4 5 6 7 8 9