Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

MVC architecture in CakePHP

CakePHP is a swift development framework for PHP which manipulate frequently recognized design patterns like Associative Data Mapping, Front Controller, and MVC. Our key target is to impart a structured framework that accredit PHP users at all l

CakePHP 3.0 Conventions

CakePHP 3.0 Conventions Welcome to FindNerd. Today our discussion is based on CakePHP 3 Conventions. Conventions means a way in which something is usually done. In CakePHP 3 there are different set of rules which  must be followed. With the hel

Send email in cakephp

First create configuration file name as email.php inside app/config/email.php and setup different config options here. public $default = array( 'transport' => 'Mail', 'from' => array('fromname@email.com' => 'kshitiz dixit'), '

How to update one field in database using CakePhp?

Hi Reader's, Welcome to FindNerd, today we are going to discuss how to update one field in database using CakePHP? If you want update some records or data in your web application database in CakePHP the you have to update your record based on pr

CakePHP request Cycle

When a user requests a page or a resource then the CAKEPHP request cycle starts. It can be explained with the below diagram: Let's now discuss the request cycle diagram with steps: 1.The request is redirected to webroot/index.php based on the w

Differentiate between Component, Behavior, and Helper in Cakephp.

These all extend existing CakePHP functionality so they are almost similar but differ on what they extend from the existing folder. The Component is used here in the controller it will used as a packages of logic and function and these are shared b

How to create an "Admin Panel" for a project in cakephp ?

We can use a plugin, that will help us to create an admin panel in a very short span of time. For cakephp framework there is a plugin named as “BrowniePHP”. Prerequisite: One should know how to create web sites and web applications using cakeph

How to implement blowfish hashing for passwords in cakephp ?

Hello Readers ,   Their are many methods to hash password in cakephp like cakephp alias , md5 etc blowfish is also one of them . One thing we have to note down that we can’t use Blowfish if we already have a database filled with password

What is the equivalent to getLastInsertId() in Cakephp?

Hello if you want to get last insert id or something equivalent to this you can try following steps:- Lets take this example, Here I just inserted the field in column $data = array('menuName' =$_REQUEST['menuname']) $this->Menu->crea

Implement Pagination Using Cakephp

This tutorial will help you to learn how to implement pagination using cakephp framework Requisite: Create a database Insert some data in the table Controller say “UsersController” to write the logic. Model for the Users table View to display t

1 10 18
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: