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
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
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
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
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
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
-
Featured
-
23 views
Qucik and easy Recaptcha plugin for cakephp 2.0.x
-
Published by lamanabie 12/11/11 - 06:15
-
1293 views
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!
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.
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
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
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
QuickApps CMS is a free open source CMS built with CakePHP v2.0
-
Published by y2k_2000 10/28/11 - 23:11
-
5032 views
This will enable `config.php` settings to be managed from admin panel.
-
Published by ihs1301 10/28/11 - 18:08
-
0 views
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
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
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
Latest Comments