webdevask.com

Menu

  • Home
  • New
  • Add question

cakephp - Cake php table join two fields

View Original

one text

Solution:

The answer is :

Adding to the model this function

protected function _getFullName() {
    return $this->first_name . ' ' . $this->last_name;
}

I can access full_name as a field, like:

$persona->full_name

Source

See also:

  • php สร้าง Google ชีตจากบัญชีบริการ

  • php - Laravel 8.0 Installation Failed

  • javascript - How to include HTML data (tags) as value in "arrayToDataTable" of Google Pie Chart?

  • how to Grouping array in php

  • php - vender folder from my laravel project has more 1k error

© 2021
E-mail: contact@webdevask.com
Back to top