Sluggable Behavior – Generate Unique Slug In CakePHP

On the web, “slug” is a short text used in a URL to identify and describe a resource. Sluggable behavior is cakephp model behaviors that allow us to generate unique slug. Sluggable Behavior who created by eberfreitas  is a simpler version of Mariano Iglesias’ Sluggable Behavior with a few add-ons. It’s basically the same thing [...]

Continue Reading →

CakePHP – jQuery Autocomplete Tutorial

In this tutorial, i will show you how to implement jQuery UI’s autocomplete widget in cakephp. The script in this tutorial is copy paste from tutorialzine  article “A Simple Movie Search App w/ jQuery UI” . We are using a MySql database containing a users table.  When you start typing a user name  in the [...]

Continue Reading →

How to Authenticate Users With Facebook Graph In CakePHP

Facebook Graph API,  drastically simplify the way developers read and write data to Facebook. It presents a simple, consistent view of the Facebook social graph, uniformly representing objects in the graph (e.g., people, photos, events, and pages) and the connections between them (e.g., friend relationships, shared content, and photo tags). Incoming search terms for the [...]

Continue Reading →

Introducing FansBattle

FansBattle is online application that allow us to battle our facebook fans page based on the number of the fans. The most facebook fans is the winner. To add your facebook fan page on FansBattle is very easy, you just need to input your facebook fan page url, that’s all, your fan page detail and [...]

Continue Reading →

Bulk Record Update In Cakephp

In this tutorial I will demonstrate to you how to updating multiple record in cakephp. We are using cakephp 1.3.4 and jQuery 1.4. We’ll use jQuery to select the items which we will update. This behavior is similar as we see in gmail, where we can choose any items that we will update. To do [...]

Continue Reading →

VaM Cart – Free CakePHP Based Shopping Cart

Vam Cart is free shoping Cart built with CakepPHP framework.  It is easy to implement. To installing this shoping cart, just copy files to your server from VaM Cart archive – http://vamcart.googlecode.com/files/vamcart.zip and Open VaM Cart in browser – http://example/vamcart. If install script not started automatically, start installation manually – http://example/vamcart/install Incoming search terms for [...]

Continue Reading →

CakePHP Search Plugin

The CakePHP search plugin allow us to make any kind of data searchable, i.e. allow us to implement robust searching rapidily. Search plugin is an easy way to include search into your application. Incoming search terms for the article: cakephp search cakephp search plugin search cakephp search in cakephp cakephp searchable Search Plugin CakePHP cakephp [...]

Continue Reading →

CakePHP Facebook plugin

Facebook CakePHP plugin created by nick on webtechnick. The purpose of this plugin is  provide a seamless way to connect your cakePHP app to Facebook. The goal for this plugin is to not only provide extremely useful dynamic features but to also provide a complete interface to the Facebook API. This plugin is specifically for [...]

Continue Reading →

Spark Plug – CakePHP user management plugin

Spark Plug Cakephp user management plugin is a “pulled-out” script from the flashub.com project. It uses the Authsome component and uses a very simple access control routine. Incoming search terms for the article: cakephp user management cakePHP spark plug spark plug cakephp cakephp user management plugin cakePHP sparkplug cakephp user registration Spark Plug Cakephp Plugin [...]

Continue Reading →

dojocake – CakePHP helpers to add Dojo to CakePHP

Dojo Cake is a library of CakePHP helpers and controllers to make the process of adding Dojo to CakePHP more easy. The library includes helpers for widgets, and XHR connections. Dojo Cake is not released in full yet. However, the downloads page holds functional working helpers, but unless stated otherwise, are pre-alpha release. You can [...]

Continue Reading →

Page 1 of 212»