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

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

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

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

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

Adding a TinyMCE image browser to CakePHP 2.+

This is just and update to Adding a TinyMCE image browser the CakePHP way as applicable to the 2.+ versions of Cake. Nothing major, just following with the api changes to make this work smoothly.
  • Published by jwilcox09 01/04/12 - 19:01
  • 286 views
  • 0 comments

TinyAuth ACL - fast and easy

For most simple applications with some user frontend and maybe some admin backend the core ACL is way too much overhead in most cases. You would want something simple. Another advantage: It works with multiple roles per user - out of the box. If it doesn't even have to be databased you can use a simple ini file to manage all ACL stuff for you. I called it TinyAuth.
  • Published by euromark 12/31/11 - 13:24
  • 12 views
  • 0 comments

CakePHP 1.3.14 and 2.0.5 released

The CakePHP core team is proud to announce the immediate availability of CakePHP 2.0.5 [1] and CakePHP 1.3.14 [2].
  • Published by markstory 12/29/11 - 03:10
  • 23 views
  • 0 comments

Recaptcha plugin - Cakephp 2.0.x

Qucik and easy Recaptcha plugin for cakephp 2.0.x
  • Published by lamanabie 12/11/11 - 06:15
  • 1293 views
  • 0 comments

Simple Revisionable behavior with CakePHP 1.3

I've wanted to do revisioning in cake for some time. I've taken a look at others solution and it just seemed to complicated, required a shadow table for each model you wanted revisioning on, didn't grab related data(HABTM) and in the end I couldn't get it to work with the current version of CakePHP (1.3.x). So as with all things opensource, if you can can't find what you need already done, then write your own!

Start your own bouncely and report mail bounces with a gmail and cakephp

A few months ago i hire a service to track my mail bounces and clean the old mails from my subscriptors. The service was good but a bit expensive for me, so i figure an easy way to replicate this service.
  • Published by eugenioclrc 12/06/11 - 03:28
  • 570 views
  • 0 comments

Twitter Bootstrap style for CakePHP instantly

If you know what twitter's bootstrapp css and Javascript Library and how awesome is, you need to use this tiny Javascript library. Bootstrappifier for CakePHP is a Javascript library to use Twitter Bootstrap library with CakePHP without need of FormHelper hacks.
  • Published by mxkocak 11/16/11 - 22:10
  • 481 views
  • 0 comments

Testing with Virtualbox and Vagrant

Getting a good test environment running on your machine can be a chore when you have to worry about OS upgrades that break paths and utilities. I want to show you how I've used Virtualbox and Vagrant to create a portable and stable(ish) test environment for building CakePHP 2.0.3 (as of writing this article) plugins or applications for local work.
  • Published by connrs 11/04/11 - 14:13
  • 1540 views
  • 0 comments

Username or Email Login Using AuthComponent

AuthComponent 2.0 makes it very easy to develop a custom authentication solution. This example shows how to do username or email / password logins
  • Published by techlands 11/04/11 - 06:10
  • 21 views
  • 0 comments

QuickApps CMS - CakePHP 2.0

QuickApps CMS is a free open source CMS built with CakePHP v2.0
  • Published by y2k_2000 10/28/11 - 23:11
  • 5032 views
  • 2 comments

How to save core configurations to database table

This will enable `config.php` settings to be managed from admin panel.
  • Published by ihs1301 10/28/11 - 18:08
  • 0 views
  • 0 comments

Code Authors, Please mention the CakePHP version!

Currently, we have four versions of CakePHP. I think that it is very important and time saving for developers to mention the target version of code supplied by an author.
  • Published by saidbakr 10/22/11 - 16:48
  • 0 views
  • 0 comments

Codelobster PHP Edition - IDE for CakePHP

CodeLobster PHP Edition is a free portable PHP IDE with support Drupal CMS, Joomla CMS, Smarty template engine, JQuery library, CodeIgniter framework, CakePHP framework, Symfony framework, Yii framework, Facebook social network and WordPress blogging platform. It includes debugger, dynamic help, advanced autocomplete and HTML inspector (like FireBug has).
  • Published by clod 10/13/11 - 06:53
  • 827 views
  • 3 comments

Retain custom parameter or query string in pagination

Pagination in CakePHP 1.3 doesn't provide a way to retain custom query string passed with the url which is an essential part for any application. Say if url is something like www.example.com/post/search?section=acticle&keyword=cakephp, the pagination links doesn't contain the query string passed. But it can be easily achieved if we tweak pagination a bit. We can simply pass our query string to options['url'] of Paginator with key '?'. I used options() function to set it so that it can be used for all links generated by Paginator.
  • Published by archercake 10/07/11 - 09:52
  • 612 views
  • 0 comments
< prev 1 2 3 4 5 6 7 8 9