Posts

Showing posts from 2016

CakePHP for newbies Part 1

Image
Hi Guys, I have learnt some thing today about CakePHP and I'm using it for my new web based application, I would like to share some thing with you, I would like to give some of basic practicality issue without diving into theory because you can find the theory in the below official link. http://book.cakephp.org/3.0/en/index.html Before installing CakePHP framework we need to install local servers if we are using our own PC in the development, I would like to install WAMP server as my local server Before installing WAMP server in windows machine first install the Visual C++ Redistributable for Visual Studio from the below link http://www.microsoft.com/en-us/download/details.aspx?id=30679 After that you can download and install WAMP server from the below link. http://www.wampserver.com/en/ Once the installation finishes you can run the WAMP server but in windows 10 it will conflict with the locally running windows www service therefor the icon of the WAMP server looks...