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

Search In

Using CakePHP FormHelper with Bootstrap Forms

Hello Readers , If you are using Cakephp and not use Cakephp FormHelper then its a bad technique of coding . To use Cakephp FormHelper first of all declare FormHelper in controller . So we have the piece of Html code below which we need to convert

What is a .ctp file used for in CakePHP?

CakePHP provides user to do advance view designing and making custom architecture for designing, for quick web developments. The CTP file extension is associated with the CakePHP. Ctp file contains template CakePHP template. It is as same as a view

How to use getLastInsertId() in CakePHP in 2.4.1 version?

Hi Reader's,  Welcome to FindNerd, today we are going to discuss how to use getLastInsertId() in CakePHP in 2.4.1 version? In CakePHP there are two methods for getting the last inserted id 1-Model::getLastInsertID() 2-Model::getInsertID()

How to use Recursive In CakePHP?

Hi Reader's, Welcome to FindNerd, today we are going to discuss how to use Recursive In CakePHP? Basically in CakePHP by default you can get the data from the model or table that you are querying for and the data of the Models that are linked to

Using Email or Username to login with auth in cakephp

We seldom need to login into application using Email or Username while using Auth with Cakephp. To achieve this we either need to write customized Auth component or we can achieve the same with the following code : public function validateUser() {

Deleting Data in cakephp2.x

If we are required to delete a record, cakephp 's model class offers a way for the same. Deleting the record with the perticular id can be done by using delete() function : delete(integer $id = null, boolean $cascade = true); The above statemen

CakePHP Request Cycle in v3

Welcome to FindNerd. Today our discussion is based on cakePHP request cycle. In our previous blog We have described  the different layers in CakePHP. Click here to check this blog. After checking that blog you will get the clear idea of layers

Database Access and ORM cakephp 3

The new version of cakephp comes with lots of new features and changes in it. Cakephp access the database with mainly two objects. First is table objects. Second is entities. Objects provide the access to the collection of data. Entities provide

CakePHP find conditions

Find is the  data-retrieval functions in cakephp. Below is the list of CakePHP find conditions :- Name Default Description    type   'first' it can be 'all', 'first'

10 Useful Plugins in CakePhp

CakePHP allows us to set up a combination of models,views ,controllers and release them as a packaged application called Plugins which can be used in the CakePHP applications. Some of the useful Plugins in CakePhp web application are as follows:-

1 7 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: