Articles
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
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
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
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
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
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
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
RewriteBase config for cake installation with userDir and mod_rewrite
This article shows how to configure RewriteBase in 3 .htaccess files in cake installation located in userDir ~/user/cake_install
- Published by syl-via 09/19/11 - 13:43
- 1106 views
- 0 comments
Flexible on-the-fly AJAX Validator
This article shows how to implement a generic and easy to use AJAX validator, which uses the regular model validation rules and works on-the-fly. It doesn't require even to touch a model.
This article assumes that you are using jQuery. You don't have to set validation rules for the validated fields, but if you have not, the validation will always succeed.
For this purpose, we'll make use of
- an additional helper AjaxValidator
- an additional helper ExtendedForm
- an additional component AjaxValidator
- one entry in the routing table
- one additional js-file
- app_controller
- if you wish, configuration using Configure()
- if you wish, css-files
Note: I have encountered side-effects in conjunction with the Analogue-Plugin, therefore I don't map ExtendedForm to Form. Thus, you have to switch to ExtendedForm as a Helper - there's no mapping layer.
- Published by dispy 08/14/11 - 01:00
- 3376 views
- 2 comments
Search and paginate methods in cakePHP 1.3 or 1.2
Some times users need to search trough our data and then navigate to result pages, but when they click on next page the result lost. How can we fix it?
I want to show how easily we can paginate through our search result without losing our searched data.
PHPMailer and Cake
I was looking around eveywhere trying to find a some info on PHPMailer and cake the problem I was having was that when PHPMailer threw an exception it stop the header and displayed the error so my app wouldn't continue. Then if you check app->tmp->logs->error you'll find a header already output error. This is how to fix this.
CakePHP v1.3.6
PHPMailer v5.1
- Published by scoutmastershake 05/27/11 - 15:12
- 5340 views
- 0 comments
Array Structures, the Recursive Property and the Set Class
Even after using CakePHP for a little while, I found that I was still a bit confused by the structure of the arrays that are returned when performing find operations on Models, how it's affected by changing the recursive property, and the SQL involved.
- Published by DaveyM 05/08/11 - 16:51
- 3985 views
- 1 comment
Fulltext search and i18n
Fulltext MySQL search using `MATCH () AGAINST ()` and the i18n tables requires a more complex search query.
- Published by macjoost 02/20/11 - 00:00
- 846 views
- 0 comments
Fulltext search and i18n
Fulltext MySQL search using `MATCH () AGAINST ()` and the i18n tables requires a more complex search query.
- Published by macjoost 02/20/11 - 00:00
- 1837 views
- 0 comments
Fulltext search and i18n
Fulltext MySQL search using MATCH () AGAINST () and the i18n tables requires a more complex search query.
- Published by macjoost 02/17/11 - 00:00
- 4838 views
- 0 comments
Configuring memcache in cakephp on ubuntu
Configuring memcache functionality in cakePHP on ubuntu flavor. Steps might change little bit for other OS.
- Published by rajender120 02/02/11 - 00:00
- 6885 views
- 1 comment
how to create an observeField equivalent in the new JsHelper
A lot of people are having trouble upgrading to the new JsHelper.
Here is a simple syntax of how to use an observeField equivalent in the new JsHelper.
- Published by Calderoy 01/18/11 - 00:00
- 8426 views
- 8 comments
session setflash with cool jquery effects
Hi, I am Gautam Lakum. I am a php web developer and love to use cakephp for custom applications. I love to share and post something new articles, tutorials and tools with others. For that, you can visit my blog www.gautamlakum.com
This is my first article for cakephp.org. I hope it will be useful to all of you.
- Published by webdevbit 12/07/10 - 00:00
- 12464 views
- 1 comment
In Place Editing with jQuery
In 2008, I wrote an [url="http://bakery.cakephp.org/articles/abalonepaul/2008/07/07/using_the_ajax_helper_for_inplaceeditor_and_inplacecollectioneditor_fields"]article on using the Scriptaculous InPlaceEditor and InPlaceCollectionEditor[/url]. I recently updated that project and converted the editors to jQuery. This is a brief tutorial on using the [url=http://code.google.com/p/jquery-in-place-editor/]jQuery In Place Editor[/url]. This is much easier than using Prototype and Scriptaculous.
- Published by abalonepaul 12/04/10 - 00:00
- 13739 views
- 3 comments







Latest Comments