RAGHOGARH, GUNA (M.P.)
INDUSTRIAL TRAINING REPORT at ***** Software Solutions Limited
JUNE-JULY 2011 SUBMITTED BY: NAME: Rohit Gupta EN NO.: 08307G YEAR,BRANCH:2011,CSE
Acknowledgement
It has been a matter of great pleasure for me for having got an opportunity to convey my sincere thanks to entire people who devoted their valuable time to help me in the duration of training and project work. They extend their support, assistance and enable me to complete the project work successfully.
First I would like to express the profound sense of gratitude to Mr. SA (Training Head) for being a source of inspiration and providing me with necessary guidance whenever I needed it, despite his busy schedule. Words simply cannot express the gratitude and indebtedness to him.
I would also like to thank Mr. V&&&&&&&& who was my mentor during my stay at *****, who helped me a lot in providing me with resources and helping me in all the ways he could during the training.
Index
Sno | Topic | page | 1 | Company Profile | 4 | 2 | Basics of PHP5 | 6 | 3 | Basics of cake PHP | 18 | 4 | Implementation of Cake PHP | 44 | 5 | Conclusion | 50 | 6 | Joining letter | 51 | 7 | Weekly Reports | 52 | | | | | | | | | | | | |
Company Profile
PHP 5
Introduction
With the advent of PHP 5, the object model was rewritten to allow for better performance and more features. This was a major change from PHP 4.
PHP 5 has a full object model.
Some of the prominent features in PHP 5, include are of visibility, abstract and final classes and methods, additional magic methods, interfaces, cloning and typehinting.
The Basics class Basic class definitions begin with the keyword class, followed by a class name, followed by a pair of curly braces which enclose the definitions of the properties and methods