Skip to content

programming

oops

OOPS Concepts in real life

Reading Time: 3 minutes

Oops concepts in real life

Objects:

It is considered to be an instance of class.It contains real values instead of variables.In real life we can consider an mobile company which manufacture mulitple models as instance to mobile.so here mobile models where each one has its unique characteristics acts as a object.Read More »OOPS Concepts in real life

Yii

Redirect to History – Yii

Reading Time: < 1 minuteYii is an open source, object-oriented, component-based MVC PHP web application framework. Yii is pronounced as “Yee” and in Chinese it means “simple and evolutionary”

Yii is the one of major MVC framework of PHP. We need to redirect the previous / history page for some circumstances in every development.

Here we show how to achieve that;

Read More »Redirect to History – Yii