Quantcast
Channel: ForDevs » PHP
Browsing latest articles
Browse All 8 View Live

What is Server-side scripting?

Server-side scripting is a web server technology where the script runs directly on the web server to generate dynamic HTML pages.While client-side scripting runs by the viewing browser. Server-side...

View Article



What is CakePHP?

CakePHP is a free, open source, rapid development framework written in PHP. A structure of libraries, classes and run-time infrastructure for programmers creating web applications inspired originally...

View Article

History of CakePHP

CakePHP started in 2005, when Ruby on Rails was gaining popularity. The community has since grown and spawned several sub-projects. CakePHP is not a port of Ruby on Rails to PHP, but appropriates many...

View Article

Features of CakePHP

Like Rails, CakePHP makes it easier for the user to interface with the database with active records. It also encourages use of the model-view-controller architectural pattern. Active, friendly...

View Article

How to Installing CakePHP?

Step 1 : Getting the most recent stable versionTo install Cake PHP you first need to download the latest stable version from the CakePHP website at www.cakephp.org, once at the website click on...

View Article


CakePHP Files and Folder Structure

When you unpack Cake on your server you will find four folders – app, cake, tmp and vendors. The cake folder is where the core libraries for Cake lay and you generally won’t ever need to touch them...

View Article

Database Configuration in CakePHP

Step 1: Open the directory “/root/app/config/”Step 2: Rename the “database.php.default” into “database.php”Step 3: Open the file, that contain the default variable as shown below. Change the array...

View Article

Encrypting string value using MD5 in PHP

The md5 method is used to convert the string value into md5 value.The syntax is, string md5 ( string $str [, bool $raw_output ] ) Parameters str : The string.raw_output : If the optional raw_output is...

View Article

Browsing latest articles
Browse All 8 View Live




Latest Images