debug
This commit is contained in:
@@ -101,6 +101,12 @@ class DomainModel extends BaseModel
|
||||
*/
|
||||
public function getFomartSubjectEx(string $strKey, string $strDomain, string $strController, string $strAction, $strDiff = '', bool $boolJoin = true): string
|
||||
{
|
||||
|
||||
if ( !array_key_exists($strKey, $this->t_cfg)) {
|
||||
$strError = sprintf("t_cfg [%s] not found!", $strKey . $strDomain);
|
||||
throw new \Exception($strError);
|
||||
}
|
||||
|
||||
$intSfgId = $this->t_cfg[$strKey]['sfg_id'];
|
||||
$SubjectFomartModel = NULL;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user