Quantcast
Channel: Yii Framework Forum
Viewing all articles
Browse latest Browse all 18717

Retrieve Full Name From Database

$
0
0
Hi,
in my table I have id, firstname, lastname rows. but i need to store both first & last name into name field. pls help me.
I written in model like this..

public function getFullName() {
return $this->first_name . ' ' . $this->last_name;
}

Viewing all articles
Browse latest Browse all 18717

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>