03/06/2025 16:27:37 - TYPE ERROR:CDbException 03/06/2025 16:27:37 - MESSAGE:CDbCommand ha riportato un errore nella preparazione della query SQL: SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'AND NOT EXISTS (SELECT 1
FROM...' at line 1 03/06/2025 16:27:37 - Error File LINE: 03/06/2025 16:27:37 - /var/www/html/dev/sgf3/protected/views/sgf3Documenti/admin.php(727) 03/06/2025 16:27:37 - Error SOURCE CODE: 03/06/2025 16:27:37 -
715     </div>
716    
717     <div class="row">
718       <?php
719         /*Menu laterale*/
720         /* 20160412 - TICKET:0000826
721          * se l'utente collegato non è admin e non ci sono dati da visualizzare il menù laterale 
722          * occupa tutta la pagina
723          */
724         $datadocuments = $documenti->search();
725         
726         //conteggio documenti trovati
727         $numdoc = $documenti->search()->totalItemCount;
728         $boosterClassMenu = 'col-md-3';
729         $showGrid = true;
730         
731         //20160516 - TICKET:0000969
732         if( $numdoc==0 && !hasAnyRole('amministratore_sistema') && !hasAnyRole('EDITOR') && !$isAdminProject){
733           //$boosterClassMenu = 'col-md-12';
734           $showGrid = false;
735         }
736         
737         //20160331 - TICKET:0000813
738         if(count($elementiMenu) && $idCommessa!="" && !$isAdvancedSearch){
739 
03/06/2025 16:27:37 - Stack Trace:Array ( [0] => Array ( [file] => /var/www/html/dev/yii/framework/db/CDbCommand.php [line] => 273 [function] => prepare [class] => CDbCommand [type] => -> [args] => Array ( ) ) [1] => Array ( [file] => /var/www/html/dev/yii/framework/db/schema/CDbCommandBuilder.php [line] => 568 [function] => bindValue [class] => CDbCommand [type] => -> [args] => Array ( [0] => :ycp4 [1] => 1 ) ) [2] => Array ( [file] => /var/www/html/dev/yii/framework/db/ar/CActiveFinder.php [line] => 1375 [function] => bindValues [class] => CDbCommandBuilder [type] => -> [args] => Array ( [0] => CDbCommand Object ( [params] => Array ( ) [_connection:CDbCommand:private] => CDbConnection Object ( [connectionString] => mysql:host=localhost;dbname=sgf3_dev [username] => SOPHIADeveloper [password] => UkF671Grj511 [schemaCachingDuration] => 0 [schemaCachingExclude] => Array ( ) [schemaCacheID] => cache [queryCachingDuration] => 0 [queryCachingDependency] => [queryCachingCount] => 0 [queryCacheID] => cache [autoConnect] => 1 [charset] => utf8 [emulatePrepare] => [enableParamLogging] => [enableProfiling] => [tablePrefix] => [initSQLs] => [driverMap] => Array ( [cubrid] => CCubridSchema [pgsql] => CPgsqlSchema [mysqli] => CMysqlSchema [mysql] => CMysqlSchema [sqlite] => CSqliteSchema [sqlite2] => CSqliteSchema [mssql] => CMssqlSchema [dblib] => CMssqlSchema [sqlsrv] => CMssqlSchema [oci] => COciSchema ) [pdoClass] => PDO [_driverName:CDbConnection:private] => mysql [_attributes:CDbConnection:private] => Array ( ) [_active:CDbConnection:private] => 1 [_pdo:CDbConnection:private] => PDO Object ( ) [_transaction:CDbConnection:private] => [_schema:CDbConnection:private] => CMysqlSchema Object ( [columnTypes] => Array ( [pk] => int(11) NOT NULL AUTO_INCREMENT PRIMARY KEY [bigpk] => bigint(20) NOT NULL AUTO_INCREMENT PRIMARY KEY [string] => varchar(255) [text] => text [integer] => int(11) [bigint] => bigint(20) [float] => float [decimal] => decimal [datetime] => datetime [timestamp] => timestamp [time] => time [date] => date [binary] => blob [boolean] => tinyint(1) [money] => decimal(19,4) ) [_tableNames:CDbSchema:private] => Array ( ) [_tables:CDbSchema:private] => Array ( [frm_cruge_session] => CMysqlTableSchema Object ( [schemaName] => [name] => frm_cruge_session [rawName] => `frm_cruge_session` [primaryKey] => idsession [sequenceName] => [foreignKeys] => Array ( ) [columns] => Array ( [idsession] => CMysqlColumnSchema Object ( [name] => idsession [rawName] => `idsession` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [iduser] => CMysqlColumnSchema Object ( [name] => iduser [rawName] => `iduser` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [created] => CMysqlColumnSchema Object ( [name] => created [rawName] => `created` [allowNull] => 1 [dbType] => bigint(30) [type] => string [defaultValue] => [size] => 30 [precision] => 30 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [expire] => CMysqlColumnSchema Object ( [name] => expire [rawName] => `expire` [allowNull] => 1 [dbType] => bigint(30) [type] => string [defaultValue] => [size] => 30 [precision] => 30 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [status] => CMysqlColumnSchema Object ( [name] => status [rawName] => `status` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 0 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [ipaddress] => CMysqlColumnSchema Object ( [name] => ipaddress [rawName] => `ipaddress` [allowNull] => 1 [dbType] => varchar(45) [type] => string [defaultValue] => [size] => 45 [precision] => 45 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [usagecount] => CMysqlColumnSchema Object ( [name] => usagecount [rawName] => `usagecount` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 0 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [lastusage] => CMysqlColumnSchema Object ( [name] => lastusage [rawName] => `lastusage` [allowNull] => 1 [dbType] => bigint(30) [type] => string [defaultValue] => [size] => 30 [precision] => 30 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [logoutdate] => CMysqlColumnSchema Object ( [name] => logoutdate [rawName] => `logoutdate` [allowNull] => 1 [dbType] => bigint(30) [type] => string [defaultValue] => [size] => 30 [precision] => 30 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [ipaddressout] => CMysqlColumnSchema Object ( [name] => ipaddressout [rawName] => `ipaddressout` [allowNull] => 1 [dbType] => varchar(45) [type] => string [defaultValue] => [size] => 45 [precision] => 45 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [frm_cruge_system] => CMysqlTableSchema Object ( [schemaName] => [name] => frm_cruge_system [rawName] => `frm_cruge_system` [primaryKey] => idsystem [sequenceName] => [foreignKeys] => Array ( ) [columns] => Array ( [idsystem] => CMysqlColumnSchema Object ( [name] => idsystem [rawName] => `idsystem` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [name] => CMysqlColumnSchema Object ( [name] => name [rawName] => `name` [allowNull] => 1 [dbType] => varchar(45) [type] => string [defaultValue] => [size] => 45 [precision] => 45 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [largename] => CMysqlColumnSchema Object ( [name] => largename [rawName] => `largename` [allowNull] => 1 [dbType] => varchar(45) [type] => string [defaultValue] => [size] => 45 [precision] => 45 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [sessionmaxdurationmins] => CMysqlColumnSchema Object ( [name] => sessionmaxdurationmins [rawName] => `sessionmaxdurationmins` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 30 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [sessionmaxsameipconnections] => CMysqlColumnSchema Object ( [name] => sessionmaxsameipconnections [rawName] => `sessionmaxsameipconnections` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 10 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [sessionreusesessions] => CMysqlColumnSchema Object ( [name] => sessionreusesessions [rawName] => `sessionreusesessions` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => 1yes 0no [_e:CComponent:private] => [_m:CComponent:private] => ) [sessionmaxsessionsperday] => CMysqlColumnSchema Object ( [name] => sessionmaxsessionsperday [rawName] => `sessionmaxsessionsperday` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => -1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [sessionmaxsessionsperuser] => CMysqlColumnSchema Object ( [name] => sessionmaxsessionsperuser [rawName] => `sessionmaxsessionsperuser` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => -1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [systemnonewsessions] => CMysqlColumnSchema Object ( [name] => systemnonewsessions [rawName] => `systemnonewsessions` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 0 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => 1yes 0no [_e:CComponent:private] => [_m:CComponent:private] => ) [systemdown] => CMysqlColumnSchema Object ( [name] => systemdown [rawName] => `systemdown` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 0 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [registerusingcaptcha] => CMysqlColumnSchema Object ( [name] => registerusingcaptcha [rawName] => `registerusingcaptcha` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 0 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [registerusingterms] => CMysqlColumnSchema Object ( [name] => registerusingterms [rawName] => `registerusingterms` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 0 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [terms] => CMysqlColumnSchema Object ( [name] => terms [rawName] => `terms` [allowNull] => 1 [dbType] => blob [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [registerusingactivation] => CMysqlColumnSchema Object ( [name] => registerusingactivation [rawName] => `registerusingactivation` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [defaultroleforregistration] => CMysqlColumnSchema Object ( [name] => defaultroleforregistration [rawName] => `defaultroleforregistration` [allowNull] => 1 [dbType] => varchar(64) [type] => string [defaultValue] => [size] => 64 [precision] => 64 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [registerusingtermslabel] => CMysqlColumnSchema Object ( [name] => registerusingtermslabel [rawName] => `registerusingtermslabel` [allowNull] => 1 [dbType] => varchar(100) [type] => string [defaultValue] => [size] => 100 [precision] => 100 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [registrationonlogin] => CMysqlColumnSchema Object ( [name] => registrationonlogin [rawName] => `registrationonlogin` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [startmaintenancedate] => CMysqlColumnSchema Object ( [name] => startmaintenancedate [rawName] => `startmaintenancedate` [allowNull] => 1 [dbType] => bigint(20) [type] => string [defaultValue] => [size] => 20 [precision] => 20 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [frm_cruge_user] => CMysqlTableSchema Object ( [schemaName] => [name] => frm_cruge_user [rawName] => `frm_cruge_user` [primaryKey] => iduser [sequenceName] => [foreignKeys] => Array ( ) [columns] => Array ( [iduser] => CMysqlColumnSchema Object ( [name] => iduser [rawName] => `iduser` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [regdate] => CMysqlColumnSchema Object ( [name] => regdate [rawName] => `regdate` [allowNull] => 1 [dbType] => bigint(30) [type] => string [defaultValue] => [size] => 30 [precision] => 30 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [actdate] => CMysqlColumnSchema Object ( [name] => actdate [rawName] => `actdate` [allowNull] => 1 [dbType] => bigint(30) [type] => string [defaultValue] => [size] => 30 [precision] => 30 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [logondate] => CMysqlColumnSchema Object ( [name] => logondate [rawName] => `logondate` [allowNull] => 1 [dbType] => bigint(30) [type] => string [defaultValue] => [size] => 30 [precision] => 30 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [username] => CMysqlColumnSchema Object ( [name] => username [rawName] => `username` [allowNull] => 1 [dbType] => varchar(64) [type] => string [defaultValue] => [size] => 64 [precision] => 64 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [email] => CMysqlColumnSchema Object ( [name] => email [rawName] => `email` [allowNull] => 1 [dbType] => varchar(45) [type] => string [defaultValue] => [size] => 45 [precision] => 45 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [password] => CMysqlColumnSchema Object ( [name] => password [rawName] => `password` [allowNull] => 1 [dbType] => varchar(64) [type] => string [defaultValue] => [size] => 64 [precision] => 64 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => Hashed password [_e:CComponent:private] => [_m:CComponent:private] => ) [authkey] => CMysqlColumnSchema Object ( [name] => authkey [rawName] => `authkey` [allowNull] => 1 [dbType] => varchar(100) [type] => string [defaultValue] => [size] => 100 [precision] => 100 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => Chiave di autenticazione [_e:CComponent:private] => [_m:CComponent:private] => ) [state] => CMysqlColumnSchema Object ( [name] => state [rawName] => `state` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 0 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [totalsessioncounter] => CMysqlColumnSchema Object ( [name] => totalsessioncounter [rawName] => `totalsessioncounter` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 0 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [currentsessioncounter] => CMysqlColumnSchema Object ( [name] => currentsessioncounter [rawName] => `currentsessioncounter` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 0 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [frm_ana_utenti] => CMysqlTableSchema Object ( [schemaName] => [name] => frm_ana_utenti [rawName] => `frm_ana_utenti` [primaryKey] => idanautente [sequenceName] => [foreignKeys] => Array ( [idcrugeuser] => Array ( [0] => frm_cruge_user [1] => iduser ) [idsocieta] => Array ( [0] => frm_ana_societa [1] => idsocieta ) [idsocietautente] => Array ( [0] => frm_ana_societa_utente [1] => idsocietautente ) [idstabilimento] => Array ( [0] => frm_ana_stabilimento [1] => idstabilimento ) [stamp_insert_user] => Array ( [0] => frm_cruge_user [1] => iduser ) [stamp_update_user] => Array ( [0] => frm_cruge_user [1] => iduser ) ) [columns] => Array ( [idsocieta] => CMysqlColumnSchema Object ( [name] => idsocieta [rawName] => `idsocieta` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idstabilimento] => CMysqlColumnSchema Object ( [name] => idstabilimento [rawName] => `idstabilimento` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idanautente] => CMysqlColumnSchema Object ( [name] => idanautente [rawName] => `idanautente` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idcrugeuser] => CMysqlColumnSchema Object ( [name] => idcrugeuser [rawName] => `idcrugeuser` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idsocietautente] => CMysqlColumnSchema Object ( [name] => idsocietautente [rawName] => `idsocietautente` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [first_password] => CMysqlColumnSchema Object ( [name] => first_password [rawName] => `first_password` [allowNull] => 1 [dbType] => varchar(64) [type] => string [defaultValue] => [size] => 64 [precision] => 64 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [nome] => CMysqlColumnSchema Object ( [name] => nome [rawName] => `nome` [allowNull] => 1 [dbType] => varchar(45) [type] => string [defaultValue] => [size] => 45 [precision] => 45 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [cognome] => CMysqlColumnSchema Object ( [name] => cognome [rawName] => `cognome` [allowNull] => 1 [dbType] => varchar(45) [type] => string [defaultValue] => [size] => 45 [precision] => 45 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [telefono] => CMysqlColumnSchema Object ( [name] => telefono [rawName] => `telefono` [allowNull] => 1 [dbType] => varchar(45) [type] => string [defaultValue] => [size] => 45 [precision] => 45 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [posizioneaziendale] => CMysqlColumnSchema Object ( [name] => posizioneaziendale [rawName] => `posizioneaziendale` [allowNull] => 1 [dbType] => varchar(100) [type] => string [defaultValue] => [size] => 100 [precision] => 100 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [iddipartimutente] => CMysqlColumnSchema Object ( [name] => iddipartimutente [rawName] => `iddipartimutente` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [note] => CMysqlColumnSchema Object ( [name] => note [rawName] => `note` [allowNull] => 1 [dbType] => mediumtext [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [nologin] => CMysqlColumnSchema Object ( [name] => nologin [rawName] => `nologin` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 0 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_insert_user] => CMysqlColumnSchema Object ( [name] => stamp_insert_user [rawName] => `stamp_insert_user` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_update_user] => CMysqlColumnSchema Object ( [name] => stamp_update_user [rawName] => `stamp_update_user` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_update] => CMysqlColumnSchema Object ( [name] => stamp_update [rawName] => `stamp_update` [allowNull] => [dbType] => datetime [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_insert] => CMysqlColumnSchema Object ( [name] => stamp_insert [rawName] => `stamp_insert` [allowNull] => [dbType] => datetime [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [sgf3_documenti] => CMysqlTableSchema Object ( [schemaName] => [name] => sgf3_documenti [rawName] => `sgf3_documenti` [primaryKey] => iddocumento [sequenceName] => [foreignKeys] => Array ( [idcategoria] => Array ( [0] => sgf3_categorie_documenti [1] => idcategoria ) [iddestinatario] => Array ( [0] => frm_ana_societa_utente [1] => idsocietautente ) [idstruttura] => Array ( [0] => frm_ana_struttura [1] => idstruttura ) [idmittente] => Array ( [0] => frm_ana_societa_utente [1] => idsocietautente ) [idprocesso] => Array ( [0] => sgf3_processi [1] => idprocesso ) [idsitodeposito] => Array ( [0] => sgf3_sitidepositi [1] => idsitodeposito ) [idsocieta] => Array ( [0] => frm_ana_societa [1] => idsocieta ) [idstabilimento] => Array ( [0] => frm_ana_stabilimento [1] => idstabilimento ) [idstato] => Array ( [0] => sgf3_stati_documento [1] => idstato ) [idtipodocumento] => Array ( [0] => sgf3_tipidocumenti [1] => idtipodocumento ) [idveicolocliente] => Array ( [0] => sgf3_veicolocliente [1] => idveicolocliente ) ) [columns] => Array ( [idsocieta] => CMysqlColumnSchema Object ( [name] => idsocieta [rawName] => `idsocieta` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idstabilimento] => CMysqlColumnSchema Object ( [name] => idstabilimento [rawName] => `idstabilimento` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idstruttura] => CMysqlColumnSchema Object ( [name] => idstruttura [rawName] => `idstruttura` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [iddocumento] => CMysqlColumnSchema Object ( [name] => iddocumento [rawName] => `iddocumento` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [iddocumentocondiviso] => CMysqlColumnSchema Object ( [name] => iddocumentocondiviso [rawName] => `iddocumentocondiviso` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stampdoc] => CMysqlColumnSchema Object ( [name] => stampdoc [rawName] => `stampdoc` [allowNull] => [dbType] => datetime [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [descrizione] => CMysqlColumnSchema Object ( [name] => descrizione [rawName] => `descrizione` [allowNull] => [dbType] => varchar(250) [type] => string [defaultValue] => [size] => 250 [precision] => 250 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idfile] => CMysqlColumnSchema Object ( [name] => idfile [rawName] => `idfile` [allowNull] => 1 [dbType] => int(100) [type] => integer [defaultValue] => [size] => 100 [precision] => 100 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [tags] => CMysqlColumnSchema Object ( [name] => tags [rawName] => `tags` [allowNull] => 1 [dbType] => varchar(500) [type] => string [defaultValue] => [size] => 500 [precision] => 500 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [protocollo] => CMysqlColumnSchema Object ( [name] => protocollo [rawName] => `protocollo` [allowNull] => 1 [dbType] => varchar(100) [type] => string [defaultValue] => [size] => 100 [precision] => 100 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idmittente] => CMysqlColumnSchema Object ( [name] => idmittente [rawName] => `idmittente` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [mittente] => CMysqlColumnSchema Object ( [name] => mittente [rawName] => `mittente` [allowNull] => 1 [dbType] => varchar(100) [type] => string [defaultValue] => [size] => 100 [precision] => 100 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [destinatario] => CMysqlColumnSchema Object ( [name] => destinatario [rawName] => `destinatario` [allowNull] => 1 [dbType] => varchar(100) [type] => string [defaultValue] => [size] => 100 [precision] => 100 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [iddestinatario] => CMysqlColumnSchema Object ( [name] => iddestinatario [rawName] => `iddestinatario` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [autore] => CMysqlColumnSchema Object ( [name] => autore [rawName] => `autore` [allowNull] => 1 [dbType] => varchar(50) [type] => string [defaultValue] => [size] => 50 [precision] => 50 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idautore] => CMysqlColumnSchema Object ( [name] => idautore [rawName] => `idautore` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [owner] => CMysqlColumnSchema Object ( [name] => owner [rawName] => `owner` [allowNull] => 1 [dbType] => varchar(50) [type] => string [defaultValue] => [size] => 50 [precision] => 50 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idowner] => CMysqlColumnSchema Object ( [name] => idowner [rawName] => `idowner` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idcategoria] => CMysqlColumnSchema Object ( [name] => idcategoria [rawName] => `idcategoria` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [progressivo] => CMysqlColumnSchema Object ( [name] => progressivo [rawName] => `progressivo` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 0 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idstato] => CMysqlColumnSchema Object ( [name] => idstato [rawName] => `idstato` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [pubblicato] => CMysqlColumnSchema Object ( [name] => pubblicato [rawName] => `pubblicato` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [note] => CMysqlColumnSchema Object ( [name] => note [rawName] => `note` [allowNull] => 1 [dbType] => varchar(250) [type] => string [defaultValue] => [size] => 250 [precision] => 250 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [protocolloext] => CMysqlColumnSchema Object ( [name] => protocolloext [rawName] => `protocolloext` [allowNull] => 1 [dbType] => varchar(100) [type] => string [defaultValue] => [size] => 100 [precision] => 100 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [rifprotocollo] => CMysqlColumnSchema Object ( [name] => rifprotocollo [rawName] => `rifprotocollo` [allowNull] => 1 [dbType] => varchar(50) [type] => string [defaultValue] => [size] => 50 [precision] => 50 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [valido] => CMysqlColumnSchema Object ( [name] => valido [rawName] => `valido` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idsitodeposito] => CMysqlColumnSchema Object ( [name] => idsitodeposito [rawName] => `idsitodeposito` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idprocesso] => CMysqlColumnSchema Object ( [name] => idprocesso [rawName] => `idprocesso` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idveicolocliente] => CMysqlColumnSchema Object ( [name] => idveicolocliente [rawName] => `idveicolocliente` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idtipodocumento] => CMysqlColumnSchema Object ( [name] => idtipodocumento [rawName] => `idtipodocumento` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_insert_user] => CMysqlColumnSchema Object ( [name] => stamp_insert_user [rawName] => `stamp_insert_user` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_update_user] => CMysqlColumnSchema Object ( [name] => stamp_update_user [rawName] => `stamp_update_user` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_update] => CMysqlColumnSchema Object ( [name] => stamp_update [rawName] => `stamp_update` [allowNull] => [dbType] => datetime [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_insert] => CMysqlColumnSchema Object ( [name] => stamp_insert [rawName] => `stamp_insert` [allowNull] => [dbType] => datetime [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [frm_ana_societa_utente] => CMysqlTableSchema Object ( [schemaName] => [name] => frm_ana_societa_utente [rawName] => `frm_ana_societa_utente` [primaryKey] => idsocietautente [sequenceName] => [foreignKeys] => Array ( [idlogo] => Array ( [0] => frm_files_upload [1] => idfile ) [idsocieta] => Array ( [0] => frm_ana_societa [1] => idsocieta ) [idstabilimento] => Array ( [0] => frm_ana_stabilimento [1] => idstabilimento ) [idtiposocieta] => Array ( [0] => sys_tipo_societa [1] => idtiposocieta ) [stamp_insert_user] => Array ( [0] => frm_cruge_user [1] => iduser ) [stamp_update_user] => Array ( [0] => frm_cruge_user [1] => iduser ) ) [columns] => Array ( [idsocieta] => CMysqlColumnSchema Object ( [name] => idsocieta [rawName] => `idsocieta` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idstabilimento] => CMysqlColumnSchema Object ( [name] => idstabilimento [rawName] => `idstabilimento` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idsocietautente] => CMysqlColumnSchema Object ( [name] => idsocietautente [rawName] => `idsocietautente` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [codicesocietautente] => CMysqlColumnSchema Object ( [name] => codicesocietautente [rawName] => `codicesocietautente` [allowNull] => 1 [dbType] => varchar(20) [type] => string [defaultValue] => [size] => 20 [precision] => 20 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idlogo] => CMysqlColumnSchema Object ( [name] => idlogo [rawName] => `idlogo` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [segnalazioni] => CMysqlColumnSchema Object ( [name] => segnalazioni [rawName] => `segnalazioni` [allowNull] => [dbType] => varchar(1) [type] => string [defaultValue] => N [size] => 1 [precision] => 1 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [validato] => CMysqlColumnSchema Object ( [name] => validato [rawName] => `validato` [allowNull] => [dbType] => int(1) [type] => integer [defaultValue] => 0 [size] => 1 [precision] => 1 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [codice_validazione] => CMysqlColumnSchema Object ( [name] => codice_validazione [rawName] => `codice_validazione` [allowNull] => [dbType] => varchar(1) [type] => string [defaultValue] => N [size] => 1 [precision] => 1 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [partita_iva] => CMysqlColumnSchema Object ( [name] => partita_iva [rawName] => `partita_iva` [allowNull] => 1 [dbType] => varchar(13) [type] => string [defaultValue] => [size] => 13 [precision] => 13 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [vat] => CMysqlColumnSchema Object ( [name] => vat [rawName] => `vat` [allowNull] => 1 [dbType] => varchar(45) [type] => string [defaultValue] => [size] => 45 [precision] => 45 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [nome] => CMysqlColumnSchema Object ( [name] => nome [rawName] => `nome` [allowNull] => [dbType] => varchar(200) [type] => string [defaultValue] => [size] => 200 [precision] => 200 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [descrizione] => CMysqlColumnSchema Object ( [name] => descrizione [rawName] => `descrizione` [allowNull] => 1 [dbType] => varchar(200) [type] => string [defaultValue] => [size] => 200 [precision] => 200 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => Societa [_e:CComponent:private] => [_m:CComponent:private] => ) [sigla_cliente] => CMysqlColumnSchema Object ( [name] => sigla_cliente [rawName] => `sigla_cliente` [allowNull] => 1 [dbType] => varchar(3) [type] => string [defaultValue] => [size] => 3 [precision] => 3 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [indirizzo] => CMysqlColumnSchema Object ( [name] => indirizzo [rawName] => `indirizzo` [allowNull] => 1 [dbType] => varchar(200) [type] => string [defaultValue] => [size] => 200 [precision] => 200 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [citta] => CMysqlColumnSchema Object ( [name] => citta [rawName] => `citta` [allowNull] => 1 [dbType] => varchar(100) [type] => string [defaultValue] => [size] => 100 [precision] => 100 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [cap] => CMysqlColumnSchema Object ( [name] => cap [rawName] => `cap` [allowNull] => 1 [dbType] => varchar(20) [type] => string [defaultValue] => [size] => 20 [precision] => 20 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [provincia] => CMysqlColumnSchema Object ( [name] => provincia [rawName] => `provincia` [allowNull] => 1 [dbType] => varchar(100) [type] => string [defaultValue] => [size] => 100 [precision] => 100 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [telefono] => CMysqlColumnSchema Object ( [name] => telefono [rawName] => `telefono` [allowNull] => 1 [dbType] => varchar(45) [type] => string [defaultValue] => [size] => 45 [precision] => 45 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [email] => CMysqlColumnSchema Object ( [name] => email [rawName] => `email` [allowNull] => 1 [dbType] => varchar(45) [type] => string [defaultValue] => [size] => 45 [precision] => 45 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idtiposocieta] => CMysqlColumnSchema Object ( [name] => idtiposocieta [rawName] => `idtiposocieta` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [riferimento] => CMysqlColumnSchema Object ( [name] => riferimento [rawName] => `riferimento` [allowNull] => 1 [dbType] => varchar(200) [type] => string [defaultValue] => [size] => 200 [precision] => 200 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [tel_riferimento] => CMysqlColumnSchema Object ( [name] => tel_riferimento [rawName] => `tel_riferimento` [allowNull] => 1 [dbType] => varchar(100) [type] => string [defaultValue] => [size] => 100 [precision] => 100 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_insert_user] => CMysqlColumnSchema Object ( [name] => stamp_insert_user [rawName] => `stamp_insert_user` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_update_user] => CMysqlColumnSchema Object ( [name] => stamp_update_user [rawName] => `stamp_update_user` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_update] => CMysqlColumnSchema Object ( [name] => stamp_update [rawName] => `stamp_update` [allowNull] => [dbType] => datetime [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_insert] => CMysqlColumnSchema Object ( [name] => stamp_insert [rawName] => `stamp_insert` [allowNull] => [dbType] => datetime [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [frm_ana_struttura] => CMysqlTableSchema Object ( [schemaName] => [name] => frm_ana_struttura [rawName] => `frm_ana_struttura` [primaryKey] => idstruttura [sequenceName] => [foreignKeys] => Array ( [idsocieta] => Array ( [0] => frm_ana_societa [1] => idsocieta ) [idstabilimento] => Array ( [0] => frm_ana_stabilimento [1] => idstabilimento ) [tipo_struttura] => Array ( [0] => sgf3_tipo_struttura [1] => tipo_struttura ) ) [columns] => Array ( [idsocieta] => CMysqlColumnSchema Object ( [name] => idsocieta [rawName] => `idsocieta` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idstabilimento] => CMysqlColumnSchema Object ( [name] => idstabilimento [rawName] => `idstabilimento` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idsocietautente] => CMysqlColumnSchema Object ( [name] => idsocietautente [rawName] => `idsocietautente` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idcommessa] => CMysqlColumnSchema Object ( [name] => idcommessa [rawName] => `idcommessa` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idstruttura] => CMysqlColumnSchema Object ( [name] => idstruttura [rawName] => `idstruttura` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idstrutturapadre] => CMysqlColumnSchema Object ( [name] => idstrutturapadre [rawName] => `idstrutturapadre` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 0 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [level] => CMysqlColumnSchema Object ( [name] => level [rawName] => `level` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [visible] => CMysqlColumnSchema Object ( [name] => visible [rawName] => `visible` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [ordine] => CMysqlColumnSchema Object ( [name] => ordine [rawName] => `ordine` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 0 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idstrutturacondivisa] => CMysqlColumnSchema Object ( [name] => idstrutturacondivisa [rawName] => `idstrutturacondivisa` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [descrizione] => CMysqlColumnSchema Object ( [name] => descrizione [rawName] => `descrizione` [allowNull] => [dbType] => varchar(200) [type] => string [defaultValue] => [size] => 200 [precision] => 200 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [path_struttura] => CMysqlColumnSchema Object ( [name] => path_struttura [rawName] => `path_struttura` [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [link] => CMysqlColumnSchema Object ( [name] => link [rawName] => `link` [allowNull] => 1 [dbType] => varchar(100) [type] => string [defaultValue] => [size] => 100 [precision] => 100 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [style] => CMysqlColumnSchema Object ( [name] => style [rawName] => `style` [allowNull] => 1 [dbType] => varchar(100) [type] => string [defaultValue] => [size] => 100 [precision] => 100 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [editable] => CMysqlColumnSchema Object ( [name] => editable [rawName] => `editable` [allowNull] => [dbType] => varchar(1) [type] => string [defaultValue] => 1 [size] => 1 [precision] => 1 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [allegati] => CMysqlColumnSchema Object ( [name] => allegati [rawName] => `allegati` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 0 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idallegatidoc] => CMysqlColumnSchema Object ( [name] => idallegatidoc [rawName] => `idallegatidoc` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [tipo_struttura] => CMysqlColumnSchema Object ( [name] => tipo_struttura [rawName] => `tipo_struttura` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 0 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [modoprotocollo] => CMysqlColumnSchema Object ( [name] => modoprotocollo [rawName] => `modoprotocollo` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => Campo APP. Modo Protocollo: 1 -> Standard, 2 -> FullService [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_insert_user] => CMysqlColumnSchema Object ( [name] => stamp_insert_user [rawName] => `stamp_insert_user` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_update_user] => CMysqlColumnSchema Object ( [name] => stamp_update_user [rawName] => `stamp_update_user` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_update] => CMysqlColumnSchema Object ( [name] => stamp_update [rawName] => `stamp_update` [allowNull] => [dbType] => datetime [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_insert] => CMysqlColumnSchema Object ( [name] => stamp_insert [rawName] => `stamp_insert` [allowNull] => [dbType] => datetime [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [frm_ana_commesse] => CMysqlTableSchema Object ( [schemaName] => [name] => frm_ana_commesse [rawName] => `frm_ana_commesse` [primaryKey] => idcommessa [sequenceName] => [foreignKeys] => Array ( [idfoto] => Array ( [0] => frm_files_upload [1] => idfile ) [idsocieta] => Array ( [0] => frm_ana_societa [1] => idsocieta ) [idstabilimento] => Array ( [0] => frm_ana_stabilimento [1] => idstabilimento ) [stamp_insert_user] => Array ( [0] => frm_cruge_user [1] => iduser ) [stamp_update_user] => Array ( [0] => frm_cruge_user [1] => iduser ) [idsocietautente] => Array ( [0] => frm_ana_societa_utente [1] => idsocietautente ) ) [columns] => Array ( [idsocieta] => CMysqlColumnSchema Object ( [name] => idsocieta [rawName] => `idsocieta` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idstabilimento] => CMysqlColumnSchema Object ( [name] => idstabilimento [rawName] => `idstabilimento` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idcommessa] => CMysqlColumnSchema Object ( [name] => idcommessa [rawName] => `idcommessa` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idsocietautente] => CMysqlColumnSchema Object ( [name] => idsocietautente [rawName] => `idsocietautente` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [codicecommessa] => CMysqlColumnSchema Object ( [name] => codicecommessa [rawName] => `codicecommessa` [allowNull] => 1 [dbType] => varchar(20) [type] => string [defaultValue] => [size] => 20 [precision] => 20 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [desccommessa] => CMysqlColumnSchema Object ( [name] => desccommessa [rawName] => `desccommessa` [allowNull] => [dbType] => varchar(200) [type] => string [defaultValue] => [size] => 200 [precision] => 200 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idfoto] => CMysqlColumnSchema Object ( [name] => idfoto [rawName] => `idfoto` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [visible] => CMysqlColumnSchema Object ( [name] => visible [rawName] => `visible` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [editablelevel] => CMysqlColumnSchema Object ( [name] => editablelevel [rawName] => `editablelevel` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [pubblicacorrisp] => CMysqlColumnSchema Object ( [name] => pubblicacorrisp [rawName] => `pubblicacorrisp` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 0 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_insert_user] => CMysqlColumnSchema Object ( [name] => stamp_insert_user [rawName] => `stamp_insert_user` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_update_user] => CMysqlColumnSchema Object ( [name] => stamp_update_user [rawName] => `stamp_update_user` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_update] => CMysqlColumnSchema Object ( [name] => stamp_update [rawName] => `stamp_update` [allowNull] => [dbType] => datetime [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_insert] => CMysqlColumnSchema Object ( [name] => stamp_insert [rawName] => `stamp_insert` [allowNull] => [dbType] => datetime [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [frm_ana_commesse_utente] => CMysqlTableSchema Object ( [schemaName] => [name] => frm_ana_commesse_utente [rawName] => `frm_ana_commesse_utente` [primaryKey] => Array ( [0] => idcommessa [1] => idanautente ) [sequenceName] => [foreignKeys] => Array ( ) [columns] => Array ( [idcommessa] => CMysqlColumnSchema Object ( [name] => idcommessa [rawName] => `idcommessa` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idanautente] => CMysqlColumnSchema Object ( [name] => idanautente [rawName] => `idanautente` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [isadmin] => CMysqlColumnSchema Object ( [name] => isadmin [rawName] => `isadmin` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 0 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [readonly] => CMysqlColumnSchema Object ( [name] => readonly [rawName] => `readonly` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 0 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [vis_comm_temp] => CMysqlColumnSchema Object ( [name] => vis_comm_temp [rawName] => `vis_comm_temp` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 0 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [frm_files_upload] => CMysqlTableSchema Object ( [schemaName] => [name] => frm_files_upload [rawName] => `frm_files_upload` [primaryKey] => idfile [sequenceName] => [foreignKeys] => Array ( [idsocieta] => Array ( [0] => frm_ana_societa [1] => idsocieta ) [idstabilimento] => Array ( [0] => frm_ana_stabilimento [1] => idstabilimento ) [iduser] => Array ( [0] => frm_cruge_user [1] => iduser ) [stamp_insert_user] => Array ( [0] => frm_cruge_user [1] => iduser ) [stamp_update_user] => Array ( [0] => frm_cruge_user [1] => iduser ) ) [columns] => Array ( [idsocieta] => CMysqlColumnSchema Object ( [name] => idsocieta [rawName] => `idsocieta` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idstabilimento] => CMysqlColumnSchema Object ( [name] => idstabilimento [rawName] => `idstabilimento` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idfile] => CMysqlColumnSchema Object ( [name] => idfile [rawName] => `idfile` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [iduser] => CMysqlColumnSchema Object ( [name] => iduser [rawName] => `iduser` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [filename] => CMysqlColumnSchema Object ( [name] => filename [rawName] => `filename` [allowNull] => [dbType] => varchar(200) [type] => string [defaultValue] => [size] => 200 [precision] => 200 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [path] => CMysqlColumnSchema Object ( [name] => path [rawName] => `path` [allowNull] => [dbType] => varchar(200) [type] => string [defaultValue] => [size] => 200 [precision] => 200 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [type] => CMysqlColumnSchema Object ( [name] => type [rawName] => `type` [allowNull] => [dbType] => varchar(45) [type] => string [defaultValue] => [size] => 45 [precision] => 45 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [size] => CMysqlColumnSchema Object ( [name] => size [rawName] => `size` [allowNull] => [dbType] => int(10) unsigned [type] => string [defaultValue] => [size] => 10 [precision] => 10 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [data_caricamento] => CMysqlColumnSchema Object ( [name] => data_caricamento [rawName] => `data_caricamento` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [data_scadenza] => CMysqlColumnSchema Object ( [name] => data_scadenza [rawName] => `data_scadenza` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [descrizione] => CMysqlColumnSchema Object ( [name] => descrizione [rawName] => `descrizione` [allowNull] => 1 [dbType] => varchar(200) [type] => string [defaultValue] => [size] => 200 [precision] => 200 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_insert_user] => CMysqlColumnSchema Object ( [name] => stamp_insert_user [rawName] => `stamp_insert_user` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_update_user] => CMysqlColumnSchema Object ( [name] => stamp_update_user [rawName] => `stamp_update_user` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_update] => CMysqlColumnSchema Object ( [name] => stamp_update [rawName] => `stamp_update` [allowNull] => [dbType] => datetime [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_insert] => CMysqlColumnSchema Object ( [name] => stamp_insert [rawName] => `stamp_insert` [allowNull] => [dbType] => datetime [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [old_idfile] => CMysqlColumnSchema Object ( [name] => old_idfile [rawName] => `old_idfile` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [frm_ana_struttura_socutente_restrizioni] => CMysqlTableSchema Object ( [schemaName] => [name] => frm_ana_struttura_socutente_restrizioni [rawName] => `frm_ana_struttura_socutente_restrizioni` [primaryKey] => idstrutturasocietautenterest [sequenceName] => [foreignKeys] => Array ( [idsocieta] => Array ( [0] => frm_ana_societa [1] => idsocieta ) [idsocietautente] => Array ( [0] => frm_ana_societa_utente [1] => idsocietautente ) [idstabilimento] => Array ( [0] => frm_ana_stabilimento [1] => idstabilimento ) [idstruttura] => Array ( [0] => frm_ana_struttura [1] => idstruttura ) [stamp_insert_user] => Array ( [0] => frm_cruge_user [1] => iduser ) [stamp_update_user] => Array ( [0] => frm_cruge_user [1] => iduser ) ) [columns] => Array ( [idsocieta] => CMysqlColumnSchema Object ( [name] => idsocieta [rawName] => `idsocieta` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idstabilimento] => CMysqlColumnSchema Object ( [name] => idstabilimento [rawName] => `idstabilimento` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idstrutturasocietautenterest] => CMysqlColumnSchema Object ( [name] => idstrutturasocietautenterest [rawName] => `idstrutturasocietautenterest` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idstruttura] => CMysqlColumnSchema Object ( [name] => idstruttura [rawName] => `idstruttura` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idsocietautente] => CMysqlColumnSchema Object ( [name] => idsocietautente [rawName] => `idsocietautente` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_insert_user] => CMysqlColumnSchema Object ( [name] => stamp_insert_user [rawName] => `stamp_insert_user` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_update_user] => CMysqlColumnSchema Object ( [name] => stamp_update_user [rawName] => `stamp_update_user` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_update] => CMysqlColumnSchema Object ( [name] => stamp_update [rawName] => `stamp_update` [allowNull] => 1 [dbType] => datetime [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_insert] => CMysqlColumnSchema Object ( [name] => stamp_insert [rawName] => `stamp_insert` [allowNull] => 1 [dbType] => datetime [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [sgf3_stati_documento] => CMysqlTableSchema Object ( [schemaName] => [name] => sgf3_stati_documento [rawName] => `sgf3_stati_documento` [primaryKey] => idstato [sequenceName] => [foreignKeys] => Array ( ) [columns] => Array ( [idstato] => CMysqlColumnSchema Object ( [name] => idstato [rawName] => `idstato` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [descrizione] => CMysqlColumnSchema Object ( [name] => descrizione [rawName] => `descrizione` [allowNull] => [dbType] => varchar(45) [type] => string [defaultValue] => [size] => 45 [precision] => 45 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [sgf3_categorie_documenti] => CMysqlTableSchema Object ( [schemaName] => [name] => sgf3_categorie_documenti [rawName] => `sgf3_categorie_documenti` [primaryKey] => idcategoria [sequenceName] => [foreignKeys] => Array ( [idsocieta] => Array ( [0] => frm_ana_societa [1] => idsocieta ) [idstabilimento] => Array ( [0] => frm_ana_stabilimento [1] => idstabilimento ) [stamp_insert_user] => Array ( [0] => frm_cruge_user [1] => iduser ) [stamp_update_user] => Array ( [0] => frm_cruge_user [1] => iduser ) ) [columns] => Array ( [idsocieta] => CMysqlColumnSchema Object ( [name] => idsocieta [rawName] => `idsocieta` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idstabilimento] => CMysqlColumnSchema Object ( [name] => idstabilimento [rawName] => `idstabilimento` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idcategoria] => CMysqlColumnSchema Object ( [name] => idcategoria [rawName] => `idcategoria` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [codice] => CMysqlColumnSchema Object ( [name] => codice [rawName] => `codice` [allowNull] => [dbType] => varchar(25) [type] => string [defaultValue] => [size] => 25 [precision] => 25 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [descrizione] => CMysqlColumnSchema Object ( [name] => descrizione [rawName] => `descrizione` [allowNull] => [dbType] => varchar(200) [type] => string [defaultValue] => [size] => 200 [precision] => 200 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idcommessa] => CMysqlColumnSchema Object ( [name] => idcommessa [rawName] => `idcommessa` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_insert_user] => CMysqlColumnSchema Object ( [name] => stamp_insert_user [rawName] => `stamp_insert_user` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_update_user] => CMysqlColumnSchema Object ( [name] => stamp_update_user [rawName] => `stamp_update_user` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_update] => CMysqlColumnSchema Object ( [name] => stamp_update [rawName] => `stamp_update` [allowNull] => [dbType] => datetime [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_insert] => CMysqlColumnSchema Object ( [name] => stamp_insert [rawName] => `stamp_insert` [allowNull] => [dbType] => datetime [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_connection:CDbSchema:private] => CDbConnection Object *RECURSION* [_builder:CDbSchema:private] => CMysqlCommandBuilder Object ( [_schema:CDbCommandBuilder:private] => CMysqlSchema Object *RECURSION* [_connection:CDbCommandBuilder:private] => CDbConnection Object *RECURSION* [_e:CComponent:private] => [_m:CComponent:private] => ) [_cacheExclude:CDbSchema:private] => Array ( ) [_e:CComponent:private] => [_m:CComponent:private] => ) [behaviors] => Array ( ) [_initialized:CApplicationComponent:private] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [_text:CDbCommand:private] => SELECT COUNT(DISTINCT `t`.`iddocumento`) FROM `sgf3_documenti` `t` LEFT OUTER JOIN `frm_files_upload` `file` ON (`t`.`idfile`=`file`.`idfile`) LEFT OUTER JOIN `sgf3_stati_documento` `stato` ON (`t`.`idstato`=`stato`.`idstato`) LEFT OUTER JOIN `sgf3_categorie_documenti` `categoria` ON (`t`.`idcategoria`=`categoria`.`idcategoria`) LEFT OUTER JOIN `frm_ana_struttura` `struttura` ON (`t`.`idstruttura`=`struttura`.`idstruttura`) WHERE (((((t.idsocieta=:ycp4) AND (t.idstabilimento=:ycp5)) AND (t.idstruttura=:ycp6)) AND (t.pubblicato=:ycp7)) AND ( AND NOT EXISTS (SELECT 1 FROM sgf3_documenti_socutente_restrizioni r WHERE 1=1 AND r.iddocumento = t.iddocumento AND r.idsocietautente = 6))) [_statement:CDbCommand:private] => [_paramLog:CDbCommand:private] => Array ( ) [_query:CDbCommand:private] => [_fetchMode:CDbCommand:private] => Array ( [0] => 2 ) [_e:CComponent:private] => [_m:CComponent:private] => ) [1] => Array ( [:ycp4] => 1 [:ycp5] => 1 [:ycp6] => 162 [:ycp7] => 1 ) ) ) [3] => Array ( [file] => /var/www/html/dev/yii/framework/db/ar/CActiveFinder.php [line] => 765 [function] => createCommand [class] => CJoinQuery [type] => -> [args] => Array ( [0] => CMysqlCommandBuilder Object ( [_schema:CDbCommandBuilder:private] => CMysqlSchema Object ( [columnTypes] => Array ( [pk] => int(11) NOT NULL AUTO_INCREMENT PRIMARY KEY [bigpk] => bigint(20) NOT NULL AUTO_INCREMENT PRIMARY KEY [string] => varchar(255) [text] => text [integer] => int(11) [bigint] => bigint(20) [float] => float [decimal] => decimal [datetime] => datetime [timestamp] => timestamp [time] => time [date] => date [binary] => blob [boolean] => tinyint(1) [money] => decimal(19,4) ) [_tableNames:CDbSchema:private] => Array ( ) [_tables:CDbSchema:private] => Array ( [frm_cruge_session] => CMysqlTableSchema Object ( [schemaName] => [name] => frm_cruge_session [rawName] => `frm_cruge_session` [primaryKey] => idsession [sequenceName] => [foreignKeys] => Array ( ) [columns] => Array ( [idsession] => CMysqlColumnSchema Object ( [name] => idsession [rawName] => `idsession` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [iduser] => CMysqlColumnSchema Object ( [name] => iduser [rawName] => `iduser` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [created] => CMysqlColumnSchema Object ( [name] => created [rawName] => `created` [allowNull] => 1 [dbType] => bigint(30) [type] => string [defaultValue] => [size] => 30 [precision] => 30 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [expire] => CMysqlColumnSchema Object ( [name] => expire [rawName] => `expire` [allowNull] => 1 [dbType] => bigint(30) [type] => string [defaultValue] => [size] => 30 [precision] => 30 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [status] => CMysqlColumnSchema Object ( [name] => status [rawName] => `status` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 0 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [ipaddress] => CMysqlColumnSchema Object ( [name] => ipaddress [rawName] => `ipaddress` [allowNull] => 1 [dbType] => varchar(45) [type] => string [defaultValue] => [size] => 45 [precision] => 45 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [usagecount] => CMysqlColumnSchema Object ( [name] => usagecount [rawName] => `usagecount` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 0 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [lastusage] => CMysqlColumnSchema Object ( [name] => lastusage [rawName] => `lastusage` [allowNull] => 1 [dbType] => bigint(30) [type] => string [defaultValue] => [size] => 30 [precision] => 30 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [logoutdate] => CMysqlColumnSchema Object ( [name] => logoutdate [rawName] => `logoutdate` [allowNull] => 1 [dbType] => bigint(30) [type] => string [defaultValue] => [size] => 30 [precision] => 30 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [ipaddressout] => CMysqlColumnSchema Object ( [name] => ipaddressout [rawName] => `ipaddressout` [allowNull] => 1 [dbType] => varchar(45) [type] => string [defaultValue] => [size] => 45 [precision] => 45 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [frm_cruge_system] => CMysqlTableSchema Object ( [schemaName] => [name] => frm_cruge_system [rawName] => `frm_cruge_system` [primaryKey] => idsystem [sequenceName] => [foreignKeys] => Array ( ) [columns] => Array ( [idsystem] => CMysqlColumnSchema Object ( [name] => idsystem [rawName] => `idsystem` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [name] => CMysqlColumnSchema Object ( [name] => name [rawName] => `name` [allowNull] => 1 [dbType] => varchar(45) [type] => string [defaultValue] => [size] => 45 [precision] => 45 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [largename] => CMysqlColumnSchema Object ( [name] => largename [rawName] => `largename` [allowNull] => 1 [dbType] => varchar(45) [type] => string [defaultValue] => [size] => 45 [precision] => 45 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [sessionmaxdurationmins] => CMysqlColumnSchema Object ( [name] => sessionmaxdurationmins [rawName] => `sessionmaxdurationmins` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 30 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [sessionmaxsameipconnections] => CMysqlColumnSchema Object ( [name] => sessionmaxsameipconnections [rawName] => `sessionmaxsameipconnections` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 10 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [sessionreusesessions] => CMysqlColumnSchema Object ( [name] => sessionreusesessions [rawName] => `sessionreusesessions` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => 1yes 0no [_e:CComponent:private] => [_m:CComponent:private] => ) [sessionmaxsessionsperday] => CMysqlColumnSchema Object ( [name] => sessionmaxsessionsperday [rawName] => `sessionmaxsessionsperday` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => -1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [sessionmaxsessionsperuser] => CMysqlColumnSchema Object ( [name] => sessionmaxsessionsperuser [rawName] => `sessionmaxsessionsperuser` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => -1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [systemnonewsessions] => CMysqlColumnSchema Object ( [name] => systemnonewsessions [rawName] => `systemnonewsessions` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 0 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => 1yes 0no [_e:CComponent:private] => [_m:CComponent:private] => ) [systemdown] => CMysqlColumnSchema Object ( [name] => systemdown [rawName] => `systemdown` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 0 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [registerusingcaptcha] => CMysqlColumnSchema Object ( [name] => registerusingcaptcha [rawName] => `registerusingcaptcha` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 0 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [registerusingterms] => CMysqlColumnSchema Object ( [name] => registerusingterms [rawName] => `registerusingterms` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 0 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [terms] => CMysqlColumnSchema Object ( [name] => terms [rawName] => `terms` [allowNull] => 1 [dbType] => blob [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [registerusingactivation] => CMysqlColumnSchema Object ( [name] => registerusingactivation [rawName] => `registerusingactivation` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [defaultroleforregistration] => CMysqlColumnSchema Object ( [name] => defaultroleforregistration [rawName] => `defaultroleforregistration` [allowNull] => 1 [dbType] => varchar(64) [type] => string [defaultValue] => [size] => 64 [precision] => 64 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [registerusingtermslabel] => CMysqlColumnSchema Object ( [name] => registerusingtermslabel [rawName] => `registerusingtermslabel` [allowNull] => 1 [dbType] => varchar(100) [type] => string [defaultValue] => [size] => 100 [precision] => 100 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [registrationonlogin] => CMysqlColumnSchema Object ( [name] => registrationonlogin [rawName] => `registrationonlogin` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [startmaintenancedate] => CMysqlColumnSchema Object ( [name] => startmaintenancedate [rawName] => `startmaintenancedate` [allowNull] => 1 [dbType] => bigint(20) [type] => string [defaultValue] => [size] => 20 [precision] => 20 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [frm_cruge_user] => CMysqlTableSchema Object ( [schemaName] => [name] => frm_cruge_user [rawName] => `frm_cruge_user` [primaryKey] => iduser [sequenceName] => [foreignKeys] => Array ( ) [columns] => Array ( [iduser] => CMysqlColumnSchema Object ( [name] => iduser [rawName] => `iduser` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [regdate] => CMysqlColumnSchema Object ( [name] => regdate [rawName] => `regdate` [allowNull] => 1 [dbType] => bigint(30) [type] => string [defaultValue] => [size] => 30 [precision] => 30 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [actdate] => CMysqlColumnSchema Object ( [name] => actdate [rawName] => `actdate` [allowNull] => 1 [dbType] => bigint(30) [type] => string [defaultValue] => [size] => 30 [precision] => 30 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [logondate] => CMysqlColumnSchema Object ( [name] => logondate [rawName] => `logondate` [allowNull] => 1 [dbType] => bigint(30) [type] => string [defaultValue] => [size] => 30 [precision] => 30 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [username] => CMysqlColumnSchema Object ( [name] => username [rawName] => `username` [allowNull] => 1 [dbType] => varchar(64) [type] => string [defaultValue] => [size] => 64 [precision] => 64 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [email] => CMysqlColumnSchema Object ( [name] => email [rawName] => `email` [allowNull] => 1 [dbType] => varchar(45) [type] => string [defaultValue] => [size] => 45 [precision] => 45 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [password] => CMysqlColumnSchema Object ( [name] => password [rawName] => `password` [allowNull] => 1 [dbType] => varchar(64) [type] => string [defaultValue] => [size] => 64 [precision] => 64 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => Hashed password [_e:CComponent:private] => [_m:CComponent:private] => ) [authkey] => CMysqlColumnSchema Object ( [name] => authkey [rawName] => `authkey` [allowNull] => 1 [dbType] => varchar(100) [type] => string [defaultValue] => [size] => 100 [precision] => 100 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => Chiave di autenticazione [_e:CComponent:private] => [_m:CComponent:private] => ) [state] => CMysqlColumnSchema Object ( [name] => state [rawName] => `state` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 0 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [totalsessioncounter] => CMysqlColumnSchema Object ( [name] => totalsessioncounter [rawName] => `totalsessioncounter` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 0 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [currentsessioncounter] => CMysqlColumnSchema Object ( [name] => currentsessioncounter [rawName] => `currentsessioncounter` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 0 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [frm_ana_utenti] => CMysqlTableSchema Object ( [schemaName] => [name] => frm_ana_utenti [rawName] => `frm_ana_utenti` [primaryKey] => idanautente [sequenceName] => [foreignKeys] => Array ( [idcrugeuser] => Array ( [0] => frm_cruge_user [1] => iduser ) [idsocieta] => Array ( [0] => frm_ana_societa [1] => idsocieta ) [idsocietautente] => Array ( [0] => frm_ana_societa_utente [1] => idsocietautente ) [idstabilimento] => Array ( [0] => frm_ana_stabilimento [1] => idstabilimento ) [stamp_insert_user] => Array ( [0] => frm_cruge_user [1] => iduser ) [stamp_update_user] => Array ( [0] => frm_cruge_user [1] => iduser ) ) [columns] => Array ( [idsocieta] => CMysqlColumnSchema Object ( [name] => idsocieta [rawName] => `idsocieta` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idstabilimento] => CMysqlColumnSchema Object ( [name] => idstabilimento [rawName] => `idstabilimento` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idanautente] => CMysqlColumnSchema Object ( [name] => idanautente [rawName] => `idanautente` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idcrugeuser] => CMysqlColumnSchema Object ( [name] => idcrugeuser [rawName] => `idcrugeuser` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idsocietautente] => CMysqlColumnSchema Object ( [name] => idsocietautente [rawName] => `idsocietautente` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [first_password] => CMysqlColumnSchema Object ( [name] => first_password [rawName] => `first_password` [allowNull] => 1 [dbType] => varchar(64) [type] => string [defaultValue] => [size] => 64 [precision] => 64 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [nome] => CMysqlColumnSchema Object ( [name] => nome [rawName] => `nome` [allowNull] => 1 [dbType] => varchar(45) [type] => string [defaultValue] => [size] => 45 [precision] => 45 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [cognome] => CMysqlColumnSchema Object ( [name] => cognome [rawName] => `cognome` [allowNull] => 1 [dbType] => varchar(45) [type] => string [defaultValue] => [size] => 45 [precision] => 45 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [telefono] => CMysqlColumnSchema Object ( [name] => telefono [rawName] => `telefono` [allowNull] => 1 [dbType] => varchar(45) [type] => string [defaultValue] => [size] => 45 [precision] => 45 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [posizioneaziendale] => CMysqlColumnSchema Object ( [name] => posizioneaziendale [rawName] => `posizioneaziendale` [allowNull] => 1 [dbType] => varchar(100) [type] => string [defaultValue] => [size] => 100 [precision] => 100 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [iddipartimutente] => CMysqlColumnSchema Object ( [name] => iddipartimutente [rawName] => `iddipartimutente` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [note] => CMysqlColumnSchema Object ( [name] => note [rawName] => `note` [allowNull] => 1 [dbType] => mediumtext [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [nologin] => CMysqlColumnSchema Object ( [name] => nologin [rawName] => `nologin` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 0 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_insert_user] => CMysqlColumnSchema Object ( [name] => stamp_insert_user [rawName] => `stamp_insert_user` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_update_user] => CMysqlColumnSchema Object ( [name] => stamp_update_user [rawName] => `stamp_update_user` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_update] => CMysqlColumnSchema Object ( [name] => stamp_update [rawName] => `stamp_update` [allowNull] => [dbType] => datetime [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_insert] => CMysqlColumnSchema Object ( [name] => stamp_insert [rawName] => `stamp_insert` [allowNull] => [dbType] => datetime [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [sgf3_documenti] => CMysqlTableSchema Object ( [schemaName] => [name] => sgf3_documenti [rawName] => `sgf3_documenti` [primaryKey] => iddocumento [sequenceName] => [foreignKeys] => Array ( [idcategoria] => Array ( [0] => sgf3_categorie_documenti [1] => idcategoria ) [iddestinatario] => Array ( [0] => frm_ana_societa_utente [1] => idsocietautente ) [idstruttura] => Array ( [0] => frm_ana_struttura [1] => idstruttura ) [idmittente] => Array ( [0] => frm_ana_societa_utente [1] => idsocietautente ) [idprocesso] => Array ( [0] => sgf3_processi [1] => idprocesso ) [idsitodeposito] => Array ( [0] => sgf3_sitidepositi [1] => idsitodeposito ) [idsocieta] => Array ( [0] => frm_ana_societa [1] => idsocieta ) [idstabilimento] => Array ( [0] => frm_ana_stabilimento [1] => idstabilimento ) [idstato] => Array ( [0] => sgf3_stati_documento [1] => idstato ) [idtipodocumento] => Array ( [0] => sgf3_tipidocumenti [1] => idtipodocumento ) [idveicolocliente] => Array ( [0] => sgf3_veicolocliente [1] => idveicolocliente ) ) [columns] => Array ( [idsocieta] => CMysqlColumnSchema Object ( [name] => idsocieta [rawName] => `idsocieta` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idstabilimento] => CMysqlColumnSchema Object ( [name] => idstabilimento [rawName] => `idstabilimento` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idstruttura] => CMysqlColumnSchema Object ( [name] => idstruttura [rawName] => `idstruttura` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [iddocumento] => CMysqlColumnSchema Object ( [name] => iddocumento [rawName] => `iddocumento` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [iddocumentocondiviso] => CMysqlColumnSchema Object ( [name] => iddocumentocondiviso [rawName] => `iddocumentocondiviso` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stampdoc] => CMysqlColumnSchema Object ( [name] => stampdoc [rawName] => `stampdoc` [allowNull] => [dbType] => datetime [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [descrizione] => CMysqlColumnSchema Object ( [name] => descrizione [rawName] => `descrizione` [allowNull] => [dbType] => varchar(250) [type] => string [defaultValue] => [size] => 250 [precision] => 250 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idfile] => CMysqlColumnSchema Object ( [name] => idfile [rawName] => `idfile` [allowNull] => 1 [dbType] => int(100) [type] => integer [defaultValue] => [size] => 100 [precision] => 100 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [tags] => CMysqlColumnSchema Object ( [name] => tags [rawName] => `tags` [allowNull] => 1 [dbType] => varchar(500) [type] => string [defaultValue] => [size] => 500 [precision] => 500 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [protocollo] => CMysqlColumnSchema Object ( [name] => protocollo [rawName] => `protocollo` [allowNull] => 1 [dbType] => varchar(100) [type] => string [defaultValue] => [size] => 100 [precision] => 100 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idmittente] => CMysqlColumnSchema Object ( [name] => idmittente [rawName] => `idmittente` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [mittente] => CMysqlColumnSchema Object ( [name] => mittente [rawName] => `mittente` [allowNull] => 1 [dbType] => varchar(100) [type] => string [defaultValue] => [size] => 100 [precision] => 100 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [destinatario] => CMysqlColumnSchema Object ( [name] => destinatario [rawName] => `destinatario` [allowNull] => 1 [dbType] => varchar(100) [type] => string [defaultValue] => [size] => 100 [precision] => 100 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [iddestinatario] => CMysqlColumnSchema Object ( [name] => iddestinatario [rawName] => `iddestinatario` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [autore] => CMysqlColumnSchema Object ( [name] => autore [rawName] => `autore` [allowNull] => 1 [dbType] => varchar(50) [type] => string [defaultValue] => [size] => 50 [precision] => 50 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idautore] => CMysqlColumnSchema Object ( [name] => idautore [rawName] => `idautore` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [owner] => CMysqlColumnSchema Object ( [name] => owner [rawName] => `owner` [allowNull] => 1 [dbType] => varchar(50) [type] => string [defaultValue] => [size] => 50 [precision] => 50 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idowner] => CMysqlColumnSchema Object ( [name] => idowner [rawName] => `idowner` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idcategoria] => CMysqlColumnSchema Object ( [name] => idcategoria [rawName] => `idcategoria` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [progressivo] => CMysqlColumnSchema Object ( [name] => progressivo [rawName] => `progressivo` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 0 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idstato] => CMysqlColumnSchema Object ( [name] => idstato [rawName] => `idstato` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [pubblicato] => CMysqlColumnSchema Object ( [name] => pubblicato [rawName] => `pubblicato` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [note] => CMysqlColumnSchema Object ( [name] => note [rawName] => `note` [allowNull] => 1 [dbType] => varchar(250) [type] => string [defaultValue] => [size] => 250 [precision] => 250 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [protocolloext] => CMysqlColumnSchema Object ( [name] => protocolloext [rawName] => `protocolloext` [allowNull] => 1 [dbType] => varchar(100) [type] => string [defaultValue] => [size] => 100 [precision] => 100 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [rifprotocollo] => CMysqlColumnSchema Object ( [name] => rifprotocollo [rawName] => `rifprotocollo` [allowNull] => 1 [dbType] => varchar(50) [type] => string [defaultValue] => [size] => 50 [precision] => 50 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [valido] => CMysqlColumnSchema Object ( [name] => valido [rawName] => `valido` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idsitodeposito] => CMysqlColumnSchema Object ( [name] => idsitodeposito [rawName] => `idsitodeposito` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idprocesso] => CMysqlColumnSchema Object ( [name] => idprocesso [rawName] => `idprocesso` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idveicolocliente] => CMysqlColumnSchema Object ( [name] => idveicolocliente [rawName] => `idveicolocliente` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idtipodocumento] => CMysqlColumnSchema Object ( [name] => idtipodocumento [rawName] => `idtipodocumento` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_insert_user] => CMysqlColumnSchema Object ( [name] => stamp_insert_user [rawName] => `stamp_insert_user` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_update_user] => CMysqlColumnSchema Object ( [name] => stamp_update_user [rawName] => `stamp_update_user` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_update] => CMysqlColumnSchema Object ( [name] => stamp_update [rawName] => `stamp_update` [allowNull] => [dbType] => datetime [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_insert] => CMysqlColumnSchema Object ( [name] => stamp_insert [rawName] => `stamp_insert` [allowNull] => [dbType] => datetime [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [frm_ana_societa_utente] => CMysqlTableSchema Object ( [schemaName] => [name] => frm_ana_societa_utente [rawName] => `frm_ana_societa_utente` [primaryKey] => idsocietautente [sequenceName] => [foreignKeys] => Array ( [idlogo] => Array ( [0] => frm_files_upload [1] => idfile ) [idsocieta] => Array ( [0] => frm_ana_societa [1] => idsocieta ) [idstabilimento] => Array ( [0] => frm_ana_stabilimento [1] => idstabilimento ) [idtiposocieta] => Array ( [0] => sys_tipo_societa [1] => idtiposocieta ) [stamp_insert_user] => Array ( [0] => frm_cruge_user [1] => iduser ) [stamp_update_user] => Array ( [0] => frm_cruge_user [1] => iduser ) ) [columns] => Array ( [idsocieta] => CMysqlColumnSchema Object ( [name] => idsocieta [rawName] => `idsocieta` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idstabilimento] => CMysqlColumnSchema Object ( [name] => idstabilimento [rawName] => `idstabilimento` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idsocietautente] => CMysqlColumnSchema Object ( [name] => idsocietautente [rawName] => `idsocietautente` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [codicesocietautente] => CMysqlColumnSchema Object ( [name] => codicesocietautente [rawName] => `codicesocietautente` [allowNull] => 1 [dbType] => varchar(20) [type] => string [defaultValue] => [size] => 20 [precision] => 20 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idlogo] => CMysqlColumnSchema Object ( [name] => idlogo [rawName] => `idlogo` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [segnalazioni] => CMysqlColumnSchema Object ( [name] => segnalazioni [rawName] => `segnalazioni` [allowNull] => [dbType] => varchar(1) [type] => string [defaultValue] => N [size] => 1 [precision] => 1 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [validato] => CMysqlColumnSchema Object ( [name] => validato [rawName] => `validato` [allowNull] => [dbType] => int(1) [type] => integer [defaultValue] => 0 [size] => 1 [precision] => 1 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [codice_validazione] => CMysqlColumnSchema Object ( [name] => codice_validazione [rawName] => `codice_validazione` [allowNull] => [dbType] => varchar(1) [type] => string [defaultValue] => N [size] => 1 [precision] => 1 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [partita_iva] => CMysqlColumnSchema Object ( [name] => partita_iva [rawName] => `partita_iva` [allowNull] => 1 [dbType] => varchar(13) [type] => string [defaultValue] => [size] => 13 [precision] => 13 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [vat] => CMysqlColumnSchema Object ( [name] => vat [rawName] => `vat` [allowNull] => 1 [dbType] => varchar(45) [type] => string [defaultValue] => [size] => 45 [precision] => 45 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [nome] => CMysqlColumnSchema Object ( [name] => nome [rawName] => `nome` [allowNull] => [dbType] => varchar(200) [type] => string [defaultValue] => [size] => 200 [precision] => 200 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [descrizione] => CMysqlColumnSchema Object ( [name] => descrizione [rawName] => `descrizione` [allowNull] => 1 [dbType] => varchar(200) [type] => string [defaultValue] => [size] => 200 [precision] => 200 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => Societa [_e:CComponent:private] => [_m:CComponent:private] => ) [sigla_cliente] => CMysqlColumnSchema Object ( [name] => sigla_cliente [rawName] => `sigla_cliente` [allowNull] => 1 [dbType] => varchar(3) [type] => string [defaultValue] => [size] => 3 [precision] => 3 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [indirizzo] => CMysqlColumnSchema Object ( [name] => indirizzo [rawName] => `indirizzo` [allowNull] => 1 [dbType] => varchar(200) [type] => string [defaultValue] => [size] => 200 [precision] => 200 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [citta] => CMysqlColumnSchema Object ( [name] => citta [rawName] => `citta` [allowNull] => 1 [dbType] => varchar(100) [type] => string [defaultValue] => [size] => 100 [precision] => 100 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [cap] => CMysqlColumnSchema Object ( [name] => cap [rawName] => `cap` [allowNull] => 1 [dbType] => varchar(20) [type] => string [defaultValue] => [size] => 20 [precision] => 20 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [provincia] => CMysqlColumnSchema Object ( [name] => provincia [rawName] => `provincia` [allowNull] => 1 [dbType] => varchar(100) [type] => string [defaultValue] => [size] => 100 [precision] => 100 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [telefono] => CMysqlColumnSchema Object ( [name] => telefono [rawName] => `telefono` [allowNull] => 1 [dbType] => varchar(45) [type] => string [defaultValue] => [size] => 45 [precision] => 45 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [email] => CMysqlColumnSchema Object ( [name] => email [rawName] => `email` [allowNull] => 1 [dbType] => varchar(45) [type] => string [defaultValue] => [size] => 45 [precision] => 45 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idtiposocieta] => CMysqlColumnSchema Object ( [name] => idtiposocieta [rawName] => `idtiposocieta` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [riferimento] => CMysqlColumnSchema Object ( [name] => riferimento [rawName] => `riferimento` [allowNull] => 1 [dbType] => varchar(200) [type] => string [defaultValue] => [size] => 200 [precision] => 200 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [tel_riferimento] => CMysqlColumnSchema Object ( [name] => tel_riferimento [rawName] => `tel_riferimento` [allowNull] => 1 [dbType] => varchar(100) [type] => string [defaultValue] => [size] => 100 [precision] => 100 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_insert_user] => CMysqlColumnSchema Object ( [name] => stamp_insert_user [rawName] => `stamp_insert_user` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_update_user] => CMysqlColumnSchema Object ( [name] => stamp_update_user [rawName] => `stamp_update_user` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_update] => CMysqlColumnSchema Object ( [name] => stamp_update [rawName] => `stamp_update` [allowNull] => [dbType] => datetime [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_insert] => CMysqlColumnSchema Object ( [name] => stamp_insert [rawName] => `stamp_insert` [allowNull] => [dbType] => datetime [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [frm_ana_struttura] => CMysqlTableSchema Object ( [schemaName] => [name] => frm_ana_struttura [rawName] => `frm_ana_struttura` [primaryKey] => idstruttura [sequenceName] => [foreignKeys] => Array ( [idsocieta] => Array ( [0] => frm_ana_societa [1] => idsocieta ) [idstabilimento] => Array ( [0] => frm_ana_stabilimento [1] => idstabilimento ) [tipo_struttura] => Array ( [0] => sgf3_tipo_struttura [1] => tipo_struttura ) ) [columns] => Array ( [idsocieta] => CMysqlColumnSchema Object ( [name] => idsocieta [rawName] => `idsocieta` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idstabilimento] => CMysqlColumnSchema Object ( [name] => idstabilimento [rawName] => `idstabilimento` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idsocietautente] => CMysqlColumnSchema Object ( [name] => idsocietautente [rawName] => `idsocietautente` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idcommessa] => CMysqlColumnSchema Object ( [name] => idcommessa [rawName] => `idcommessa` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idstruttura] => CMysqlColumnSchema Object ( [name] => idstruttura [rawName] => `idstruttura` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idstrutturapadre] => CMysqlColumnSchema Object ( [name] => idstrutturapadre [rawName] => `idstrutturapadre` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 0 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [level] => CMysqlColumnSchema Object ( [name] => level [rawName] => `level` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [visible] => CMysqlColumnSchema Object ( [name] => visible [rawName] => `visible` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [ordine] => CMysqlColumnSchema Object ( [name] => ordine [rawName] => `ordine` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 0 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idstrutturacondivisa] => CMysqlColumnSchema Object ( [name] => idstrutturacondivisa [rawName] => `idstrutturacondivisa` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [descrizione] => CMysqlColumnSchema Object ( [name] => descrizione [rawName] => `descrizione` [allowNull] => [dbType] => varchar(200) [type] => string [defaultValue] => [size] => 200 [precision] => 200 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [path_struttura] => CMysqlColumnSchema Object ( [name] => path_struttura [rawName] => `path_struttura` [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [link] => CMysqlColumnSchema Object ( [name] => link [rawName] => `link` [allowNull] => 1 [dbType] => varchar(100) [type] => string [defaultValue] => [size] => 100 [precision] => 100 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [style] => CMysqlColumnSchema Object ( [name] => style [rawName] => `style` [allowNull] => 1 [dbType] => varchar(100) [type] => string [defaultValue] => [size] => 100 [precision] => 100 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [editable] => CMysqlColumnSchema Object ( [name] => editable [rawName] => `editable` [allowNull] => [dbType] => varchar(1) [type] => string [defaultValue] => 1 [size] => 1 [precision] => 1 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [allegati] => CMysqlColumnSchema Object ( [name] => allegati [rawName] => `allegati` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 0 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idallegatidoc] => CMysqlColumnSchema Object ( [name] => idallegatidoc [rawName] => `idallegatidoc` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [tipo_struttura] => CMysqlColumnSchema Object ( [name] => tipo_struttura [rawName] => `tipo_struttura` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 0 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [modoprotocollo] => CMysqlColumnSchema Object ( [name] => modoprotocollo [rawName] => `modoprotocollo` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => Campo APP. Modo Protocollo: 1 -> Standard, 2 -> FullService [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_insert_user] => CMysqlColumnSchema Object ( [name] => stamp_insert_user [rawName] => `stamp_insert_user` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_update_user] => CMysqlColumnSchema Object ( [name] => stamp_update_user [rawName] => `stamp_update_user` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_update] => CMysqlColumnSchema Object ( [name] => stamp_update [rawName] => `stamp_update` [allowNull] => [dbType] => datetime [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_insert] => CMysqlColumnSchema Object ( [name] => stamp_insert [rawName] => `stamp_insert` [allowNull] => [dbType] => datetime [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [frm_ana_commesse] => CMysqlTableSchema Object ( [schemaName] => [name] => frm_ana_commesse [rawName] => `frm_ana_commesse` [primaryKey] => idcommessa [sequenceName] => [foreignKeys] => Array ( [idfoto] => Array ( [0] => frm_files_upload [1] => idfile ) [idsocieta] => Array ( [0] => frm_ana_societa [1] => idsocieta ) [idstabilimento] => Array ( [0] => frm_ana_stabilimento [1] => idstabilimento ) [stamp_insert_user] => Array ( [0] => frm_cruge_user [1] => iduser ) [stamp_update_user] => Array ( [0] => frm_cruge_user [1] => iduser ) [idsocietautente] => Array ( [0] => frm_ana_societa_utente [1] => idsocietautente ) ) [columns] => Array ( [idsocieta] => CMysqlColumnSchema Object ( [name] => idsocieta [rawName] => `idsocieta` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idstabilimento] => CMysqlColumnSchema Object ( [name] => idstabilimento [rawName] => `idstabilimento` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idcommessa] => CMysqlColumnSchema Object ( [name] => idcommessa [rawName] => `idcommessa` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idsocietautente] => CMysqlColumnSchema Object ( [name] => idsocietautente [rawName] => `idsocietautente` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [codicecommessa] => CMysqlColumnSchema Object ( [name] => codicecommessa [rawName] => `codicecommessa` [allowNull] => 1 [dbType] => varchar(20) [type] => string [defaultValue] => [size] => 20 [precision] => 20 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [desccommessa] => CMysqlColumnSchema Object ( [name] => desccommessa [rawName] => `desccommessa` [allowNull] => [dbType] => varchar(200) [type] => string [defaultValue] => [size] => 200 [precision] => 200 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idfoto] => CMysqlColumnSchema Object ( [name] => idfoto [rawName] => `idfoto` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [visible] => CMysqlColumnSchema Object ( [name] => visible [rawName] => `visible` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [editablelevel] => CMysqlColumnSchema Object ( [name] => editablelevel [rawName] => `editablelevel` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [pubblicacorrisp] => CMysqlColumnSchema Object ( [name] => pubblicacorrisp [rawName] => `pubblicacorrisp` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 0 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_insert_user] => CMysqlColumnSchema Object ( [name] => stamp_insert_user [rawName] => `stamp_insert_user` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_update_user] => CMysqlColumnSchema Object ( [name] => stamp_update_user [rawName] => `stamp_update_user` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_update] => CMysqlColumnSchema Object ( [name] => stamp_update [rawName] => `stamp_update` [allowNull] => [dbType] => datetime [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_insert] => CMysqlColumnSchema Object ( [name] => stamp_insert [rawName] => `stamp_insert` [allowNull] => [dbType] => datetime [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [frm_ana_commesse_utente] => CMysqlTableSchema Object ( [schemaName] => [name] => frm_ana_commesse_utente [rawName] => `frm_ana_commesse_utente` [primaryKey] => Array ( [0] => idcommessa [1] => idanautente ) [sequenceName] => [foreignKeys] => Array ( ) [columns] => Array ( [idcommessa] => CMysqlColumnSchema Object ( [name] => idcommessa [rawName] => `idcommessa` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idanautente] => CMysqlColumnSchema Object ( [name] => idanautente [rawName] => `idanautente` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [isadmin] => CMysqlColumnSchema Object ( [name] => isadmin [rawName] => `isadmin` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 0 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [readonly] => CMysqlColumnSchema Object ( [name] => readonly [rawName] => `readonly` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 0 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [vis_comm_temp] => CMysqlColumnSchema Object ( [name] => vis_comm_temp [rawName] => `vis_comm_temp` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 0 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [frm_files_upload] => CMysqlTableSchema Object ( [schemaName] => [name] => frm_files_upload [rawName] => `frm_files_upload` [primaryKey] => idfile [sequenceName] => [foreignKeys] => Array ( [idsocieta] => Array ( [0] => frm_ana_societa [1] => idsocieta ) [idstabilimento] => Array ( [0] => frm_ana_stabilimento [1] => idstabilimento ) [iduser] => Array ( [0] => frm_cruge_user [1] => iduser ) [stamp_insert_user] => Array ( [0] => frm_cruge_user [1] => iduser ) [stamp_update_user] => Array ( [0] => frm_cruge_user [1] => iduser ) ) [columns] => Array ( [idsocieta] => CMysqlColumnSchema Object ( [name] => idsocieta [rawName] => `idsocieta` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idstabilimento] => CMysqlColumnSchema Object ( [name] => idstabilimento [rawName] => `idstabilimento` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idfile] => CMysqlColumnSchema Object ( [name] => idfile [rawName] => `idfile` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [iduser] => CMysqlColumnSchema Object ( [name] => iduser [rawName] => `iduser` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [filename] => CMysqlColumnSchema Object ( [name] => filename [rawName] => `filename` [allowNull] => [dbType] => varchar(200) [type] => string [defaultValue] => [size] => 200 [precision] => 200 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [path] => CMysqlColumnSchema Object ( [name] => path [rawName] => `path` [allowNull] => [dbType] => varchar(200) [type] => string [defaultValue] => [size] => 200 [precision] => 200 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [type] => CMysqlColumnSchema Object ( [name] => type [rawName] => `type` [allowNull] => [dbType] => varchar(45) [type] => string [defaultValue] => [size] => 45 [precision] => 45 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [size] => CMysqlColumnSchema Object ( [name] => size [rawName] => `size` [allowNull] => [dbType] => int(10) unsigned [type] => string [defaultValue] => [size] => 10 [precision] => 10 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [data_caricamento] => CMysqlColumnSchema Object ( [name] => data_caricamento [rawName] => `data_caricamento` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [data_scadenza] => CMysqlColumnSchema Object ( [name] => data_scadenza [rawName] => `data_scadenza` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [descrizione] => CMysqlColumnSchema Object ( [name] => descrizione [rawName] => `descrizione` [allowNull] => 1 [dbType] => varchar(200) [type] => string [defaultValue] => [size] => 200 [precision] => 200 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_insert_user] => CMysqlColumnSchema Object ( [name] => stamp_insert_user [rawName] => `stamp_insert_user` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_update_user] => CMysqlColumnSchema Object ( [name] => stamp_update_user [rawName] => `stamp_update_user` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_update] => CMysqlColumnSchema Object ( [name] => stamp_update [rawName] => `stamp_update` [allowNull] => [dbType] => datetime [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_insert] => CMysqlColumnSchema Object ( [name] => stamp_insert [rawName] => `stamp_insert` [allowNull] => [dbType] => datetime [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [old_idfile] => CMysqlColumnSchema Object ( [name] => old_idfile [rawName] => `old_idfile` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [frm_ana_struttura_socutente_restrizioni] => CMysqlTableSchema Object ( [schemaName] => [name] => frm_ana_struttura_socutente_restrizioni [rawName] => `frm_ana_struttura_socutente_restrizioni` [primaryKey] => idstrutturasocietautenterest [sequenceName] => [foreignKeys] => Array ( [idsocieta] => Array ( [0] => frm_ana_societa [1] => idsocieta ) [idsocietautente] => Array ( [0] => frm_ana_societa_utente [1] => idsocietautente ) [idstabilimento] => Array ( [0] => frm_ana_stabilimento [1] => idstabilimento ) [idstruttura] => Array ( [0] => frm_ana_struttura [1] => idstruttura ) [stamp_insert_user] => Array ( [0] => frm_cruge_user [1] => iduser ) [stamp_update_user] => Array ( [0] => frm_cruge_user [1] => iduser ) ) [columns] => Array ( [idsocieta] => CMysqlColumnSchema Object ( [name] => idsocieta [rawName] => `idsocieta` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idstabilimento] => CMysqlColumnSchema Object ( [name] => idstabilimento [rawName] => `idstabilimento` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idstrutturasocietautenterest] => CMysqlColumnSchema Object ( [name] => idstrutturasocietautenterest [rawName] => `idstrutturasocietautenterest` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idstruttura] => CMysqlColumnSchema Object ( [name] => idstruttura [rawName] => `idstruttura` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idsocietautente] => CMysqlColumnSchema Object ( [name] => idsocietautente [rawName] => `idsocietautente` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_insert_user] => CMysqlColumnSchema Object ( [name] => stamp_insert_user [rawName] => `stamp_insert_user` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_update_user] => CMysqlColumnSchema Object ( [name] => stamp_update_user [rawName] => `stamp_update_user` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_update] => CMysqlColumnSchema Object ( [name] => stamp_update [rawName] => `stamp_update` [allowNull] => 1 [dbType] => datetime [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_insert] => CMysqlColumnSchema Object ( [name] => stamp_insert [rawName] => `stamp_insert` [allowNull] => 1 [dbType] => datetime [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [sgf3_stati_documento] => CMysqlTableSchema Object ( [schemaName] => [name] => sgf3_stati_documento [rawName] => `sgf3_stati_documento` [primaryKey] => idstato [sequenceName] => [foreignKeys] => Array ( ) [columns] => Array ( [idstato] => CMysqlColumnSchema Object ( [name] => idstato [rawName] => `idstato` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [descrizione] => CMysqlColumnSchema Object ( [name] => descrizione [rawName] => `descrizione` [allowNull] => [dbType] => varchar(45) [type] => string [defaultValue] => [size] => 45 [precision] => 45 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [sgf3_categorie_documenti] => CMysqlTableSchema Object ( [schemaName] => [name] => sgf3_categorie_documenti [rawName] => `sgf3_categorie_documenti` [primaryKey] => idcategoria [sequenceName] => [foreignKeys] => Array ( [idsocieta] => Array ( [0] => frm_ana_societa [1] => idsocieta ) [idstabilimento] => Array ( [0] => frm_ana_stabilimento [1] => idstabilimento ) [stamp_insert_user] => Array ( [0] => frm_cruge_user [1] => iduser ) [stamp_update_user] => Array ( [0] => frm_cruge_user [1] => iduser ) ) [columns] => Array ( [idsocieta] => CMysqlColumnSchema Object ( [name] => idsocieta [rawName] => `idsocieta` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idstabilimento] => CMysqlColumnSchema Object ( [name] => idstabilimento [rawName] => `idstabilimento` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idcategoria] => CMysqlColumnSchema Object ( [name] => idcategoria [rawName] => `idcategoria` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [codice] => CMysqlColumnSchema Object ( [name] => codice [rawName] => `codice` [allowNull] => [dbType] => varchar(25) [type] => string [defaultValue] => [size] => 25 [precision] => 25 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [descrizione] => CMysqlColumnSchema Object ( [name] => descrizione [rawName] => `descrizione` [allowNull] => [dbType] => varchar(200) [type] => string [defaultValue] => [size] => 200 [precision] => 200 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idcommessa] => CMysqlColumnSchema Object ( [name] => idcommessa [rawName] => `idcommessa` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_insert_user] => CMysqlColumnSchema Object ( [name] => stamp_insert_user [rawName] => `stamp_insert_user` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_update_user] => CMysqlColumnSchema Object ( [name] => stamp_update_user [rawName] => `stamp_update_user` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_update] => CMysqlColumnSchema Object ( [name] => stamp_update [rawName] => `stamp_update` [allowNull] => [dbType] => datetime [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_insert] => CMysqlColumnSchema Object ( [name] => stamp_insert [rawName] => `stamp_insert` [allowNull] => [dbType] => datetime [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_connection:CDbSchema:private] => CDbConnection Object ( [connectionString] => mysql:host=localhost;dbname=sgf3_dev [username] => SOPHIADeveloper [password] => UkF671Grj511 [schemaCachingDuration] => 0 [schemaCachingExclude] => Array ( ) [schemaCacheID] => cache [queryCachingDuration] => 0 [queryCachingDependency] => [queryCachingCount] => 0 [queryCacheID] => cache [autoConnect] => 1 [charset] => utf8 [emulatePrepare] => [enableParamLogging] => [enableProfiling] => [tablePrefix] => [initSQLs] => [driverMap] => Array ( [cubrid] => CCubridSchema [pgsql] => CPgsqlSchema [mysqli] => CMysqlSchema [mysql] => CMysqlSchema [sqlite] => CSqliteSchema [sqlite2] => CSqliteSchema [mssql] => CMssqlSchema [dblib] => CMssqlSchema [sqlsrv] => CMssqlSchema [oci] => COciSchema ) [pdoClass] => PDO [_driverName:CDbConnection:private] => mysql [_attributes:CDbConnection:private] => Array ( ) [_active:CDbConnection:private] => 1 [_pdo:CDbConnection:private] => PDO Object ( ) [_transaction:CDbConnection:private] => [_schema:CDbConnection:private] => CMysqlSchema Object *RECURSION* [behaviors] => Array ( ) [_initialized:CApplicationComponent:private] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [_builder:CDbSchema:private] => CMysqlCommandBuilder Object *RECURSION* [_cacheExclude:CDbSchema:private] => Array ( ) [_e:CComponent:private] => [_m:CComponent:private] => ) [_connection:CDbCommandBuilder:private] => CDbConnection Object ( [connectionString] => mysql:host=localhost;dbname=sgf3_dev [username] => SOPHIADeveloper [password] => UkF671Grj511 [schemaCachingDuration] => 0 [schemaCachingExclude] => Array ( ) [schemaCacheID] => cache [queryCachingDuration] => 0 [queryCachingDependency] => [queryCachingCount] => 0 [queryCacheID] => cache [autoConnect] => 1 [charset] => utf8 [emulatePrepare] => [enableParamLogging] => [enableProfiling] => [tablePrefix] => [initSQLs] => [driverMap] => Array ( [cubrid] => CCubridSchema [pgsql] => CPgsqlSchema [mysqli] => CMysqlSchema [mysql] => CMysqlSchema [sqlite] => CSqliteSchema [sqlite2] => CSqliteSchema [mssql] => CMssqlSchema [dblib] => CMssqlSchema [sqlsrv] => CMssqlSchema [oci] => COciSchema ) [pdoClass] => PDO [_driverName:CDbConnection:private] => mysql [_attributes:CDbConnection:private] => Array ( ) [_active:CDbConnection:private] => 1 [_pdo:CDbConnection:private] => PDO Object ( ) [_transaction:CDbConnection:private] => [_schema:CDbConnection:private] => CMysqlSchema Object ( [columnTypes] => Array ( [pk] => int(11) NOT NULL AUTO_INCREMENT PRIMARY KEY [bigpk] => bigint(20) NOT NULL AUTO_INCREMENT PRIMARY KEY [string] => varchar(255) [text] => text [integer] => int(11) [bigint] => bigint(20) [float] => float [decimal] => decimal [datetime] => datetime [timestamp] => timestamp [time] => time [date] => date [binary] => blob [boolean] => tinyint(1) [money] => decimal(19,4) ) [_tableNames:CDbSchema:private] => Array ( ) [_tables:CDbSchema:private] => Array ( [frm_cruge_session] => CMysqlTableSchema Object ( [schemaName] => [name] => frm_cruge_session [rawName] => `frm_cruge_session` [primaryKey] => idsession [sequenceName] => [foreignKeys] => Array ( ) [columns] => Array ( [idsession] => CMysqlColumnSchema Object ( [name] => idsession [rawName] => `idsession` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [iduser] => CMysqlColumnSchema Object ( [name] => iduser [rawName] => `iduser` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [created] => CMysqlColumnSchema Object ( [name] => created [rawName] => `created` [allowNull] => 1 [dbType] => bigint(30) [type] => string [defaultValue] => [size] => 30 [precision] => 30 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [expire] => CMysqlColumnSchema Object ( [name] => expire [rawName] => `expire` [allowNull] => 1 [dbType] => bigint(30) [type] => string [defaultValue] => [size] => 30 [precision] => 30 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [status] => CMysqlColumnSchema Object ( [name] => status [rawName] => `status` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 0 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [ipaddress] => CMysqlColumnSchema Object ( [name] => ipaddress [rawName] => `ipaddress` [allowNull] => 1 [dbType] => varchar(45) [type] => string [defaultValue] => [size] => 45 [precision] => 45 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [usagecount] => CMysqlColumnSchema Object ( [name] => usagecount [rawName] => `usagecount` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 0 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [lastusage] => CMysqlColumnSchema Object ( [name] => lastusage [rawName] => `lastusage` [allowNull] => 1 [dbType] => bigint(30) [type] => string [defaultValue] => [size] => 30 [precision] => 30 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [logoutdate] => CMysqlColumnSchema Object ( [name] => logoutdate [rawName] => `logoutdate` [allowNull] => 1 [dbType] => bigint(30) [type] => string [defaultValue] => [size] => 30 [precision] => 30 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [ipaddressout] => CMysqlColumnSchema Object ( [name] => ipaddressout [rawName] => `ipaddressout` [allowNull] => 1 [dbType] => varchar(45) [type] => string [defaultValue] => [size] => 45 [precision] => 45 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [frm_cruge_system] => CMysqlTableSchema Object ( [schemaName] => [name] => frm_cruge_system [rawName] => `frm_cruge_system` [primaryKey] => idsystem [sequenceName] => [foreignKeys] => Array ( ) [columns] => Array ( [idsystem] => CMysqlColumnSchema Object ( [name] => idsystem [rawName] => `idsystem` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [name] => CMysqlColumnSchema Object ( [name] => name [rawName] => `name` [allowNull] => 1 [dbType] => varchar(45) [type] => string [defaultValue] => [size] => 45 [precision] => 45 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [largename] => CMysqlColumnSchema Object ( [name] => largename [rawName] => `largename` [allowNull] => 1 [dbType] => varchar(45) [type] => string [defaultValue] => [size] => 45 [precision] => 45 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [sessionmaxdurationmins] => CMysqlColumnSchema Object ( [name] => sessionmaxdurationmins [rawName] => `sessionmaxdurationmins` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 30 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [sessionmaxsameipconnections] => CMysqlColumnSchema Object ( [name] => sessionmaxsameipconnections [rawName] => `sessionmaxsameipconnections` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 10 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [sessionreusesessions] => CMysqlColumnSchema Object ( [name] => sessionreusesessions [rawName] => `sessionreusesessions` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => 1yes 0no [_e:CComponent:private] => [_m:CComponent:private] => ) [sessionmaxsessionsperday] => CMysqlColumnSchema Object ( [name] => sessionmaxsessionsperday [rawName] => `sessionmaxsessionsperday` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => -1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [sessionmaxsessionsperuser] => CMysqlColumnSchema Object ( [name] => sessionmaxsessionsperuser [rawName] => `sessionmaxsessionsperuser` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => -1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [systemnonewsessions] => CMysqlColumnSchema Object ( [name] => systemnonewsessions [rawName] => `systemnonewsessions` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 0 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => 1yes 0no [_e:CComponent:private] => [_m:CComponent:private] => ) [systemdown] => CMysqlColumnSchema Object ( [name] => systemdown [rawName] => `systemdown` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 0 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [registerusingcaptcha] => CMysqlColumnSchema Object ( [name] => registerusingcaptcha [rawName] => `registerusingcaptcha` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 0 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [registerusingterms] => CMysqlColumnSchema Object ( [name] => registerusingterms [rawName] => `registerusingterms` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 0 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [terms] => CMysqlColumnSchema Object ( [name] => terms [rawName] => `terms` [allowNull] => 1 [dbType] => blob [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [registerusingactivation] => CMysqlColumnSchema Object ( [name] => registerusingactivation [rawName] => `registerusingactivation` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [defaultroleforregistration] => CMysqlColumnSchema Object ( [name] => defaultroleforregistration [rawName] => `defaultroleforregistration` [allowNull] => 1 [dbType] => varchar(64) [type] => string [defaultValue] => [size] => 64 [precision] => 64 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [registerusingtermslabel] => CMysqlColumnSchema Object ( [name] => registerusingtermslabel [rawName] => `registerusingtermslabel` [allowNull] => 1 [dbType] => varchar(100) [type] => string [defaultValue] => [size] => 100 [precision] => 100 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [registrationonlogin] => CMysqlColumnSchema Object ( [name] => registrationonlogin [rawName] => `registrationonlogin` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [startmaintenancedate] => CMysqlColumnSchema Object ( [name] => startmaintenancedate [rawName] => `startmaintenancedate` [allowNull] => 1 [dbType] => bigint(20) [type] => string [defaultValue] => [size] => 20 [precision] => 20 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [frm_cruge_user] => CMysqlTableSchema Object ( [schemaName] => [name] => frm_cruge_user [rawName] => `frm_cruge_user` [primaryKey] => iduser [sequenceName] => [foreignKeys] => Array ( ) [columns] => Array ( [iduser] => CMysqlColumnSchema Object ( [name] => iduser [rawName] => `iduser` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [regdate] => CMysqlColumnSchema Object ( [name] => regdate [rawName] => `regdate` [allowNull] => 1 [dbType] => bigint(30) [type] => string [defaultValue] => [size] => 30 [precision] => 30 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [actdate] => CMysqlColumnSchema Object ( [name] => actdate [rawName] => `actdate` [allowNull] => 1 [dbType] => bigint(30) [type] => string [defaultValue] => [size] => 30 [precision] => 30 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [logondate] => CMysqlColumnSchema Object ( [name] => logondate [rawName] => `logondate` [allowNull] => 1 [dbType] => bigint(30) [type] => string [defaultValue] => [size] => 30 [precision] => 30 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [username] => CMysqlColumnSchema Object ( [name] => username [rawName] => `username` [allowNull] => 1 [dbType] => varchar(64) [type] => string [defaultValue] => [size] => 64 [precision] => 64 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [email] => CMysqlColumnSchema Object ( [name] => email [rawName] => `email` [allowNull] => 1 [dbType] => varchar(45) [type] => string [defaultValue] => [size] => 45 [precision] => 45 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [password] => CMysqlColumnSchema Object ( [name] => password [rawName] => `password` [allowNull] => 1 [dbType] => varchar(64) [type] => string [defaultValue] => [size] => 64 [precision] => 64 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => Hashed password [_e:CComponent:private] => [_m:CComponent:private] => ) [authkey] => CMysqlColumnSchema Object ( [name] => authkey [rawName] => `authkey` [allowNull] => 1 [dbType] => varchar(100) [type] => string [defaultValue] => [size] => 100 [precision] => 100 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => Chiave di autenticazione [_e:CComponent:private] => [_m:CComponent:private] => ) [state] => CMysqlColumnSchema Object ( [name] => state [rawName] => `state` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 0 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [totalsessioncounter] => CMysqlColumnSchema Object ( [name] => totalsessioncounter [rawName] => `totalsessioncounter` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 0 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [currentsessioncounter] => CMysqlColumnSchema Object ( [name] => currentsessioncounter [rawName] => `currentsessioncounter` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 0 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [frm_ana_utenti] => CMysqlTableSchema Object ( [schemaName] => [name] => frm_ana_utenti [rawName] => `frm_ana_utenti` [primaryKey] => idanautente [sequenceName] => [foreignKeys] => Array ( [idcrugeuser] => Array ( [0] => frm_cruge_user [1] => iduser ) [idsocieta] => Array ( [0] => frm_ana_societa [1] => idsocieta ) [idsocietautente] => Array ( [0] => frm_ana_societa_utente [1] => idsocietautente ) [idstabilimento] => Array ( [0] => frm_ana_stabilimento [1] => idstabilimento ) [stamp_insert_user] => Array ( [0] => frm_cruge_user [1] => iduser ) [stamp_update_user] => Array ( [0] => frm_cruge_user [1] => iduser ) ) [columns] => Array ( [idsocieta] => CMysqlColumnSchema Object ( [name] => idsocieta [rawName] => `idsocieta` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idstabilimento] => CMysqlColumnSchema Object ( [name] => idstabilimento [rawName] => `idstabilimento` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idanautente] => CMysqlColumnSchema Object ( [name] => idanautente [rawName] => `idanautente` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idcrugeuser] => CMysqlColumnSchema Object ( [name] => idcrugeuser [rawName] => `idcrugeuser` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idsocietautente] => CMysqlColumnSchema Object ( [name] => idsocietautente [rawName] => `idsocietautente` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [first_password] => CMysqlColumnSchema Object ( [name] => first_password [rawName] => `first_password` [allowNull] => 1 [dbType] => varchar(64) [type] => string [defaultValue] => [size] => 64 [precision] => 64 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [nome] => CMysqlColumnSchema Object ( [name] => nome [rawName] => `nome` [allowNull] => 1 [dbType] => varchar(45) [type] => string [defaultValue] => [size] => 45 [precision] => 45 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [cognome] => CMysqlColumnSchema Object ( [name] => cognome [rawName] => `cognome` [allowNull] => 1 [dbType] => varchar(45) [type] => string [defaultValue] => [size] => 45 [precision] => 45 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [telefono] => CMysqlColumnSchema Object ( [name] => telefono [rawName] => `telefono` [allowNull] => 1 [dbType] => varchar(45) [type] => string [defaultValue] => [size] => 45 [precision] => 45 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [posizioneaziendale] => CMysqlColumnSchema Object ( [name] => posizioneaziendale [rawName] => `posizioneaziendale` [allowNull] => 1 [dbType] => varchar(100) [type] => string [defaultValue] => [size] => 100 [precision] => 100 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [iddipartimutente] => CMysqlColumnSchema Object ( [name] => iddipartimutente [rawName] => `iddipartimutente` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [note] => CMysqlColumnSchema Object ( [name] => note [rawName] => `note` [allowNull] => 1 [dbType] => mediumtext [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [nologin] => CMysqlColumnSchema Object ( [name] => nologin [rawName] => `nologin` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 0 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_insert_user] => CMysqlColumnSchema Object ( [name] => stamp_insert_user [rawName] => `stamp_insert_user` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_update_user] => CMysqlColumnSchema Object ( [name] => stamp_update_user [rawName] => `stamp_update_user` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_update] => CMysqlColumnSchema Object ( [name] => stamp_update [rawName] => `stamp_update` [allowNull] => [dbType] => datetime [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_insert] => CMysqlColumnSchema Object ( [name] => stamp_insert [rawName] => `stamp_insert` [allowNull] => [dbType] => datetime [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [sgf3_documenti] => CMysqlTableSchema Object ( [schemaName] => [name] => sgf3_documenti [rawName] => `sgf3_documenti` [primaryKey] => iddocumento [sequenceName] => [foreignKeys] => Array ( [idcategoria] => Array ( [0] => sgf3_categorie_documenti [1] => idcategoria ) [iddestinatario] => Array ( [0] => frm_ana_societa_utente [1] => idsocietautente ) [idstruttura] => Array ( [0] => frm_ana_struttura [1] => idstruttura ) [idmittente] => Array ( [0] => frm_ana_societa_utente [1] => idsocietautente ) [idprocesso] => Array ( [0] => sgf3_processi [1] => idprocesso ) [idsitodeposito] => Array ( [0] => sgf3_sitidepositi [1] => idsitodeposito ) [idsocieta] => Array ( [0] => frm_ana_societa [1] => idsocieta ) [idstabilimento] => Array ( [0] => frm_ana_stabilimento [1] => idstabilimento ) [idstato] => Array ( [0] => sgf3_stati_documento [1] => idstato ) [idtipodocumento] => Array ( [0] => sgf3_tipidocumenti [1] => idtipodocumento ) [idveicolocliente] => Array ( [0] => sgf3_veicolocliente [1] => idveicolocliente ) ) [columns] => Array ( [idsocieta] => CMysqlColumnSchema Object ( [name] => idsocieta [rawName] => `idsocieta` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idstabilimento] => CMysqlColumnSchema Object ( [name] => idstabilimento [rawName] => `idstabilimento` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idstruttura] => CMysqlColumnSchema Object ( [name] => idstruttura [rawName] => `idstruttura` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [iddocumento] => CMysqlColumnSchema Object ( [name] => iddocumento [rawName] => `iddocumento` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [iddocumentocondiviso] => CMysqlColumnSchema Object ( [name] => iddocumentocondiviso [rawName] => `iddocumentocondiviso` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stampdoc] => CMysqlColumnSchema Object ( [name] => stampdoc [rawName] => `stampdoc` [allowNull] => [dbType] => datetime [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [descrizione] => CMysqlColumnSchema Object ( [name] => descrizione [rawName] => `descrizione` [allowNull] => [dbType] => varchar(250) [type] => string [defaultValue] => [size] => 250 [precision] => 250 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idfile] => CMysqlColumnSchema Object ( [name] => idfile [rawName] => `idfile` [allowNull] => 1 [dbType] => int(100) [type] => integer [defaultValue] => [size] => 100 [precision] => 100 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [tags] => CMysqlColumnSchema Object ( [name] => tags [rawName] => `tags` [allowNull] => 1 [dbType] => varchar(500) [type] => string [defaultValue] => [size] => 500 [precision] => 500 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [protocollo] => CMysqlColumnSchema Object ( [name] => protocollo [rawName] => `protocollo` [allowNull] => 1 [dbType] => varchar(100) [type] => string [defaultValue] => [size] => 100 [precision] => 100 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idmittente] => CMysqlColumnSchema Object ( [name] => idmittente [rawName] => `idmittente` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [mittente] => CMysqlColumnSchema Object ( [name] => mittente [rawName] => `mittente` [allowNull] => 1 [dbType] => varchar(100) [type] => string [defaultValue] => [size] => 100 [precision] => 100 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [destinatario] => CMysqlColumnSchema Object ( [name] => destinatario [rawName] => `destinatario` [allowNull] => 1 [dbType] => varchar(100) [type] => string [defaultValue] => [size] => 100 [precision] => 100 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [iddestinatario] => CMysqlColumnSchema Object ( [name] => iddestinatario [rawName] => `iddestinatario` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [autore] => CMysqlColumnSchema Object ( [name] => autore [rawName] => `autore` [allowNull] => 1 [dbType] => varchar(50) [type] => string [defaultValue] => [size] => 50 [precision] => 50 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idautore] => CMysqlColumnSchema Object ( [name] => idautore [rawName] => `idautore` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [owner] => CMysqlColumnSchema Object ( [name] => owner [rawName] => `owner` [allowNull] => 1 [dbType] => varchar(50) [type] => string [defaultValue] => [size] => 50 [precision] => 50 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idowner] => CMysqlColumnSchema Object ( [name] => idowner [rawName] => `idowner` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idcategoria] => CMysqlColumnSchema Object ( [name] => idcategoria [rawName] => `idcategoria` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [progressivo] => CMysqlColumnSchema Object ( [name] => progressivo [rawName] => `progressivo` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 0 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idstato] => CMysqlColumnSchema Object ( [name] => idstato [rawName] => `idstato` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [pubblicato] => CMysqlColumnSchema Object ( [name] => pubblicato [rawName] => `pubblicato` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [note] => CMysqlColumnSchema Object ( [name] => note [rawName] => `note` [allowNull] => 1 [dbType] => varchar(250) [type] => string [defaultValue] => [size] => 250 [precision] => 250 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [protocolloext] => CMysqlColumnSchema Object ( [name] => protocolloext [rawName] => `protocolloext` [allowNull] => 1 [dbType] => varchar(100) [type] => string [defaultValue] => [size] => 100 [precision] => 100 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [rifprotocollo] => CMysqlColumnSchema Object ( [name] => rifprotocollo [rawName] => `rifprotocollo` [allowNull] => 1 [dbType] => varchar(50) [type] => string [defaultValue] => [size] => 50 [precision] => 50 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [valido] => CMysqlColumnSchema Object ( [name] => valido [rawName] => `valido` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idsitodeposito] => CMysqlColumnSchema Object ( [name] => idsitodeposito [rawName] => `idsitodeposito` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idprocesso] => CMysqlColumnSchema Object ( [name] => idprocesso [rawName] => `idprocesso` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idveicolocliente] => CMysqlColumnSchema Object ( [name] => idveicolocliente [rawName] => `idveicolocliente` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idtipodocumento] => CMysqlColumnSchema Object ( [name] => idtipodocumento [rawName] => `idtipodocumento` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_insert_user] => CMysqlColumnSchema Object ( [name] => stamp_insert_user [rawName] => `stamp_insert_user` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_update_user] => CMysqlColumnSchema Object ( [name] => stamp_update_user [rawName] => `stamp_update_user` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_update] => CMysqlColumnSchema Object ( [name] => stamp_update [rawName] => `stamp_update` [allowNull] => [dbType] => datetime [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_insert] => CMysqlColumnSchema Object ( [name] => stamp_insert [rawName] => `stamp_insert` [allowNull] => [dbType] => datetime [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [frm_ana_societa_utente] => CMysqlTableSchema Object ( [schemaName] => [name] => frm_ana_societa_utente [rawName] => `frm_ana_societa_utente` [primaryKey] => idsocietautente [sequenceName] => [foreignKeys] => Array ( [idlogo] => Array ( [0] => frm_files_upload [1] => idfile ) [idsocieta] => Array ( [0] => frm_ana_societa [1] => idsocieta ) [idstabilimento] => Array ( [0] => frm_ana_stabilimento [1] => idstabilimento ) [idtiposocieta] => Array ( [0] => sys_tipo_societa [1] => idtiposocieta ) [stamp_insert_user] => Array ( [0] => frm_cruge_user [1] => iduser ) [stamp_update_user] => Array ( [0] => frm_cruge_user [1] => iduser ) ) [columns] => Array ( [idsocieta] => CMysqlColumnSchema Object ( [name] => idsocieta [rawName] => `idsocieta` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idstabilimento] => CMysqlColumnSchema Object ( [name] => idstabilimento [rawName] => `idstabilimento` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idsocietautente] => CMysqlColumnSchema Object ( [name] => idsocietautente [rawName] => `idsocietautente` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [codicesocietautente] => CMysqlColumnSchema Object ( [name] => codicesocietautente [rawName] => `codicesocietautente` [allowNull] => 1 [dbType] => varchar(20) [type] => string [defaultValue] => [size] => 20 [precision] => 20 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idlogo] => CMysqlColumnSchema Object ( [name] => idlogo [rawName] => `idlogo` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [segnalazioni] => CMysqlColumnSchema Object ( [name] => segnalazioni [rawName] => `segnalazioni` [allowNull] => [dbType] => varchar(1) [type] => string [defaultValue] => N [size] => 1 [precision] => 1 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [validato] => CMysqlColumnSchema Object ( [name] => validato [rawName] => `validato` [allowNull] => [dbType] => int(1) [type] => integer [defaultValue] => 0 [size] => 1 [precision] => 1 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [codice_validazione] => CMysqlColumnSchema Object ( [name] => codice_validazione [rawName] => `codice_validazione` [allowNull] => [dbType] => varchar(1) [type] => string [defaultValue] => N [size] => 1 [precision] => 1 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [partita_iva] => CMysqlColumnSchema Object ( [name] => partita_iva [rawName] => `partita_iva` [allowNull] => 1 [dbType] => varchar(13) [type] => string [defaultValue] => [size] => 13 [precision] => 13 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [vat] => CMysqlColumnSchema Object ( [name] => vat [rawName] => `vat` [allowNull] => 1 [dbType] => varchar(45) [type] => string [defaultValue] => [size] => 45 [precision] => 45 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [nome] => CMysqlColumnSchema Object ( [name] => nome [rawName] => `nome` [allowNull] => [dbType] => varchar(200) [type] => string [defaultValue] => [size] => 200 [precision] => 200 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [descrizione] => CMysqlColumnSchema Object ( [name] => descrizione [rawName] => `descrizione` [allowNull] => 1 [dbType] => varchar(200) [type] => string [defaultValue] => [size] => 200 [precision] => 200 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => Societa [_e:CComponent:private] => [_m:CComponent:private] => ) [sigla_cliente] => CMysqlColumnSchema Object ( [name] => sigla_cliente [rawName] => `sigla_cliente` [allowNull] => 1 [dbType] => varchar(3) [type] => string [defaultValue] => [size] => 3 [precision] => 3 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [indirizzo] => CMysqlColumnSchema Object ( [name] => indirizzo [rawName] => `indirizzo` [allowNull] => 1 [dbType] => varchar(200) [type] => string [defaultValue] => [size] => 200 [precision] => 200 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [citta] => CMysqlColumnSchema Object ( [name] => citta [rawName] => `citta` [allowNull] => 1 [dbType] => varchar(100) [type] => string [defaultValue] => [size] => 100 [precision] => 100 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [cap] => CMysqlColumnSchema Object ( [name] => cap [rawName] => `cap` [allowNull] => 1 [dbType] => varchar(20) [type] => string [defaultValue] => [size] => 20 [precision] => 20 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [provincia] => CMysqlColumnSchema Object ( [name] => provincia [rawName] => `provincia` [allowNull] => 1 [dbType] => varchar(100) [type] => string [defaultValue] => [size] => 100 [precision] => 100 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [telefono] => CMysqlColumnSchema Object ( [name] => telefono [rawName] => `telefono` [allowNull] => 1 [dbType] => varchar(45) [type] => string [defaultValue] => [size] => 45 [precision] => 45 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [email] => CMysqlColumnSchema Object ( [name] => email [rawName] => `email` [allowNull] => 1 [dbType] => varchar(45) [type] => string [defaultValue] => [size] => 45 [precision] => 45 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idtiposocieta] => CMysqlColumnSchema Object ( [name] => idtiposocieta [rawName] => `idtiposocieta` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [riferimento] => CMysqlColumnSchema Object ( [name] => riferimento [rawName] => `riferimento` [allowNull] => 1 [dbType] => varchar(200) [type] => string [defaultValue] => [size] => 200 [precision] => 200 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [tel_riferimento] => CMysqlColumnSchema Object ( [name] => tel_riferimento [rawName] => `tel_riferimento` [allowNull] => 1 [dbType] => varchar(100) [type] => string [defaultValue] => [size] => 100 [precision] => 100 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_insert_user] => CMysqlColumnSchema Object ( [name] => stamp_insert_user [rawName] => `stamp_insert_user` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_update_user] => CMysqlColumnSchema Object ( [name] => stamp_update_user [rawName] => `stamp_update_user` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_update] => CMysqlColumnSchema Object ( [name] => stamp_update [rawName] => `stamp_update` [allowNull] => [dbType] => datetime [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_insert] => CMysqlColumnSchema Object ( [name] => stamp_insert [rawName] => `stamp_insert` [allowNull] => [dbType] => datetime [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [frm_ana_struttura] => CMysqlTableSchema Object ( [schemaName] => [name] => frm_ana_struttura [rawName] => `frm_ana_struttura` [primaryKey] => idstruttura [sequenceName] => [foreignKeys] => Array ( [idsocieta] => Array ( [0] => frm_ana_societa [1] => idsocieta ) [idstabilimento] => Array ( [0] => frm_ana_stabilimento [1] => idstabilimento ) [tipo_struttura] => Array ( [0] => sgf3_tipo_struttura [1] => tipo_struttura ) ) [columns] => Array ( [idsocieta] => CMysqlColumnSchema Object ( [name] => idsocieta [rawName] => `idsocieta` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idstabilimento] => CMysqlColumnSchema Object ( [name] => idstabilimento [rawName] => `idstabilimento` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idsocietautente] => CMysqlColumnSchema Object ( [name] => idsocietautente [rawName] => `idsocietautente` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idcommessa] => CMysqlColumnSchema Object ( [name] => idcommessa [rawName] => `idcommessa` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idstruttura] => CMysqlColumnSchema Object ( [name] => idstruttura [rawName] => `idstruttura` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idstrutturapadre] => CMysqlColumnSchema Object ( [name] => idstrutturapadre [rawName] => `idstrutturapadre` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 0 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [level] => CMysqlColumnSchema Object ( [name] => level [rawName] => `level` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [visible] => CMysqlColumnSchema Object ( [name] => visible [rawName] => `visible` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [ordine] => CMysqlColumnSchema Object ( [name] => ordine [rawName] => `ordine` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 0 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idstrutturacondivisa] => CMysqlColumnSchema Object ( [name] => idstrutturacondivisa [rawName] => `idstrutturacondivisa` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [descrizione] => CMysqlColumnSchema Object ( [name] => descrizione [rawName] => `descrizione` [allowNull] => [dbType] => varchar(200) [type] => string [defaultValue] => [size] => 200 [precision] => 200 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [path_struttura] => CMysqlColumnSchema Object ( [name] => path_struttura [rawName] => `path_struttura` [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [link] => CMysqlColumnSchema Object ( [name] => link [rawName] => `link` [allowNull] => 1 [dbType] => varchar(100) [type] => string [defaultValue] => [size] => 100 [precision] => 100 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [style] => CMysqlColumnSchema Object ( [name] => style [rawName] => `style` [allowNull] => 1 [dbType] => varchar(100) [type] => string [defaultValue] => [size] => 100 [precision] => 100 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [editable] => CMysqlColumnSchema Object ( [name] => editable [rawName] => `editable` [allowNull] => [dbType] => varchar(1) [type] => string [defaultValue] => 1 [size] => 1 [precision] => 1 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [allegati] => CMysqlColumnSchema Object ( [name] => allegati [rawName] => `allegati` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 0 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idallegatidoc] => CMysqlColumnSchema Object ( [name] => idallegatidoc [rawName] => `idallegatidoc` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [tipo_struttura] => CMysqlColumnSchema Object ( [name] => tipo_struttura [rawName] => `tipo_struttura` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 0 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [modoprotocollo] => CMysqlColumnSchema Object ( [name] => modoprotocollo [rawName] => `modoprotocollo` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => Campo APP. Modo Protocollo: 1 -> Standard, 2 -> FullService [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_insert_user] => CMysqlColumnSchema Object ( [name] => stamp_insert_user [rawName] => `stamp_insert_user` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_update_user] => CMysqlColumnSchema Object ( [name] => stamp_update_user [rawName] => `stamp_update_user` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_update] => CMysqlColumnSchema Object ( [name] => stamp_update [rawName] => `stamp_update` [allowNull] => [dbType] => datetime [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_insert] => CMysqlColumnSchema Object ( [name] => stamp_insert [rawName] => `stamp_insert` [allowNull] => [dbType] => datetime [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [frm_ana_commesse] => CMysqlTableSchema Object ( [schemaName] => [name] => frm_ana_commesse [rawName] => `frm_ana_commesse` [primaryKey] => idcommessa [sequenceName] => [foreignKeys] => Array ( [idfoto] => Array ( [0] => frm_files_upload [1] => idfile ) [idsocieta] => Array ( [0] => frm_ana_societa [1] => idsocieta ) [idstabilimento] => Array ( [0] => frm_ana_stabilimento [1] => idstabilimento ) [stamp_insert_user] => Array ( [0] => frm_cruge_user [1] => iduser ) [stamp_update_user] => Array ( [0] => frm_cruge_user [1] => iduser ) [idsocietautente] => Array ( [0] => frm_ana_societa_utente [1] => idsocietautente ) ) [columns] => Array ( [idsocieta] => CMysqlColumnSchema Object ( [name] => idsocieta [rawName] => `idsocieta` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idstabilimento] => CMysqlColumnSchema Object ( [name] => idstabilimento [rawName] => `idstabilimento` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idcommessa] => CMysqlColumnSchema Object ( [name] => idcommessa [rawName] => `idcommessa` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idsocietautente] => CMysqlColumnSchema Object ( [name] => idsocietautente [rawName] => `idsocietautente` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [codicecommessa] => CMysqlColumnSchema Object ( [name] => codicecommessa [rawName] => `codicecommessa` [allowNull] => 1 [dbType] => varchar(20) [type] => string [defaultValue] => [size] => 20 [precision] => 20 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [desccommessa] => CMysqlColumnSchema Object ( [name] => desccommessa [rawName] => `desccommessa` [allowNull] => [dbType] => varchar(200) [type] => string [defaultValue] => [size] => 200 [precision] => 200 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idfoto] => CMysqlColumnSchema Object ( [name] => idfoto [rawName] => `idfoto` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [visible] => CMysqlColumnSchema Object ( [name] => visible [rawName] => `visible` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [editablelevel] => CMysqlColumnSchema Object ( [name] => editablelevel [rawName] => `editablelevel` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [pubblicacorrisp] => CMysqlColumnSchema Object ( [name] => pubblicacorrisp [rawName] => `pubblicacorrisp` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 0 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_insert_user] => CMysqlColumnSchema Object ( [name] => stamp_insert_user [rawName] => `stamp_insert_user` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_update_user] => CMysqlColumnSchema Object ( [name] => stamp_update_user [rawName] => `stamp_update_user` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_update] => CMysqlColumnSchema Object ( [name] => stamp_update [rawName] => `stamp_update` [allowNull] => [dbType] => datetime [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_insert] => CMysqlColumnSchema Object ( [name] => stamp_insert [rawName] => `stamp_insert` [allowNull] => [dbType] => datetime [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [frm_ana_commesse_utente] => CMysqlTableSchema Object ( [schemaName] => [name] => frm_ana_commesse_utente [rawName] => `frm_ana_commesse_utente` [primaryKey] => Array ( [0] => idcommessa [1] => idanautente ) [sequenceName] => [foreignKeys] => Array ( ) [columns] => Array ( [idcommessa] => CMysqlColumnSchema Object ( [name] => idcommessa [rawName] => `idcommessa` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idanautente] => CMysqlColumnSchema Object ( [name] => idanautente [rawName] => `idanautente` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [isadmin] => CMysqlColumnSchema Object ( [name] => isadmin [rawName] => `isadmin` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 0 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [readonly] => CMysqlColumnSchema Object ( [name] => readonly [rawName] => `readonly` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 0 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [vis_comm_temp] => CMysqlColumnSchema Object ( [name] => vis_comm_temp [rawName] => `vis_comm_temp` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 0 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [frm_files_upload] => CMysqlTableSchema Object ( [schemaName] => [name] => frm_files_upload [rawName] => `frm_files_upload` [primaryKey] => idfile [sequenceName] => [foreignKeys] => Array ( [idsocieta] => Array ( [0] => frm_ana_societa [1] => idsocieta ) [idstabilimento] => Array ( [0] => frm_ana_stabilimento [1] => idstabilimento ) [iduser] => Array ( [0] => frm_cruge_user [1] => iduser ) [stamp_insert_user] => Array ( [0] => frm_cruge_user [1] => iduser ) [stamp_update_user] => Array ( [0] => frm_cruge_user [1] => iduser ) ) [columns] => Array ( [idsocieta] => CMysqlColumnSchema Object ( [name] => idsocieta [rawName] => `idsocieta` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idstabilimento] => CMysqlColumnSchema Object ( [name] => idstabilimento [rawName] => `idstabilimento` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idfile] => CMysqlColumnSchema Object ( [name] => idfile [rawName] => `idfile` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [iduser] => CMysqlColumnSchema Object ( [name] => iduser [rawName] => `iduser` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [filename] => CMysqlColumnSchema Object ( [name] => filename [rawName] => `filename` [allowNull] => [dbType] => varchar(200) [type] => string [defaultValue] => [size] => 200 [precision] => 200 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [path] => CMysqlColumnSchema Object ( [name] => path [rawName] => `path` [allowNull] => [dbType] => varchar(200) [type] => string [defaultValue] => [size] => 200 [precision] => 200 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [type] => CMysqlColumnSchema Object ( [name] => type [rawName] => `type` [allowNull] => [dbType] => varchar(45) [type] => string [defaultValue] => [size] => 45 [precision] => 45 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [size] => CMysqlColumnSchema Object ( [name] => size [rawName] => `size` [allowNull] => [dbType] => int(10) unsigned [type] => string [defaultValue] => [size] => 10 [precision] => 10 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [data_caricamento] => CMysqlColumnSchema Object ( [name] => data_caricamento [rawName] => `data_caricamento` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [data_scadenza] => CMysqlColumnSchema Object ( [name] => data_scadenza [rawName] => `data_scadenza` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [descrizione] => CMysqlColumnSchema Object ( [name] => descrizione [rawName] => `descrizione` [allowNull] => 1 [dbType] => varchar(200) [type] => string [defaultValue] => [size] => 200 [precision] => 200 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_insert_user] => CMysqlColumnSchema Object ( [name] => stamp_insert_user [rawName] => `stamp_insert_user` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_update_user] => CMysqlColumnSchema Object ( [name] => stamp_update_user [rawName] => `stamp_update_user` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_update] => CMysqlColumnSchema Object ( [name] => stamp_update [rawName] => `stamp_update` [allowNull] => [dbType] => datetime [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_insert] => CMysqlColumnSchema Object ( [name] => stamp_insert [rawName] => `stamp_insert` [allowNull] => [dbType] => datetime [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [old_idfile] => CMysqlColumnSchema Object ( [name] => old_idfile [rawName] => `old_idfile` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [frm_ana_struttura_socutente_restrizioni] => CMysqlTableSchema Object ( [schemaName] => [name] => frm_ana_struttura_socutente_restrizioni [rawName] => `frm_ana_struttura_socutente_restrizioni` [primaryKey] => idstrutturasocietautenterest [sequenceName] => [foreignKeys] => Array ( [idsocieta] => Array ( [0] => frm_ana_societa [1] => idsocieta ) [idsocietautente] => Array ( [0] => frm_ana_societa_utente [1] => idsocietautente ) [idstabilimento] => Array ( [0] => frm_ana_stabilimento [1] => idstabilimento ) [idstruttura] => Array ( [0] => frm_ana_struttura [1] => idstruttura ) [stamp_insert_user] => Array ( [0] => frm_cruge_user [1] => iduser ) [stamp_update_user] => Array ( [0] => frm_cruge_user [1] => iduser ) ) [columns] => Array ( [idsocieta] => CMysqlColumnSchema Object ( [name] => idsocieta [rawName] => `idsocieta` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idstabilimento] => CMysqlColumnSchema Object ( [name] => idstabilimento [rawName] => `idstabilimento` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idstrutturasocietautenterest] => CMysqlColumnSchema Object ( [name] => idstrutturasocietautenterest [rawName] => `idstrutturasocietautenterest` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idstruttura] => CMysqlColumnSchema Object ( [name] => idstruttura [rawName] => `idstruttura` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idsocietautente] => CMysqlColumnSchema Object ( [name] => idsocietautente [rawName] => `idsocietautente` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_insert_user] => CMysqlColumnSchema Object ( [name] => stamp_insert_user [rawName] => `stamp_insert_user` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_update_user] => CMysqlColumnSchema Object ( [name] => stamp_update_user [rawName] => `stamp_update_user` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_update] => CMysqlColumnSchema Object ( [name] => stamp_update [rawName] => `stamp_update` [allowNull] => 1 [dbType] => datetime [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_insert] => CMysqlColumnSchema Object ( [name] => stamp_insert [rawName] => `stamp_insert` [allowNull] => 1 [dbType] => datetime [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [sgf3_stati_documento] => CMysqlTableSchema Object ( [schemaName] => [name] => sgf3_stati_documento [rawName] => `sgf3_stati_documento` [primaryKey] => idstato [sequenceName] => [foreignKeys] => Array ( ) [columns] => Array ( [idstato] => CMysqlColumnSchema Object ( [name] => idstato [rawName] => `idstato` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [descrizione] => CMysqlColumnSchema Object ( [name] => descrizione [rawName] => `descrizione` [allowNull] => [dbType] => varchar(45) [type] => string [defaultValue] => [size] => 45 [precision] => 45 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [sgf3_categorie_documenti] => CMysqlTableSchema Object ( [schemaName] => [name] => sgf3_categorie_documenti [rawName] => `sgf3_categorie_documenti` [primaryKey] => idcategoria [sequenceName] => [foreignKeys] => Array ( [idsocieta] => Array ( [0] => frm_ana_societa [1] => idsocieta ) [idstabilimento] => Array ( [0] => frm_ana_stabilimento [1] => idstabilimento ) [stamp_insert_user] => Array ( [0] => frm_cruge_user [1] => iduser ) [stamp_update_user] => Array ( [0] => frm_cruge_user [1] => iduser ) ) [columns] => Array ( [idsocieta] => CMysqlColumnSchema Object ( [name] => idsocieta [rawName] => `idsocieta` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idstabilimento] => CMysqlColumnSchema Object ( [name] => idstabilimento [rawName] => `idstabilimento` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idcategoria] => CMysqlColumnSchema Object ( [name] => idcategoria [rawName] => `idcategoria` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [codice] => CMysqlColumnSchema Object ( [name] => codice [rawName] => `codice` [allowNull] => [dbType] => varchar(25) [type] => string [defaultValue] => [size] => 25 [precision] => 25 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [descrizione] => CMysqlColumnSchema Object ( [name] => descrizione [rawName] => `descrizione` [allowNull] => [dbType] => varchar(200) [type] => string [defaultValue] => [size] => 200 [precision] => 200 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idcommessa] => CMysqlColumnSchema Object ( [name] => idcommessa [rawName] => `idcommessa` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_insert_user] => CMysqlColumnSchema Object ( [name] => stamp_insert_user [rawName] => `stamp_insert_user` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_update_user] => CMysqlColumnSchema Object ( [name] => stamp_update_user [rawName] => `stamp_update_user` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_update] => CMysqlColumnSchema Object ( [name] => stamp_update [rawName] => `stamp_update` [allowNull] => [dbType] => datetime [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_insert] => CMysqlColumnSchema Object ( [name] => stamp_insert [rawName] => `stamp_insert` [allowNull] => [dbType] => datetime [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_connection:CDbSchema:private] => CDbConnection Object *RECURSION* [_builder:CDbSchema:private] => CMysqlCommandBuilder Object *RECURSION* [_cacheExclude:CDbSchema:private] => Array ( ) [_e:CComponent:private] => [_m:CComponent:private] => ) [behaviors] => Array ( ) [_initialized:CApplicationComponent:private] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [_e:CComponent:private] => [_m:CComponent:private] => ) ) ) [4] => Array ( [file] => /var/www/html/dev/yii/framework/db/ar/CActiveFinder.php [line] => 151 [function] => count [class] => CJoinElement [type] => -> [args] => Array ( [0] => CDbCriteria Object ( [select] => * [distinct] => [condition] => ((((t.idsocieta=:ycp4) AND (t.idstabilimento=:ycp5)) AND (t.idstruttura=:ycp6)) AND (t.pubblicato=:ycp7)) AND ( AND NOT EXISTS (SELECT 1 FROM sgf3_documenti_socutente_restrizioni r WHERE 1=1 AND r.iddocumento = t.iddocumento AND r.idsocietautente = 6)) [params] => Array ( [:ycp4] => 1 [:ycp5] => 1 [:ycp6] => 162 [:ycp7] => 1 ) [limit] => -1 [offset] => -1 [order] => [group] => [join] => [having] => [with] => Array ( [0] => file [1] => stato [2] => categoria [3] => struttura ) [alias] => [together] => [index] => [scopes] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) ) [5] => Array ( [file] => /var/www/html/dev/yii/framework/db/ar/CActiveRecord.php [line] => 1613 [function] => count [class] => CActiveFinder [type] => -> [args] => Array ( [0] => CDbCriteria Object ( [select] => * [distinct] => [condition] => ((((t.idsocieta=:ycp4) AND (t.idstabilimento=:ycp5)) AND (t.idstruttura=:ycp6)) AND (t.pubblicato=:ycp7)) AND ( AND NOT EXISTS (SELECT 1 FROM sgf3_documenti_socutente_restrizioni r WHERE 1=1 AND r.iddocumento = t.iddocumento AND r.idsocietautente = 6)) [params] => Array ( [:ycp4] => 1 [:ycp5] => 1 [:ycp6] => 162 [:ycp7] => 1 ) [limit] => -1 [offset] => -1 [order] => [group] => [join] => [having] => [with] => Array ( [0] => file [1] => stato [2] => categoria [3] => struttura ) [alias] => [together] => [index] => [scopes] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) ) [6] => Array ( [file] => /var/www/html/dev/yii/framework/web/CActiveDataProvider.php [line] => 228 [function] => count [class] => CActiveRecord [type] => -> [args] => Array ( [0] => CDbCriteria Object ( [select] => * [distinct] => [condition] => ((((t.idsocieta=:ycp4) AND (t.idstabilimento=:ycp5)) AND (t.idstruttura=:ycp6)) AND (t.pubblicato=:ycp7)) AND ( AND NOT EXISTS (SELECT 1 FROM sgf3_documenti_socutente_restrizioni r WHERE 1=1 AND r.iddocumento = t.iddocumento AND r.idsocietautente = 6)) [params] => Array ( [:ycp4] => 1 [:ycp5] => 1 [:ycp6] => 162 [:ycp7] => 1 ) [limit] => -1 [offset] => -1 [order] => [group] => [join] => [having] => [with] => Array ( [0] => file [1] => stato [2] => categoria [3] => struttura ) [alias] => [together] => [index] => [scopes] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) ) [7] => Array ( [file] => /var/www/html/dev/yii/framework/web/CDataProvider.php [line] => 224 [function] => calculateTotalItemCount [class] => CActiveDataProvider [type] => -> [args] => Array ( ) ) [8] => Array ( [file] => /var/www/html/dev/yii/framework/base/CComponent.php [line] => 111 [function] => getTotalItemCount [class] => CDataProvider [type] => -> [args] => Array ( ) ) [9] => Array ( [file] => /var/www/html/dev/sgf3/protected/views/sgf3Documenti/admin.php [line] => 727 [function] => __get [class] => CComponent [type] => -> [args] => Array ( [0] => totalItemCount ) ) [10] => Array ( [file] => /var/www/html/dev/yii/framework/web/CBaseController.php [line] => 126 [args] => Array ( [0] => /var/www/html/dev/sgf3/protected/views/sgf3Documenti/admin.php ) [function] => require ) [11] => Array ( [file] => /var/www/html/dev/yii/framework/web/CBaseController.php [line] => 95 [function] => renderInternal [class] => CBaseController [type] => -> [args] => Array ( [0] => /var/www/html/dev/sgf3/protected/views/sgf3Documenti/admin.php [1] => Array ( [documenti] => Sgf3Documenti Object ( [idcommessaStruttura] => [dataFrom] => [dataTo] => [dataFromFormatted] => [dataToFormatted] => [descSearchProt] => [dataSearchProtFromFormatted] => [dataSearchProtToFormatted] => [mittenteSearchProt] => [destinatarioSearchProt] => [rifprotSearchProt] => [protocolloEstSearchProt] => [statoSearchProt] => [autoreSearchProt] => [ownerSearchProt] => [categoriaSearchProt] => [tagsSearchProt] => [testoDoc] => [notin_tipostruttura] => [isAdvancedSearch] => [file_size] => [chkGetFileToZip] => Array ( ) [nRighe] => [_new:CActiveRecord:private] => 1 [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [progressivo] => [pubblicato] => 1 [valido] => 1 [stamp_insert_user] => [stamp_update_user] => [idstruttura] => 162 [iddocumento] => [iddocumentocondiviso] => [stampdoc] => [descrizione] => [idfile] => [tags] => [protocollo] => [idmittente] => [mittente] => [destinatario] => [iddestinatario] => [autore] => [idautore] => [owner] => [idowner] => [idcategoria] => [idstato] => [note] => [protocolloext] => [rifprotocollo] => [idsitodeposito] => [idprocesso] => [idveicolocliente] => [idtipodocumento] => [stamp_update] => [stamp_insert] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => CList Object ( [_d:CList:private] => Array ( [0] => CRequiredValidator Object ( [requiredValue] => [strict] => [trim] => 1 [attributes] => Array ( [0] => idstruttura [1] => stampdoc [2] => descrizione ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [1] => CRequiredValidator Object ( [requiredValue] => [strict] => [trim] => 1 [attributes] => Array ( [0] => idmittente [1] => iddestinatario [2] => idautore [3] => idstato [4] => idcategoria ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [2] => CInlineValidator Object ( [method] => validaMittente [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => idmittente ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [3] => CInlineValidator Object ( [method] => validaDestinatario [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => iddestinatario ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [4] => CInlineValidator Object ( [method] => validaProcesso [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => idprocesso ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [5] => CInlineValidator Object ( [method] => validaTipodoc [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => idtipodocumento ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [6] => CInlineValidator Object ( [method] => validaveicolocliente [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => idveicolocliente ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [7] => CSafeValidator Object ( [attributes] => Array ( [0] => stampdocFormatted [1] => tagsArray [2] => file_size [3] => chkGetFileToZip [4] => nRighe ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [8] => CInlineValidator Object ( [method] => update [params] => Array ( [on] => update ) [clientValidate] => [attributes] => Array ( [0] => stampdoc [1] => descrizione [2] => protocollo [3] => idmittente [4] => mittente [5] => iddestinatario [6] => destinatario [7] => protocolloext [8] => autore [9] => note ) [message] => [skipOnError] => [on] => Array ( [update] => update ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [9] => CNumberValidator Object ( [integerOnly] => 1 [allowEmpty] => 1 [max] => [min] => [tooBig] => [tooSmall] => [integerPattern] => /^\s*[+-]?\d+\s*$/ [numberPattern] => /^\s*[-+]?[0-9]*\.?[0-9]+([eE][-+]?[0-9]+)?\s*$/ [attributes] => Array ( [0] => idsocieta [1] => idstabilimento [2] => idstruttura [3] => idfile [4] => stamp_insert_user [5] => stamp_update_user [6] => idmittente [7] => iddestinatario [8] => idautore [9] => idowner [10] => idcategoria [11] => progressivo [12] => idstato [13] => pubblicato [14] => valido [15] => idsitodeposito [16] => idprocesso [17] => idveicolocliente [18] => idtipodocumento [19] => iddocumentocondiviso ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [10] => CStringValidator Object ( [max] => 200 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => descrizione ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [11] => CStringValidator Object ( [max] => 100 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => protocollo ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [12] => CStringValidator Object ( [max] => 100 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => mittente ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [13] => CStringValidator Object ( [max] => 100 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => destinatario ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [14] => CStringValidator Object ( [max] => 100 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => protocolloext ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [15] => CStringValidator Object ( [max] => 50 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => rifprotocollo ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [16] => CStringValidator Object ( [max] => 50 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => autore ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [17] => CStringValidator Object ( [max] => 50 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => owner ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [18] => CStringValidator Object ( [max] => 250 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => note ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [19] => CStringValidator Object ( [max] => 500 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => tags ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [20] => CSafeValidator Object ( [attributes] => Array ( [0] => idsocieta [1] => idstabilimento [2] => idstruttura [3] => iddocumento [4] => iddocumentocondiviso [5] => stampdoc [6] => descrizione [7] => idfile [8] => stamp_insert_user [9] => stamp_update_user [10] => stamp_update [11] => stamp_insert [12] => protocollo [13] => protocolloext [14] => idmittente [15] => mittente [16] => iddestinatario [17] => destinatario [18] => note [19] => autore [20] => idautore [21] => idowner [22] => idcategoria [23] => progressivo [24] => idstato [25] => pubblicato [26] => rifprotocollo [27] => owner [28] => tags [29] => descSearchProt [30] => dataSearchProtFromFormatted [31] => dataSearchProtToFormatted [32] => mittenteSearchProt [33] => destinatarioSearchProt [34] => rifprotSearchProt [35] => protocolloEstSearchProt [36] => statoSearchProt [37] => autoreSearchProt [38] => ownerSearchProt [39] => categoriaSearchProt [40] => tagsSearchProt [41] => valido [42] => idsitodeposito [43] => idprocesso [44] => idveicolocliente [45] => idtipodocumento [46] => testoDoc [47] => nRighe ) [message] => [skipOnError] => [on] => Array ( [search] => search ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_c:CList:private] => 21 [_r:CList:private] => [_e:CComponent:private] => [_m:CComponent:private] => ) [_scenario:CModel:private] => search [_e:CComponent:private] => [_m:CComponent:private] => ) [prenotazioneProtocollo] => Sgf3Documenti Object ( [idcommessaStruttura] => [dataFrom] => [dataTo] => [dataFromFormatted] => [dataToFormatted] => [descSearchProt] => [dataSearchProtFromFormatted] => [dataSearchProtToFormatted] => [mittenteSearchProt] => [destinatarioSearchProt] => [rifprotSearchProt] => [protocolloEstSearchProt] => [statoSearchProt] => [autoreSearchProt] => [ownerSearchProt] => [categoriaSearchProt] => [tagsSearchProt] => [testoDoc] => [notin_tipostruttura] => [isAdvancedSearch] => [file_size] => [chkGetFileToZip] => Array ( ) [nRighe] => [_new:CActiveRecord:private] => 1 [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [progressivo] => 0 [pubblicato] => 1 [valido] => 1 [stamp_insert_user] => 1 [stamp_update_user] => 1 [idstato] => 2 ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => prenotaProtocollo [_e:CComponent:private] => [_m:CComponent:private] => ) [comboSocUte] => Array ( [descrizioneSocUte] => Array ( [6] => TRENITALIA ) ) [idStruttura] => 162 [idSocUtente] => 6 [idCommessa] => 1 [vociBreadcrumbs] => Array ( [Home] => Home [PIANO DI QUALITÀ] => PIANO DI QUALITÀ [Indice del Piano di Qualità] => Indice del Piano di Qualità ) [elementiMenu] => Array ( [0] => Array ( [label] => testLivello [url] => # [linkOptions] => Array ( [style] => [submit] => Array ( [0] => sgf3Documenti/admin ) [params] => Array ( [idsocietautente] => 6 [idcommessa] => 1 [idstrutturapadre] => 6320686 ) ) ) [1] => Array ( [label] => testLivello [url] => # [linkOptions] => Array ( [style] => [submit] => Array ( [0] => sgf3Documenti/admin ) [params] => Array ( [idsocietautente] => 6 [idcommessa] => 1 [idstrutturapadre] => 6320687 ) ) ) [2] => Array ( [label] => testLivello [url] => # [linkOptions] => Array ( [style] => [submit] => Array ( [0] => sgf3Documenti/admin ) [params] => Array ( [idsocietautente] => 6 [idcommessa] => 1 [idstrutturapadre] => 6320688 ) ) ) [3] => Array ( [label] => testLivello [url] => # [linkOptions] => Array ( [style] => [submit] => Array ( [0] => sgf3Documenti/admin ) [params] => Array ( [idsocietautente] => 6 [idcommessa] => 1 [idstrutturapadre] => 6320689 ) ) ) [4] => Array ( [label] => testLivello [url] => # [linkOptions] => Array ( [style] => [submit] => Array ( [0] => sgf3Documenti/admin ) [params] => Array ( [idsocietautente] => 6 [idcommessa] => 1 [idstrutturapadre] => 6320690 ) ) ) [5] => Array ( [label] => testLivello5 [url] => # [linkOptions] => Array ( [style] => [submit] => Array ( [0] => sgf3Documenti/admin ) [params] => Array ( [idsocietautente] => 6 [idcommessa] => 1 [idstrutturapadre] => 6320691 ) ) ) ) [isAdvancedSearch] => ) [2] => 1 ) ) [12] => Array ( [file] => /var/www/html/dev/yii/framework/web/CController.php [line] => 872 [function] => renderFile [class] => CBaseController [type] => -> [args] => Array ( [0] => /var/www/html/dev/sgf3/protected/views/sgf3Documenti/admin.php [1] => Array ( [documenti] => Sgf3Documenti Object ( [idcommessaStruttura] => [dataFrom] => [dataTo] => [dataFromFormatted] => [dataToFormatted] => [descSearchProt] => [dataSearchProtFromFormatted] => [dataSearchProtToFormatted] => [mittenteSearchProt] => [destinatarioSearchProt] => [rifprotSearchProt] => [protocolloEstSearchProt] => [statoSearchProt] => [autoreSearchProt] => [ownerSearchProt] => [categoriaSearchProt] => [tagsSearchProt] => [testoDoc] => [notin_tipostruttura] => [isAdvancedSearch] => [file_size] => [chkGetFileToZip] => Array ( ) [nRighe] => [_new:CActiveRecord:private] => 1 [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [progressivo] => [pubblicato] => 1 [valido] => 1 [stamp_insert_user] => [stamp_update_user] => [idstruttura] => 162 [iddocumento] => [iddocumentocondiviso] => [stampdoc] => [descrizione] => [idfile] => [tags] => [protocollo] => [idmittente] => [mittente] => [destinatario] => [iddestinatario] => [autore] => [idautore] => [owner] => [idowner] => [idcategoria] => [idstato] => [note] => [protocolloext] => [rifprotocollo] => [idsitodeposito] => [idprocesso] => [idveicolocliente] => [idtipodocumento] => [stamp_update] => [stamp_insert] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => CList Object ( [_d:CList:private] => Array ( [0] => CRequiredValidator Object ( [requiredValue] => [strict] => [trim] => 1 [attributes] => Array ( [0] => idstruttura [1] => stampdoc [2] => descrizione ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [1] => CRequiredValidator Object ( [requiredValue] => [strict] => [trim] => 1 [attributes] => Array ( [0] => idmittente [1] => iddestinatario [2] => idautore [3] => idstato [4] => idcategoria ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [2] => CInlineValidator Object ( [method] => validaMittente [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => idmittente ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [3] => CInlineValidator Object ( [method] => validaDestinatario [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => iddestinatario ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [4] => CInlineValidator Object ( [method] => validaProcesso [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => idprocesso ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [5] => CInlineValidator Object ( [method] => validaTipodoc [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => idtipodocumento ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [6] => CInlineValidator Object ( [method] => validaveicolocliente [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => idveicolocliente ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [7] => CSafeValidator Object ( [attributes] => Array ( [0] => stampdocFormatted [1] => tagsArray [2] => file_size [3] => chkGetFileToZip [4] => nRighe ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [8] => CInlineValidator Object ( [method] => update [params] => Array ( [on] => update ) [clientValidate] => [attributes] => Array ( [0] => stampdoc [1] => descrizione [2] => protocollo [3] => idmittente [4] => mittente [5] => iddestinatario [6] => destinatario [7] => protocolloext [8] => autore [9] => note ) [message] => [skipOnError] => [on] => Array ( [update] => update ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [9] => CNumberValidator Object ( [integerOnly] => 1 [allowEmpty] => 1 [max] => [min] => [tooBig] => [tooSmall] => [integerPattern] => /^\s*[+-]?\d+\s*$/ [numberPattern] => /^\s*[-+]?[0-9]*\.?[0-9]+([eE][-+]?[0-9]+)?\s*$/ [attributes] => Array ( [0] => idsocieta [1] => idstabilimento [2] => idstruttura [3] => idfile [4] => stamp_insert_user [5] => stamp_update_user [6] => idmittente [7] => iddestinatario [8] => idautore [9] => idowner [10] => idcategoria [11] => progressivo [12] => idstato [13] => pubblicato [14] => valido [15] => idsitodeposito [16] => idprocesso [17] => idveicolocliente [18] => idtipodocumento [19] => iddocumentocondiviso ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [10] => CStringValidator Object ( [max] => 200 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => descrizione ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [11] => CStringValidator Object ( [max] => 100 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => protocollo ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [12] => CStringValidator Object ( [max] => 100 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => mittente ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [13] => CStringValidator Object ( [max] => 100 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => destinatario ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [14] => CStringValidator Object ( [max] => 100 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => protocolloext ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [15] => CStringValidator Object ( [max] => 50 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => rifprotocollo ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [16] => CStringValidator Object ( [max] => 50 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => autore ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [17] => CStringValidator Object ( [max] => 50 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => owner ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [18] => CStringValidator Object ( [max] => 250 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => note ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [19] => CStringValidator Object ( [max] => 500 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => tags ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [20] => CSafeValidator Object ( [attributes] => Array ( [0] => idsocieta [1] => idstabilimento [2] => idstruttura [3] => iddocumento [4] => iddocumentocondiviso [5] => stampdoc [6] => descrizione [7] => idfile [8] => stamp_insert_user [9] => stamp_update_user [10] => stamp_update [11] => stamp_insert [12] => protocollo [13] => protocolloext [14] => idmittente [15] => mittente [16] => iddestinatario [17] => destinatario [18] => note [19] => autore [20] => idautore [21] => idowner [22] => idcategoria [23] => progressivo [24] => idstato [25] => pubblicato [26] => rifprotocollo [27] => owner [28] => tags [29] => descSearchProt [30] => dataSearchProtFromFormatted [31] => dataSearchProtToFormatted [32] => mittenteSearchProt [33] => destinatarioSearchProt [34] => rifprotSearchProt [35] => protocolloEstSearchProt [36] => statoSearchProt [37] => autoreSearchProt [38] => ownerSearchProt [39] => categoriaSearchProt [40] => tagsSearchProt [41] => valido [42] => idsitodeposito [43] => idprocesso [44] => idveicolocliente [45] => idtipodocumento [46] => testoDoc [47] => nRighe ) [message] => [skipOnError] => [on] => Array ( [search] => search ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_c:CList:private] => 21 [_r:CList:private] => [_e:CComponent:private] => [_m:CComponent:private] => ) [_scenario:CModel:private] => search [_e:CComponent:private] => [_m:CComponent:private] => ) [prenotazioneProtocollo] => Sgf3Documenti Object ( [idcommessaStruttura] => [dataFrom] => [dataTo] => [dataFromFormatted] => [dataToFormatted] => [descSearchProt] => [dataSearchProtFromFormatted] => [dataSearchProtToFormatted] => [mittenteSearchProt] => [destinatarioSearchProt] => [rifprotSearchProt] => [protocolloEstSearchProt] => [statoSearchProt] => [autoreSearchProt] => [ownerSearchProt] => [categoriaSearchProt] => [tagsSearchProt] => [testoDoc] => [notin_tipostruttura] => [isAdvancedSearch] => [file_size] => [chkGetFileToZip] => Array ( ) [nRighe] => [_new:CActiveRecord:private] => 1 [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [progressivo] => 0 [pubblicato] => 1 [valido] => 1 [stamp_insert_user] => 1 [stamp_update_user] => 1 [idstato] => 2 ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => prenotaProtocollo [_e:CComponent:private] => [_m:CComponent:private] => ) [comboSocUte] => Array ( [descrizioneSocUte] => Array ( [6] => TRENITALIA ) ) [idStruttura] => 162 [idSocUtente] => 6 [idCommessa] => 1 [vociBreadcrumbs] => Array ( [Home] => Home [PIANO DI QUALITÀ] => PIANO DI QUALITÀ [Indice del Piano di Qualità] => Indice del Piano di Qualità ) [elementiMenu] => Array ( [0] => Array ( [label] => testLivello [url] => # [linkOptions] => Array ( [style] => [submit] => Array ( [0] => sgf3Documenti/admin ) [params] => Array ( [idsocietautente] => 6 [idcommessa] => 1 [idstrutturapadre] => 6320686 ) ) ) [1] => Array ( [label] => testLivello [url] => # [linkOptions] => Array ( [style] => [submit] => Array ( [0] => sgf3Documenti/admin ) [params] => Array ( [idsocietautente] => 6 [idcommessa] => 1 [idstrutturapadre] => 6320687 ) ) ) [2] => Array ( [label] => testLivello [url] => # [linkOptions] => Array ( [style] => [submit] => Array ( [0] => sgf3Documenti/admin ) [params] => Array ( [idsocietautente] => 6 [idcommessa] => 1 [idstrutturapadre] => 6320688 ) ) ) [3] => Array ( [label] => testLivello [url] => # [linkOptions] => Array ( [style] => [submit] => Array ( [0] => sgf3Documenti/admin ) [params] => Array ( [idsocietautente] => 6 [idcommessa] => 1 [idstrutturapadre] => 6320689 ) ) ) [4] => Array ( [label] => testLivello [url] => # [linkOptions] => Array ( [style] => [submit] => Array ( [0] => sgf3Documenti/admin ) [params] => Array ( [idsocietautente] => 6 [idcommessa] => 1 [idstrutturapadre] => 6320690 ) ) ) [5] => Array ( [label] => testLivello5 [url] => # [linkOptions] => Array ( [style] => [submit] => Array ( [0] => sgf3Documenti/admin ) [params] => Array ( [idsocietautente] => 6 [idcommessa] => 1 [idstrutturapadre] => 6320691 ) ) ) ) [isAdvancedSearch] => ) [2] => 1 ) ) [13] => Array ( [file] => /var/www/html/dev/yii/framework/web/CController.php [line] => 785 [function] => renderPartial [class] => CController [type] => -> [args] => Array ( [0] => admin [1] => Array ( [documenti] => Sgf3Documenti Object ( [idcommessaStruttura] => [dataFrom] => [dataTo] => [dataFromFormatted] => [dataToFormatted] => [descSearchProt] => [dataSearchProtFromFormatted] => [dataSearchProtToFormatted] => [mittenteSearchProt] => [destinatarioSearchProt] => [rifprotSearchProt] => [protocolloEstSearchProt] => [statoSearchProt] => [autoreSearchProt] => [ownerSearchProt] => [categoriaSearchProt] => [tagsSearchProt] => [testoDoc] => [notin_tipostruttura] => [isAdvancedSearch] => [file_size] => [chkGetFileToZip] => Array ( ) [nRighe] => [_new:CActiveRecord:private] => 1 [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [progressivo] => [pubblicato] => 1 [valido] => 1 [stamp_insert_user] => [stamp_update_user] => [idstruttura] => 162 [iddocumento] => [iddocumentocondiviso] => [stampdoc] => [descrizione] => [idfile] => [tags] => [protocollo] => [idmittente] => [mittente] => [destinatario] => [iddestinatario] => [autore] => [idautore] => [owner] => [idowner] => [idcategoria] => [idstato] => [note] => [protocolloext] => [rifprotocollo] => [idsitodeposito] => [idprocesso] => [idveicolocliente] => [idtipodocumento] => [stamp_update] => [stamp_insert] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => CList Object ( [_d:CList:private] => Array ( [0] => CRequiredValidator Object ( [requiredValue] => [strict] => [trim] => 1 [attributes] => Array ( [0] => idstruttura [1] => stampdoc [2] => descrizione ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [1] => CRequiredValidator Object ( [requiredValue] => [strict] => [trim] => 1 [attributes] => Array ( [0] => idmittente [1] => iddestinatario [2] => idautore [3] => idstato [4] => idcategoria ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [2] => CInlineValidator Object ( [method] => validaMittente [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => idmittente ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [3] => CInlineValidator Object ( [method] => validaDestinatario [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => iddestinatario ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [4] => CInlineValidator Object ( [method] => validaProcesso [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => idprocesso ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [5] => CInlineValidator Object ( [method] => validaTipodoc [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => idtipodocumento ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [6] => CInlineValidator Object ( [method] => validaveicolocliente [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => idveicolocliente ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [7] => CSafeValidator Object ( [attributes] => Array ( [0] => stampdocFormatted [1] => tagsArray [2] => file_size [3] => chkGetFileToZip [4] => nRighe ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [8] => CInlineValidator Object ( [method] => update [params] => Array ( [on] => update ) [clientValidate] => [attributes] => Array ( [0] => stampdoc [1] => descrizione [2] => protocollo [3] => idmittente [4] => mittente [5] => iddestinatario [6] => destinatario [7] => protocolloext [8] => autore [9] => note ) [message] => [skipOnError] => [on] => Array ( [update] => update ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [9] => CNumberValidator Object ( [integerOnly] => 1 [allowEmpty] => 1 [max] => [min] => [tooBig] => [tooSmall] => [integerPattern] => /^\s*[+-]?\d+\s*$/ [numberPattern] => /^\s*[-+]?[0-9]*\.?[0-9]+([eE][-+]?[0-9]+)?\s*$/ [attributes] => Array ( [0] => idsocieta [1] => idstabilimento [2] => idstruttura [3] => idfile [4] => stamp_insert_user [5] => stamp_update_user [6] => idmittente [7] => iddestinatario [8] => idautore [9] => idowner [10] => idcategoria [11] => progressivo [12] => idstato [13] => pubblicato [14] => valido [15] => idsitodeposito [16] => idprocesso [17] => idveicolocliente [18] => idtipodocumento [19] => iddocumentocondiviso ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [10] => CStringValidator Object ( [max] => 200 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => descrizione ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [11] => CStringValidator Object ( [max] => 100 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => protocollo ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [12] => CStringValidator Object ( [max] => 100 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => mittente ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [13] => CStringValidator Object ( [max] => 100 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => destinatario ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [14] => CStringValidator Object ( [max] => 100 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => protocolloext ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [15] => CStringValidator Object ( [max] => 50 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => rifprotocollo ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [16] => CStringValidator Object ( [max] => 50 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => autore ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [17] => CStringValidator Object ( [max] => 50 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => owner ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [18] => CStringValidator Object ( [max] => 250 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => note ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [19] => CStringValidator Object ( [max] => 500 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => tags ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [20] => CSafeValidator Object ( [attributes] => Array ( [0] => idsocieta [1] => idstabilimento [2] => idstruttura [3] => iddocumento [4] => iddocumentocondiviso [5] => stampdoc [6] => descrizione [7] => idfile [8] => stamp_insert_user [9] => stamp_update_user [10] => stamp_update [11] => stamp_insert [12] => protocollo [13] => protocolloext [14] => idmittente [15] => mittente [16] => iddestinatario [17] => destinatario [18] => note [19] => autore [20] => idautore [21] => idowner [22] => idcategoria [23] => progressivo [24] => idstato [25] => pubblicato [26] => rifprotocollo [27] => owner [28] => tags [29] => descSearchProt [30] => dataSearchProtFromFormatted [31] => dataSearchProtToFormatted [32] => mittenteSearchProt [33] => destinatarioSearchProt [34] => rifprotSearchProt [35] => protocolloEstSearchProt [36] => statoSearchProt [37] => autoreSearchProt [38] => ownerSearchProt [39] => categoriaSearchProt [40] => tagsSearchProt [41] => valido [42] => idsitodeposito [43] => idprocesso [44] => idveicolocliente [45] => idtipodocumento [46] => testoDoc [47] => nRighe ) [message] => [skipOnError] => [on] => Array ( [search] => search ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_c:CList:private] => 21 [_r:CList:private] => [_e:CComponent:private] => [_m:CComponent:private] => ) [_scenario:CModel:private] => search [_e:CComponent:private] => [_m:CComponent:private] => ) [prenotazioneProtocollo] => Sgf3Documenti Object ( [idcommessaStruttura] => [dataFrom] => [dataTo] => [dataFromFormatted] => [dataToFormatted] => [descSearchProt] => [dataSearchProtFromFormatted] => [dataSearchProtToFormatted] => [mittenteSearchProt] => [destinatarioSearchProt] => [rifprotSearchProt] => [protocolloEstSearchProt] => [statoSearchProt] => [autoreSearchProt] => [ownerSearchProt] => [categoriaSearchProt] => [tagsSearchProt] => [testoDoc] => [notin_tipostruttura] => [isAdvancedSearch] => [file_size] => [chkGetFileToZip] => Array ( ) [nRighe] => [_new:CActiveRecord:private] => 1 [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [progressivo] => 0 [pubblicato] => 1 [valido] => 1 [stamp_insert_user] => 1 [stamp_update_user] => 1 [idstato] => 2 ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => prenotaProtocollo [_e:CComponent:private] => [_m:CComponent:private] => ) [comboSocUte] => Array ( [descrizioneSocUte] => Array ( [6] => TRENITALIA ) ) [idStruttura] => 162 [idSocUtente] => 6 [idCommessa] => 1 [vociBreadcrumbs] => Array ( [Home] => Home [PIANO DI QUALITÀ] => PIANO DI QUALITÀ [Indice del Piano di Qualità] => Indice del Piano di Qualità ) [elementiMenu] => Array ( [0] => Array ( [label] => testLivello [url] => # [linkOptions] => Array ( [style] => [submit] => Array ( [0] => sgf3Documenti/admin ) [params] => Array ( [idsocietautente] => 6 [idcommessa] => 1 [idstrutturapadre] => 6320686 ) ) ) [1] => Array ( [label] => testLivello [url] => # [linkOptions] => Array ( [style] => [submit] => Array ( [0] => sgf3Documenti/admin ) [params] => Array ( [idsocietautente] => 6 [idcommessa] => 1 [idstrutturapadre] => 6320687 ) ) ) [2] => Array ( [label] => testLivello [url] => # [linkOptions] => Array ( [style] => [submit] => Array ( [0] => sgf3Documenti/admin ) [params] => Array ( [idsocietautente] => 6 [idcommessa] => 1 [idstrutturapadre] => 6320688 ) ) ) [3] => Array ( [label] => testLivello [url] => # [linkOptions] => Array ( [style] => [submit] => Array ( [0] => sgf3Documenti/admin ) [params] => Array ( [idsocietautente] => 6 [idcommessa] => 1 [idstrutturapadre] => 6320689 ) ) ) [4] => Array ( [label] => testLivello [url] => # [linkOptions] => Array ( [style] => [submit] => Array ( [0] => sgf3Documenti/admin ) [params] => Array ( [idsocietautente] => 6 [idcommessa] => 1 [idstrutturapadre] => 6320690 ) ) ) [5] => Array ( [label] => testLivello5 [url] => # [linkOptions] => Array ( [style] => [submit] => Array ( [0] => sgf3Documenti/admin ) [params] => Array ( [idsocietautente] => 6 [idcommessa] => 1 [idstrutturapadre] => 6320691 ) ) ) ) [isAdvancedSearch] => ) [2] => 1 ) ) [14] => Array ( [file] => /var/www/html/dev/sgf3/protected/controllers/Sgf3DocumentiController.php [line] => 559 [function] => render [class] => CController [type] => -> [args] => Array ( [0] => admin [1] => Array ( [documenti] => Sgf3Documenti Object ( [idcommessaStruttura] => [dataFrom] => [dataTo] => [dataFromFormatted] => [dataToFormatted] => [descSearchProt] => [dataSearchProtFromFormatted] => [dataSearchProtToFormatted] => [mittenteSearchProt] => [destinatarioSearchProt] => [rifprotSearchProt] => [protocolloEstSearchProt] => [statoSearchProt] => [autoreSearchProt] => [ownerSearchProt] => [categoriaSearchProt] => [tagsSearchProt] => [testoDoc] => [notin_tipostruttura] => [isAdvancedSearch] => [file_size] => [chkGetFileToZip] => Array ( ) [nRighe] => [_new:CActiveRecord:private] => 1 [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [progressivo] => [pubblicato] => 1 [valido] => 1 [stamp_insert_user] => [stamp_update_user] => [idstruttura] => 162 [iddocumento] => [iddocumentocondiviso] => [stampdoc] => [descrizione] => [idfile] => [tags] => [protocollo] => [idmittente] => [mittente] => [destinatario] => [iddestinatario] => [autore] => [idautore] => [owner] => [idowner] => [idcategoria] => [idstato] => [note] => [protocolloext] => [rifprotocollo] => [idsitodeposito] => [idprocesso] => [idveicolocliente] => [idtipodocumento] => [stamp_update] => [stamp_insert] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => CList Object ( [_d:CList:private] => Array ( [0] => CRequiredValidator Object ( [requiredValue] => [strict] => [trim] => 1 [attributes] => Array ( [0] => idstruttura [1] => stampdoc [2] => descrizione ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [1] => CRequiredValidator Object ( [requiredValue] => [strict] => [trim] => 1 [attributes] => Array ( [0] => idmittente [1] => iddestinatario [2] => idautore [3] => idstato [4] => idcategoria ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [2] => CInlineValidator Object ( [method] => validaMittente [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => idmittente ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [3] => CInlineValidator Object ( [method] => validaDestinatario [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => iddestinatario ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [4] => CInlineValidator Object ( [method] => validaProcesso [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => idprocesso ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [5] => CInlineValidator Object ( [method] => validaTipodoc [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => idtipodocumento ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [6] => CInlineValidator Object ( [method] => validaveicolocliente [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => idveicolocliente ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [7] => CSafeValidator Object ( [attributes] => Array ( [0] => stampdocFormatted [1] => tagsArray [2] => file_size [3] => chkGetFileToZip [4] => nRighe ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [8] => CInlineValidator Object ( [method] => update [params] => Array ( [on] => update ) [clientValidate] => [attributes] => Array ( [0] => stampdoc [1] => descrizione [2] => protocollo [3] => idmittente [4] => mittente [5] => iddestinatario [6] => destinatario [7] => protocolloext [8] => autore [9] => note ) [message] => [skipOnError] => [on] => Array ( [update] => update ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [9] => CNumberValidator Object ( [integerOnly] => 1 [allowEmpty] => 1 [max] => [min] => [tooBig] => [tooSmall] => [integerPattern] => /^\s*[+-]?\d+\s*$/ [numberPattern] => /^\s*[-+]?[0-9]*\.?[0-9]+([eE][-+]?[0-9]+)?\s*$/ [attributes] => Array ( [0] => idsocieta [1] => idstabilimento [2] => idstruttura [3] => idfile [4] => stamp_insert_user [5] => stamp_update_user [6] => idmittente [7] => iddestinatario [8] => idautore [9] => idowner [10] => idcategoria [11] => progressivo [12] => idstato [13] => pubblicato [14] => valido [15] => idsitodeposito [16] => idprocesso [17] => idveicolocliente [18] => idtipodocumento [19] => iddocumentocondiviso ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [10] => CStringValidator Object ( [max] => 200 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => descrizione ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [11] => CStringValidator Object ( [max] => 100 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => protocollo ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [12] => CStringValidator Object ( [max] => 100 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => mittente ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [13] => CStringValidator Object ( [max] => 100 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => destinatario ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [14] => CStringValidator Object ( [max] => 100 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => protocolloext ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [15] => CStringValidator Object ( [max] => 50 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => rifprotocollo ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [16] => CStringValidator Object ( [max] => 50 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => autore ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [17] => CStringValidator Object ( [max] => 50 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => owner ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [18] => CStringValidator Object ( [max] => 250 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => note ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [19] => CStringValidator Object ( [max] => 500 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => tags ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [20] => CSafeValidator Object ( [attributes] => Array ( [0] => idsocieta [1] => idstabilimento [2] => idstruttura [3] => iddocumento [4] => iddocumentocondiviso [5] => stampdoc [6] => descrizione [7] => idfile [8] => stamp_insert_user [9] => stamp_update_user [10] => stamp_update [11] => stamp_insert [12] => protocollo [13] => protocolloext [14] => idmittente [15] => mittente [16] => iddestinatario [17] => destinatario [18] => note [19] => autore [20] => idautore [21] => idowner [22] => idcategoria [23] => progressivo [24] => idstato [25] => pubblicato [26] => rifprotocollo [27] => owner [28] => tags [29] => descSearchProt [30] => dataSearchProtFromFormatted [31] => dataSearchProtToFormatted [32] => mittenteSearchProt [33] => destinatarioSearchProt [34] => rifprotSearchProt [35] => protocolloEstSearchProt [36] => statoSearchProt [37] => autoreSearchProt [38] => ownerSearchProt [39] => categoriaSearchProt [40] => tagsSearchProt [41] => valido [42] => idsitodeposito [43] => idprocesso [44] => idveicolocliente [45] => idtipodocumento [46] => testoDoc [47] => nRighe ) [message] => [skipOnError] => [on] => Array ( [search] => search ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_c:CList:private] => 21 [_r:CList:private] => [_e:CComponent:private] => [_m:CComponent:private] => ) [_scenario:CModel:private] => search [_e:CComponent:private] => [_m:CComponent:private] => ) [prenotazioneProtocollo] => Sgf3Documenti Object ( [idcommessaStruttura] => [dataFrom] => [dataTo] => [dataFromFormatted] => [dataToFormatted] => [descSearchProt] => [dataSearchProtFromFormatted] => [dataSearchProtToFormatted] => [mittenteSearchProt] => [destinatarioSearchProt] => [rifprotSearchProt] => [protocolloEstSearchProt] => [statoSearchProt] => [autoreSearchProt] => [ownerSearchProt] => [categoriaSearchProt] => [tagsSearchProt] => [testoDoc] => [notin_tipostruttura] => [isAdvancedSearch] => [file_size] => [chkGetFileToZip] => Array ( ) [nRighe] => [_new:CActiveRecord:private] => 1 [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [progressivo] => 0 [pubblicato] => 1 [valido] => 1 [stamp_insert_user] => 1 [stamp_update_user] => 1 [idstato] => 2 ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => prenotaProtocollo [_e:CComponent:private] => [_m:CComponent:private] => ) [comboSocUte] => Array ( [descrizioneSocUte] => Array ( [6] => TRENITALIA ) ) [idStruttura] => 162 [idSocUtente] => 6 [idCommessa] => 1 [vociBreadcrumbs] => Array ( [Home] => Home [PIANO DI QUALITÀ] => PIANO DI QUALITÀ [Indice del Piano di Qualità] => Indice del Piano di Qualità ) [elementiMenu] => Array ( [0] => Array ( [label] => testLivello [url] => # [linkOptions] => Array ( [style] => [submit] => Array ( [0] => sgf3Documenti/admin ) [params] => Array ( [idsocietautente] => 6 [idcommessa] => 1 [idstrutturapadre] => 6320686 ) ) ) [1] => Array ( [label] => testLivello [url] => # [linkOptions] => Array ( [style] => [submit] => Array ( [0] => sgf3Documenti/admin ) [params] => Array ( [idsocietautente] => 6 [idcommessa] => 1 [idstrutturapadre] => 6320687 ) ) ) [2] => Array ( [label] => testLivello [url] => # [linkOptions] => Array ( [style] => [submit] => Array ( [0] => sgf3Documenti/admin ) [params] => Array ( [idsocietautente] => 6 [idcommessa] => 1 [idstrutturapadre] => 6320688 ) ) ) [3] => Array ( [label] => testLivello [url] => # [linkOptions] => Array ( [style] => [submit] => Array ( [0] => sgf3Documenti/admin ) [params] => Array ( [idsocietautente] => 6 [idcommessa] => 1 [idstrutturapadre] => 6320689 ) ) ) [4] => Array ( [label] => testLivello [url] => # [linkOptions] => Array ( [style] => [submit] => Array ( [0] => sgf3Documenti/admin ) [params] => Array ( [idsocietautente] => 6 [idcommessa] => 1 [idstrutturapadre] => 6320690 ) ) ) [5] => Array ( [label] => testLivello5 [url] => # [linkOptions] => Array ( [style] => [submit] => Array ( [0] => sgf3Documenti/admin ) [params] => Array ( [idsocietautente] => 6 [idcommessa] => 1 [idstrutturapadre] => 6320691 ) ) ) ) [isAdvancedSearch] => ) ) ) [15] => Array ( [file] => /var/www/html/dev/yii/framework/web/actions/CInlineAction.php [line] => 49 [function] => actionAdmin [class] => Sgf3DocumentiController [type] => -> [args] => Array ( ) ) [16] => Array ( [file] => /var/www/html/dev/yii/framework/web/CController.php [line] => 308 [function] => runWithParams [class] => CInlineAction [type] => -> [args] => Array ( [0] => Array ( ) ) ) [17] => Array ( [file] => /var/www/html/dev/yii/framework/web/filters/CFilterChain.php [line] => 134 [function] => runAction [class] => CController [type] => -> [args] => Array ( [0] => CInlineAction Object ( [_id:CAction:private] => admin [_controller:CAction:private] => Sgf3DocumentiController Object ( [layout] => column1 [menu] => Array ( ) [breadcrumbs] => Array ( ) [defaultAction] => index [_id:CController:private] => sgf3Documenti [_action:CController:private] => CInlineAction Object *RECURSION* [_pageTitle:CController:private] => [_cachingStack:CController:private] => [_clips:CController:private] => [_dynamicOutput:CController:private] => [_pageStates:CController:private] => [_module:CController:private] => [_widgetStack:CBaseController:private] => Array ( ) [_e:CComponent:private] => [_m:CComponent:private] => Array ( [eexcelview] => EExcelBehavior Object ( [_enabled:CBehavior:private] => 1 [_owner:CBehavior:private] => Sgf3DocumentiController Object *RECURSION* [_e:CComponent:private] => [_m:CComponent:private] => ) ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) ) ) [18] => Array ( [file] => /var/www/html/dev/yii/framework/web/filters/CFilter.php [line] => 40 [function] => run [class] => CFilterChain [type] => -> [args] => Array ( ) ) [19] => Array ( [file] => /var/www/html/dev/yii/framework/web/CController.php [line] => 1148 [function] => filter [class] => CFilter [type] => -> [args] => Array ( [0] => CFilterChain Object ( [controller] => Sgf3DocumentiController Object ( [layout] => column1 [menu] => Array ( ) [breadcrumbs] => Array ( ) [defaultAction] => index [_id:CController:private] => sgf3Documenti [_action:CController:private] => CInlineAction Object ( [_id:CAction:private] => admin [_controller:CAction:private] => Sgf3DocumentiController Object *RECURSION* [_e:CComponent:private] => [_m:CComponent:private] => ) [_pageTitle:CController:private] => [_cachingStack:CController:private] => [_clips:CController:private] => [_dynamicOutput:CController:private] => [_pageStates:CController:private] => [_module:CController:private] => [_widgetStack:CBaseController:private] => Array ( ) [_e:CComponent:private] => [_m:CComponent:private] => Array ( [eexcelview] => EExcelBehavior Object ( [_enabled:CBehavior:private] => 1 [_owner:CBehavior:private] => Sgf3DocumentiController Object *RECURSION* [_e:CComponent:private] => [_m:CComponent:private] => ) ) ) [action] => CInlineAction Object ( [_id:CAction:private] => admin [_controller:CAction:private] => Sgf3DocumentiController Object ( [layout] => column1 [menu] => Array ( ) [breadcrumbs] => Array ( ) [defaultAction] => index [_id:CController:private] => sgf3Documenti [_action:CController:private] => CInlineAction Object *RECURSION* [_pageTitle:CController:private] => [_cachingStack:CController:private] => [_clips:CController:private] => [_dynamicOutput:CController:private] => [_pageStates:CController:private] => [_module:CController:private] => [_widgetStack:CBaseController:private] => Array ( ) [_e:CComponent:private] => [_m:CComponent:private] => Array ( [eexcelview] => EExcelBehavior Object ( [_enabled:CBehavior:private] => 1 [_owner:CBehavior:private] => Sgf3DocumentiController Object *RECURSION* [_e:CComponent:private] => [_m:CComponent:private] => ) ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [filterIndex] => 1 [_d:CList:private] => Array ( [0] => CInlineFilter Object ( [name] => accessControl [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_c:CList:private] => 1 [_r:CList:private] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) ) [20] => Array ( [file] => /var/www/html/dev/yii/framework/web/filters/CInlineFilter.php [line] => 58 [function] => filterAccessControl [class] => CController [type] => -> [args] => Array ( [0] => CFilterChain Object ( [controller] => Sgf3DocumentiController Object ( [layout] => column1 [menu] => Array ( ) [breadcrumbs] => Array ( ) [defaultAction] => index [_id:CController:private] => sgf3Documenti [_action:CController:private] => CInlineAction Object ( [_id:CAction:private] => admin [_controller:CAction:private] => Sgf3DocumentiController Object *RECURSION* [_e:CComponent:private] => [_m:CComponent:private] => ) [_pageTitle:CController:private] => [_cachingStack:CController:private] => [_clips:CController:private] => [_dynamicOutput:CController:private] => [_pageStates:CController:private] => [_module:CController:private] => [_widgetStack:CBaseController:private] => Array ( ) [_e:CComponent:private] => [_m:CComponent:private] => Array ( [eexcelview] => EExcelBehavior Object ( [_enabled:CBehavior:private] => 1 [_owner:CBehavior:private] => Sgf3DocumentiController Object *RECURSION* [_e:CComponent:private] => [_m:CComponent:private] => ) ) ) [action] => CInlineAction Object ( [_id:CAction:private] => admin [_controller:CAction:private] => Sgf3DocumentiController Object ( [layout] => column1 [menu] => Array ( ) [breadcrumbs] => Array ( ) [defaultAction] => index [_id:CController:private] => sgf3Documenti [_action:CController:private] => CInlineAction Object *RECURSION* [_pageTitle:CController:private] => [_cachingStack:CController:private] => [_clips:CController:private] => [_dynamicOutput:CController:private] => [_pageStates:CController:private] => [_module:CController:private] => [_widgetStack:CBaseController:private] => Array ( ) [_e:CComponent:private] => [_m:CComponent:private] => Array ( [eexcelview] => EExcelBehavior Object ( [_enabled:CBehavior:private] => 1 [_owner:CBehavior:private] => Sgf3DocumentiController Object *RECURSION* [_e:CComponent:private] => [_m:CComponent:private] => ) ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [filterIndex] => 1 [_d:CList:private] => Array ( [0] => CInlineFilter Object ( [name] => accessControl [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_c:CList:private] => 1 [_r:CList:private] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) ) [21] => Array ( [file] => /var/www/html/dev/yii/framework/web/filters/CFilterChain.php [line] => 131 [function] => filter [class] => CInlineFilter [type] => -> [args] => Array ( [0] => CFilterChain Object ( [controller] => Sgf3DocumentiController Object ( [layout] => column1 [menu] => Array ( ) [breadcrumbs] => Array ( ) [defaultAction] => index [_id:CController:private] => sgf3Documenti [_action:CController:private] => CInlineAction Object ( [_id:CAction:private] => admin [_controller:CAction:private] => Sgf3DocumentiController Object *RECURSION* [_e:CComponent:private] => [_m:CComponent:private] => ) [_pageTitle:CController:private] => [_cachingStack:CController:private] => [_clips:CController:private] => [_dynamicOutput:CController:private] => [_pageStates:CController:private] => [_module:CController:private] => [_widgetStack:CBaseController:private] => Array ( ) [_e:CComponent:private] => [_m:CComponent:private] => Array ( [eexcelview] => EExcelBehavior Object ( [_enabled:CBehavior:private] => 1 [_owner:CBehavior:private] => Sgf3DocumentiController Object *RECURSION* [_e:CComponent:private] => [_m:CComponent:private] => ) ) ) [action] => CInlineAction Object ( [_id:CAction:private] => admin [_controller:CAction:private] => Sgf3DocumentiController Object ( [layout] => column1 [menu] => Array ( ) [breadcrumbs] => Array ( ) [defaultAction] => index [_id:CController:private] => sgf3Documenti [_action:CController:private] => CInlineAction Object *RECURSION* [_pageTitle:CController:private] => [_cachingStack:CController:private] => [_clips:CController:private] => [_dynamicOutput:CController:private] => [_pageStates:CController:private] => [_module:CController:private] => [_widgetStack:CBaseController:private] => Array ( ) [_e:CComponent:private] => [_m:CComponent:private] => Array ( [eexcelview] => EExcelBehavior Object ( [_enabled:CBehavior:private] => 1 [_owner:CBehavior:private] => Sgf3DocumentiController Object *RECURSION* [_e:CComponent:private] => [_m:CComponent:private] => ) ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [filterIndex] => 1 [_d:CList:private] => Array ( [0] => CInlineFilter Object ( [name] => accessControl [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_c:CList:private] => 1 [_r:CList:private] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) ) [22] => Array ( [file] => /var/www/html/dev/yii/framework/web/CController.php [line] => 291 [function] => run [class] => CFilterChain [type] => -> [args] => Array ( ) ) [23] => Array ( [file] => /var/www/html/dev/yii/framework/web/CController.php [line] => 265 [function] => runActionWithFilters [class] => CController [type] => -> [args] => Array ( [0] => CInlineAction Object ( [_id:CAction:private] => admin [_controller:CAction:private] => Sgf3DocumentiController Object ( [layout] => column1 [menu] => Array ( ) [breadcrumbs] => Array ( ) [defaultAction] => index [_id:CController:private] => sgf3Documenti [_action:CController:private] => CInlineAction Object *RECURSION* [_pageTitle:CController:private] => [_cachingStack:CController:private] => [_clips:CController:private] => [_dynamicOutput:CController:private] => [_pageStates:CController:private] => [_module:CController:private] => [_widgetStack:CBaseController:private] => Array ( ) [_e:CComponent:private] => [_m:CComponent:private] => Array ( [eexcelview] => EExcelBehavior Object ( [_enabled:CBehavior:private] => 1 [_owner:CBehavior:private] => Sgf3DocumentiController Object *RECURSION* [_e:CComponent:private] => [_m:CComponent:private] => ) ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [1] => Array ( [0] => accessControl [1] => postOnly + delete ) ) ) [24] => Array ( [file] => /var/www/html/dev/yii/framework/web/CWebApplication.php [line] => 282 [function] => run [class] => CController [type] => -> [args] => Array ( [0] => admin ) ) [25] => Array ( [file] => /var/www/html/dev/yii/framework/web/CWebApplication.php [line] => 141 [function] => runController [class] => CWebApplication [type] => -> [args] => Array ( [0] => sgf3Documenti/admin ) ) [26] => Array ( [file] => /var/www/html/dev/yii/framework/base/CApplication.php [line] => 185 [function] => processRequest [class] => CWebApplication [type] => -> [args] => Array ( ) ) [27] => Array ( [file] => /var/www/html/dev/sgf3/index.php [line] => 46 [function] => run [class] => CApplication [type] => -> [args] => Array ( ) ) ) 03/06/2025 16:28:16 - TYPE ERROR:CDbException 03/06/2025 16:28:16 - MESSAGE:CDbCommand ha riportato un errore nella preparazione della query SQL: SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'AND NOT EXISTS (SELECT 1
FROM...' at line 1 03/06/2025 16:28:16 - Error File LINE: 03/06/2025 16:28:16 - /var/www/html/dev/sgf3/protected/views/sgf3Documenti/admin.php(727) 03/06/2025 16:28:16 - Error SOURCE CODE: 03/06/2025 16:28:16 -
715     </div>
716    
717     <div class="row">
718       <?php
719         /*Menu laterale*/
720         /* 20160412 - TICKET:0000826
721          * se l'utente collegato non è admin e non ci sono dati da visualizzare il menù laterale 
722          * occupa tutta la pagina
723          */
724         $datadocuments = $documenti->search();
725         
726         //conteggio documenti trovati
727         $numdoc = $documenti->search()->totalItemCount;
728         $boosterClassMenu = 'col-md-3';
729         $showGrid = true;
730         
731         //20160516 - TICKET:0000969
732         if( $numdoc==0 && !hasAnyRole('amministratore_sistema') && !hasAnyRole('EDITOR') && !$isAdminProject){
733           //$boosterClassMenu = 'col-md-12';
734           $showGrid = false;
735         }
736         
737         //20160331 - TICKET:0000813
738         if(count($elementiMenu) && $idCommessa!="" && !$isAdvancedSearch){
739 
03/06/2025 16:28:16 - Stack Trace:Array ( [0] => Array ( [file] => /var/www/html/dev/yii/framework/db/CDbCommand.php [line] => 273 [function] => prepare [class] => CDbCommand [type] => -> [args] => Array ( ) ) [1] => Array ( [file] => /var/www/html/dev/yii/framework/db/schema/CDbCommandBuilder.php [line] => 568 [function] => bindValue [class] => CDbCommand [type] => -> [args] => Array ( [0] => :ycp4 [1] => 1 ) ) [2] => Array ( [file] => /var/www/html/dev/yii/framework/db/ar/CActiveFinder.php [line] => 1375 [function] => bindValues [class] => CDbCommandBuilder [type] => -> [args] => Array ( [0] => CDbCommand Object ( [params] => Array ( ) [_connection:CDbCommand:private] => CDbConnection Object ( [connectionString] => mysql:host=localhost;dbname=sgf3_dev [username] => SOPHIADeveloper [password] => UkF671Grj511 [schemaCachingDuration] => 0 [schemaCachingExclude] => Array ( ) [schemaCacheID] => cache [queryCachingDuration] => 0 [queryCachingDependency] => [queryCachingCount] => 0 [queryCacheID] => cache [autoConnect] => 1 [charset] => utf8 [emulatePrepare] => [enableParamLogging] => [enableProfiling] => [tablePrefix] => [initSQLs] => [driverMap] => Array ( [cubrid] => CCubridSchema [pgsql] => CPgsqlSchema [mysqli] => CMysqlSchema [mysql] => CMysqlSchema [sqlite] => CSqliteSchema [sqlite2] => CSqliteSchema [mssql] => CMssqlSchema [dblib] => CMssqlSchema [sqlsrv] => CMssqlSchema [oci] => COciSchema ) [pdoClass] => PDO [_driverName:CDbConnection:private] => mysql [_attributes:CDbConnection:private] => Array ( ) [_active:CDbConnection:private] => 1 [_pdo:CDbConnection:private] => PDO Object ( ) [_transaction:CDbConnection:private] => [_schema:CDbConnection:private] => CMysqlSchema Object ( [columnTypes] => Array ( [pk] => int(11) NOT NULL AUTO_INCREMENT PRIMARY KEY [bigpk] => bigint(20) NOT NULL AUTO_INCREMENT PRIMARY KEY [string] => varchar(255) [text] => text [integer] => int(11) [bigint] => bigint(20) [float] => float [decimal] => decimal [datetime] => datetime [timestamp] => timestamp [time] => time [date] => date [binary] => blob [boolean] => tinyint(1) [money] => decimal(19,4) ) [_tableNames:CDbSchema:private] => Array ( ) [_tables:CDbSchema:private] => Array ( [frm_cruge_session] => CMysqlTableSchema Object ( [schemaName] => [name] => frm_cruge_session [rawName] => `frm_cruge_session` [primaryKey] => idsession [sequenceName] => [foreignKeys] => Array ( ) [columns] => Array ( [idsession] => CMysqlColumnSchema Object ( [name] => idsession [rawName] => `idsession` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [iduser] => CMysqlColumnSchema Object ( [name] => iduser [rawName] => `iduser` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [created] => CMysqlColumnSchema Object ( [name] => created [rawName] => `created` [allowNull] => 1 [dbType] => bigint(30) [type] => string [defaultValue] => [size] => 30 [precision] => 30 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [expire] => CMysqlColumnSchema Object ( [name] => expire [rawName] => `expire` [allowNull] => 1 [dbType] => bigint(30) [type] => string [defaultValue] => [size] => 30 [precision] => 30 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [status] => CMysqlColumnSchema Object ( [name] => status [rawName] => `status` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 0 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [ipaddress] => CMysqlColumnSchema Object ( [name] => ipaddress [rawName] => `ipaddress` [allowNull] => 1 [dbType] => varchar(45) [type] => string [defaultValue] => [size] => 45 [precision] => 45 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [usagecount] => CMysqlColumnSchema Object ( [name] => usagecount [rawName] => `usagecount` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 0 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [lastusage] => CMysqlColumnSchema Object ( [name] => lastusage [rawName] => `lastusage` [allowNull] => 1 [dbType] => bigint(30) [type] => string [defaultValue] => [size] => 30 [precision] => 30 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [logoutdate] => CMysqlColumnSchema Object ( [name] => logoutdate [rawName] => `logoutdate` [allowNull] => 1 [dbType] => bigint(30) [type] => string [defaultValue] => [size] => 30 [precision] => 30 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [ipaddressout] => CMysqlColumnSchema Object ( [name] => ipaddressout [rawName] => `ipaddressout` [allowNull] => 1 [dbType] => varchar(45) [type] => string [defaultValue] => [size] => 45 [precision] => 45 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [frm_cruge_system] => CMysqlTableSchema Object ( [schemaName] => [name] => frm_cruge_system [rawName] => `frm_cruge_system` [primaryKey] => idsystem [sequenceName] => [foreignKeys] => Array ( ) [columns] => Array ( [idsystem] => CMysqlColumnSchema Object ( [name] => idsystem [rawName] => `idsystem` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [name] => CMysqlColumnSchema Object ( [name] => name [rawName] => `name` [allowNull] => 1 [dbType] => varchar(45) [type] => string [defaultValue] => [size] => 45 [precision] => 45 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [largename] => CMysqlColumnSchema Object ( [name] => largename [rawName] => `largename` [allowNull] => 1 [dbType] => varchar(45) [type] => string [defaultValue] => [size] => 45 [precision] => 45 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [sessionmaxdurationmins] => CMysqlColumnSchema Object ( [name] => sessionmaxdurationmins [rawName] => `sessionmaxdurationmins` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 30 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [sessionmaxsameipconnections] => CMysqlColumnSchema Object ( [name] => sessionmaxsameipconnections [rawName] => `sessionmaxsameipconnections` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 10 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [sessionreusesessions] => CMysqlColumnSchema Object ( [name] => sessionreusesessions [rawName] => `sessionreusesessions` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => 1yes 0no [_e:CComponent:private] => [_m:CComponent:private] => ) [sessionmaxsessionsperday] => CMysqlColumnSchema Object ( [name] => sessionmaxsessionsperday [rawName] => `sessionmaxsessionsperday` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => -1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [sessionmaxsessionsperuser] => CMysqlColumnSchema Object ( [name] => sessionmaxsessionsperuser [rawName] => `sessionmaxsessionsperuser` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => -1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [systemnonewsessions] => CMysqlColumnSchema Object ( [name] => systemnonewsessions [rawName] => `systemnonewsessions` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 0 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => 1yes 0no [_e:CComponent:private] => [_m:CComponent:private] => ) [systemdown] => CMysqlColumnSchema Object ( [name] => systemdown [rawName] => `systemdown` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 0 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [registerusingcaptcha] => CMysqlColumnSchema Object ( [name] => registerusingcaptcha [rawName] => `registerusingcaptcha` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 0 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [registerusingterms] => CMysqlColumnSchema Object ( [name] => registerusingterms [rawName] => `registerusingterms` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 0 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [terms] => CMysqlColumnSchema Object ( [name] => terms [rawName] => `terms` [allowNull] => 1 [dbType] => blob [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [registerusingactivation] => CMysqlColumnSchema Object ( [name] => registerusingactivation [rawName] => `registerusingactivation` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [defaultroleforregistration] => CMysqlColumnSchema Object ( [name] => defaultroleforregistration [rawName] => `defaultroleforregistration` [allowNull] => 1 [dbType] => varchar(64) [type] => string [defaultValue] => [size] => 64 [precision] => 64 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [registerusingtermslabel] => CMysqlColumnSchema Object ( [name] => registerusingtermslabel [rawName] => `registerusingtermslabel` [allowNull] => 1 [dbType] => varchar(100) [type] => string [defaultValue] => [size] => 100 [precision] => 100 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [registrationonlogin] => CMysqlColumnSchema Object ( [name] => registrationonlogin [rawName] => `registrationonlogin` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [startmaintenancedate] => CMysqlColumnSchema Object ( [name] => startmaintenancedate [rawName] => `startmaintenancedate` [allowNull] => 1 [dbType] => bigint(20) [type] => string [defaultValue] => [size] => 20 [precision] => 20 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [frm_cruge_user] => CMysqlTableSchema Object ( [schemaName] => [name] => frm_cruge_user [rawName] => `frm_cruge_user` [primaryKey] => iduser [sequenceName] => [foreignKeys] => Array ( ) [columns] => Array ( [iduser] => CMysqlColumnSchema Object ( [name] => iduser [rawName] => `iduser` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [regdate] => CMysqlColumnSchema Object ( [name] => regdate [rawName] => `regdate` [allowNull] => 1 [dbType] => bigint(30) [type] => string [defaultValue] => [size] => 30 [precision] => 30 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [actdate] => CMysqlColumnSchema Object ( [name] => actdate [rawName] => `actdate` [allowNull] => 1 [dbType] => bigint(30) [type] => string [defaultValue] => [size] => 30 [precision] => 30 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [logondate] => CMysqlColumnSchema Object ( [name] => logondate [rawName] => `logondate` [allowNull] => 1 [dbType] => bigint(30) [type] => string [defaultValue] => [size] => 30 [precision] => 30 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [username] => CMysqlColumnSchema Object ( [name] => username [rawName] => `username` [allowNull] => 1 [dbType] => varchar(64) [type] => string [defaultValue] => [size] => 64 [precision] => 64 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [email] => CMysqlColumnSchema Object ( [name] => email [rawName] => `email` [allowNull] => 1 [dbType] => varchar(45) [type] => string [defaultValue] => [size] => 45 [precision] => 45 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [password] => CMysqlColumnSchema Object ( [name] => password [rawName] => `password` [allowNull] => 1 [dbType] => varchar(64) [type] => string [defaultValue] => [size] => 64 [precision] => 64 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => Hashed password [_e:CComponent:private] => [_m:CComponent:private] => ) [authkey] => CMysqlColumnSchema Object ( [name] => authkey [rawName] => `authkey` [allowNull] => 1 [dbType] => varchar(100) [type] => string [defaultValue] => [size] => 100 [precision] => 100 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => Chiave di autenticazione [_e:CComponent:private] => [_m:CComponent:private] => ) [state] => CMysqlColumnSchema Object ( [name] => state [rawName] => `state` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 0 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [totalsessioncounter] => CMysqlColumnSchema Object ( [name] => totalsessioncounter [rawName] => `totalsessioncounter` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 0 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [currentsessioncounter] => CMysqlColumnSchema Object ( [name] => currentsessioncounter [rawName] => `currentsessioncounter` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 0 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [frm_ana_utenti] => CMysqlTableSchema Object ( [schemaName] => [name] => frm_ana_utenti [rawName] => `frm_ana_utenti` [primaryKey] => idanautente [sequenceName] => [foreignKeys] => Array ( [idcrugeuser] => Array ( [0] => frm_cruge_user [1] => iduser ) [idsocieta] => Array ( [0] => frm_ana_societa [1] => idsocieta ) [idsocietautente] => Array ( [0] => frm_ana_societa_utente [1] => idsocietautente ) [idstabilimento] => Array ( [0] => frm_ana_stabilimento [1] => idstabilimento ) [stamp_insert_user] => Array ( [0] => frm_cruge_user [1] => iduser ) [stamp_update_user] => Array ( [0] => frm_cruge_user [1] => iduser ) ) [columns] => Array ( [idsocieta] => CMysqlColumnSchema Object ( [name] => idsocieta [rawName] => `idsocieta` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idstabilimento] => CMysqlColumnSchema Object ( [name] => idstabilimento [rawName] => `idstabilimento` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idanautente] => CMysqlColumnSchema Object ( [name] => idanautente [rawName] => `idanautente` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idcrugeuser] => CMysqlColumnSchema Object ( [name] => idcrugeuser [rawName] => `idcrugeuser` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idsocietautente] => CMysqlColumnSchema Object ( [name] => idsocietautente [rawName] => `idsocietautente` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [first_password] => CMysqlColumnSchema Object ( [name] => first_password [rawName] => `first_password` [allowNull] => 1 [dbType] => varchar(64) [type] => string [defaultValue] => [size] => 64 [precision] => 64 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [nome] => CMysqlColumnSchema Object ( [name] => nome [rawName] => `nome` [allowNull] => 1 [dbType] => varchar(45) [type] => string [defaultValue] => [size] => 45 [precision] => 45 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [cognome] => CMysqlColumnSchema Object ( [name] => cognome [rawName] => `cognome` [allowNull] => 1 [dbType] => varchar(45) [type] => string [defaultValue] => [size] => 45 [precision] => 45 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [telefono] => CMysqlColumnSchema Object ( [name] => telefono [rawName] => `telefono` [allowNull] => 1 [dbType] => varchar(45) [type] => string [defaultValue] => [size] => 45 [precision] => 45 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [posizioneaziendale] => CMysqlColumnSchema Object ( [name] => posizioneaziendale [rawName] => `posizioneaziendale` [allowNull] => 1 [dbType] => varchar(100) [type] => string [defaultValue] => [size] => 100 [precision] => 100 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [iddipartimutente] => CMysqlColumnSchema Object ( [name] => iddipartimutente [rawName] => `iddipartimutente` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [note] => CMysqlColumnSchema Object ( [name] => note [rawName] => `note` [allowNull] => 1 [dbType] => mediumtext [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [nologin] => CMysqlColumnSchema Object ( [name] => nologin [rawName] => `nologin` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 0 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_insert_user] => CMysqlColumnSchema Object ( [name] => stamp_insert_user [rawName] => `stamp_insert_user` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_update_user] => CMysqlColumnSchema Object ( [name] => stamp_update_user [rawName] => `stamp_update_user` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_update] => CMysqlColumnSchema Object ( [name] => stamp_update [rawName] => `stamp_update` [allowNull] => [dbType] => datetime [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_insert] => CMysqlColumnSchema Object ( [name] => stamp_insert [rawName] => `stamp_insert` [allowNull] => [dbType] => datetime [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [sgf3_documenti] => CMysqlTableSchema Object ( [schemaName] => [name] => sgf3_documenti [rawName] => `sgf3_documenti` [primaryKey] => iddocumento [sequenceName] => [foreignKeys] => Array ( [idcategoria] => Array ( [0] => sgf3_categorie_documenti [1] => idcategoria ) [iddestinatario] => Array ( [0] => frm_ana_societa_utente [1] => idsocietautente ) [idstruttura] => Array ( [0] => frm_ana_struttura [1] => idstruttura ) [idmittente] => Array ( [0] => frm_ana_societa_utente [1] => idsocietautente ) [idprocesso] => Array ( [0] => sgf3_processi [1] => idprocesso ) [idsitodeposito] => Array ( [0] => sgf3_sitidepositi [1] => idsitodeposito ) [idsocieta] => Array ( [0] => frm_ana_societa [1] => idsocieta ) [idstabilimento] => Array ( [0] => frm_ana_stabilimento [1] => idstabilimento ) [idstato] => Array ( [0] => sgf3_stati_documento [1] => idstato ) [idtipodocumento] => Array ( [0] => sgf3_tipidocumenti [1] => idtipodocumento ) [idveicolocliente] => Array ( [0] => sgf3_veicolocliente [1] => idveicolocliente ) ) [columns] => Array ( [idsocieta] => CMysqlColumnSchema Object ( [name] => idsocieta [rawName] => `idsocieta` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idstabilimento] => CMysqlColumnSchema Object ( [name] => idstabilimento [rawName] => `idstabilimento` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idstruttura] => CMysqlColumnSchema Object ( [name] => idstruttura [rawName] => `idstruttura` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [iddocumento] => CMysqlColumnSchema Object ( [name] => iddocumento [rawName] => `iddocumento` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [iddocumentocondiviso] => CMysqlColumnSchema Object ( [name] => iddocumentocondiviso [rawName] => `iddocumentocondiviso` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stampdoc] => CMysqlColumnSchema Object ( [name] => stampdoc [rawName] => `stampdoc` [allowNull] => [dbType] => datetime [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [descrizione] => CMysqlColumnSchema Object ( [name] => descrizione [rawName] => `descrizione` [allowNull] => [dbType] => varchar(250) [type] => string [defaultValue] => [size] => 250 [precision] => 250 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idfile] => CMysqlColumnSchema Object ( [name] => idfile [rawName] => `idfile` [allowNull] => 1 [dbType] => int(100) [type] => integer [defaultValue] => [size] => 100 [precision] => 100 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [tags] => CMysqlColumnSchema Object ( [name] => tags [rawName] => `tags` [allowNull] => 1 [dbType] => varchar(500) [type] => string [defaultValue] => [size] => 500 [precision] => 500 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [protocollo] => CMysqlColumnSchema Object ( [name] => protocollo [rawName] => `protocollo` [allowNull] => 1 [dbType] => varchar(100) [type] => string [defaultValue] => [size] => 100 [precision] => 100 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idmittente] => CMysqlColumnSchema Object ( [name] => idmittente [rawName] => `idmittente` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [mittente] => CMysqlColumnSchema Object ( [name] => mittente [rawName] => `mittente` [allowNull] => 1 [dbType] => varchar(100) [type] => string [defaultValue] => [size] => 100 [precision] => 100 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [destinatario] => CMysqlColumnSchema Object ( [name] => destinatario [rawName] => `destinatario` [allowNull] => 1 [dbType] => varchar(100) [type] => string [defaultValue] => [size] => 100 [precision] => 100 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [iddestinatario] => CMysqlColumnSchema Object ( [name] => iddestinatario [rawName] => `iddestinatario` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [autore] => CMysqlColumnSchema Object ( [name] => autore [rawName] => `autore` [allowNull] => 1 [dbType] => varchar(50) [type] => string [defaultValue] => [size] => 50 [precision] => 50 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idautore] => CMysqlColumnSchema Object ( [name] => idautore [rawName] => `idautore` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [owner] => CMysqlColumnSchema Object ( [name] => owner [rawName] => `owner` [allowNull] => 1 [dbType] => varchar(50) [type] => string [defaultValue] => [size] => 50 [precision] => 50 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idowner] => CMysqlColumnSchema Object ( [name] => idowner [rawName] => `idowner` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idcategoria] => CMysqlColumnSchema Object ( [name] => idcategoria [rawName] => `idcategoria` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [progressivo] => CMysqlColumnSchema Object ( [name] => progressivo [rawName] => `progressivo` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 0 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idstato] => CMysqlColumnSchema Object ( [name] => idstato [rawName] => `idstato` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [pubblicato] => CMysqlColumnSchema Object ( [name] => pubblicato [rawName] => `pubblicato` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [note] => CMysqlColumnSchema Object ( [name] => note [rawName] => `note` [allowNull] => 1 [dbType] => varchar(250) [type] => string [defaultValue] => [size] => 250 [precision] => 250 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [protocolloext] => CMysqlColumnSchema Object ( [name] => protocolloext [rawName] => `protocolloext` [allowNull] => 1 [dbType] => varchar(100) [type] => string [defaultValue] => [size] => 100 [precision] => 100 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [rifprotocollo] => CMysqlColumnSchema Object ( [name] => rifprotocollo [rawName] => `rifprotocollo` [allowNull] => 1 [dbType] => varchar(50) [type] => string [defaultValue] => [size] => 50 [precision] => 50 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [valido] => CMysqlColumnSchema Object ( [name] => valido [rawName] => `valido` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idsitodeposito] => CMysqlColumnSchema Object ( [name] => idsitodeposito [rawName] => `idsitodeposito` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idprocesso] => CMysqlColumnSchema Object ( [name] => idprocesso [rawName] => `idprocesso` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idveicolocliente] => CMysqlColumnSchema Object ( [name] => idveicolocliente [rawName] => `idveicolocliente` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idtipodocumento] => CMysqlColumnSchema Object ( [name] => idtipodocumento [rawName] => `idtipodocumento` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_insert_user] => CMysqlColumnSchema Object ( [name] => stamp_insert_user [rawName] => `stamp_insert_user` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_update_user] => CMysqlColumnSchema Object ( [name] => stamp_update_user [rawName] => `stamp_update_user` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_update] => CMysqlColumnSchema Object ( [name] => stamp_update [rawName] => `stamp_update` [allowNull] => [dbType] => datetime [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_insert] => CMysqlColumnSchema Object ( [name] => stamp_insert [rawName] => `stamp_insert` [allowNull] => [dbType] => datetime [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [frm_ana_societa_utente] => CMysqlTableSchema Object ( [schemaName] => [name] => frm_ana_societa_utente [rawName] => `frm_ana_societa_utente` [primaryKey] => idsocietautente [sequenceName] => [foreignKeys] => Array ( [idlogo] => Array ( [0] => frm_files_upload [1] => idfile ) [idsocieta] => Array ( [0] => frm_ana_societa [1] => idsocieta ) [idstabilimento] => Array ( [0] => frm_ana_stabilimento [1] => idstabilimento ) [idtiposocieta] => Array ( [0] => sys_tipo_societa [1] => idtiposocieta ) [stamp_insert_user] => Array ( [0] => frm_cruge_user [1] => iduser ) [stamp_update_user] => Array ( [0] => frm_cruge_user [1] => iduser ) ) [columns] => Array ( [idsocieta] => CMysqlColumnSchema Object ( [name] => idsocieta [rawName] => `idsocieta` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idstabilimento] => CMysqlColumnSchema Object ( [name] => idstabilimento [rawName] => `idstabilimento` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idsocietautente] => CMysqlColumnSchema Object ( [name] => idsocietautente [rawName] => `idsocietautente` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [codicesocietautente] => CMysqlColumnSchema Object ( [name] => codicesocietautente [rawName] => `codicesocietautente` [allowNull] => 1 [dbType] => varchar(20) [type] => string [defaultValue] => [size] => 20 [precision] => 20 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idlogo] => CMysqlColumnSchema Object ( [name] => idlogo [rawName] => `idlogo` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [segnalazioni] => CMysqlColumnSchema Object ( [name] => segnalazioni [rawName] => `segnalazioni` [allowNull] => [dbType] => varchar(1) [type] => string [defaultValue] => N [size] => 1 [precision] => 1 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [validato] => CMysqlColumnSchema Object ( [name] => validato [rawName] => `validato` [allowNull] => [dbType] => int(1) [type] => integer [defaultValue] => 0 [size] => 1 [precision] => 1 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [codice_validazione] => CMysqlColumnSchema Object ( [name] => codice_validazione [rawName] => `codice_validazione` [allowNull] => [dbType] => varchar(1) [type] => string [defaultValue] => N [size] => 1 [precision] => 1 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [partita_iva] => CMysqlColumnSchema Object ( [name] => partita_iva [rawName] => `partita_iva` [allowNull] => 1 [dbType] => varchar(13) [type] => string [defaultValue] => [size] => 13 [precision] => 13 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [vat] => CMysqlColumnSchema Object ( [name] => vat [rawName] => `vat` [allowNull] => 1 [dbType] => varchar(45) [type] => string [defaultValue] => [size] => 45 [precision] => 45 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [nome] => CMysqlColumnSchema Object ( [name] => nome [rawName] => `nome` [allowNull] => [dbType] => varchar(200) [type] => string [defaultValue] => [size] => 200 [precision] => 200 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [descrizione] => CMysqlColumnSchema Object ( [name] => descrizione [rawName] => `descrizione` [allowNull] => 1 [dbType] => varchar(200) [type] => string [defaultValue] => [size] => 200 [precision] => 200 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => Societa [_e:CComponent:private] => [_m:CComponent:private] => ) [sigla_cliente] => CMysqlColumnSchema Object ( [name] => sigla_cliente [rawName] => `sigla_cliente` [allowNull] => 1 [dbType] => varchar(3) [type] => string [defaultValue] => [size] => 3 [precision] => 3 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [indirizzo] => CMysqlColumnSchema Object ( [name] => indirizzo [rawName] => `indirizzo` [allowNull] => 1 [dbType] => varchar(200) [type] => string [defaultValue] => [size] => 200 [precision] => 200 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [citta] => CMysqlColumnSchema Object ( [name] => citta [rawName] => `citta` [allowNull] => 1 [dbType] => varchar(100) [type] => string [defaultValue] => [size] => 100 [precision] => 100 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [cap] => CMysqlColumnSchema Object ( [name] => cap [rawName] => `cap` [allowNull] => 1 [dbType] => varchar(20) [type] => string [defaultValue] => [size] => 20 [precision] => 20 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [provincia] => CMysqlColumnSchema Object ( [name] => provincia [rawName] => `provincia` [allowNull] => 1 [dbType] => varchar(100) [type] => string [defaultValue] => [size] => 100 [precision] => 100 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [telefono] => CMysqlColumnSchema Object ( [name] => telefono [rawName] => `telefono` [allowNull] => 1 [dbType] => varchar(45) [type] => string [defaultValue] => [size] => 45 [precision] => 45 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [email] => CMysqlColumnSchema Object ( [name] => email [rawName] => `email` [allowNull] => 1 [dbType] => varchar(45) [type] => string [defaultValue] => [size] => 45 [precision] => 45 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idtiposocieta] => CMysqlColumnSchema Object ( [name] => idtiposocieta [rawName] => `idtiposocieta` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [riferimento] => CMysqlColumnSchema Object ( [name] => riferimento [rawName] => `riferimento` [allowNull] => 1 [dbType] => varchar(200) [type] => string [defaultValue] => [size] => 200 [precision] => 200 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [tel_riferimento] => CMysqlColumnSchema Object ( [name] => tel_riferimento [rawName] => `tel_riferimento` [allowNull] => 1 [dbType] => varchar(100) [type] => string [defaultValue] => [size] => 100 [precision] => 100 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_insert_user] => CMysqlColumnSchema Object ( [name] => stamp_insert_user [rawName] => `stamp_insert_user` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_update_user] => CMysqlColumnSchema Object ( [name] => stamp_update_user [rawName] => `stamp_update_user` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_update] => CMysqlColumnSchema Object ( [name] => stamp_update [rawName] => `stamp_update` [allowNull] => [dbType] => datetime [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_insert] => CMysqlColumnSchema Object ( [name] => stamp_insert [rawName] => `stamp_insert` [allowNull] => [dbType] => datetime [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [frm_ana_struttura] => CMysqlTableSchema Object ( [schemaName] => [name] => frm_ana_struttura [rawName] => `frm_ana_struttura` [primaryKey] => idstruttura [sequenceName] => [foreignKeys] => Array ( [idsocieta] => Array ( [0] => frm_ana_societa [1] => idsocieta ) [idstabilimento] => Array ( [0] => frm_ana_stabilimento [1] => idstabilimento ) [tipo_struttura] => Array ( [0] => sgf3_tipo_struttura [1] => tipo_struttura ) ) [columns] => Array ( [idsocieta] => CMysqlColumnSchema Object ( [name] => idsocieta [rawName] => `idsocieta` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idstabilimento] => CMysqlColumnSchema Object ( [name] => idstabilimento [rawName] => `idstabilimento` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idsocietautente] => CMysqlColumnSchema Object ( [name] => idsocietautente [rawName] => `idsocietautente` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idcommessa] => CMysqlColumnSchema Object ( [name] => idcommessa [rawName] => `idcommessa` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idstruttura] => CMysqlColumnSchema Object ( [name] => idstruttura [rawName] => `idstruttura` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idstrutturapadre] => CMysqlColumnSchema Object ( [name] => idstrutturapadre [rawName] => `idstrutturapadre` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 0 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [level] => CMysqlColumnSchema Object ( [name] => level [rawName] => `level` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [visible] => CMysqlColumnSchema Object ( [name] => visible [rawName] => `visible` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [ordine] => CMysqlColumnSchema Object ( [name] => ordine [rawName] => `ordine` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 0 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idstrutturacondivisa] => CMysqlColumnSchema Object ( [name] => idstrutturacondivisa [rawName] => `idstrutturacondivisa` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [descrizione] => CMysqlColumnSchema Object ( [name] => descrizione [rawName] => `descrizione` [allowNull] => [dbType] => varchar(200) [type] => string [defaultValue] => [size] => 200 [precision] => 200 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [path_struttura] => CMysqlColumnSchema Object ( [name] => path_struttura [rawName] => `path_struttura` [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [link] => CMysqlColumnSchema Object ( [name] => link [rawName] => `link` [allowNull] => 1 [dbType] => varchar(100) [type] => string [defaultValue] => [size] => 100 [precision] => 100 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [style] => CMysqlColumnSchema Object ( [name] => style [rawName] => `style` [allowNull] => 1 [dbType] => varchar(100) [type] => string [defaultValue] => [size] => 100 [precision] => 100 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [editable] => CMysqlColumnSchema Object ( [name] => editable [rawName] => `editable` [allowNull] => [dbType] => varchar(1) [type] => string [defaultValue] => 1 [size] => 1 [precision] => 1 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [allegati] => CMysqlColumnSchema Object ( [name] => allegati [rawName] => `allegati` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 0 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idallegatidoc] => CMysqlColumnSchema Object ( [name] => idallegatidoc [rawName] => `idallegatidoc` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [tipo_struttura] => CMysqlColumnSchema Object ( [name] => tipo_struttura [rawName] => `tipo_struttura` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 0 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [modoprotocollo] => CMysqlColumnSchema Object ( [name] => modoprotocollo [rawName] => `modoprotocollo` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => Campo APP. Modo Protocollo: 1 -> Standard, 2 -> FullService [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_insert_user] => CMysqlColumnSchema Object ( [name] => stamp_insert_user [rawName] => `stamp_insert_user` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_update_user] => CMysqlColumnSchema Object ( [name] => stamp_update_user [rawName] => `stamp_update_user` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_update] => CMysqlColumnSchema Object ( [name] => stamp_update [rawName] => `stamp_update` [allowNull] => [dbType] => datetime [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_insert] => CMysqlColumnSchema Object ( [name] => stamp_insert [rawName] => `stamp_insert` [allowNull] => [dbType] => datetime [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [frm_ana_commesse] => CMysqlTableSchema Object ( [schemaName] => [name] => frm_ana_commesse [rawName] => `frm_ana_commesse` [primaryKey] => idcommessa [sequenceName] => [foreignKeys] => Array ( [idfoto] => Array ( [0] => frm_files_upload [1] => idfile ) [idsocieta] => Array ( [0] => frm_ana_societa [1] => idsocieta ) [idstabilimento] => Array ( [0] => frm_ana_stabilimento [1] => idstabilimento ) [stamp_insert_user] => Array ( [0] => frm_cruge_user [1] => iduser ) [stamp_update_user] => Array ( [0] => frm_cruge_user [1] => iduser ) [idsocietautente] => Array ( [0] => frm_ana_societa_utente [1] => idsocietautente ) ) [columns] => Array ( [idsocieta] => CMysqlColumnSchema Object ( [name] => idsocieta [rawName] => `idsocieta` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idstabilimento] => CMysqlColumnSchema Object ( [name] => idstabilimento [rawName] => `idstabilimento` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idcommessa] => CMysqlColumnSchema Object ( [name] => idcommessa [rawName] => `idcommessa` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idsocietautente] => CMysqlColumnSchema Object ( [name] => idsocietautente [rawName] => `idsocietautente` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [codicecommessa] => CMysqlColumnSchema Object ( [name] => codicecommessa [rawName] => `codicecommessa` [allowNull] => 1 [dbType] => varchar(20) [type] => string [defaultValue] => [size] => 20 [precision] => 20 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [desccommessa] => CMysqlColumnSchema Object ( [name] => desccommessa [rawName] => `desccommessa` [allowNull] => [dbType] => varchar(200) [type] => string [defaultValue] => [size] => 200 [precision] => 200 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idfoto] => CMysqlColumnSchema Object ( [name] => idfoto [rawName] => `idfoto` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [visible] => CMysqlColumnSchema Object ( [name] => visible [rawName] => `visible` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [editablelevel] => CMysqlColumnSchema Object ( [name] => editablelevel [rawName] => `editablelevel` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [pubblicacorrisp] => CMysqlColumnSchema Object ( [name] => pubblicacorrisp [rawName] => `pubblicacorrisp` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 0 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_insert_user] => CMysqlColumnSchema Object ( [name] => stamp_insert_user [rawName] => `stamp_insert_user` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_update_user] => CMysqlColumnSchema Object ( [name] => stamp_update_user [rawName] => `stamp_update_user` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_update] => CMysqlColumnSchema Object ( [name] => stamp_update [rawName] => `stamp_update` [allowNull] => [dbType] => datetime [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_insert] => CMysqlColumnSchema Object ( [name] => stamp_insert [rawName] => `stamp_insert` [allowNull] => [dbType] => datetime [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [frm_ana_commesse_utente] => CMysqlTableSchema Object ( [schemaName] => [name] => frm_ana_commesse_utente [rawName] => `frm_ana_commesse_utente` [primaryKey] => Array ( [0] => idcommessa [1] => idanautente ) [sequenceName] => [foreignKeys] => Array ( ) [columns] => Array ( [idcommessa] => CMysqlColumnSchema Object ( [name] => idcommessa [rawName] => `idcommessa` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idanautente] => CMysqlColumnSchema Object ( [name] => idanautente [rawName] => `idanautente` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [isadmin] => CMysqlColumnSchema Object ( [name] => isadmin [rawName] => `isadmin` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 0 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [readonly] => CMysqlColumnSchema Object ( [name] => readonly [rawName] => `readonly` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 0 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [vis_comm_temp] => CMysqlColumnSchema Object ( [name] => vis_comm_temp [rawName] => `vis_comm_temp` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 0 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [frm_files_upload] => CMysqlTableSchema Object ( [schemaName] => [name] => frm_files_upload [rawName] => `frm_files_upload` [primaryKey] => idfile [sequenceName] => [foreignKeys] => Array ( [idsocieta] => Array ( [0] => frm_ana_societa [1] => idsocieta ) [idstabilimento] => Array ( [0] => frm_ana_stabilimento [1] => idstabilimento ) [iduser] => Array ( [0] => frm_cruge_user [1] => iduser ) [stamp_insert_user] => Array ( [0] => frm_cruge_user [1] => iduser ) [stamp_update_user] => Array ( [0] => frm_cruge_user [1] => iduser ) ) [columns] => Array ( [idsocieta] => CMysqlColumnSchema Object ( [name] => idsocieta [rawName] => `idsocieta` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idstabilimento] => CMysqlColumnSchema Object ( [name] => idstabilimento [rawName] => `idstabilimento` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idfile] => CMysqlColumnSchema Object ( [name] => idfile [rawName] => `idfile` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [iduser] => CMysqlColumnSchema Object ( [name] => iduser [rawName] => `iduser` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [filename] => CMysqlColumnSchema Object ( [name] => filename [rawName] => `filename` [allowNull] => [dbType] => varchar(200) [type] => string [defaultValue] => [size] => 200 [precision] => 200 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [path] => CMysqlColumnSchema Object ( [name] => path [rawName] => `path` [allowNull] => [dbType] => varchar(200) [type] => string [defaultValue] => [size] => 200 [precision] => 200 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [type] => CMysqlColumnSchema Object ( [name] => type [rawName] => `type` [allowNull] => [dbType] => varchar(45) [type] => string [defaultValue] => [size] => 45 [precision] => 45 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [size] => CMysqlColumnSchema Object ( [name] => size [rawName] => `size` [allowNull] => [dbType] => int(10) unsigned [type] => string [defaultValue] => [size] => 10 [precision] => 10 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [data_caricamento] => CMysqlColumnSchema Object ( [name] => data_caricamento [rawName] => `data_caricamento` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [data_scadenza] => CMysqlColumnSchema Object ( [name] => data_scadenza [rawName] => `data_scadenza` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [descrizione] => CMysqlColumnSchema Object ( [name] => descrizione [rawName] => `descrizione` [allowNull] => 1 [dbType] => varchar(200) [type] => string [defaultValue] => [size] => 200 [precision] => 200 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_insert_user] => CMysqlColumnSchema Object ( [name] => stamp_insert_user [rawName] => `stamp_insert_user` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_update_user] => CMysqlColumnSchema Object ( [name] => stamp_update_user [rawName] => `stamp_update_user` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_update] => CMysqlColumnSchema Object ( [name] => stamp_update [rawName] => `stamp_update` [allowNull] => [dbType] => datetime [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_insert] => CMysqlColumnSchema Object ( [name] => stamp_insert [rawName] => `stamp_insert` [allowNull] => [dbType] => datetime [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [old_idfile] => CMysqlColumnSchema Object ( [name] => old_idfile [rawName] => `old_idfile` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [frm_ana_struttura_socutente_restrizioni] => CMysqlTableSchema Object ( [schemaName] => [name] => frm_ana_struttura_socutente_restrizioni [rawName] => `frm_ana_struttura_socutente_restrizioni` [primaryKey] => idstrutturasocietautenterest [sequenceName] => [foreignKeys] => Array ( [idsocieta] => Array ( [0] => frm_ana_societa [1] => idsocieta ) [idsocietautente] => Array ( [0] => frm_ana_societa_utente [1] => idsocietautente ) [idstabilimento] => Array ( [0] => frm_ana_stabilimento [1] => idstabilimento ) [idstruttura] => Array ( [0] => frm_ana_struttura [1] => idstruttura ) [stamp_insert_user] => Array ( [0] => frm_cruge_user [1] => iduser ) [stamp_update_user] => Array ( [0] => frm_cruge_user [1] => iduser ) ) [columns] => Array ( [idsocieta] => CMysqlColumnSchema Object ( [name] => idsocieta [rawName] => `idsocieta` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idstabilimento] => CMysqlColumnSchema Object ( [name] => idstabilimento [rawName] => `idstabilimento` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idstrutturasocietautenterest] => CMysqlColumnSchema Object ( [name] => idstrutturasocietautenterest [rawName] => `idstrutturasocietautenterest` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idstruttura] => CMysqlColumnSchema Object ( [name] => idstruttura [rawName] => `idstruttura` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idsocietautente] => CMysqlColumnSchema Object ( [name] => idsocietautente [rawName] => `idsocietautente` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_insert_user] => CMysqlColumnSchema Object ( [name] => stamp_insert_user [rawName] => `stamp_insert_user` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_update_user] => CMysqlColumnSchema Object ( [name] => stamp_update_user [rawName] => `stamp_update_user` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_update] => CMysqlColumnSchema Object ( [name] => stamp_update [rawName] => `stamp_update` [allowNull] => 1 [dbType] => datetime [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_insert] => CMysqlColumnSchema Object ( [name] => stamp_insert [rawName] => `stamp_insert` [allowNull] => 1 [dbType] => datetime [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [sgf3_stati_documento] => CMysqlTableSchema Object ( [schemaName] => [name] => sgf3_stati_documento [rawName] => `sgf3_stati_documento` [primaryKey] => idstato [sequenceName] => [foreignKeys] => Array ( ) [columns] => Array ( [idstato] => CMysqlColumnSchema Object ( [name] => idstato [rawName] => `idstato` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [descrizione] => CMysqlColumnSchema Object ( [name] => descrizione [rawName] => `descrizione` [allowNull] => [dbType] => varchar(45) [type] => string [defaultValue] => [size] => 45 [precision] => 45 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [sgf3_categorie_documenti] => CMysqlTableSchema Object ( [schemaName] => [name] => sgf3_categorie_documenti [rawName] => `sgf3_categorie_documenti` [primaryKey] => idcategoria [sequenceName] => [foreignKeys] => Array ( [idsocieta] => Array ( [0] => frm_ana_societa [1] => idsocieta ) [idstabilimento] => Array ( [0] => frm_ana_stabilimento [1] => idstabilimento ) [stamp_insert_user] => Array ( [0] => frm_cruge_user [1] => iduser ) [stamp_update_user] => Array ( [0] => frm_cruge_user [1] => iduser ) ) [columns] => Array ( [idsocieta] => CMysqlColumnSchema Object ( [name] => idsocieta [rawName] => `idsocieta` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idstabilimento] => CMysqlColumnSchema Object ( [name] => idstabilimento [rawName] => `idstabilimento` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idcategoria] => CMysqlColumnSchema Object ( [name] => idcategoria [rawName] => `idcategoria` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [codice] => CMysqlColumnSchema Object ( [name] => codice [rawName] => `codice` [allowNull] => [dbType] => varchar(25) [type] => string [defaultValue] => [size] => 25 [precision] => 25 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [descrizione] => CMysqlColumnSchema Object ( [name] => descrizione [rawName] => `descrizione` [allowNull] => [dbType] => varchar(200) [type] => string [defaultValue] => [size] => 200 [precision] => 200 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idcommessa] => CMysqlColumnSchema Object ( [name] => idcommessa [rawName] => `idcommessa` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_insert_user] => CMysqlColumnSchema Object ( [name] => stamp_insert_user [rawName] => `stamp_insert_user` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_update_user] => CMysqlColumnSchema Object ( [name] => stamp_update_user [rawName] => `stamp_update_user` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_update] => CMysqlColumnSchema Object ( [name] => stamp_update [rawName] => `stamp_update` [allowNull] => [dbType] => datetime [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_insert] => CMysqlColumnSchema Object ( [name] => stamp_insert [rawName] => `stamp_insert` [allowNull] => [dbType] => datetime [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_connection:CDbSchema:private] => CDbConnection Object *RECURSION* [_builder:CDbSchema:private] => CMysqlCommandBuilder Object ( [_schema:CDbCommandBuilder:private] => CMysqlSchema Object *RECURSION* [_connection:CDbCommandBuilder:private] => CDbConnection Object *RECURSION* [_e:CComponent:private] => [_m:CComponent:private] => ) [_cacheExclude:CDbSchema:private] => Array ( ) [_e:CComponent:private] => [_m:CComponent:private] => ) [behaviors] => Array ( ) [_initialized:CApplicationComponent:private] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [_text:CDbCommand:private] => SELECT COUNT(DISTINCT `t`.`iddocumento`) FROM `sgf3_documenti` `t` LEFT OUTER JOIN `frm_files_upload` `file` ON (`t`.`idfile`=`file`.`idfile`) LEFT OUTER JOIN `sgf3_stati_documento` `stato` ON (`t`.`idstato`=`stato`.`idstato`) LEFT OUTER JOIN `sgf3_categorie_documenti` `categoria` ON (`t`.`idcategoria`=`categoria`.`idcategoria`) LEFT OUTER JOIN `frm_ana_struttura` `struttura` ON (`t`.`idstruttura`=`struttura`.`idstruttura`) WHERE (((((t.idsocieta=:ycp4) AND (t.idstabilimento=:ycp5)) AND (t.idstruttura=:ycp6)) AND (t.pubblicato=:ycp7)) AND ( AND NOT EXISTS (SELECT 1 FROM sgf3_documenti_socutente_restrizioni r WHERE 1=1 AND r.iddocumento = t.iddocumento AND r.idsocietautente = 6))) [_statement:CDbCommand:private] => [_paramLog:CDbCommand:private] => Array ( ) [_query:CDbCommand:private] => [_fetchMode:CDbCommand:private] => Array ( [0] => 2 ) [_e:CComponent:private] => [_m:CComponent:private] => ) [1] => Array ( [:ycp4] => 1 [:ycp5] => 1 [:ycp6] => 162 [:ycp7] => 1 ) ) ) [3] => Array ( [file] => /var/www/html/dev/yii/framework/db/ar/CActiveFinder.php [line] => 765 [function] => createCommand [class] => CJoinQuery [type] => -> [args] => Array ( [0] => CMysqlCommandBuilder Object ( [_schema:CDbCommandBuilder:private] => CMysqlSchema Object ( [columnTypes] => Array ( [pk] => int(11) NOT NULL AUTO_INCREMENT PRIMARY KEY [bigpk] => bigint(20) NOT NULL AUTO_INCREMENT PRIMARY KEY [string] => varchar(255) [text] => text [integer] => int(11) [bigint] => bigint(20) [float] => float [decimal] => decimal [datetime] => datetime [timestamp] => timestamp [time] => time [date] => date [binary] => blob [boolean] => tinyint(1) [money] => decimal(19,4) ) [_tableNames:CDbSchema:private] => Array ( ) [_tables:CDbSchema:private] => Array ( [frm_cruge_session] => CMysqlTableSchema Object ( [schemaName] => [name] => frm_cruge_session [rawName] => `frm_cruge_session` [primaryKey] => idsession [sequenceName] => [foreignKeys] => Array ( ) [columns] => Array ( [idsession] => CMysqlColumnSchema Object ( [name] => idsession [rawName] => `idsession` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [iduser] => CMysqlColumnSchema Object ( [name] => iduser [rawName] => `iduser` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [created] => CMysqlColumnSchema Object ( [name] => created [rawName] => `created` [allowNull] => 1 [dbType] => bigint(30) [type] => string [defaultValue] => [size] => 30 [precision] => 30 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [expire] => CMysqlColumnSchema Object ( [name] => expire [rawName] => `expire` [allowNull] => 1 [dbType] => bigint(30) [type] => string [defaultValue] => [size] => 30 [precision] => 30 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [status] => CMysqlColumnSchema Object ( [name] => status [rawName] => `status` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 0 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [ipaddress] => CMysqlColumnSchema Object ( [name] => ipaddress [rawName] => `ipaddress` [allowNull] => 1 [dbType] => varchar(45) [type] => string [defaultValue] => [size] => 45 [precision] => 45 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [usagecount] => CMysqlColumnSchema Object ( [name] => usagecount [rawName] => `usagecount` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 0 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [lastusage] => CMysqlColumnSchema Object ( [name] => lastusage [rawName] => `lastusage` [allowNull] => 1 [dbType] => bigint(30) [type] => string [defaultValue] => [size] => 30 [precision] => 30 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [logoutdate] => CMysqlColumnSchema Object ( [name] => logoutdate [rawName] => `logoutdate` [allowNull] => 1 [dbType] => bigint(30) [type] => string [defaultValue] => [size] => 30 [precision] => 30 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [ipaddressout] => CMysqlColumnSchema Object ( [name] => ipaddressout [rawName] => `ipaddressout` [allowNull] => 1 [dbType] => varchar(45) [type] => string [defaultValue] => [size] => 45 [precision] => 45 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [frm_cruge_system] => CMysqlTableSchema Object ( [schemaName] => [name] => frm_cruge_system [rawName] => `frm_cruge_system` [primaryKey] => idsystem [sequenceName] => [foreignKeys] => Array ( ) [columns] => Array ( [idsystem] => CMysqlColumnSchema Object ( [name] => idsystem [rawName] => `idsystem` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [name] => CMysqlColumnSchema Object ( [name] => name [rawName] => `name` [allowNull] => 1 [dbType] => varchar(45) [type] => string [defaultValue] => [size] => 45 [precision] => 45 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [largename] => CMysqlColumnSchema Object ( [name] => largename [rawName] => `largename` [allowNull] => 1 [dbType] => varchar(45) [type] => string [defaultValue] => [size] => 45 [precision] => 45 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [sessionmaxdurationmins] => CMysqlColumnSchema Object ( [name] => sessionmaxdurationmins [rawName] => `sessionmaxdurationmins` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 30 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [sessionmaxsameipconnections] => CMysqlColumnSchema Object ( [name] => sessionmaxsameipconnections [rawName] => `sessionmaxsameipconnections` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 10 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [sessionreusesessions] => CMysqlColumnSchema Object ( [name] => sessionreusesessions [rawName] => `sessionreusesessions` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => 1yes 0no [_e:CComponent:private] => [_m:CComponent:private] => ) [sessionmaxsessionsperday] => CMysqlColumnSchema Object ( [name] => sessionmaxsessionsperday [rawName] => `sessionmaxsessionsperday` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => -1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [sessionmaxsessionsperuser] => CMysqlColumnSchema Object ( [name] => sessionmaxsessionsperuser [rawName] => `sessionmaxsessionsperuser` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => -1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [systemnonewsessions] => CMysqlColumnSchema Object ( [name] => systemnonewsessions [rawName] => `systemnonewsessions` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 0 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => 1yes 0no [_e:CComponent:private] => [_m:CComponent:private] => ) [systemdown] => CMysqlColumnSchema Object ( [name] => systemdown [rawName] => `systemdown` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 0 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [registerusingcaptcha] => CMysqlColumnSchema Object ( [name] => registerusingcaptcha [rawName] => `registerusingcaptcha` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 0 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [registerusingterms] => CMysqlColumnSchema Object ( [name] => registerusingterms [rawName] => `registerusingterms` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 0 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [terms] => CMysqlColumnSchema Object ( [name] => terms [rawName] => `terms` [allowNull] => 1 [dbType] => blob [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [registerusingactivation] => CMysqlColumnSchema Object ( [name] => registerusingactivation [rawName] => `registerusingactivation` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [defaultroleforregistration] => CMysqlColumnSchema Object ( [name] => defaultroleforregistration [rawName] => `defaultroleforregistration` [allowNull] => 1 [dbType] => varchar(64) [type] => string [defaultValue] => [size] => 64 [precision] => 64 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [registerusingtermslabel] => CMysqlColumnSchema Object ( [name] => registerusingtermslabel [rawName] => `registerusingtermslabel` [allowNull] => 1 [dbType] => varchar(100) [type] => string [defaultValue] => [size] => 100 [precision] => 100 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [registrationonlogin] => CMysqlColumnSchema Object ( [name] => registrationonlogin [rawName] => `registrationonlogin` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [startmaintenancedate] => CMysqlColumnSchema Object ( [name] => startmaintenancedate [rawName] => `startmaintenancedate` [allowNull] => 1 [dbType] => bigint(20) [type] => string [defaultValue] => [size] => 20 [precision] => 20 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [frm_cruge_user] => CMysqlTableSchema Object ( [schemaName] => [name] => frm_cruge_user [rawName] => `frm_cruge_user` [primaryKey] => iduser [sequenceName] => [foreignKeys] => Array ( ) [columns] => Array ( [iduser] => CMysqlColumnSchema Object ( [name] => iduser [rawName] => `iduser` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [regdate] => CMysqlColumnSchema Object ( [name] => regdate [rawName] => `regdate` [allowNull] => 1 [dbType] => bigint(30) [type] => string [defaultValue] => [size] => 30 [precision] => 30 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [actdate] => CMysqlColumnSchema Object ( [name] => actdate [rawName] => `actdate` [allowNull] => 1 [dbType] => bigint(30) [type] => string [defaultValue] => [size] => 30 [precision] => 30 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [logondate] => CMysqlColumnSchema Object ( [name] => logondate [rawName] => `logondate` [allowNull] => 1 [dbType] => bigint(30) [type] => string [defaultValue] => [size] => 30 [precision] => 30 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [username] => CMysqlColumnSchema Object ( [name] => username [rawName] => `username` [allowNull] => 1 [dbType] => varchar(64) [type] => string [defaultValue] => [size] => 64 [precision] => 64 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [email] => CMysqlColumnSchema Object ( [name] => email [rawName] => `email` [allowNull] => 1 [dbType] => varchar(45) [type] => string [defaultValue] => [size] => 45 [precision] => 45 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [password] => CMysqlColumnSchema Object ( [name] => password [rawName] => `password` [allowNull] => 1 [dbType] => varchar(64) [type] => string [defaultValue] => [size] => 64 [precision] => 64 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => Hashed password [_e:CComponent:private] => [_m:CComponent:private] => ) [authkey] => CMysqlColumnSchema Object ( [name] => authkey [rawName] => `authkey` [allowNull] => 1 [dbType] => varchar(100) [type] => string [defaultValue] => [size] => 100 [precision] => 100 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => Chiave di autenticazione [_e:CComponent:private] => [_m:CComponent:private] => ) [state] => CMysqlColumnSchema Object ( [name] => state [rawName] => `state` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 0 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [totalsessioncounter] => CMysqlColumnSchema Object ( [name] => totalsessioncounter [rawName] => `totalsessioncounter` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 0 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [currentsessioncounter] => CMysqlColumnSchema Object ( [name] => currentsessioncounter [rawName] => `currentsessioncounter` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 0 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [frm_ana_utenti] => CMysqlTableSchema Object ( [schemaName] => [name] => frm_ana_utenti [rawName] => `frm_ana_utenti` [primaryKey] => idanautente [sequenceName] => [foreignKeys] => Array ( [idcrugeuser] => Array ( [0] => frm_cruge_user [1] => iduser ) [idsocieta] => Array ( [0] => frm_ana_societa [1] => idsocieta ) [idsocietautente] => Array ( [0] => frm_ana_societa_utente [1] => idsocietautente ) [idstabilimento] => Array ( [0] => frm_ana_stabilimento [1] => idstabilimento ) [stamp_insert_user] => Array ( [0] => frm_cruge_user [1] => iduser ) [stamp_update_user] => Array ( [0] => frm_cruge_user [1] => iduser ) ) [columns] => Array ( [idsocieta] => CMysqlColumnSchema Object ( [name] => idsocieta [rawName] => `idsocieta` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idstabilimento] => CMysqlColumnSchema Object ( [name] => idstabilimento [rawName] => `idstabilimento` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idanautente] => CMysqlColumnSchema Object ( [name] => idanautente [rawName] => `idanautente` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idcrugeuser] => CMysqlColumnSchema Object ( [name] => idcrugeuser [rawName] => `idcrugeuser` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idsocietautente] => CMysqlColumnSchema Object ( [name] => idsocietautente [rawName] => `idsocietautente` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [first_password] => CMysqlColumnSchema Object ( [name] => first_password [rawName] => `first_password` [allowNull] => 1 [dbType] => varchar(64) [type] => string [defaultValue] => [size] => 64 [precision] => 64 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [nome] => CMysqlColumnSchema Object ( [name] => nome [rawName] => `nome` [allowNull] => 1 [dbType] => varchar(45) [type] => string [defaultValue] => [size] => 45 [precision] => 45 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [cognome] => CMysqlColumnSchema Object ( [name] => cognome [rawName] => `cognome` [allowNull] => 1 [dbType] => varchar(45) [type] => string [defaultValue] => [size] => 45 [precision] => 45 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [telefono] => CMysqlColumnSchema Object ( [name] => telefono [rawName] => `telefono` [allowNull] => 1 [dbType] => varchar(45) [type] => string [defaultValue] => [size] => 45 [precision] => 45 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [posizioneaziendale] => CMysqlColumnSchema Object ( [name] => posizioneaziendale [rawName] => `posizioneaziendale` [allowNull] => 1 [dbType] => varchar(100) [type] => string [defaultValue] => [size] => 100 [precision] => 100 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [iddipartimutente] => CMysqlColumnSchema Object ( [name] => iddipartimutente [rawName] => `iddipartimutente` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [note] => CMysqlColumnSchema Object ( [name] => note [rawName] => `note` [allowNull] => 1 [dbType] => mediumtext [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [nologin] => CMysqlColumnSchema Object ( [name] => nologin [rawName] => `nologin` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 0 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_insert_user] => CMysqlColumnSchema Object ( [name] => stamp_insert_user [rawName] => `stamp_insert_user` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_update_user] => CMysqlColumnSchema Object ( [name] => stamp_update_user [rawName] => `stamp_update_user` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_update] => CMysqlColumnSchema Object ( [name] => stamp_update [rawName] => `stamp_update` [allowNull] => [dbType] => datetime [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_insert] => CMysqlColumnSchema Object ( [name] => stamp_insert [rawName] => `stamp_insert` [allowNull] => [dbType] => datetime [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [sgf3_documenti] => CMysqlTableSchema Object ( [schemaName] => [name] => sgf3_documenti [rawName] => `sgf3_documenti` [primaryKey] => iddocumento [sequenceName] => [foreignKeys] => Array ( [idcategoria] => Array ( [0] => sgf3_categorie_documenti [1] => idcategoria ) [iddestinatario] => Array ( [0] => frm_ana_societa_utente [1] => idsocietautente ) [idstruttura] => Array ( [0] => frm_ana_struttura [1] => idstruttura ) [idmittente] => Array ( [0] => frm_ana_societa_utente [1] => idsocietautente ) [idprocesso] => Array ( [0] => sgf3_processi [1] => idprocesso ) [idsitodeposito] => Array ( [0] => sgf3_sitidepositi [1] => idsitodeposito ) [idsocieta] => Array ( [0] => frm_ana_societa [1] => idsocieta ) [idstabilimento] => Array ( [0] => frm_ana_stabilimento [1] => idstabilimento ) [idstato] => Array ( [0] => sgf3_stati_documento [1] => idstato ) [idtipodocumento] => Array ( [0] => sgf3_tipidocumenti [1] => idtipodocumento ) [idveicolocliente] => Array ( [0] => sgf3_veicolocliente [1] => idveicolocliente ) ) [columns] => Array ( [idsocieta] => CMysqlColumnSchema Object ( [name] => idsocieta [rawName] => `idsocieta` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idstabilimento] => CMysqlColumnSchema Object ( [name] => idstabilimento [rawName] => `idstabilimento` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idstruttura] => CMysqlColumnSchema Object ( [name] => idstruttura [rawName] => `idstruttura` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [iddocumento] => CMysqlColumnSchema Object ( [name] => iddocumento [rawName] => `iddocumento` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [iddocumentocondiviso] => CMysqlColumnSchema Object ( [name] => iddocumentocondiviso [rawName] => `iddocumentocondiviso` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stampdoc] => CMysqlColumnSchema Object ( [name] => stampdoc [rawName] => `stampdoc` [allowNull] => [dbType] => datetime [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [descrizione] => CMysqlColumnSchema Object ( [name] => descrizione [rawName] => `descrizione` [allowNull] => [dbType] => varchar(250) [type] => string [defaultValue] => [size] => 250 [precision] => 250 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idfile] => CMysqlColumnSchema Object ( [name] => idfile [rawName] => `idfile` [allowNull] => 1 [dbType] => int(100) [type] => integer [defaultValue] => [size] => 100 [precision] => 100 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [tags] => CMysqlColumnSchema Object ( [name] => tags [rawName] => `tags` [allowNull] => 1 [dbType] => varchar(500) [type] => string [defaultValue] => [size] => 500 [precision] => 500 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [protocollo] => CMysqlColumnSchema Object ( [name] => protocollo [rawName] => `protocollo` [allowNull] => 1 [dbType] => varchar(100) [type] => string [defaultValue] => [size] => 100 [precision] => 100 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idmittente] => CMysqlColumnSchema Object ( [name] => idmittente [rawName] => `idmittente` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [mittente] => CMysqlColumnSchema Object ( [name] => mittente [rawName] => `mittente` [allowNull] => 1 [dbType] => varchar(100) [type] => string [defaultValue] => [size] => 100 [precision] => 100 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [destinatario] => CMysqlColumnSchema Object ( [name] => destinatario [rawName] => `destinatario` [allowNull] => 1 [dbType] => varchar(100) [type] => string [defaultValue] => [size] => 100 [precision] => 100 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [iddestinatario] => CMysqlColumnSchema Object ( [name] => iddestinatario [rawName] => `iddestinatario` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [autore] => CMysqlColumnSchema Object ( [name] => autore [rawName] => `autore` [allowNull] => 1 [dbType] => varchar(50) [type] => string [defaultValue] => [size] => 50 [precision] => 50 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idautore] => CMysqlColumnSchema Object ( [name] => idautore [rawName] => `idautore` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [owner] => CMysqlColumnSchema Object ( [name] => owner [rawName] => `owner` [allowNull] => 1 [dbType] => varchar(50) [type] => string [defaultValue] => [size] => 50 [precision] => 50 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idowner] => CMysqlColumnSchema Object ( [name] => idowner [rawName] => `idowner` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idcategoria] => CMysqlColumnSchema Object ( [name] => idcategoria [rawName] => `idcategoria` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [progressivo] => CMysqlColumnSchema Object ( [name] => progressivo [rawName] => `progressivo` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 0 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idstato] => CMysqlColumnSchema Object ( [name] => idstato [rawName] => `idstato` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [pubblicato] => CMysqlColumnSchema Object ( [name] => pubblicato [rawName] => `pubblicato` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [note] => CMysqlColumnSchema Object ( [name] => note [rawName] => `note` [allowNull] => 1 [dbType] => varchar(250) [type] => string [defaultValue] => [size] => 250 [precision] => 250 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [protocolloext] => CMysqlColumnSchema Object ( [name] => protocolloext [rawName] => `protocolloext` [allowNull] => 1 [dbType] => varchar(100) [type] => string [defaultValue] => [size] => 100 [precision] => 100 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [rifprotocollo] => CMysqlColumnSchema Object ( [name] => rifprotocollo [rawName] => `rifprotocollo` [allowNull] => 1 [dbType] => varchar(50) [type] => string [defaultValue] => [size] => 50 [precision] => 50 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [valido] => CMysqlColumnSchema Object ( [name] => valido [rawName] => `valido` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idsitodeposito] => CMysqlColumnSchema Object ( [name] => idsitodeposito [rawName] => `idsitodeposito` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idprocesso] => CMysqlColumnSchema Object ( [name] => idprocesso [rawName] => `idprocesso` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idveicolocliente] => CMysqlColumnSchema Object ( [name] => idveicolocliente [rawName] => `idveicolocliente` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idtipodocumento] => CMysqlColumnSchema Object ( [name] => idtipodocumento [rawName] => `idtipodocumento` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_insert_user] => CMysqlColumnSchema Object ( [name] => stamp_insert_user [rawName] => `stamp_insert_user` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_update_user] => CMysqlColumnSchema Object ( [name] => stamp_update_user [rawName] => `stamp_update_user` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_update] => CMysqlColumnSchema Object ( [name] => stamp_update [rawName] => `stamp_update` [allowNull] => [dbType] => datetime [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_insert] => CMysqlColumnSchema Object ( [name] => stamp_insert [rawName] => `stamp_insert` [allowNull] => [dbType] => datetime [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [frm_ana_societa_utente] => CMysqlTableSchema Object ( [schemaName] => [name] => frm_ana_societa_utente [rawName] => `frm_ana_societa_utente` [primaryKey] => idsocietautente [sequenceName] => [foreignKeys] => Array ( [idlogo] => Array ( [0] => frm_files_upload [1] => idfile ) [idsocieta] => Array ( [0] => frm_ana_societa [1] => idsocieta ) [idstabilimento] => Array ( [0] => frm_ana_stabilimento [1] => idstabilimento ) [idtiposocieta] => Array ( [0] => sys_tipo_societa [1] => idtiposocieta ) [stamp_insert_user] => Array ( [0] => frm_cruge_user [1] => iduser ) [stamp_update_user] => Array ( [0] => frm_cruge_user [1] => iduser ) ) [columns] => Array ( [idsocieta] => CMysqlColumnSchema Object ( [name] => idsocieta [rawName] => `idsocieta` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idstabilimento] => CMysqlColumnSchema Object ( [name] => idstabilimento [rawName] => `idstabilimento` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idsocietautente] => CMysqlColumnSchema Object ( [name] => idsocietautente [rawName] => `idsocietautente` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [codicesocietautente] => CMysqlColumnSchema Object ( [name] => codicesocietautente [rawName] => `codicesocietautente` [allowNull] => 1 [dbType] => varchar(20) [type] => string [defaultValue] => [size] => 20 [precision] => 20 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idlogo] => CMysqlColumnSchema Object ( [name] => idlogo [rawName] => `idlogo` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [segnalazioni] => CMysqlColumnSchema Object ( [name] => segnalazioni [rawName] => `segnalazioni` [allowNull] => [dbType] => varchar(1) [type] => string [defaultValue] => N [size] => 1 [precision] => 1 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [validato] => CMysqlColumnSchema Object ( [name] => validato [rawName] => `validato` [allowNull] => [dbType] => int(1) [type] => integer [defaultValue] => 0 [size] => 1 [precision] => 1 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [codice_validazione] => CMysqlColumnSchema Object ( [name] => codice_validazione [rawName] => `codice_validazione` [allowNull] => [dbType] => varchar(1) [type] => string [defaultValue] => N [size] => 1 [precision] => 1 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [partita_iva] => CMysqlColumnSchema Object ( [name] => partita_iva [rawName] => `partita_iva` [allowNull] => 1 [dbType] => varchar(13) [type] => string [defaultValue] => [size] => 13 [precision] => 13 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [vat] => CMysqlColumnSchema Object ( [name] => vat [rawName] => `vat` [allowNull] => 1 [dbType] => varchar(45) [type] => string [defaultValue] => [size] => 45 [precision] => 45 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [nome] => CMysqlColumnSchema Object ( [name] => nome [rawName] => `nome` [allowNull] => [dbType] => varchar(200) [type] => string [defaultValue] => [size] => 200 [precision] => 200 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [descrizione] => CMysqlColumnSchema Object ( [name] => descrizione [rawName] => `descrizione` [allowNull] => 1 [dbType] => varchar(200) [type] => string [defaultValue] => [size] => 200 [precision] => 200 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => Societa [_e:CComponent:private] => [_m:CComponent:private] => ) [sigla_cliente] => CMysqlColumnSchema Object ( [name] => sigla_cliente [rawName] => `sigla_cliente` [allowNull] => 1 [dbType] => varchar(3) [type] => string [defaultValue] => [size] => 3 [precision] => 3 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [indirizzo] => CMysqlColumnSchema Object ( [name] => indirizzo [rawName] => `indirizzo` [allowNull] => 1 [dbType] => varchar(200) [type] => string [defaultValue] => [size] => 200 [precision] => 200 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [citta] => CMysqlColumnSchema Object ( [name] => citta [rawName] => `citta` [allowNull] => 1 [dbType] => varchar(100) [type] => string [defaultValue] => [size] => 100 [precision] => 100 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [cap] => CMysqlColumnSchema Object ( [name] => cap [rawName] => `cap` [allowNull] => 1 [dbType] => varchar(20) [type] => string [defaultValue] => [size] => 20 [precision] => 20 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [provincia] => CMysqlColumnSchema Object ( [name] => provincia [rawName] => `provincia` [allowNull] => 1 [dbType] => varchar(100) [type] => string [defaultValue] => [size] => 100 [precision] => 100 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [telefono] => CMysqlColumnSchema Object ( [name] => telefono [rawName] => `telefono` [allowNull] => 1 [dbType] => varchar(45) [type] => string [defaultValue] => [size] => 45 [precision] => 45 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [email] => CMysqlColumnSchema Object ( [name] => email [rawName] => `email` [allowNull] => 1 [dbType] => varchar(45) [type] => string [defaultValue] => [size] => 45 [precision] => 45 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idtiposocieta] => CMysqlColumnSchema Object ( [name] => idtiposocieta [rawName] => `idtiposocieta` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [riferimento] => CMysqlColumnSchema Object ( [name] => riferimento [rawName] => `riferimento` [allowNull] => 1 [dbType] => varchar(200) [type] => string [defaultValue] => [size] => 200 [precision] => 200 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [tel_riferimento] => CMysqlColumnSchema Object ( [name] => tel_riferimento [rawName] => `tel_riferimento` [allowNull] => 1 [dbType] => varchar(100) [type] => string [defaultValue] => [size] => 100 [precision] => 100 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_insert_user] => CMysqlColumnSchema Object ( [name] => stamp_insert_user [rawName] => `stamp_insert_user` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_update_user] => CMysqlColumnSchema Object ( [name] => stamp_update_user [rawName] => `stamp_update_user` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_update] => CMysqlColumnSchema Object ( [name] => stamp_update [rawName] => `stamp_update` [allowNull] => [dbType] => datetime [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_insert] => CMysqlColumnSchema Object ( [name] => stamp_insert [rawName] => `stamp_insert` [allowNull] => [dbType] => datetime [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [frm_ana_struttura] => CMysqlTableSchema Object ( [schemaName] => [name] => frm_ana_struttura [rawName] => `frm_ana_struttura` [primaryKey] => idstruttura [sequenceName] => [foreignKeys] => Array ( [idsocieta] => Array ( [0] => frm_ana_societa [1] => idsocieta ) [idstabilimento] => Array ( [0] => frm_ana_stabilimento [1] => idstabilimento ) [tipo_struttura] => Array ( [0] => sgf3_tipo_struttura [1] => tipo_struttura ) ) [columns] => Array ( [idsocieta] => CMysqlColumnSchema Object ( [name] => idsocieta [rawName] => `idsocieta` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idstabilimento] => CMysqlColumnSchema Object ( [name] => idstabilimento [rawName] => `idstabilimento` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idsocietautente] => CMysqlColumnSchema Object ( [name] => idsocietautente [rawName] => `idsocietautente` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idcommessa] => CMysqlColumnSchema Object ( [name] => idcommessa [rawName] => `idcommessa` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idstruttura] => CMysqlColumnSchema Object ( [name] => idstruttura [rawName] => `idstruttura` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idstrutturapadre] => CMysqlColumnSchema Object ( [name] => idstrutturapadre [rawName] => `idstrutturapadre` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 0 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [level] => CMysqlColumnSchema Object ( [name] => level [rawName] => `level` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [visible] => CMysqlColumnSchema Object ( [name] => visible [rawName] => `visible` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [ordine] => CMysqlColumnSchema Object ( [name] => ordine [rawName] => `ordine` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 0 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idstrutturacondivisa] => CMysqlColumnSchema Object ( [name] => idstrutturacondivisa [rawName] => `idstrutturacondivisa` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [descrizione] => CMysqlColumnSchema Object ( [name] => descrizione [rawName] => `descrizione` [allowNull] => [dbType] => varchar(200) [type] => string [defaultValue] => [size] => 200 [precision] => 200 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [path_struttura] => CMysqlColumnSchema Object ( [name] => path_struttura [rawName] => `path_struttura` [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [link] => CMysqlColumnSchema Object ( [name] => link [rawName] => `link` [allowNull] => 1 [dbType] => varchar(100) [type] => string [defaultValue] => [size] => 100 [precision] => 100 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [style] => CMysqlColumnSchema Object ( [name] => style [rawName] => `style` [allowNull] => 1 [dbType] => varchar(100) [type] => string [defaultValue] => [size] => 100 [precision] => 100 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [editable] => CMysqlColumnSchema Object ( [name] => editable [rawName] => `editable` [allowNull] => [dbType] => varchar(1) [type] => string [defaultValue] => 1 [size] => 1 [precision] => 1 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [allegati] => CMysqlColumnSchema Object ( [name] => allegati [rawName] => `allegati` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 0 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idallegatidoc] => CMysqlColumnSchema Object ( [name] => idallegatidoc [rawName] => `idallegatidoc` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [tipo_struttura] => CMysqlColumnSchema Object ( [name] => tipo_struttura [rawName] => `tipo_struttura` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 0 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [modoprotocollo] => CMysqlColumnSchema Object ( [name] => modoprotocollo [rawName] => `modoprotocollo` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => Campo APP. Modo Protocollo: 1 -> Standard, 2 -> FullService [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_insert_user] => CMysqlColumnSchema Object ( [name] => stamp_insert_user [rawName] => `stamp_insert_user` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_update_user] => CMysqlColumnSchema Object ( [name] => stamp_update_user [rawName] => `stamp_update_user` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_update] => CMysqlColumnSchema Object ( [name] => stamp_update [rawName] => `stamp_update` [allowNull] => [dbType] => datetime [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_insert] => CMysqlColumnSchema Object ( [name] => stamp_insert [rawName] => `stamp_insert` [allowNull] => [dbType] => datetime [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [frm_ana_commesse] => CMysqlTableSchema Object ( [schemaName] => [name] => frm_ana_commesse [rawName] => `frm_ana_commesse` [primaryKey] => idcommessa [sequenceName] => [foreignKeys] => Array ( [idfoto] => Array ( [0] => frm_files_upload [1] => idfile ) [idsocieta] => Array ( [0] => frm_ana_societa [1] => idsocieta ) [idstabilimento] => Array ( [0] => frm_ana_stabilimento [1] => idstabilimento ) [stamp_insert_user] => Array ( [0] => frm_cruge_user [1] => iduser ) [stamp_update_user] => Array ( [0] => frm_cruge_user [1] => iduser ) [idsocietautente] => Array ( [0] => frm_ana_societa_utente [1] => idsocietautente ) ) [columns] => Array ( [idsocieta] => CMysqlColumnSchema Object ( [name] => idsocieta [rawName] => `idsocieta` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idstabilimento] => CMysqlColumnSchema Object ( [name] => idstabilimento [rawName] => `idstabilimento` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idcommessa] => CMysqlColumnSchema Object ( [name] => idcommessa [rawName] => `idcommessa` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idsocietautente] => CMysqlColumnSchema Object ( [name] => idsocietautente [rawName] => `idsocietautente` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [codicecommessa] => CMysqlColumnSchema Object ( [name] => codicecommessa [rawName] => `codicecommessa` [allowNull] => 1 [dbType] => varchar(20) [type] => string [defaultValue] => [size] => 20 [precision] => 20 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [desccommessa] => CMysqlColumnSchema Object ( [name] => desccommessa [rawName] => `desccommessa` [allowNull] => [dbType] => varchar(200) [type] => string [defaultValue] => [size] => 200 [precision] => 200 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idfoto] => CMysqlColumnSchema Object ( [name] => idfoto [rawName] => `idfoto` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [visible] => CMysqlColumnSchema Object ( [name] => visible [rawName] => `visible` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [editablelevel] => CMysqlColumnSchema Object ( [name] => editablelevel [rawName] => `editablelevel` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [pubblicacorrisp] => CMysqlColumnSchema Object ( [name] => pubblicacorrisp [rawName] => `pubblicacorrisp` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 0 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_insert_user] => CMysqlColumnSchema Object ( [name] => stamp_insert_user [rawName] => `stamp_insert_user` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_update_user] => CMysqlColumnSchema Object ( [name] => stamp_update_user [rawName] => `stamp_update_user` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_update] => CMysqlColumnSchema Object ( [name] => stamp_update [rawName] => `stamp_update` [allowNull] => [dbType] => datetime [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_insert] => CMysqlColumnSchema Object ( [name] => stamp_insert [rawName] => `stamp_insert` [allowNull] => [dbType] => datetime [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [frm_ana_commesse_utente] => CMysqlTableSchema Object ( [schemaName] => [name] => frm_ana_commesse_utente [rawName] => `frm_ana_commesse_utente` [primaryKey] => Array ( [0] => idcommessa [1] => idanautente ) [sequenceName] => [foreignKeys] => Array ( ) [columns] => Array ( [idcommessa] => CMysqlColumnSchema Object ( [name] => idcommessa [rawName] => `idcommessa` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idanautente] => CMysqlColumnSchema Object ( [name] => idanautente [rawName] => `idanautente` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [isadmin] => CMysqlColumnSchema Object ( [name] => isadmin [rawName] => `isadmin` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 0 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [readonly] => CMysqlColumnSchema Object ( [name] => readonly [rawName] => `readonly` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 0 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [vis_comm_temp] => CMysqlColumnSchema Object ( [name] => vis_comm_temp [rawName] => `vis_comm_temp` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 0 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [frm_files_upload] => CMysqlTableSchema Object ( [schemaName] => [name] => frm_files_upload [rawName] => `frm_files_upload` [primaryKey] => idfile [sequenceName] => [foreignKeys] => Array ( [idsocieta] => Array ( [0] => frm_ana_societa [1] => idsocieta ) [idstabilimento] => Array ( [0] => frm_ana_stabilimento [1] => idstabilimento ) [iduser] => Array ( [0] => frm_cruge_user [1] => iduser ) [stamp_insert_user] => Array ( [0] => frm_cruge_user [1] => iduser ) [stamp_update_user] => Array ( [0] => frm_cruge_user [1] => iduser ) ) [columns] => Array ( [idsocieta] => CMysqlColumnSchema Object ( [name] => idsocieta [rawName] => `idsocieta` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idstabilimento] => CMysqlColumnSchema Object ( [name] => idstabilimento [rawName] => `idstabilimento` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idfile] => CMysqlColumnSchema Object ( [name] => idfile [rawName] => `idfile` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [iduser] => CMysqlColumnSchema Object ( [name] => iduser [rawName] => `iduser` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [filename] => CMysqlColumnSchema Object ( [name] => filename [rawName] => `filename` [allowNull] => [dbType] => varchar(200) [type] => string [defaultValue] => [size] => 200 [precision] => 200 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [path] => CMysqlColumnSchema Object ( [name] => path [rawName] => `path` [allowNull] => [dbType] => varchar(200) [type] => string [defaultValue] => [size] => 200 [precision] => 200 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [type] => CMysqlColumnSchema Object ( [name] => type [rawName] => `type` [allowNull] => [dbType] => varchar(45) [type] => string [defaultValue] => [size] => 45 [precision] => 45 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [size] => CMysqlColumnSchema Object ( [name] => size [rawName] => `size` [allowNull] => [dbType] => int(10) unsigned [type] => string [defaultValue] => [size] => 10 [precision] => 10 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [data_caricamento] => CMysqlColumnSchema Object ( [name] => data_caricamento [rawName] => `data_caricamento` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [data_scadenza] => CMysqlColumnSchema Object ( [name] => data_scadenza [rawName] => `data_scadenza` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [descrizione] => CMysqlColumnSchema Object ( [name] => descrizione [rawName] => `descrizione` [allowNull] => 1 [dbType] => varchar(200) [type] => string [defaultValue] => [size] => 200 [precision] => 200 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_insert_user] => CMysqlColumnSchema Object ( [name] => stamp_insert_user [rawName] => `stamp_insert_user` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_update_user] => CMysqlColumnSchema Object ( [name] => stamp_update_user [rawName] => `stamp_update_user` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_update] => CMysqlColumnSchema Object ( [name] => stamp_update [rawName] => `stamp_update` [allowNull] => [dbType] => datetime [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_insert] => CMysqlColumnSchema Object ( [name] => stamp_insert [rawName] => `stamp_insert` [allowNull] => [dbType] => datetime [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [old_idfile] => CMysqlColumnSchema Object ( [name] => old_idfile [rawName] => `old_idfile` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [frm_ana_struttura_socutente_restrizioni] => CMysqlTableSchema Object ( [schemaName] => [name] => frm_ana_struttura_socutente_restrizioni [rawName] => `frm_ana_struttura_socutente_restrizioni` [primaryKey] => idstrutturasocietautenterest [sequenceName] => [foreignKeys] => Array ( [idsocieta] => Array ( [0] => frm_ana_societa [1] => idsocieta ) [idsocietautente] => Array ( [0] => frm_ana_societa_utente [1] => idsocietautente ) [idstabilimento] => Array ( [0] => frm_ana_stabilimento [1] => idstabilimento ) [idstruttura] => Array ( [0] => frm_ana_struttura [1] => idstruttura ) [stamp_insert_user] => Array ( [0] => frm_cruge_user [1] => iduser ) [stamp_update_user] => Array ( [0] => frm_cruge_user [1] => iduser ) ) [columns] => Array ( [idsocieta] => CMysqlColumnSchema Object ( [name] => idsocieta [rawName] => `idsocieta` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idstabilimento] => CMysqlColumnSchema Object ( [name] => idstabilimento [rawName] => `idstabilimento` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idstrutturasocietautenterest] => CMysqlColumnSchema Object ( [name] => idstrutturasocietautenterest [rawName] => `idstrutturasocietautenterest` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idstruttura] => CMysqlColumnSchema Object ( [name] => idstruttura [rawName] => `idstruttura` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idsocietautente] => CMysqlColumnSchema Object ( [name] => idsocietautente [rawName] => `idsocietautente` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_insert_user] => CMysqlColumnSchema Object ( [name] => stamp_insert_user [rawName] => `stamp_insert_user` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_update_user] => CMysqlColumnSchema Object ( [name] => stamp_update_user [rawName] => `stamp_update_user` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_update] => CMysqlColumnSchema Object ( [name] => stamp_update [rawName] => `stamp_update` [allowNull] => 1 [dbType] => datetime [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_insert] => CMysqlColumnSchema Object ( [name] => stamp_insert [rawName] => `stamp_insert` [allowNull] => 1 [dbType] => datetime [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [sgf3_stati_documento] => CMysqlTableSchema Object ( [schemaName] => [name] => sgf3_stati_documento [rawName] => `sgf3_stati_documento` [primaryKey] => idstato [sequenceName] => [foreignKeys] => Array ( ) [columns] => Array ( [idstato] => CMysqlColumnSchema Object ( [name] => idstato [rawName] => `idstato` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [descrizione] => CMysqlColumnSchema Object ( [name] => descrizione [rawName] => `descrizione` [allowNull] => [dbType] => varchar(45) [type] => string [defaultValue] => [size] => 45 [precision] => 45 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [sgf3_categorie_documenti] => CMysqlTableSchema Object ( [schemaName] => [name] => sgf3_categorie_documenti [rawName] => `sgf3_categorie_documenti` [primaryKey] => idcategoria [sequenceName] => [foreignKeys] => Array ( [idsocieta] => Array ( [0] => frm_ana_societa [1] => idsocieta ) [idstabilimento] => Array ( [0] => frm_ana_stabilimento [1] => idstabilimento ) [stamp_insert_user] => Array ( [0] => frm_cruge_user [1] => iduser ) [stamp_update_user] => Array ( [0] => frm_cruge_user [1] => iduser ) ) [columns] => Array ( [idsocieta] => CMysqlColumnSchema Object ( [name] => idsocieta [rawName] => `idsocieta` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idstabilimento] => CMysqlColumnSchema Object ( [name] => idstabilimento [rawName] => `idstabilimento` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idcategoria] => CMysqlColumnSchema Object ( [name] => idcategoria [rawName] => `idcategoria` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [codice] => CMysqlColumnSchema Object ( [name] => codice [rawName] => `codice` [allowNull] => [dbType] => varchar(25) [type] => string [defaultValue] => [size] => 25 [precision] => 25 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [descrizione] => CMysqlColumnSchema Object ( [name] => descrizione [rawName] => `descrizione` [allowNull] => [dbType] => varchar(200) [type] => string [defaultValue] => [size] => 200 [precision] => 200 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idcommessa] => CMysqlColumnSchema Object ( [name] => idcommessa [rawName] => `idcommessa` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_insert_user] => CMysqlColumnSchema Object ( [name] => stamp_insert_user [rawName] => `stamp_insert_user` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_update_user] => CMysqlColumnSchema Object ( [name] => stamp_update_user [rawName] => `stamp_update_user` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_update] => CMysqlColumnSchema Object ( [name] => stamp_update [rawName] => `stamp_update` [allowNull] => [dbType] => datetime [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_insert] => CMysqlColumnSchema Object ( [name] => stamp_insert [rawName] => `stamp_insert` [allowNull] => [dbType] => datetime [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_connection:CDbSchema:private] => CDbConnection Object ( [connectionString] => mysql:host=localhost;dbname=sgf3_dev [username] => SOPHIADeveloper [password] => UkF671Grj511 [schemaCachingDuration] => 0 [schemaCachingExclude] => Array ( ) [schemaCacheID] => cache [queryCachingDuration] => 0 [queryCachingDependency] => [queryCachingCount] => 0 [queryCacheID] => cache [autoConnect] => 1 [charset] => utf8 [emulatePrepare] => [enableParamLogging] => [enableProfiling] => [tablePrefix] => [initSQLs] => [driverMap] => Array ( [cubrid] => CCubridSchema [pgsql] => CPgsqlSchema [mysqli] => CMysqlSchema [mysql] => CMysqlSchema [sqlite] => CSqliteSchema [sqlite2] => CSqliteSchema [mssql] => CMssqlSchema [dblib] => CMssqlSchema [sqlsrv] => CMssqlSchema [oci] => COciSchema ) [pdoClass] => PDO [_driverName:CDbConnection:private] => mysql [_attributes:CDbConnection:private] => Array ( ) [_active:CDbConnection:private] => 1 [_pdo:CDbConnection:private] => PDO Object ( ) [_transaction:CDbConnection:private] => [_schema:CDbConnection:private] => CMysqlSchema Object *RECURSION* [behaviors] => Array ( ) [_initialized:CApplicationComponent:private] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [_builder:CDbSchema:private] => CMysqlCommandBuilder Object *RECURSION* [_cacheExclude:CDbSchema:private] => Array ( ) [_e:CComponent:private] => [_m:CComponent:private] => ) [_connection:CDbCommandBuilder:private] => CDbConnection Object ( [connectionString] => mysql:host=localhost;dbname=sgf3_dev [username] => SOPHIADeveloper [password] => UkF671Grj511 [schemaCachingDuration] => 0 [schemaCachingExclude] => Array ( ) [schemaCacheID] => cache [queryCachingDuration] => 0 [queryCachingDependency] => [queryCachingCount] => 0 [queryCacheID] => cache [autoConnect] => 1 [charset] => utf8 [emulatePrepare] => [enableParamLogging] => [enableProfiling] => [tablePrefix] => [initSQLs] => [driverMap] => Array ( [cubrid] => CCubridSchema [pgsql] => CPgsqlSchema [mysqli] => CMysqlSchema [mysql] => CMysqlSchema [sqlite] => CSqliteSchema [sqlite2] => CSqliteSchema [mssql] => CMssqlSchema [dblib] => CMssqlSchema [sqlsrv] => CMssqlSchema [oci] => COciSchema ) [pdoClass] => PDO [_driverName:CDbConnection:private] => mysql [_attributes:CDbConnection:private] => Array ( ) [_active:CDbConnection:private] => 1 [_pdo:CDbConnection:private] => PDO Object ( ) [_transaction:CDbConnection:private] => [_schema:CDbConnection:private] => CMysqlSchema Object ( [columnTypes] => Array ( [pk] => int(11) NOT NULL AUTO_INCREMENT PRIMARY KEY [bigpk] => bigint(20) NOT NULL AUTO_INCREMENT PRIMARY KEY [string] => varchar(255) [text] => text [integer] => int(11) [bigint] => bigint(20) [float] => float [decimal] => decimal [datetime] => datetime [timestamp] => timestamp [time] => time [date] => date [binary] => blob [boolean] => tinyint(1) [money] => decimal(19,4) ) [_tableNames:CDbSchema:private] => Array ( ) [_tables:CDbSchema:private] => Array ( [frm_cruge_session] => CMysqlTableSchema Object ( [schemaName] => [name] => frm_cruge_session [rawName] => `frm_cruge_session` [primaryKey] => idsession [sequenceName] => [foreignKeys] => Array ( ) [columns] => Array ( [idsession] => CMysqlColumnSchema Object ( [name] => idsession [rawName] => `idsession` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [iduser] => CMysqlColumnSchema Object ( [name] => iduser [rawName] => `iduser` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [created] => CMysqlColumnSchema Object ( [name] => created [rawName] => `created` [allowNull] => 1 [dbType] => bigint(30) [type] => string [defaultValue] => [size] => 30 [precision] => 30 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [expire] => CMysqlColumnSchema Object ( [name] => expire [rawName] => `expire` [allowNull] => 1 [dbType] => bigint(30) [type] => string [defaultValue] => [size] => 30 [precision] => 30 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [status] => CMysqlColumnSchema Object ( [name] => status [rawName] => `status` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 0 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [ipaddress] => CMysqlColumnSchema Object ( [name] => ipaddress [rawName] => `ipaddress` [allowNull] => 1 [dbType] => varchar(45) [type] => string [defaultValue] => [size] => 45 [precision] => 45 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [usagecount] => CMysqlColumnSchema Object ( [name] => usagecount [rawName] => `usagecount` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 0 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [lastusage] => CMysqlColumnSchema Object ( [name] => lastusage [rawName] => `lastusage` [allowNull] => 1 [dbType] => bigint(30) [type] => string [defaultValue] => [size] => 30 [precision] => 30 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [logoutdate] => CMysqlColumnSchema Object ( [name] => logoutdate [rawName] => `logoutdate` [allowNull] => 1 [dbType] => bigint(30) [type] => string [defaultValue] => [size] => 30 [precision] => 30 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [ipaddressout] => CMysqlColumnSchema Object ( [name] => ipaddressout [rawName] => `ipaddressout` [allowNull] => 1 [dbType] => varchar(45) [type] => string [defaultValue] => [size] => 45 [precision] => 45 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [frm_cruge_system] => CMysqlTableSchema Object ( [schemaName] => [name] => frm_cruge_system [rawName] => `frm_cruge_system` [primaryKey] => idsystem [sequenceName] => [foreignKeys] => Array ( ) [columns] => Array ( [idsystem] => CMysqlColumnSchema Object ( [name] => idsystem [rawName] => `idsystem` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [name] => CMysqlColumnSchema Object ( [name] => name [rawName] => `name` [allowNull] => 1 [dbType] => varchar(45) [type] => string [defaultValue] => [size] => 45 [precision] => 45 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [largename] => CMysqlColumnSchema Object ( [name] => largename [rawName] => `largename` [allowNull] => 1 [dbType] => varchar(45) [type] => string [defaultValue] => [size] => 45 [precision] => 45 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [sessionmaxdurationmins] => CMysqlColumnSchema Object ( [name] => sessionmaxdurationmins [rawName] => `sessionmaxdurationmins` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 30 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [sessionmaxsameipconnections] => CMysqlColumnSchema Object ( [name] => sessionmaxsameipconnections [rawName] => `sessionmaxsameipconnections` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 10 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [sessionreusesessions] => CMysqlColumnSchema Object ( [name] => sessionreusesessions [rawName] => `sessionreusesessions` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => 1yes 0no [_e:CComponent:private] => [_m:CComponent:private] => ) [sessionmaxsessionsperday] => CMysqlColumnSchema Object ( [name] => sessionmaxsessionsperday [rawName] => `sessionmaxsessionsperday` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => -1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [sessionmaxsessionsperuser] => CMysqlColumnSchema Object ( [name] => sessionmaxsessionsperuser [rawName] => `sessionmaxsessionsperuser` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => -1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [systemnonewsessions] => CMysqlColumnSchema Object ( [name] => systemnonewsessions [rawName] => `systemnonewsessions` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 0 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => 1yes 0no [_e:CComponent:private] => [_m:CComponent:private] => ) [systemdown] => CMysqlColumnSchema Object ( [name] => systemdown [rawName] => `systemdown` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 0 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [registerusingcaptcha] => CMysqlColumnSchema Object ( [name] => registerusingcaptcha [rawName] => `registerusingcaptcha` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 0 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [registerusingterms] => CMysqlColumnSchema Object ( [name] => registerusingterms [rawName] => `registerusingterms` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 0 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [terms] => CMysqlColumnSchema Object ( [name] => terms [rawName] => `terms` [allowNull] => 1 [dbType] => blob [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [registerusingactivation] => CMysqlColumnSchema Object ( [name] => registerusingactivation [rawName] => `registerusingactivation` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [defaultroleforregistration] => CMysqlColumnSchema Object ( [name] => defaultroleforregistration [rawName] => `defaultroleforregistration` [allowNull] => 1 [dbType] => varchar(64) [type] => string [defaultValue] => [size] => 64 [precision] => 64 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [registerusingtermslabel] => CMysqlColumnSchema Object ( [name] => registerusingtermslabel [rawName] => `registerusingtermslabel` [allowNull] => 1 [dbType] => varchar(100) [type] => string [defaultValue] => [size] => 100 [precision] => 100 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [registrationonlogin] => CMysqlColumnSchema Object ( [name] => registrationonlogin [rawName] => `registrationonlogin` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [startmaintenancedate] => CMysqlColumnSchema Object ( [name] => startmaintenancedate [rawName] => `startmaintenancedate` [allowNull] => 1 [dbType] => bigint(20) [type] => string [defaultValue] => [size] => 20 [precision] => 20 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [frm_cruge_user] => CMysqlTableSchema Object ( [schemaName] => [name] => frm_cruge_user [rawName] => `frm_cruge_user` [primaryKey] => iduser [sequenceName] => [foreignKeys] => Array ( ) [columns] => Array ( [iduser] => CMysqlColumnSchema Object ( [name] => iduser [rawName] => `iduser` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [regdate] => CMysqlColumnSchema Object ( [name] => regdate [rawName] => `regdate` [allowNull] => 1 [dbType] => bigint(30) [type] => string [defaultValue] => [size] => 30 [precision] => 30 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [actdate] => CMysqlColumnSchema Object ( [name] => actdate [rawName] => `actdate` [allowNull] => 1 [dbType] => bigint(30) [type] => string [defaultValue] => [size] => 30 [precision] => 30 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [logondate] => CMysqlColumnSchema Object ( [name] => logondate [rawName] => `logondate` [allowNull] => 1 [dbType] => bigint(30) [type] => string [defaultValue] => [size] => 30 [precision] => 30 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [username] => CMysqlColumnSchema Object ( [name] => username [rawName] => `username` [allowNull] => 1 [dbType] => varchar(64) [type] => string [defaultValue] => [size] => 64 [precision] => 64 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [email] => CMysqlColumnSchema Object ( [name] => email [rawName] => `email` [allowNull] => 1 [dbType] => varchar(45) [type] => string [defaultValue] => [size] => 45 [precision] => 45 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [password] => CMysqlColumnSchema Object ( [name] => password [rawName] => `password` [allowNull] => 1 [dbType] => varchar(64) [type] => string [defaultValue] => [size] => 64 [precision] => 64 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => Hashed password [_e:CComponent:private] => [_m:CComponent:private] => ) [authkey] => CMysqlColumnSchema Object ( [name] => authkey [rawName] => `authkey` [allowNull] => 1 [dbType] => varchar(100) [type] => string [defaultValue] => [size] => 100 [precision] => 100 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => Chiave di autenticazione [_e:CComponent:private] => [_m:CComponent:private] => ) [state] => CMysqlColumnSchema Object ( [name] => state [rawName] => `state` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 0 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [totalsessioncounter] => CMysqlColumnSchema Object ( [name] => totalsessioncounter [rawName] => `totalsessioncounter` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 0 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [currentsessioncounter] => CMysqlColumnSchema Object ( [name] => currentsessioncounter [rawName] => `currentsessioncounter` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 0 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [frm_ana_utenti] => CMysqlTableSchema Object ( [schemaName] => [name] => frm_ana_utenti [rawName] => `frm_ana_utenti` [primaryKey] => idanautente [sequenceName] => [foreignKeys] => Array ( [idcrugeuser] => Array ( [0] => frm_cruge_user [1] => iduser ) [idsocieta] => Array ( [0] => frm_ana_societa [1] => idsocieta ) [idsocietautente] => Array ( [0] => frm_ana_societa_utente [1] => idsocietautente ) [idstabilimento] => Array ( [0] => frm_ana_stabilimento [1] => idstabilimento ) [stamp_insert_user] => Array ( [0] => frm_cruge_user [1] => iduser ) [stamp_update_user] => Array ( [0] => frm_cruge_user [1] => iduser ) ) [columns] => Array ( [idsocieta] => CMysqlColumnSchema Object ( [name] => idsocieta [rawName] => `idsocieta` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idstabilimento] => CMysqlColumnSchema Object ( [name] => idstabilimento [rawName] => `idstabilimento` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idanautente] => CMysqlColumnSchema Object ( [name] => idanautente [rawName] => `idanautente` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idcrugeuser] => CMysqlColumnSchema Object ( [name] => idcrugeuser [rawName] => `idcrugeuser` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idsocietautente] => CMysqlColumnSchema Object ( [name] => idsocietautente [rawName] => `idsocietautente` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [first_password] => CMysqlColumnSchema Object ( [name] => first_password [rawName] => `first_password` [allowNull] => 1 [dbType] => varchar(64) [type] => string [defaultValue] => [size] => 64 [precision] => 64 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [nome] => CMysqlColumnSchema Object ( [name] => nome [rawName] => `nome` [allowNull] => 1 [dbType] => varchar(45) [type] => string [defaultValue] => [size] => 45 [precision] => 45 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [cognome] => CMysqlColumnSchema Object ( [name] => cognome [rawName] => `cognome` [allowNull] => 1 [dbType] => varchar(45) [type] => string [defaultValue] => [size] => 45 [precision] => 45 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [telefono] => CMysqlColumnSchema Object ( [name] => telefono [rawName] => `telefono` [allowNull] => 1 [dbType] => varchar(45) [type] => string [defaultValue] => [size] => 45 [precision] => 45 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [posizioneaziendale] => CMysqlColumnSchema Object ( [name] => posizioneaziendale [rawName] => `posizioneaziendale` [allowNull] => 1 [dbType] => varchar(100) [type] => string [defaultValue] => [size] => 100 [precision] => 100 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [iddipartimutente] => CMysqlColumnSchema Object ( [name] => iddipartimutente [rawName] => `iddipartimutente` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [note] => CMysqlColumnSchema Object ( [name] => note [rawName] => `note` [allowNull] => 1 [dbType] => mediumtext [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [nologin] => CMysqlColumnSchema Object ( [name] => nologin [rawName] => `nologin` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 0 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_insert_user] => CMysqlColumnSchema Object ( [name] => stamp_insert_user [rawName] => `stamp_insert_user` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_update_user] => CMysqlColumnSchema Object ( [name] => stamp_update_user [rawName] => `stamp_update_user` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_update] => CMysqlColumnSchema Object ( [name] => stamp_update [rawName] => `stamp_update` [allowNull] => [dbType] => datetime [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_insert] => CMysqlColumnSchema Object ( [name] => stamp_insert [rawName] => `stamp_insert` [allowNull] => [dbType] => datetime [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [sgf3_documenti] => CMysqlTableSchema Object ( [schemaName] => [name] => sgf3_documenti [rawName] => `sgf3_documenti` [primaryKey] => iddocumento [sequenceName] => [foreignKeys] => Array ( [idcategoria] => Array ( [0] => sgf3_categorie_documenti [1] => idcategoria ) [iddestinatario] => Array ( [0] => frm_ana_societa_utente [1] => idsocietautente ) [idstruttura] => Array ( [0] => frm_ana_struttura [1] => idstruttura ) [idmittente] => Array ( [0] => frm_ana_societa_utente [1] => idsocietautente ) [idprocesso] => Array ( [0] => sgf3_processi [1] => idprocesso ) [idsitodeposito] => Array ( [0] => sgf3_sitidepositi [1] => idsitodeposito ) [idsocieta] => Array ( [0] => frm_ana_societa [1] => idsocieta ) [idstabilimento] => Array ( [0] => frm_ana_stabilimento [1] => idstabilimento ) [idstato] => Array ( [0] => sgf3_stati_documento [1] => idstato ) [idtipodocumento] => Array ( [0] => sgf3_tipidocumenti [1] => idtipodocumento ) [idveicolocliente] => Array ( [0] => sgf3_veicolocliente [1] => idveicolocliente ) ) [columns] => Array ( [idsocieta] => CMysqlColumnSchema Object ( [name] => idsocieta [rawName] => `idsocieta` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idstabilimento] => CMysqlColumnSchema Object ( [name] => idstabilimento [rawName] => `idstabilimento` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idstruttura] => CMysqlColumnSchema Object ( [name] => idstruttura [rawName] => `idstruttura` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [iddocumento] => CMysqlColumnSchema Object ( [name] => iddocumento [rawName] => `iddocumento` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [iddocumentocondiviso] => CMysqlColumnSchema Object ( [name] => iddocumentocondiviso [rawName] => `iddocumentocondiviso` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stampdoc] => CMysqlColumnSchema Object ( [name] => stampdoc [rawName] => `stampdoc` [allowNull] => [dbType] => datetime [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [descrizione] => CMysqlColumnSchema Object ( [name] => descrizione [rawName] => `descrizione` [allowNull] => [dbType] => varchar(250) [type] => string [defaultValue] => [size] => 250 [precision] => 250 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idfile] => CMysqlColumnSchema Object ( [name] => idfile [rawName] => `idfile` [allowNull] => 1 [dbType] => int(100) [type] => integer [defaultValue] => [size] => 100 [precision] => 100 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [tags] => CMysqlColumnSchema Object ( [name] => tags [rawName] => `tags` [allowNull] => 1 [dbType] => varchar(500) [type] => string [defaultValue] => [size] => 500 [precision] => 500 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [protocollo] => CMysqlColumnSchema Object ( [name] => protocollo [rawName] => `protocollo` [allowNull] => 1 [dbType] => varchar(100) [type] => string [defaultValue] => [size] => 100 [precision] => 100 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idmittente] => CMysqlColumnSchema Object ( [name] => idmittente [rawName] => `idmittente` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [mittente] => CMysqlColumnSchema Object ( [name] => mittente [rawName] => `mittente` [allowNull] => 1 [dbType] => varchar(100) [type] => string [defaultValue] => [size] => 100 [precision] => 100 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [destinatario] => CMysqlColumnSchema Object ( [name] => destinatario [rawName] => `destinatario` [allowNull] => 1 [dbType] => varchar(100) [type] => string [defaultValue] => [size] => 100 [precision] => 100 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [iddestinatario] => CMysqlColumnSchema Object ( [name] => iddestinatario [rawName] => `iddestinatario` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [autore] => CMysqlColumnSchema Object ( [name] => autore [rawName] => `autore` [allowNull] => 1 [dbType] => varchar(50) [type] => string [defaultValue] => [size] => 50 [precision] => 50 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idautore] => CMysqlColumnSchema Object ( [name] => idautore [rawName] => `idautore` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [owner] => CMysqlColumnSchema Object ( [name] => owner [rawName] => `owner` [allowNull] => 1 [dbType] => varchar(50) [type] => string [defaultValue] => [size] => 50 [precision] => 50 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idowner] => CMysqlColumnSchema Object ( [name] => idowner [rawName] => `idowner` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idcategoria] => CMysqlColumnSchema Object ( [name] => idcategoria [rawName] => `idcategoria` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [progressivo] => CMysqlColumnSchema Object ( [name] => progressivo [rawName] => `progressivo` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 0 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idstato] => CMysqlColumnSchema Object ( [name] => idstato [rawName] => `idstato` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [pubblicato] => CMysqlColumnSchema Object ( [name] => pubblicato [rawName] => `pubblicato` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [note] => CMysqlColumnSchema Object ( [name] => note [rawName] => `note` [allowNull] => 1 [dbType] => varchar(250) [type] => string [defaultValue] => [size] => 250 [precision] => 250 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [protocolloext] => CMysqlColumnSchema Object ( [name] => protocolloext [rawName] => `protocolloext` [allowNull] => 1 [dbType] => varchar(100) [type] => string [defaultValue] => [size] => 100 [precision] => 100 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [rifprotocollo] => CMysqlColumnSchema Object ( [name] => rifprotocollo [rawName] => `rifprotocollo` [allowNull] => 1 [dbType] => varchar(50) [type] => string [defaultValue] => [size] => 50 [precision] => 50 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [valido] => CMysqlColumnSchema Object ( [name] => valido [rawName] => `valido` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idsitodeposito] => CMysqlColumnSchema Object ( [name] => idsitodeposito [rawName] => `idsitodeposito` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idprocesso] => CMysqlColumnSchema Object ( [name] => idprocesso [rawName] => `idprocesso` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idveicolocliente] => CMysqlColumnSchema Object ( [name] => idveicolocliente [rawName] => `idveicolocliente` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idtipodocumento] => CMysqlColumnSchema Object ( [name] => idtipodocumento [rawName] => `idtipodocumento` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_insert_user] => CMysqlColumnSchema Object ( [name] => stamp_insert_user [rawName] => `stamp_insert_user` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_update_user] => CMysqlColumnSchema Object ( [name] => stamp_update_user [rawName] => `stamp_update_user` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_update] => CMysqlColumnSchema Object ( [name] => stamp_update [rawName] => `stamp_update` [allowNull] => [dbType] => datetime [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_insert] => CMysqlColumnSchema Object ( [name] => stamp_insert [rawName] => `stamp_insert` [allowNull] => [dbType] => datetime [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [frm_ana_societa_utente] => CMysqlTableSchema Object ( [schemaName] => [name] => frm_ana_societa_utente [rawName] => `frm_ana_societa_utente` [primaryKey] => idsocietautente [sequenceName] => [foreignKeys] => Array ( [idlogo] => Array ( [0] => frm_files_upload [1] => idfile ) [idsocieta] => Array ( [0] => frm_ana_societa [1] => idsocieta ) [idstabilimento] => Array ( [0] => frm_ana_stabilimento [1] => idstabilimento ) [idtiposocieta] => Array ( [0] => sys_tipo_societa [1] => idtiposocieta ) [stamp_insert_user] => Array ( [0] => frm_cruge_user [1] => iduser ) [stamp_update_user] => Array ( [0] => frm_cruge_user [1] => iduser ) ) [columns] => Array ( [idsocieta] => CMysqlColumnSchema Object ( [name] => idsocieta [rawName] => `idsocieta` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idstabilimento] => CMysqlColumnSchema Object ( [name] => idstabilimento [rawName] => `idstabilimento` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idsocietautente] => CMysqlColumnSchema Object ( [name] => idsocietautente [rawName] => `idsocietautente` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [codicesocietautente] => CMysqlColumnSchema Object ( [name] => codicesocietautente [rawName] => `codicesocietautente` [allowNull] => 1 [dbType] => varchar(20) [type] => string [defaultValue] => [size] => 20 [precision] => 20 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idlogo] => CMysqlColumnSchema Object ( [name] => idlogo [rawName] => `idlogo` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [segnalazioni] => CMysqlColumnSchema Object ( [name] => segnalazioni [rawName] => `segnalazioni` [allowNull] => [dbType] => varchar(1) [type] => string [defaultValue] => N [size] => 1 [precision] => 1 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [validato] => CMysqlColumnSchema Object ( [name] => validato [rawName] => `validato` [allowNull] => [dbType] => int(1) [type] => integer [defaultValue] => 0 [size] => 1 [precision] => 1 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [codice_validazione] => CMysqlColumnSchema Object ( [name] => codice_validazione [rawName] => `codice_validazione` [allowNull] => [dbType] => varchar(1) [type] => string [defaultValue] => N [size] => 1 [precision] => 1 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [partita_iva] => CMysqlColumnSchema Object ( [name] => partita_iva [rawName] => `partita_iva` [allowNull] => 1 [dbType] => varchar(13) [type] => string [defaultValue] => [size] => 13 [precision] => 13 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [vat] => CMysqlColumnSchema Object ( [name] => vat [rawName] => `vat` [allowNull] => 1 [dbType] => varchar(45) [type] => string [defaultValue] => [size] => 45 [precision] => 45 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [nome] => CMysqlColumnSchema Object ( [name] => nome [rawName] => `nome` [allowNull] => [dbType] => varchar(200) [type] => string [defaultValue] => [size] => 200 [precision] => 200 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [descrizione] => CMysqlColumnSchema Object ( [name] => descrizione [rawName] => `descrizione` [allowNull] => 1 [dbType] => varchar(200) [type] => string [defaultValue] => [size] => 200 [precision] => 200 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => Societa [_e:CComponent:private] => [_m:CComponent:private] => ) [sigla_cliente] => CMysqlColumnSchema Object ( [name] => sigla_cliente [rawName] => `sigla_cliente` [allowNull] => 1 [dbType] => varchar(3) [type] => string [defaultValue] => [size] => 3 [precision] => 3 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [indirizzo] => CMysqlColumnSchema Object ( [name] => indirizzo [rawName] => `indirizzo` [allowNull] => 1 [dbType] => varchar(200) [type] => string [defaultValue] => [size] => 200 [precision] => 200 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [citta] => CMysqlColumnSchema Object ( [name] => citta [rawName] => `citta` [allowNull] => 1 [dbType] => varchar(100) [type] => string [defaultValue] => [size] => 100 [precision] => 100 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [cap] => CMysqlColumnSchema Object ( [name] => cap [rawName] => `cap` [allowNull] => 1 [dbType] => varchar(20) [type] => string [defaultValue] => [size] => 20 [precision] => 20 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [provincia] => CMysqlColumnSchema Object ( [name] => provincia [rawName] => `provincia` [allowNull] => 1 [dbType] => varchar(100) [type] => string [defaultValue] => [size] => 100 [precision] => 100 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [telefono] => CMysqlColumnSchema Object ( [name] => telefono [rawName] => `telefono` [allowNull] => 1 [dbType] => varchar(45) [type] => string [defaultValue] => [size] => 45 [precision] => 45 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [email] => CMysqlColumnSchema Object ( [name] => email [rawName] => `email` [allowNull] => 1 [dbType] => varchar(45) [type] => string [defaultValue] => [size] => 45 [precision] => 45 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idtiposocieta] => CMysqlColumnSchema Object ( [name] => idtiposocieta [rawName] => `idtiposocieta` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [riferimento] => CMysqlColumnSchema Object ( [name] => riferimento [rawName] => `riferimento` [allowNull] => 1 [dbType] => varchar(200) [type] => string [defaultValue] => [size] => 200 [precision] => 200 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [tel_riferimento] => CMysqlColumnSchema Object ( [name] => tel_riferimento [rawName] => `tel_riferimento` [allowNull] => 1 [dbType] => varchar(100) [type] => string [defaultValue] => [size] => 100 [precision] => 100 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_insert_user] => CMysqlColumnSchema Object ( [name] => stamp_insert_user [rawName] => `stamp_insert_user` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_update_user] => CMysqlColumnSchema Object ( [name] => stamp_update_user [rawName] => `stamp_update_user` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_update] => CMysqlColumnSchema Object ( [name] => stamp_update [rawName] => `stamp_update` [allowNull] => [dbType] => datetime [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_insert] => CMysqlColumnSchema Object ( [name] => stamp_insert [rawName] => `stamp_insert` [allowNull] => [dbType] => datetime [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [frm_ana_struttura] => CMysqlTableSchema Object ( [schemaName] => [name] => frm_ana_struttura [rawName] => `frm_ana_struttura` [primaryKey] => idstruttura [sequenceName] => [foreignKeys] => Array ( [idsocieta] => Array ( [0] => frm_ana_societa [1] => idsocieta ) [idstabilimento] => Array ( [0] => frm_ana_stabilimento [1] => idstabilimento ) [tipo_struttura] => Array ( [0] => sgf3_tipo_struttura [1] => tipo_struttura ) ) [columns] => Array ( [idsocieta] => CMysqlColumnSchema Object ( [name] => idsocieta [rawName] => `idsocieta` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idstabilimento] => CMysqlColumnSchema Object ( [name] => idstabilimento [rawName] => `idstabilimento` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idsocietautente] => CMysqlColumnSchema Object ( [name] => idsocietautente [rawName] => `idsocietautente` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idcommessa] => CMysqlColumnSchema Object ( [name] => idcommessa [rawName] => `idcommessa` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idstruttura] => CMysqlColumnSchema Object ( [name] => idstruttura [rawName] => `idstruttura` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idstrutturapadre] => CMysqlColumnSchema Object ( [name] => idstrutturapadre [rawName] => `idstrutturapadre` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 0 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [level] => CMysqlColumnSchema Object ( [name] => level [rawName] => `level` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [visible] => CMysqlColumnSchema Object ( [name] => visible [rawName] => `visible` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [ordine] => CMysqlColumnSchema Object ( [name] => ordine [rawName] => `ordine` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 0 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idstrutturacondivisa] => CMysqlColumnSchema Object ( [name] => idstrutturacondivisa [rawName] => `idstrutturacondivisa` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [descrizione] => CMysqlColumnSchema Object ( [name] => descrizione [rawName] => `descrizione` [allowNull] => [dbType] => varchar(200) [type] => string [defaultValue] => [size] => 200 [precision] => 200 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [path_struttura] => CMysqlColumnSchema Object ( [name] => path_struttura [rawName] => `path_struttura` [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [link] => CMysqlColumnSchema Object ( [name] => link [rawName] => `link` [allowNull] => 1 [dbType] => varchar(100) [type] => string [defaultValue] => [size] => 100 [precision] => 100 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [style] => CMysqlColumnSchema Object ( [name] => style [rawName] => `style` [allowNull] => 1 [dbType] => varchar(100) [type] => string [defaultValue] => [size] => 100 [precision] => 100 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [editable] => CMysqlColumnSchema Object ( [name] => editable [rawName] => `editable` [allowNull] => [dbType] => varchar(1) [type] => string [defaultValue] => 1 [size] => 1 [precision] => 1 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [allegati] => CMysqlColumnSchema Object ( [name] => allegati [rawName] => `allegati` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 0 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idallegatidoc] => CMysqlColumnSchema Object ( [name] => idallegatidoc [rawName] => `idallegatidoc` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [tipo_struttura] => CMysqlColumnSchema Object ( [name] => tipo_struttura [rawName] => `tipo_struttura` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 0 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [modoprotocollo] => CMysqlColumnSchema Object ( [name] => modoprotocollo [rawName] => `modoprotocollo` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => Campo APP. Modo Protocollo: 1 -> Standard, 2 -> FullService [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_insert_user] => CMysqlColumnSchema Object ( [name] => stamp_insert_user [rawName] => `stamp_insert_user` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_update_user] => CMysqlColumnSchema Object ( [name] => stamp_update_user [rawName] => `stamp_update_user` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_update] => CMysqlColumnSchema Object ( [name] => stamp_update [rawName] => `stamp_update` [allowNull] => [dbType] => datetime [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_insert] => CMysqlColumnSchema Object ( [name] => stamp_insert [rawName] => `stamp_insert` [allowNull] => [dbType] => datetime [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [frm_ana_commesse] => CMysqlTableSchema Object ( [schemaName] => [name] => frm_ana_commesse [rawName] => `frm_ana_commesse` [primaryKey] => idcommessa [sequenceName] => [foreignKeys] => Array ( [idfoto] => Array ( [0] => frm_files_upload [1] => idfile ) [idsocieta] => Array ( [0] => frm_ana_societa [1] => idsocieta ) [idstabilimento] => Array ( [0] => frm_ana_stabilimento [1] => idstabilimento ) [stamp_insert_user] => Array ( [0] => frm_cruge_user [1] => iduser ) [stamp_update_user] => Array ( [0] => frm_cruge_user [1] => iduser ) [idsocietautente] => Array ( [0] => frm_ana_societa_utente [1] => idsocietautente ) ) [columns] => Array ( [idsocieta] => CMysqlColumnSchema Object ( [name] => idsocieta [rawName] => `idsocieta` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idstabilimento] => CMysqlColumnSchema Object ( [name] => idstabilimento [rawName] => `idstabilimento` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idcommessa] => CMysqlColumnSchema Object ( [name] => idcommessa [rawName] => `idcommessa` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idsocietautente] => CMysqlColumnSchema Object ( [name] => idsocietautente [rawName] => `idsocietautente` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [codicecommessa] => CMysqlColumnSchema Object ( [name] => codicecommessa [rawName] => `codicecommessa` [allowNull] => 1 [dbType] => varchar(20) [type] => string [defaultValue] => [size] => 20 [precision] => 20 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [desccommessa] => CMysqlColumnSchema Object ( [name] => desccommessa [rawName] => `desccommessa` [allowNull] => [dbType] => varchar(200) [type] => string [defaultValue] => [size] => 200 [precision] => 200 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idfoto] => CMysqlColumnSchema Object ( [name] => idfoto [rawName] => `idfoto` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [visible] => CMysqlColumnSchema Object ( [name] => visible [rawName] => `visible` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [editablelevel] => CMysqlColumnSchema Object ( [name] => editablelevel [rawName] => `editablelevel` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [pubblicacorrisp] => CMysqlColumnSchema Object ( [name] => pubblicacorrisp [rawName] => `pubblicacorrisp` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 0 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_insert_user] => CMysqlColumnSchema Object ( [name] => stamp_insert_user [rawName] => `stamp_insert_user` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_update_user] => CMysqlColumnSchema Object ( [name] => stamp_update_user [rawName] => `stamp_update_user` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_update] => CMysqlColumnSchema Object ( [name] => stamp_update [rawName] => `stamp_update` [allowNull] => [dbType] => datetime [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_insert] => CMysqlColumnSchema Object ( [name] => stamp_insert [rawName] => `stamp_insert` [allowNull] => [dbType] => datetime [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [frm_ana_commesse_utente] => CMysqlTableSchema Object ( [schemaName] => [name] => frm_ana_commesse_utente [rawName] => `frm_ana_commesse_utente` [primaryKey] => Array ( [0] => idcommessa [1] => idanautente ) [sequenceName] => [foreignKeys] => Array ( ) [columns] => Array ( [idcommessa] => CMysqlColumnSchema Object ( [name] => idcommessa [rawName] => `idcommessa` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idanautente] => CMysqlColumnSchema Object ( [name] => idanautente [rawName] => `idanautente` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [isadmin] => CMysqlColumnSchema Object ( [name] => isadmin [rawName] => `isadmin` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 0 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [readonly] => CMysqlColumnSchema Object ( [name] => readonly [rawName] => `readonly` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 0 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [vis_comm_temp] => CMysqlColumnSchema Object ( [name] => vis_comm_temp [rawName] => `vis_comm_temp` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => 0 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [frm_files_upload] => CMysqlTableSchema Object ( [schemaName] => [name] => frm_files_upload [rawName] => `frm_files_upload` [primaryKey] => idfile [sequenceName] => [foreignKeys] => Array ( [idsocieta] => Array ( [0] => frm_ana_societa [1] => idsocieta ) [idstabilimento] => Array ( [0] => frm_ana_stabilimento [1] => idstabilimento ) [iduser] => Array ( [0] => frm_cruge_user [1] => iduser ) [stamp_insert_user] => Array ( [0] => frm_cruge_user [1] => iduser ) [stamp_update_user] => Array ( [0] => frm_cruge_user [1] => iduser ) ) [columns] => Array ( [idsocieta] => CMysqlColumnSchema Object ( [name] => idsocieta [rawName] => `idsocieta` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idstabilimento] => CMysqlColumnSchema Object ( [name] => idstabilimento [rawName] => `idstabilimento` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idfile] => CMysqlColumnSchema Object ( [name] => idfile [rawName] => `idfile` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [iduser] => CMysqlColumnSchema Object ( [name] => iduser [rawName] => `iduser` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [filename] => CMysqlColumnSchema Object ( [name] => filename [rawName] => `filename` [allowNull] => [dbType] => varchar(200) [type] => string [defaultValue] => [size] => 200 [precision] => 200 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [path] => CMysqlColumnSchema Object ( [name] => path [rawName] => `path` [allowNull] => [dbType] => varchar(200) [type] => string [defaultValue] => [size] => 200 [precision] => 200 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [type] => CMysqlColumnSchema Object ( [name] => type [rawName] => `type` [allowNull] => [dbType] => varchar(45) [type] => string [defaultValue] => [size] => 45 [precision] => 45 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [size] => CMysqlColumnSchema Object ( [name] => size [rawName] => `size` [allowNull] => [dbType] => int(10) unsigned [type] => string [defaultValue] => [size] => 10 [precision] => 10 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [data_caricamento] => CMysqlColumnSchema Object ( [name] => data_caricamento [rawName] => `data_caricamento` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [data_scadenza] => CMysqlColumnSchema Object ( [name] => data_scadenza [rawName] => `data_scadenza` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [descrizione] => CMysqlColumnSchema Object ( [name] => descrizione [rawName] => `descrizione` [allowNull] => 1 [dbType] => varchar(200) [type] => string [defaultValue] => [size] => 200 [precision] => 200 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_insert_user] => CMysqlColumnSchema Object ( [name] => stamp_insert_user [rawName] => `stamp_insert_user` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_update_user] => CMysqlColumnSchema Object ( [name] => stamp_update_user [rawName] => `stamp_update_user` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_update] => CMysqlColumnSchema Object ( [name] => stamp_update [rawName] => `stamp_update` [allowNull] => [dbType] => datetime [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_insert] => CMysqlColumnSchema Object ( [name] => stamp_insert [rawName] => `stamp_insert` [allowNull] => [dbType] => datetime [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [old_idfile] => CMysqlColumnSchema Object ( [name] => old_idfile [rawName] => `old_idfile` [allowNull] => 1 [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [frm_ana_struttura_socutente_restrizioni] => CMysqlTableSchema Object ( [schemaName] => [name] => frm_ana_struttura_socutente_restrizioni [rawName] => `frm_ana_struttura_socutente_restrizioni` [primaryKey] => idstrutturasocietautenterest [sequenceName] => [foreignKeys] => Array ( [idsocieta] => Array ( [0] => frm_ana_societa [1] => idsocieta ) [idsocietautente] => Array ( [0] => frm_ana_societa_utente [1] => idsocietautente ) [idstabilimento] => Array ( [0] => frm_ana_stabilimento [1] => idstabilimento ) [idstruttura] => Array ( [0] => frm_ana_struttura [1] => idstruttura ) [stamp_insert_user] => Array ( [0] => frm_cruge_user [1] => iduser ) [stamp_update_user] => Array ( [0] => frm_cruge_user [1] => iduser ) ) [columns] => Array ( [idsocieta] => CMysqlColumnSchema Object ( [name] => idsocieta [rawName] => `idsocieta` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idstabilimento] => CMysqlColumnSchema Object ( [name] => idstabilimento [rawName] => `idstabilimento` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idstrutturasocietautenterest] => CMysqlColumnSchema Object ( [name] => idstrutturasocietautenterest [rawName] => `idstrutturasocietautenterest` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idstruttura] => CMysqlColumnSchema Object ( [name] => idstruttura [rawName] => `idstruttura` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idsocietautente] => CMysqlColumnSchema Object ( [name] => idsocietautente [rawName] => `idsocietautente` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_insert_user] => CMysqlColumnSchema Object ( [name] => stamp_insert_user [rawName] => `stamp_insert_user` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_update_user] => CMysqlColumnSchema Object ( [name] => stamp_update_user [rawName] => `stamp_update_user` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_update] => CMysqlColumnSchema Object ( [name] => stamp_update [rawName] => `stamp_update` [allowNull] => 1 [dbType] => datetime [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_insert] => CMysqlColumnSchema Object ( [name] => stamp_insert [rawName] => `stamp_insert` [allowNull] => 1 [dbType] => datetime [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [sgf3_stati_documento] => CMysqlTableSchema Object ( [schemaName] => [name] => sgf3_stati_documento [rawName] => `sgf3_stati_documento` [primaryKey] => idstato [sequenceName] => [foreignKeys] => Array ( ) [columns] => Array ( [idstato] => CMysqlColumnSchema Object ( [name] => idstato [rawName] => `idstato` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [descrizione] => CMysqlColumnSchema Object ( [name] => descrizione [rawName] => `descrizione` [allowNull] => [dbType] => varchar(45) [type] => string [defaultValue] => [size] => 45 [precision] => 45 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [sgf3_categorie_documenti] => CMysqlTableSchema Object ( [schemaName] => [name] => sgf3_categorie_documenti [rawName] => `sgf3_categorie_documenti` [primaryKey] => idcategoria [sequenceName] => [foreignKeys] => Array ( [idsocieta] => Array ( [0] => frm_ana_societa [1] => idsocieta ) [idstabilimento] => Array ( [0] => frm_ana_stabilimento [1] => idstabilimento ) [stamp_insert_user] => Array ( [0] => frm_cruge_user [1] => iduser ) [stamp_update_user] => Array ( [0] => frm_cruge_user [1] => iduser ) ) [columns] => Array ( [idsocieta] => CMysqlColumnSchema Object ( [name] => idsocieta [rawName] => `idsocieta` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idstabilimento] => CMysqlColumnSchema Object ( [name] => idstabilimento [rawName] => `idstabilimento` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idcategoria] => CMysqlColumnSchema Object ( [name] => idcategoria [rawName] => `idcategoria` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [codice] => CMysqlColumnSchema Object ( [name] => codice [rawName] => `codice` [allowNull] => [dbType] => varchar(25) [type] => string [defaultValue] => [size] => 25 [precision] => 25 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [descrizione] => CMysqlColumnSchema Object ( [name] => descrizione [rawName] => `descrizione` [allowNull] => [dbType] => varchar(200) [type] => string [defaultValue] => [size] => 200 [precision] => 200 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [idcommessa] => CMysqlColumnSchema Object ( [name] => idcommessa [rawName] => `idcommessa` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_insert_user] => CMysqlColumnSchema Object ( [name] => stamp_insert_user [rawName] => `stamp_insert_user` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_update_user] => CMysqlColumnSchema Object ( [name] => stamp_update_user [rawName] => `stamp_update_user` [allowNull] => [dbType] => int(11) [type] => integer [defaultValue] => 1 [size] => 11 [precision] => 11 [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_update] => CMysqlColumnSchema Object ( [name] => stamp_update [rawName] => `stamp_update` [allowNull] => [dbType] => datetime [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [stamp_insert] => CMysqlColumnSchema Object ( [name] => stamp_insert [rawName] => `stamp_insert` [allowNull] => [dbType] => datetime [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_connection:CDbSchema:private] => CDbConnection Object *RECURSION* [_builder:CDbSchema:private] => CMysqlCommandBuilder Object *RECURSION* [_cacheExclude:CDbSchema:private] => Array ( ) [_e:CComponent:private] => [_m:CComponent:private] => ) [behaviors] => Array ( ) [_initialized:CApplicationComponent:private] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [_e:CComponent:private] => [_m:CComponent:private] => ) ) ) [4] => Array ( [file] => /var/www/html/dev/yii/framework/db/ar/CActiveFinder.php [line] => 151 [function] => count [class] => CJoinElement [type] => -> [args] => Array ( [0] => CDbCriteria Object ( [select] => * [distinct] => [condition] => ((((t.idsocieta=:ycp4) AND (t.idstabilimento=:ycp5)) AND (t.idstruttura=:ycp6)) AND (t.pubblicato=:ycp7)) AND ( AND NOT EXISTS (SELECT 1 FROM sgf3_documenti_socutente_restrizioni r WHERE 1=1 AND r.iddocumento = t.iddocumento AND r.idsocietautente = 6)) [params] => Array ( [:ycp4] => 1 [:ycp5] => 1 [:ycp6] => 162 [:ycp7] => 1 ) [limit] => -1 [offset] => -1 [order] => [group] => [join] => [having] => [with] => Array ( [0] => file [1] => stato [2] => categoria [3] => struttura ) [alias] => [together] => [index] => [scopes] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) ) [5] => Array ( [file] => /var/www/html/dev/yii/framework/db/ar/CActiveRecord.php [line] => 1613 [function] => count [class] => CActiveFinder [type] => -> [args] => Array ( [0] => CDbCriteria Object ( [select] => * [distinct] => [condition] => ((((t.idsocieta=:ycp4) AND (t.idstabilimento=:ycp5)) AND (t.idstruttura=:ycp6)) AND (t.pubblicato=:ycp7)) AND ( AND NOT EXISTS (SELECT 1 FROM sgf3_documenti_socutente_restrizioni r WHERE 1=1 AND r.iddocumento = t.iddocumento AND r.idsocietautente = 6)) [params] => Array ( [:ycp4] => 1 [:ycp5] => 1 [:ycp6] => 162 [:ycp7] => 1 ) [limit] => -1 [offset] => -1 [order] => [group] => [join] => [having] => [with] => Array ( [0] => file [1] => stato [2] => categoria [3] => struttura ) [alias] => [together] => [index] => [scopes] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) ) [6] => Array ( [file] => /var/www/html/dev/yii/framework/web/CActiveDataProvider.php [line] => 228 [function] => count [class] => CActiveRecord [type] => -> [args] => Array ( [0] => CDbCriteria Object ( [select] => * [distinct] => [condition] => ((((t.idsocieta=:ycp4) AND (t.idstabilimento=:ycp5)) AND (t.idstruttura=:ycp6)) AND (t.pubblicato=:ycp7)) AND ( AND NOT EXISTS (SELECT 1 FROM sgf3_documenti_socutente_restrizioni r WHERE 1=1 AND r.iddocumento = t.iddocumento AND r.idsocietautente = 6)) [params] => Array ( [:ycp4] => 1 [:ycp5] => 1 [:ycp6] => 162 [:ycp7] => 1 ) [limit] => -1 [offset] => -1 [order] => [group] => [join] => [having] => [with] => Array ( [0] => file [1] => stato [2] => categoria [3] => struttura ) [alias] => [together] => [index] => [scopes] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) ) [7] => Array ( [file] => /var/www/html/dev/yii/framework/web/CDataProvider.php [line] => 224 [function] => calculateTotalItemCount [class] => CActiveDataProvider [type] => -> [args] => Array ( ) ) [8] => Array ( [file] => /var/www/html/dev/yii/framework/base/CComponent.php [line] => 111 [function] => getTotalItemCount [class] => CDataProvider [type] => -> [args] => Array ( ) ) [9] => Array ( [file] => /var/www/html/dev/sgf3/protected/views/sgf3Documenti/admin.php [line] => 727 [function] => __get [class] => CComponent [type] => -> [args] => Array ( [0] => totalItemCount ) ) [10] => Array ( [file] => /var/www/html/dev/yii/framework/web/CBaseController.php [line] => 126 [args] => Array ( [0] => /var/www/html/dev/sgf3/protected/views/sgf3Documenti/admin.php ) [function] => require ) [11] => Array ( [file] => /var/www/html/dev/yii/framework/web/CBaseController.php [line] => 95 [function] => renderInternal [class] => CBaseController [type] => -> [args] => Array ( [0] => /var/www/html/dev/sgf3/protected/views/sgf3Documenti/admin.php [1] => Array ( [documenti] => Sgf3Documenti Object ( [idcommessaStruttura] => [dataFrom] => [dataTo] => [dataFromFormatted] => [dataToFormatted] => [descSearchProt] => [dataSearchProtFromFormatted] => [dataSearchProtToFormatted] => [mittenteSearchProt] => [destinatarioSearchProt] => [rifprotSearchProt] => [protocolloEstSearchProt] => [statoSearchProt] => [autoreSearchProt] => [ownerSearchProt] => [categoriaSearchProt] => [tagsSearchProt] => [testoDoc] => [notin_tipostruttura] => [isAdvancedSearch] => [file_size] => [chkGetFileToZip] => Array ( ) [nRighe] => [_new:CActiveRecord:private] => 1 [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [progressivo] => [pubblicato] => 1 [valido] => 1 [stamp_insert_user] => [stamp_update_user] => [idstruttura] => 162 [iddocumento] => [iddocumentocondiviso] => [stampdoc] => [descrizione] => [idfile] => [tags] => [protocollo] => [idmittente] => [mittente] => [destinatario] => [iddestinatario] => [autore] => [idautore] => [owner] => [idowner] => [idcategoria] => [idstato] => [note] => [protocolloext] => [rifprotocollo] => [idsitodeposito] => [idprocesso] => [idveicolocliente] => [idtipodocumento] => [stamp_update] => [stamp_insert] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => CList Object ( [_d:CList:private] => Array ( [0] => CRequiredValidator Object ( [requiredValue] => [strict] => [trim] => 1 [attributes] => Array ( [0] => idstruttura [1] => stampdoc [2] => descrizione ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [1] => CRequiredValidator Object ( [requiredValue] => [strict] => [trim] => 1 [attributes] => Array ( [0] => idmittente [1] => iddestinatario [2] => idautore [3] => idstato [4] => idcategoria ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [2] => CInlineValidator Object ( [method] => validaMittente [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => idmittente ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [3] => CInlineValidator Object ( [method] => validaDestinatario [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => iddestinatario ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [4] => CInlineValidator Object ( [method] => validaProcesso [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => idprocesso ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [5] => CInlineValidator Object ( [method] => validaTipodoc [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => idtipodocumento ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [6] => CInlineValidator Object ( [method] => validaveicolocliente [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => idveicolocliente ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [7] => CSafeValidator Object ( [attributes] => Array ( [0] => stampdocFormatted [1] => tagsArray [2] => file_size [3] => chkGetFileToZip [4] => nRighe ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [8] => CInlineValidator Object ( [method] => update [params] => Array ( [on] => update ) [clientValidate] => [attributes] => Array ( [0] => stampdoc [1] => descrizione [2] => protocollo [3] => idmittente [4] => mittente [5] => iddestinatario [6] => destinatario [7] => protocolloext [8] => autore [9] => note ) [message] => [skipOnError] => [on] => Array ( [update] => update ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [9] => CNumberValidator Object ( [integerOnly] => 1 [allowEmpty] => 1 [max] => [min] => [tooBig] => [tooSmall] => [integerPattern] => /^\s*[+-]?\d+\s*$/ [numberPattern] => /^\s*[-+]?[0-9]*\.?[0-9]+([eE][-+]?[0-9]+)?\s*$/ [attributes] => Array ( [0] => idsocieta [1] => idstabilimento [2] => idstruttura [3] => idfile [4] => stamp_insert_user [5] => stamp_update_user [6] => idmittente [7] => iddestinatario [8] => idautore [9] => idowner [10] => idcategoria [11] => progressivo [12] => idstato [13] => pubblicato [14] => valido [15] => idsitodeposito [16] => idprocesso [17] => idveicolocliente [18] => idtipodocumento [19] => iddocumentocondiviso ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [10] => CStringValidator Object ( [max] => 200 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => descrizione ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [11] => CStringValidator Object ( [max] => 100 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => protocollo ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [12] => CStringValidator Object ( [max] => 100 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => mittente ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [13] => CStringValidator Object ( [max] => 100 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => destinatario ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [14] => CStringValidator Object ( [max] => 100 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => protocolloext ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [15] => CStringValidator Object ( [max] => 50 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => rifprotocollo ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [16] => CStringValidator Object ( [max] => 50 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => autore ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [17] => CStringValidator Object ( [max] => 50 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => owner ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [18] => CStringValidator Object ( [max] => 250 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => note ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [19] => CStringValidator Object ( [max] => 500 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => tags ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [20] => CSafeValidator Object ( [attributes] => Array ( [0] => idsocieta [1] => idstabilimento [2] => idstruttura [3] => iddocumento [4] => iddocumentocondiviso [5] => stampdoc [6] => descrizione [7] => idfile [8] => stamp_insert_user [9] => stamp_update_user [10] => stamp_update [11] => stamp_insert [12] => protocollo [13] => protocolloext [14] => idmittente [15] => mittente [16] => iddestinatario [17] => destinatario [18] => note [19] => autore [20] => idautore [21] => idowner [22] => idcategoria [23] => progressivo [24] => idstato [25] => pubblicato [26] => rifprotocollo [27] => owner [28] => tags [29] => descSearchProt [30] => dataSearchProtFromFormatted [31] => dataSearchProtToFormatted [32] => mittenteSearchProt [33] => destinatarioSearchProt [34] => rifprotSearchProt [35] => protocolloEstSearchProt [36] => statoSearchProt [37] => autoreSearchProt [38] => ownerSearchProt [39] => categoriaSearchProt [40] => tagsSearchProt [41] => valido [42] => idsitodeposito [43] => idprocesso [44] => idveicolocliente [45] => idtipodocumento [46] => testoDoc [47] => nRighe ) [message] => [skipOnError] => [on] => Array ( [search] => search ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_c:CList:private] => 21 [_r:CList:private] => [_e:CComponent:private] => [_m:CComponent:private] => ) [_scenario:CModel:private] => search [_e:CComponent:private] => [_m:CComponent:private] => ) [prenotazioneProtocollo] => Sgf3Documenti Object ( [idcommessaStruttura] => [dataFrom] => [dataTo] => [dataFromFormatted] => [dataToFormatted] => [descSearchProt] => [dataSearchProtFromFormatted] => [dataSearchProtToFormatted] => [mittenteSearchProt] => [destinatarioSearchProt] => [rifprotSearchProt] => [protocolloEstSearchProt] => [statoSearchProt] => [autoreSearchProt] => [ownerSearchProt] => [categoriaSearchProt] => [tagsSearchProt] => [testoDoc] => [notin_tipostruttura] => [isAdvancedSearch] => [file_size] => [chkGetFileToZip] => Array ( ) [nRighe] => [_new:CActiveRecord:private] => 1 [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [progressivo] => 0 [pubblicato] => 1 [valido] => 1 [stamp_insert_user] => 1 [stamp_update_user] => 1 [idstato] => 2 ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => prenotaProtocollo [_e:CComponent:private] => [_m:CComponent:private] => ) [comboSocUte] => Array ( [descrizioneSocUte] => Array ( [6] => TRENITALIA ) ) [idStruttura] => 162 [idSocUtente] => 6 [idCommessa] => 1 [vociBreadcrumbs] => Array ( [Home] => Home [PIANO DI QUALITÀ] => PIANO DI QUALITÀ [Indice del Piano di Qualità] => Indice del Piano di Qualità ) [elementiMenu] => Array ( [0] => Array ( [label] => testLivello [url] => # [linkOptions] => Array ( [style] => [submit] => Array ( [0] => sgf3Documenti/admin ) [params] => Array ( [idsocietautente] => 6 [idcommessa] => 1 [idstrutturapadre] => 6320686 ) ) ) [1] => Array ( [label] => testLivello [url] => # [linkOptions] => Array ( [style] => [submit] => Array ( [0] => sgf3Documenti/admin ) [params] => Array ( [idsocietautente] => 6 [idcommessa] => 1 [idstrutturapadre] => 6320687 ) ) ) [2] => Array ( [label] => testLivello [url] => # [linkOptions] => Array ( [style] => [submit] => Array ( [0] => sgf3Documenti/admin ) [params] => Array ( [idsocietautente] => 6 [idcommessa] => 1 [idstrutturapadre] => 6320688 ) ) ) [3] => Array ( [label] => testLivello [url] => # [linkOptions] => Array ( [style] => [submit] => Array ( [0] => sgf3Documenti/admin ) [params] => Array ( [idsocietautente] => 6 [idcommessa] => 1 [idstrutturapadre] => 6320689 ) ) ) [4] => Array ( [label] => testLivello [url] => # [linkOptions] => Array ( [style] => [submit] => Array ( [0] => sgf3Documenti/admin ) [params] => Array ( [idsocietautente] => 6 [idcommessa] => 1 [idstrutturapadre] => 6320690 ) ) ) [5] => Array ( [label] => testLivello5 [url] => # [linkOptions] => Array ( [style] => [submit] => Array ( [0] => sgf3Documenti/admin ) [params] => Array ( [idsocietautente] => 6 [idcommessa] => 1 [idstrutturapadre] => 6320691 ) ) ) ) [isAdvancedSearch] => ) [2] => 1 ) ) [12] => Array ( [file] => /var/www/html/dev/yii/framework/web/CController.php [line] => 872 [function] => renderFile [class] => CBaseController [type] => -> [args] => Array ( [0] => /var/www/html/dev/sgf3/protected/views/sgf3Documenti/admin.php [1] => Array ( [documenti] => Sgf3Documenti Object ( [idcommessaStruttura] => [dataFrom] => [dataTo] => [dataFromFormatted] => [dataToFormatted] => [descSearchProt] => [dataSearchProtFromFormatted] => [dataSearchProtToFormatted] => [mittenteSearchProt] => [destinatarioSearchProt] => [rifprotSearchProt] => [protocolloEstSearchProt] => [statoSearchProt] => [autoreSearchProt] => [ownerSearchProt] => [categoriaSearchProt] => [tagsSearchProt] => [testoDoc] => [notin_tipostruttura] => [isAdvancedSearch] => [file_size] => [chkGetFileToZip] => Array ( ) [nRighe] => [_new:CActiveRecord:private] => 1 [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [progressivo] => [pubblicato] => 1 [valido] => 1 [stamp_insert_user] => [stamp_update_user] => [idstruttura] => 162 [iddocumento] => [iddocumentocondiviso] => [stampdoc] => [descrizione] => [idfile] => [tags] => [protocollo] => [idmittente] => [mittente] => [destinatario] => [iddestinatario] => [autore] => [idautore] => [owner] => [idowner] => [idcategoria] => [idstato] => [note] => [protocolloext] => [rifprotocollo] => [idsitodeposito] => [idprocesso] => [idveicolocliente] => [idtipodocumento] => [stamp_update] => [stamp_insert] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => CList Object ( [_d:CList:private] => Array ( [0] => CRequiredValidator Object ( [requiredValue] => [strict] => [trim] => 1 [attributes] => Array ( [0] => idstruttura [1] => stampdoc [2] => descrizione ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [1] => CRequiredValidator Object ( [requiredValue] => [strict] => [trim] => 1 [attributes] => Array ( [0] => idmittente [1] => iddestinatario [2] => idautore [3] => idstato [4] => idcategoria ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [2] => CInlineValidator Object ( [method] => validaMittente [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => idmittente ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [3] => CInlineValidator Object ( [method] => validaDestinatario [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => iddestinatario ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [4] => CInlineValidator Object ( [method] => validaProcesso [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => idprocesso ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [5] => CInlineValidator Object ( [method] => validaTipodoc [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => idtipodocumento ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [6] => CInlineValidator Object ( [method] => validaveicolocliente [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => idveicolocliente ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [7] => CSafeValidator Object ( [attributes] => Array ( [0] => stampdocFormatted [1] => tagsArray [2] => file_size [3] => chkGetFileToZip [4] => nRighe ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [8] => CInlineValidator Object ( [method] => update [params] => Array ( [on] => update ) [clientValidate] => [attributes] => Array ( [0] => stampdoc [1] => descrizione [2] => protocollo [3] => idmittente [4] => mittente [5] => iddestinatario [6] => destinatario [7] => protocolloext [8] => autore [9] => note ) [message] => [skipOnError] => [on] => Array ( [update] => update ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [9] => CNumberValidator Object ( [integerOnly] => 1 [allowEmpty] => 1 [max] => [min] => [tooBig] => [tooSmall] => [integerPattern] => /^\s*[+-]?\d+\s*$/ [numberPattern] => /^\s*[-+]?[0-9]*\.?[0-9]+([eE][-+]?[0-9]+)?\s*$/ [attributes] => Array ( [0] => idsocieta [1] => idstabilimento [2] => idstruttura [3] => idfile [4] => stamp_insert_user [5] => stamp_update_user [6] => idmittente [7] => iddestinatario [8] => idautore [9] => idowner [10] => idcategoria [11] => progressivo [12] => idstato [13] => pubblicato [14] => valido [15] => idsitodeposito [16] => idprocesso [17] => idveicolocliente [18] => idtipodocumento [19] => iddocumentocondiviso ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [10] => CStringValidator Object ( [max] => 200 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => descrizione ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [11] => CStringValidator Object ( [max] => 100 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => protocollo ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [12] => CStringValidator Object ( [max] => 100 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => mittente ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [13] => CStringValidator Object ( [max] => 100 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => destinatario ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [14] => CStringValidator Object ( [max] => 100 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => protocolloext ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [15] => CStringValidator Object ( [max] => 50 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => rifprotocollo ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [16] => CStringValidator Object ( [max] => 50 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => autore ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [17] => CStringValidator Object ( [max] => 50 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => owner ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [18] => CStringValidator Object ( [max] => 250 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => note ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [19] => CStringValidator Object ( [max] => 500 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => tags ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [20] => CSafeValidator Object ( [attributes] => Array ( [0] => idsocieta [1] => idstabilimento [2] => idstruttura [3] => iddocumento [4] => iddocumentocondiviso [5] => stampdoc [6] => descrizione [7] => idfile [8] => stamp_insert_user [9] => stamp_update_user [10] => stamp_update [11] => stamp_insert [12] => protocollo [13] => protocolloext [14] => idmittente [15] => mittente [16] => iddestinatario [17] => destinatario [18] => note [19] => autore [20] => idautore [21] => idowner [22] => idcategoria [23] => progressivo [24] => idstato [25] => pubblicato [26] => rifprotocollo [27] => owner [28] => tags [29] => descSearchProt [30] => dataSearchProtFromFormatted [31] => dataSearchProtToFormatted [32] => mittenteSearchProt [33] => destinatarioSearchProt [34] => rifprotSearchProt [35] => protocolloEstSearchProt [36] => statoSearchProt [37] => autoreSearchProt [38] => ownerSearchProt [39] => categoriaSearchProt [40] => tagsSearchProt [41] => valido [42] => idsitodeposito [43] => idprocesso [44] => idveicolocliente [45] => idtipodocumento [46] => testoDoc [47] => nRighe ) [message] => [skipOnError] => [on] => Array ( [search] => search ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_c:CList:private] => 21 [_r:CList:private] => [_e:CComponent:private] => [_m:CComponent:private] => ) [_scenario:CModel:private] => search [_e:CComponent:private] => [_m:CComponent:private] => ) [prenotazioneProtocollo] => Sgf3Documenti Object ( [idcommessaStruttura] => [dataFrom] => [dataTo] => [dataFromFormatted] => [dataToFormatted] => [descSearchProt] => [dataSearchProtFromFormatted] => [dataSearchProtToFormatted] => [mittenteSearchProt] => [destinatarioSearchProt] => [rifprotSearchProt] => [protocolloEstSearchProt] => [statoSearchProt] => [autoreSearchProt] => [ownerSearchProt] => [categoriaSearchProt] => [tagsSearchProt] => [testoDoc] => [notin_tipostruttura] => [isAdvancedSearch] => [file_size] => [chkGetFileToZip] => Array ( ) [nRighe] => [_new:CActiveRecord:private] => 1 [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [progressivo] => 0 [pubblicato] => 1 [valido] => 1 [stamp_insert_user] => 1 [stamp_update_user] => 1 [idstato] => 2 ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => prenotaProtocollo [_e:CComponent:private] => [_m:CComponent:private] => ) [comboSocUte] => Array ( [descrizioneSocUte] => Array ( [6] => TRENITALIA ) ) [idStruttura] => 162 [idSocUtente] => 6 [idCommessa] => 1 [vociBreadcrumbs] => Array ( [Home] => Home [PIANO DI QUALITÀ] => PIANO DI QUALITÀ [Indice del Piano di Qualità] => Indice del Piano di Qualità ) [elementiMenu] => Array ( [0] => Array ( [label] => testLivello [url] => # [linkOptions] => Array ( [style] => [submit] => Array ( [0] => sgf3Documenti/admin ) [params] => Array ( [idsocietautente] => 6 [idcommessa] => 1 [idstrutturapadre] => 6320686 ) ) ) [1] => Array ( [label] => testLivello [url] => # [linkOptions] => Array ( [style] => [submit] => Array ( [0] => sgf3Documenti/admin ) [params] => Array ( [idsocietautente] => 6 [idcommessa] => 1 [idstrutturapadre] => 6320687 ) ) ) [2] => Array ( [label] => testLivello [url] => # [linkOptions] => Array ( [style] => [submit] => Array ( [0] => sgf3Documenti/admin ) [params] => Array ( [idsocietautente] => 6 [idcommessa] => 1 [idstrutturapadre] => 6320688 ) ) ) [3] => Array ( [label] => testLivello [url] => # [linkOptions] => Array ( [style] => [submit] => Array ( [0] => sgf3Documenti/admin ) [params] => Array ( [idsocietautente] => 6 [idcommessa] => 1 [idstrutturapadre] => 6320689 ) ) ) [4] => Array ( [label] => testLivello [url] => # [linkOptions] => Array ( [style] => [submit] => Array ( [0] => sgf3Documenti/admin ) [params] => Array ( [idsocietautente] => 6 [idcommessa] => 1 [idstrutturapadre] => 6320690 ) ) ) [5] => Array ( [label] => testLivello5 [url] => # [linkOptions] => Array ( [style] => [submit] => Array ( [0] => sgf3Documenti/admin ) [params] => Array ( [idsocietautente] => 6 [idcommessa] => 1 [idstrutturapadre] => 6320691 ) ) ) ) [isAdvancedSearch] => ) [2] => 1 ) ) [13] => Array ( [file] => /var/www/html/dev/yii/framework/web/CController.php [line] => 785 [function] => renderPartial [class] => CController [type] => -> [args] => Array ( [0] => admin [1] => Array ( [documenti] => Sgf3Documenti Object ( [idcommessaStruttura] => [dataFrom] => [dataTo] => [dataFromFormatted] => [dataToFormatted] => [descSearchProt] => [dataSearchProtFromFormatted] => [dataSearchProtToFormatted] => [mittenteSearchProt] => [destinatarioSearchProt] => [rifprotSearchProt] => [protocolloEstSearchProt] => [statoSearchProt] => [autoreSearchProt] => [ownerSearchProt] => [categoriaSearchProt] => [tagsSearchProt] => [testoDoc] => [notin_tipostruttura] => [isAdvancedSearch] => [file_size] => [chkGetFileToZip] => Array ( ) [nRighe] => [_new:CActiveRecord:private] => 1 [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [progressivo] => [pubblicato] => 1 [valido] => 1 [stamp_insert_user] => [stamp_update_user] => [idstruttura] => 162 [iddocumento] => [iddocumentocondiviso] => [stampdoc] => [descrizione] => [idfile] => [tags] => [protocollo] => [idmittente] => [mittente] => [destinatario] => [iddestinatario] => [autore] => [idautore] => [owner] => [idowner] => [idcategoria] => [idstato] => [note] => [protocolloext] => [rifprotocollo] => [idsitodeposito] => [idprocesso] => [idveicolocliente] => [idtipodocumento] => [stamp_update] => [stamp_insert] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => CList Object ( [_d:CList:private] => Array ( [0] => CRequiredValidator Object ( [requiredValue] => [strict] => [trim] => 1 [attributes] => Array ( [0] => idstruttura [1] => stampdoc [2] => descrizione ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [1] => CRequiredValidator Object ( [requiredValue] => [strict] => [trim] => 1 [attributes] => Array ( [0] => idmittente [1] => iddestinatario [2] => idautore [3] => idstato [4] => idcategoria ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [2] => CInlineValidator Object ( [method] => validaMittente [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => idmittente ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [3] => CInlineValidator Object ( [method] => validaDestinatario [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => iddestinatario ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [4] => CInlineValidator Object ( [method] => validaProcesso [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => idprocesso ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [5] => CInlineValidator Object ( [method] => validaTipodoc [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => idtipodocumento ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [6] => CInlineValidator Object ( [method] => validaveicolocliente [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => idveicolocliente ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [7] => CSafeValidator Object ( [attributes] => Array ( [0] => stampdocFormatted [1] => tagsArray [2] => file_size [3] => chkGetFileToZip [4] => nRighe ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [8] => CInlineValidator Object ( [method] => update [params] => Array ( [on] => update ) [clientValidate] => [attributes] => Array ( [0] => stampdoc [1] => descrizione [2] => protocollo [3] => idmittente [4] => mittente [5] => iddestinatario [6] => destinatario [7] => protocolloext [8] => autore [9] => note ) [message] => [skipOnError] => [on] => Array ( [update] => update ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [9] => CNumberValidator Object ( [integerOnly] => 1 [allowEmpty] => 1 [max] => [min] => [tooBig] => [tooSmall] => [integerPattern] => /^\s*[+-]?\d+\s*$/ [numberPattern] => /^\s*[-+]?[0-9]*\.?[0-9]+([eE][-+]?[0-9]+)?\s*$/ [attributes] => Array ( [0] => idsocieta [1] => idstabilimento [2] => idstruttura [3] => idfile [4] => stamp_insert_user [5] => stamp_update_user [6] => idmittente [7] => iddestinatario [8] => idautore [9] => idowner [10] => idcategoria [11] => progressivo [12] => idstato [13] => pubblicato [14] => valido [15] => idsitodeposito [16] => idprocesso [17] => idveicolocliente [18] => idtipodocumento [19] => iddocumentocondiviso ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [10] => CStringValidator Object ( [max] => 200 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => descrizione ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [11] => CStringValidator Object ( [max] => 100 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => protocollo ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [12] => CStringValidator Object ( [max] => 100 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => mittente ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [13] => CStringValidator Object ( [max] => 100 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => destinatario ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [14] => CStringValidator Object ( [max] => 100 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => protocolloext ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [15] => CStringValidator Object ( [max] => 50 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => rifprotocollo ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [16] => CStringValidator Object ( [max] => 50 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => autore ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [17] => CStringValidator Object ( [max] => 50 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => owner ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [18] => CStringValidator Object ( [max] => 250 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => note ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [19] => CStringValidator Object ( [max] => 500 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => tags ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [20] => CSafeValidator Object ( [attributes] => Array ( [0] => idsocieta [1] => idstabilimento [2] => idstruttura [3] => iddocumento [4] => iddocumentocondiviso [5] => stampdoc [6] => descrizione [7] => idfile [8] => stamp_insert_user [9] => stamp_update_user [10] => stamp_update [11] => stamp_insert [12] => protocollo [13] => protocolloext [14] => idmittente [15] => mittente [16] => iddestinatario [17] => destinatario [18] => note [19] => autore [20] => idautore [21] => idowner [22] => idcategoria [23] => progressivo [24] => idstato [25] => pubblicato [26] => rifprotocollo [27] => owner [28] => tags [29] => descSearchProt [30] => dataSearchProtFromFormatted [31] => dataSearchProtToFormatted [32] => mittenteSearchProt [33] => destinatarioSearchProt [34] => rifprotSearchProt [35] => protocolloEstSearchProt [36] => statoSearchProt [37] => autoreSearchProt [38] => ownerSearchProt [39] => categoriaSearchProt [40] => tagsSearchProt [41] => valido [42] => idsitodeposito [43] => idprocesso [44] => idveicolocliente [45] => idtipodocumento [46] => testoDoc [47] => nRighe ) [message] => [skipOnError] => [on] => Array ( [search] => search ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_c:CList:private] => 21 [_r:CList:private] => [_e:CComponent:private] => [_m:CComponent:private] => ) [_scenario:CModel:private] => search [_e:CComponent:private] => [_m:CComponent:private] => ) [prenotazioneProtocollo] => Sgf3Documenti Object ( [idcommessaStruttura] => [dataFrom] => [dataTo] => [dataFromFormatted] => [dataToFormatted] => [descSearchProt] => [dataSearchProtFromFormatted] => [dataSearchProtToFormatted] => [mittenteSearchProt] => [destinatarioSearchProt] => [rifprotSearchProt] => [protocolloEstSearchProt] => [statoSearchProt] => [autoreSearchProt] => [ownerSearchProt] => [categoriaSearchProt] => [tagsSearchProt] => [testoDoc] => [notin_tipostruttura] => [isAdvancedSearch] => [file_size] => [chkGetFileToZip] => Array ( ) [nRighe] => [_new:CActiveRecord:private] => 1 [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [progressivo] => 0 [pubblicato] => 1 [valido] => 1 [stamp_insert_user] => 1 [stamp_update_user] => 1 [idstato] => 2 ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => prenotaProtocollo [_e:CComponent:private] => [_m:CComponent:private] => ) [comboSocUte] => Array ( [descrizioneSocUte] => Array ( [6] => TRENITALIA ) ) [idStruttura] => 162 [idSocUtente] => 6 [idCommessa] => 1 [vociBreadcrumbs] => Array ( [Home] => Home [PIANO DI QUALITÀ] => PIANO DI QUALITÀ [Indice del Piano di Qualità] => Indice del Piano di Qualità ) [elementiMenu] => Array ( [0] => Array ( [label] => testLivello [url] => # [linkOptions] => Array ( [style] => [submit] => Array ( [0] => sgf3Documenti/admin ) [params] => Array ( [idsocietautente] => 6 [idcommessa] => 1 [idstrutturapadre] => 6320686 ) ) ) [1] => Array ( [label] => testLivello [url] => # [linkOptions] => Array ( [style] => [submit] => Array ( [0] => sgf3Documenti/admin ) [params] => Array ( [idsocietautente] => 6 [idcommessa] => 1 [idstrutturapadre] => 6320687 ) ) ) [2] => Array ( [label] => testLivello [url] => # [linkOptions] => Array ( [style] => [submit] => Array ( [0] => sgf3Documenti/admin ) [params] => Array ( [idsocietautente] => 6 [idcommessa] => 1 [idstrutturapadre] => 6320688 ) ) ) [3] => Array ( [label] => testLivello [url] => # [linkOptions] => Array ( [style] => [submit] => Array ( [0] => sgf3Documenti/admin ) [params] => Array ( [idsocietautente] => 6 [idcommessa] => 1 [idstrutturapadre] => 6320689 ) ) ) [4] => Array ( [label] => testLivello [url] => # [linkOptions] => Array ( [style] => [submit] => Array ( [0] => sgf3Documenti/admin ) [params] => Array ( [idsocietautente] => 6 [idcommessa] => 1 [idstrutturapadre] => 6320690 ) ) ) [5] => Array ( [label] => testLivello5 [url] => # [linkOptions] => Array ( [style] => [submit] => Array ( [0] => sgf3Documenti/admin ) [params] => Array ( [idsocietautente] => 6 [idcommessa] => 1 [idstrutturapadre] => 6320691 ) ) ) ) [isAdvancedSearch] => ) [2] => 1 ) ) [14] => Array ( [file] => /var/www/html/dev/sgf3/protected/controllers/Sgf3DocumentiController.php [line] => 559 [function] => render [class] => CController [type] => -> [args] => Array ( [0] => admin [1] => Array ( [documenti] => Sgf3Documenti Object ( [idcommessaStruttura] => [dataFrom] => [dataTo] => [dataFromFormatted] => [dataToFormatted] => [descSearchProt] => [dataSearchProtFromFormatted] => [dataSearchProtToFormatted] => [mittenteSearchProt] => [destinatarioSearchProt] => [rifprotSearchProt] => [protocolloEstSearchProt] => [statoSearchProt] => [autoreSearchProt] => [ownerSearchProt] => [categoriaSearchProt] => [tagsSearchProt] => [testoDoc] => [notin_tipostruttura] => [isAdvancedSearch] => [file_size] => [chkGetFileToZip] => Array ( ) [nRighe] => [_new:CActiveRecord:private] => 1 [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [progressivo] => [pubblicato] => 1 [valido] => 1 [stamp_insert_user] => [stamp_update_user] => [idstruttura] => 162 [iddocumento] => [iddocumentocondiviso] => [stampdoc] => [descrizione] => [idfile] => [tags] => [protocollo] => [idmittente] => [mittente] => [destinatario] => [iddestinatario] => [autore] => [idautore] => [owner] => [idowner] => [idcategoria] => [idstato] => [note] => [protocolloext] => [rifprotocollo] => [idsitodeposito] => [idprocesso] => [idveicolocliente] => [idtipodocumento] => [stamp_update] => [stamp_insert] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => CList Object ( [_d:CList:private] => Array ( [0] => CRequiredValidator Object ( [requiredValue] => [strict] => [trim] => 1 [attributes] => Array ( [0] => idstruttura [1] => stampdoc [2] => descrizione ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [1] => CRequiredValidator Object ( [requiredValue] => [strict] => [trim] => 1 [attributes] => Array ( [0] => idmittente [1] => iddestinatario [2] => idautore [3] => idstato [4] => idcategoria ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [2] => CInlineValidator Object ( [method] => validaMittente [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => idmittente ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [3] => CInlineValidator Object ( [method] => validaDestinatario [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => iddestinatario ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [4] => CInlineValidator Object ( [method] => validaProcesso [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => idprocesso ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [5] => CInlineValidator Object ( [method] => validaTipodoc [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => idtipodocumento ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [6] => CInlineValidator Object ( [method] => validaveicolocliente [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => idveicolocliente ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [7] => CSafeValidator Object ( [attributes] => Array ( [0] => stampdocFormatted [1] => tagsArray [2] => file_size [3] => chkGetFileToZip [4] => nRighe ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [8] => CInlineValidator Object ( [method] => update [params] => Array ( [on] => update ) [clientValidate] => [attributes] => Array ( [0] => stampdoc [1] => descrizione [2] => protocollo [3] => idmittente [4] => mittente [5] => iddestinatario [6] => destinatario [7] => protocolloext [8] => autore [9] => note ) [message] => [skipOnError] => [on] => Array ( [update] => update ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [9] => CNumberValidator Object ( [integerOnly] => 1 [allowEmpty] => 1 [max] => [min] => [tooBig] => [tooSmall] => [integerPattern] => /^\s*[+-]?\d+\s*$/ [numberPattern] => /^\s*[-+]?[0-9]*\.?[0-9]+([eE][-+]?[0-9]+)?\s*$/ [attributes] => Array ( [0] => idsocieta [1] => idstabilimento [2] => idstruttura [3] => idfile [4] => stamp_insert_user [5] => stamp_update_user [6] => idmittente [7] => iddestinatario [8] => idautore [9] => idowner [10] => idcategoria [11] => progressivo [12] => idstato [13] => pubblicato [14] => valido [15] => idsitodeposito [16] => idprocesso [17] => idveicolocliente [18] => idtipodocumento [19] => iddocumentocondiviso ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [10] => CStringValidator Object ( [max] => 200 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => descrizione ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [11] => CStringValidator Object ( [max] => 100 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => protocollo ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [12] => CStringValidator Object ( [max] => 100 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => mittente ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [13] => CStringValidator Object ( [max] => 100 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => destinatario ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [14] => CStringValidator Object ( [max] => 100 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => protocolloext ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [15] => CStringValidator Object ( [max] => 50 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => rifprotocollo ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [16] => CStringValidator Object ( [max] => 50 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => autore ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [17] => CStringValidator Object ( [max] => 50 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => owner ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [18] => CStringValidator Object ( [max] => 250 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => note ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [19] => CStringValidator Object ( [max] => 500 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => tags ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [20] => CSafeValidator Object ( [attributes] => Array ( [0] => idsocieta [1] => idstabilimento [2] => idstruttura [3] => iddocumento [4] => iddocumentocondiviso [5] => stampdoc [6] => descrizione [7] => idfile [8] => stamp_insert_user [9] => stamp_update_user [10] => stamp_update [11] => stamp_insert [12] => protocollo [13] => protocolloext [14] => idmittente [15] => mittente [16] => iddestinatario [17] => destinatario [18] => note [19] => autore [20] => idautore [21] => idowner [22] => idcategoria [23] => progressivo [24] => idstato [25] => pubblicato [26] => rifprotocollo [27] => owner [28] => tags [29] => descSearchProt [30] => dataSearchProtFromFormatted [31] => dataSearchProtToFormatted [32] => mittenteSearchProt [33] => destinatarioSearchProt [34] => rifprotSearchProt [35] => protocolloEstSearchProt [36] => statoSearchProt [37] => autoreSearchProt [38] => ownerSearchProt [39] => categoriaSearchProt [40] => tagsSearchProt [41] => valido [42] => idsitodeposito [43] => idprocesso [44] => idveicolocliente [45] => idtipodocumento [46] => testoDoc [47] => nRighe ) [message] => [skipOnError] => [on] => Array ( [search] => search ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_c:CList:private] => 21 [_r:CList:private] => [_e:CComponent:private] => [_m:CComponent:private] => ) [_scenario:CModel:private] => search [_e:CComponent:private] => [_m:CComponent:private] => ) [prenotazioneProtocollo] => Sgf3Documenti Object ( [idcommessaStruttura] => [dataFrom] => [dataTo] => [dataFromFormatted] => [dataToFormatted] => [descSearchProt] => [dataSearchProtFromFormatted] => [dataSearchProtToFormatted] => [mittenteSearchProt] => [destinatarioSearchProt] => [rifprotSearchProt] => [protocolloEstSearchProt] => [statoSearchProt] => [autoreSearchProt] => [ownerSearchProt] => [categoriaSearchProt] => [tagsSearchProt] => [testoDoc] => [notin_tipostruttura] => [isAdvancedSearch] => [file_size] => [chkGetFileToZip] => Array ( ) [nRighe] => [_new:CActiveRecord:private] => 1 [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [progressivo] => 0 [pubblicato] => 1 [valido] => 1 [stamp_insert_user] => 1 [stamp_update_user] => 1 [idstato] => 2 ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => prenotaProtocollo [_e:CComponent:private] => [_m:CComponent:private] => ) [comboSocUte] => Array ( [descrizioneSocUte] => Array ( [6] => TRENITALIA ) ) [idStruttura] => 162 [idSocUtente] => 6 [idCommessa] => 1 [vociBreadcrumbs] => Array ( [Home] => Home [PIANO DI QUALITÀ] => PIANO DI QUALITÀ [Indice del Piano di Qualità] => Indice del Piano di Qualità ) [elementiMenu] => Array ( [0] => Array ( [label] => testLivello [url] => # [linkOptions] => Array ( [style] => [submit] => Array ( [0] => sgf3Documenti/admin ) [params] => Array ( [idsocietautente] => 6 [idcommessa] => 1 [idstrutturapadre] => 6320686 ) ) ) [1] => Array ( [label] => testLivello [url] => # [linkOptions] => Array ( [style] => [submit] => Array ( [0] => sgf3Documenti/admin ) [params] => Array ( [idsocietautente] => 6 [idcommessa] => 1 [idstrutturapadre] => 6320687 ) ) ) [2] => Array ( [label] => testLivello [url] => # [linkOptions] => Array ( [style] => [submit] => Array ( [0] => sgf3Documenti/admin ) [params] => Array ( [idsocietautente] => 6 [idcommessa] => 1 [idstrutturapadre] => 6320688 ) ) ) [3] => Array ( [label] => testLivello [url] => # [linkOptions] => Array ( [style] => [submit] => Array ( [0] => sgf3Documenti/admin ) [params] => Array ( [idsocietautente] => 6 [idcommessa] => 1 [idstrutturapadre] => 6320689 ) ) ) [4] => Array ( [label] => testLivello [url] => # [linkOptions] => Array ( [style] => [submit] => Array ( [0] => sgf3Documenti/admin ) [params] => Array ( [idsocietautente] => 6 [idcommessa] => 1 [idstrutturapadre] => 6320690 ) ) ) [5] => Array ( [label] => testLivello5 [url] => # [linkOptions] => Array ( [style] => [submit] => Array ( [0] => sgf3Documenti/admin ) [params] => Array ( [idsocietautente] => 6 [idcommessa] => 1 [idstrutturapadre] => 6320691 ) ) ) ) [isAdvancedSearch] => ) ) ) [15] => Array ( [file] => /var/www/html/dev/yii/framework/web/actions/CInlineAction.php [line] => 49 [function] => actionAdmin [class] => Sgf3DocumentiController [type] => -> [args] => Array ( ) ) [16] => Array ( [file] => /var/www/html/dev/yii/framework/web/CController.php [line] => 308 [function] => runWithParams [class] => CInlineAction [type] => -> [args] => Array ( [0] => Array ( ) ) ) [17] => Array ( [file] => /var/www/html/dev/yii/framework/web/filters/CFilterChain.php [line] => 134 [function] => runAction [class] => CController [type] => -> [args] => Array ( [0] => CInlineAction Object ( [_id:CAction:private] => admin [_controller:CAction:private] => Sgf3DocumentiController Object ( [layout] => column1 [menu] => Array ( ) [breadcrumbs] => Array ( ) [defaultAction] => index [_id:CController:private] => sgf3Documenti [_action:CController:private] => CInlineAction Object *RECURSION* [_pageTitle:CController:private] => [_cachingStack:CController:private] => [_clips:CController:private] => [_dynamicOutput:CController:private] => [_pageStates:CController:private] => [_module:CController:private] => [_widgetStack:CBaseController:private] => Array ( ) [_e:CComponent:private] => [_m:CComponent:private] => Array ( [eexcelview] => EExcelBehavior Object ( [_enabled:CBehavior:private] => 1 [_owner:CBehavior:private] => Sgf3DocumentiController Object *RECURSION* [_e:CComponent:private] => [_m:CComponent:private] => ) ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) ) ) [18] => Array ( [file] => /var/www/html/dev/yii/framework/web/filters/CFilter.php [line] => 40 [function] => run [class] => CFilterChain [type] => -> [args] => Array ( ) ) [19] => Array ( [file] => /var/www/html/dev/yii/framework/web/CController.php [line] => 1148 [function] => filter [class] => CFilter [type] => -> [args] => Array ( [0] => CFilterChain Object ( [controller] => Sgf3DocumentiController Object ( [layout] => column1 [menu] => Array ( ) [breadcrumbs] => Array ( ) [defaultAction] => index [_id:CController:private] => sgf3Documenti [_action:CController:private] => CInlineAction Object ( [_id:CAction:private] => admin [_controller:CAction:private] => Sgf3DocumentiController Object *RECURSION* [_e:CComponent:private] => [_m:CComponent:private] => ) [_pageTitle:CController:private] => [_cachingStack:CController:private] => [_clips:CController:private] => [_dynamicOutput:CController:private] => [_pageStates:CController:private] => [_module:CController:private] => [_widgetStack:CBaseController:private] => Array ( ) [_e:CComponent:private] => [_m:CComponent:private] => Array ( [eexcelview] => EExcelBehavior Object ( [_enabled:CBehavior:private] => 1 [_owner:CBehavior:private] => Sgf3DocumentiController Object *RECURSION* [_e:CComponent:private] => [_m:CComponent:private] => ) ) ) [action] => CInlineAction Object ( [_id:CAction:private] => admin [_controller:CAction:private] => Sgf3DocumentiController Object ( [layout] => column1 [menu] => Array ( ) [breadcrumbs] => Array ( ) [defaultAction] => index [_id:CController:private] => sgf3Documenti [_action:CController:private] => CInlineAction Object *RECURSION* [_pageTitle:CController:private] => [_cachingStack:CController:private] => [_clips:CController:private] => [_dynamicOutput:CController:private] => [_pageStates:CController:private] => [_module:CController:private] => [_widgetStack:CBaseController:private] => Array ( ) [_e:CComponent:private] => [_m:CComponent:private] => Array ( [eexcelview] => EExcelBehavior Object ( [_enabled:CBehavior:private] => 1 [_owner:CBehavior:private] => Sgf3DocumentiController Object *RECURSION* [_e:CComponent:private] => [_m:CComponent:private] => ) ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [filterIndex] => 1 [_d:CList:private] => Array ( [0] => CInlineFilter Object ( [name] => accessControl [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_c:CList:private] => 1 [_r:CList:private] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) ) [20] => Array ( [file] => /var/www/html/dev/yii/framework/web/filters/CInlineFilter.php [line] => 58 [function] => filterAccessControl [class] => CController [type] => -> [args] => Array ( [0] => CFilterChain Object ( [controller] => Sgf3DocumentiController Object ( [layout] => column1 [menu] => Array ( ) [breadcrumbs] => Array ( ) [defaultAction] => index [_id:CController:private] => sgf3Documenti [_action:CController:private] => CInlineAction Object ( [_id:CAction:private] => admin [_controller:CAction:private] => Sgf3DocumentiController Object *RECURSION* [_e:CComponent:private] => [_m:CComponent:private] => ) [_pageTitle:CController:private] => [_cachingStack:CController:private] => [_clips:CController:private] => [_dynamicOutput:CController:private] => [_pageStates:CController:private] => [_module:CController:private] => [_widgetStack:CBaseController:private] => Array ( ) [_e:CComponent:private] => [_m:CComponent:private] => Array ( [eexcelview] => EExcelBehavior Object ( [_enabled:CBehavior:private] => 1 [_owner:CBehavior:private] => Sgf3DocumentiController Object *RECURSION* [_e:CComponent:private] => [_m:CComponent:private] => ) ) ) [action] => CInlineAction Object ( [_id:CAction:private] => admin [_controller:CAction:private] => Sgf3DocumentiController Object ( [layout] => column1 [menu] => Array ( ) [breadcrumbs] => Array ( ) [defaultAction] => index [_id:CController:private] => sgf3Documenti [_action:CController:private] => CInlineAction Object *RECURSION* [_pageTitle:CController:private] => [_cachingStack:CController:private] => [_clips:CController:private] => [_dynamicOutput:CController:private] => [_pageStates:CController:private] => [_module:CController:private] => [_widgetStack:CBaseController:private] => Array ( ) [_e:CComponent:private] => [_m:CComponent:private] => Array ( [eexcelview] => EExcelBehavior Object ( [_enabled:CBehavior:private] => 1 [_owner:CBehavior:private] => Sgf3DocumentiController Object *RECURSION* [_e:CComponent:private] => [_m:CComponent:private] => ) ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [filterIndex] => 1 [_d:CList:private] => Array ( [0] => CInlineFilter Object ( [name] => accessControl [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_c:CList:private] => 1 [_r:CList:private] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) ) [21] => Array ( [file] => /var/www/html/dev/yii/framework/web/filters/CFilterChain.php [line] => 131 [function] => filter [class] => CInlineFilter [type] => -> [args] => Array ( [0] => CFilterChain Object ( [controller] => Sgf3DocumentiController Object ( [layout] => column1 [menu] => Array ( ) [breadcrumbs] => Array ( ) [defaultAction] => index [_id:CController:private] => sgf3Documenti [_action:CController:private] => CInlineAction Object ( [_id:CAction:private] => admin [_controller:CAction:private] => Sgf3DocumentiController Object *RECURSION* [_e:CComponent:private] => [_m:CComponent:private] => ) [_pageTitle:CController:private] => [_cachingStack:CController:private] => [_clips:CController:private] => [_dynamicOutput:CController:private] => [_pageStates:CController:private] => [_module:CController:private] => [_widgetStack:CBaseController:private] => Array ( ) [_e:CComponent:private] => [_m:CComponent:private] => Array ( [eexcelview] => EExcelBehavior Object ( [_enabled:CBehavior:private] => 1 [_owner:CBehavior:private] => Sgf3DocumentiController Object *RECURSION* [_e:CComponent:private] => [_m:CComponent:private] => ) ) ) [action] => CInlineAction Object ( [_id:CAction:private] => admin [_controller:CAction:private] => Sgf3DocumentiController Object ( [layout] => column1 [menu] => Array ( ) [breadcrumbs] => Array ( ) [defaultAction] => index [_id:CController:private] => sgf3Documenti [_action:CController:private] => CInlineAction Object *RECURSION* [_pageTitle:CController:private] => [_cachingStack:CController:private] => [_clips:CController:private] => [_dynamicOutput:CController:private] => [_pageStates:CController:private] => [_module:CController:private] => [_widgetStack:CBaseController:private] => Array ( ) [_e:CComponent:private] => [_m:CComponent:private] => Array ( [eexcelview] => EExcelBehavior Object ( [_enabled:CBehavior:private] => 1 [_owner:CBehavior:private] => Sgf3DocumentiController Object *RECURSION* [_e:CComponent:private] => [_m:CComponent:private] => ) ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [filterIndex] => 1 [_d:CList:private] => Array ( [0] => CInlineFilter Object ( [name] => accessControl [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_c:CList:private] => 1 [_r:CList:private] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) ) [22] => Array ( [file] => /var/www/html/dev/yii/framework/web/CController.php [line] => 291 [function] => run [class] => CFilterChain [type] => -> [args] => Array ( ) ) [23] => Array ( [file] => /var/www/html/dev/yii/framework/web/CController.php [line] => 265 [function] => runActionWithFilters [class] => CController [type] => -> [args] => Array ( [0] => CInlineAction Object ( [_id:CAction:private] => admin [_controller:CAction:private] => Sgf3DocumentiController Object ( [layout] => column1 [menu] => Array ( ) [breadcrumbs] => Array ( ) [defaultAction] => index [_id:CController:private] => sgf3Documenti [_action:CController:private] => CInlineAction Object *RECURSION* [_pageTitle:CController:private] => [_cachingStack:CController:private] => [_clips:CController:private] => [_dynamicOutput:CController:private] => [_pageStates:CController:private] => [_module:CController:private] => [_widgetStack:CBaseController:private] => Array ( ) [_e:CComponent:private] => [_m:CComponent:private] => Array ( [eexcelview] => EExcelBehavior Object ( [_enabled:CBehavior:private] => 1 [_owner:CBehavior:private] => Sgf3DocumentiController Object *RECURSION* [_e:CComponent:private] => [_m:CComponent:private] => ) ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [1] => Array ( [0] => accessControl [1] => postOnly + delete ) ) ) [24] => Array ( [file] => /var/www/html/dev/yii/framework/web/CWebApplication.php [line] => 282 [function] => run [class] => CController [type] => -> [args] => Array ( [0] => admin ) ) [25] => Array ( [file] => /var/www/html/dev/yii/framework/web/CWebApplication.php [line] => 141 [function] => runController [class] => CWebApplication [type] => -> [args] => Array ( [0] => sgf3Documenti/admin ) ) [26] => Array ( [file] => /var/www/html/dev/yii/framework/base/CApplication.php [line] => 185 [function] => processRequest [class] => CWebApplication [type] => -> [args] => Array ( ) ) [27] => Array ( [file] => /var/www/html/dev/sgf3/index.php [line] => 46 [function] => run [class] => CApplication [type] => -> [args] => Array ( ) ) ) 03/06/2025 16:55:14 - TYPE ERROR:CException 03/06/2025 16:55:14 - MESSAGE:Per CDataColumn deve essere specificato o il "name" o il "value". 03/06/2025 16:55:14 - Error File LINE: 03/06/2025 16:55:14 - /var/www/html/dev/yii/framework/zii/widgets/grid/CDataColumn.php(90) 03/06/2025 16:55:14 - Error SOURCE CODE: 03/06/2025 16:55:14 -
078      */
079     public $filter;
080 
081     /**
082      * Initializes the column.
083      */
084     public function init()
085     {
086         parent::init();
087         if($this->name===null)
088             $this->sortable=false;
089         if($this->name===null && $this->value===null)
090             throw new CException(Yii::t('zii','Either "name" or "value" must be specified for CDataColumn.'));
091     }
092 
093     /**
094      * Returns the filter cell content.
095      * This method will return the {@link filter} as is if it is a string.
096      * If {@link filter} is an array, it is assumed to be a list of options, and a dropdown selector will be rendered.
097      * Otherwise if {@link filter} is not false, a text field is rendered.
098      * @return string the filter cell content
099      * @since 1.1.16
100      */
101     public function getFilterCellContent()
102     {
03/06/2025 16:55:14 - Stack Trace:Array ( [0] => Array ( [file] => /var/www/html/dev/yii/framework/zii/widgets/grid/CGridView.php [line] => 417 [function] => init [class] => CDataColumn [type] => -> [args] => Array ( ) ) [1] => Array ( [file] => /var/www/html/dev/sgf3/protected/extensions/yiibooster/widgets/TbGridView.php [line] => 125 [function] => initColumns [class] => CGridView [type] => -> [args] => Array ( ) ) [2] => Array ( [file] => /var/www/html/dev/yii/framework/zii/widgets/grid/CGridView.php [line] => 375 [function] => initColumns [class] => TbGridView [type] => -> [args] => Array ( ) ) [3] => Array ( [file] => /var/www/html/dev/sgf3/protected/extensions/yiibooster/widgets/TbGridView.php [line] => 68 [function] => init [class] => CGridView [type] => -> [args] => Array ( ) ) [4] => Array ( [file] => /var/www/html/dev/sgf3/protected/extensions/yiibooster/widgets/TbExtendedGridView.php [line] => 234 [function] => init [class] => TbGridView [type] => -> [args] => Array ( ) ) [5] => Array ( [file] => /var/www/html/dev/yii/framework/web/CBaseController.php [line] => 147 [function] => init [class] => TbExtendedGridView [type] => -> [args] => Array ( ) ) [6] => Array ( [file] => /var/www/html/dev/yii/framework/web/CBaseController.php [line] => 181 [function] => createWidget [class] => CBaseController [type] => -> [args] => Array ( [0] => booster.widgets.TbExtendedGridView [1] => Array ( [id] => sgf3-documenti-grid [dataProvider] => CActiveDataProvider Object ( [modelClass] => Sgf3Documenti [model] => Sgf3Documenti Object ( [idcommessaStruttura] => [dataFrom] => [dataTo] => [dataFromFormatted] => [dataToFormatted] => [descSearchProt] => [dataSearchProtFromFormatted] => [dataSearchProtToFormatted] => [mittenteSearchProt] => [destinatarioSearchProt] => [rifprotSearchProt] => [protocolloEstSearchProt] => [statoSearchProt] => [autoreSearchProt] => [ownerSearchProt] => [categoriaSearchProt] => [tagsSearchProt] => [testoDoc] => [notin_tipostruttura] => [isAdvancedSearch] => [file_size] => [chkGetFileToZip] => Array ( ) [nRighe] => [_new:CActiveRecord:private] => 1 [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [progressivo] => [pubblicato] => 1 [valido] => 1 [stamp_insert_user] => [stamp_update_user] => [idstruttura] => 162 [iddocumento] => [iddocumentocondiviso] => [stampdoc] => [descrizione] => [idfile] => [tags] => [protocollo] => [idmittente] => [mittente] => [destinatario] => [iddestinatario] => [autore] => [idautore] => [owner] => [idowner] => [idcategoria] => [idstato] => [note] => [protocolloext] => [rifprotocollo] => [idsitodeposito] => [idprocesso] => [idveicolocliente] => [idtipodocumento] => [stamp_update] => [stamp_insert] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => CList Object ( [_d:CList:private] => Array ( [0] => CRequiredValidator Object ( [requiredValue] => [strict] => [trim] => 1 [attributes] => Array ( [0] => idstruttura [1] => stampdoc [2] => descrizione ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [1] => CRequiredValidator Object ( [requiredValue] => [strict] => [trim] => 1 [attributes] => Array ( [0] => idmittente [1] => iddestinatario [2] => idautore [3] => idstato [4] => idcategoria ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [2] => CInlineValidator Object ( [method] => validaMittente [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => idmittente ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [3] => CInlineValidator Object ( [method] => validaDestinatario [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => iddestinatario ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [4] => CInlineValidator Object ( [method] => validaProcesso [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => idprocesso ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [5] => CInlineValidator Object ( [method] => validaTipodoc [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => idtipodocumento ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [6] => CInlineValidator Object ( [method] => validaveicolocliente [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => idveicolocliente ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [7] => CSafeValidator Object ( [attributes] => Array ( [0] => stampdocFormatted [1] => tagsArray [2] => file_size [3] => chkGetFileToZip [4] => nRighe ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [8] => CInlineValidator Object ( [method] => update [params] => Array ( [on] => update ) [clientValidate] => [attributes] => Array ( [0] => stampdoc [1] => descrizione [2] => protocollo [3] => idmittente [4] => mittente [5] => iddestinatario [6] => destinatario [7] => protocolloext [8] => autore [9] => note ) [message] => [skipOnError] => [on] => Array ( [update] => update ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [9] => CNumberValidator Object ( [integerOnly] => 1 [allowEmpty] => 1 [max] => [min] => [tooBig] => [tooSmall] => [integerPattern] => /^\s*[+-]?\d+\s*$/ [numberPattern] => /^\s*[-+]?[0-9]*\.?[0-9]+([eE][-+]?[0-9]+)?\s*$/ [attributes] => Array ( [0] => idsocieta [1] => idstabilimento [2] => idstruttura [3] => idfile [4] => stamp_insert_user [5] => stamp_update_user [6] => idmittente [7] => iddestinatario [8] => idautore [9] => idowner [10] => idcategoria [11] => progressivo [12] => idstato [13] => pubblicato [14] => valido [15] => idsitodeposito [16] => idprocesso [17] => idveicolocliente [18] => idtipodocumento [19] => iddocumentocondiviso ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [10] => CStringValidator Object ( [max] => 200 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => descrizione ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [11] => CStringValidator Object ( [max] => 100 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => protocollo ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [12] => CStringValidator Object ( [max] => 100 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => mittente ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [13] => CStringValidator Object ( [max] => 100 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => destinatario ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [14] => CStringValidator Object ( [max] => 100 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => protocolloext ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [15] => CStringValidator Object ( [max] => 50 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => rifprotocollo ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [16] => CStringValidator Object ( [max] => 50 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => autore ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [17] => CStringValidator Object ( [max] => 50 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => owner ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [18] => CStringValidator Object ( [max] => 250 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => note ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [19] => CStringValidator Object ( [max] => 500 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => tags ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [20] => CSafeValidator Object ( [attributes] => Array ( [0] => idsocieta [1] => idstabilimento [2] => idstruttura [3] => iddocumento [4] => iddocumentocondiviso [5] => stampdoc [6] => descrizione [7] => idfile [8] => stamp_insert_user [9] => stamp_update_user [10] => stamp_update [11] => stamp_insert [12] => protocollo [13] => protocolloext [14] => idmittente [15] => mittente [16] => iddestinatario [17] => destinatario [18] => note [19] => autore [20] => idautore [21] => idowner [22] => idcategoria [23] => progressivo [24] => idstato [25] => pubblicato [26] => rifprotocollo [27] => owner [28] => tags [29] => descSearchProt [30] => dataSearchProtFromFormatted [31] => dataSearchProtToFormatted [32] => mittenteSearchProt [33] => destinatarioSearchProt [34] => rifprotSearchProt [35] => protocolloEstSearchProt [36] => statoSearchProt [37] => autoreSearchProt [38] => ownerSearchProt [39] => categoriaSearchProt [40] => tagsSearchProt [41] => valido [42] => idsitodeposito [43] => idprocesso [44] => idveicolocliente [45] => idtipodocumento [46] => testoDoc [47] => nRighe ) [message] => [skipOnError] => [on] => Array ( [search] => search ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_c:CList:private] => 21 [_r:CList:private] => [_e:CComponent:private] => [_m:CComponent:private] => ) [_scenario:CModel:private] => search [_e:CComponent:private] => [_m:CComponent:private] => ) [keyAttribute] => [_criteria:CActiveDataProvider:private] => CDbCriteria Object ( [select] => * [distinct] => [condition] => ((((t.idsocieta=:ycp0) AND (t.idstabilimento=:ycp1)) AND (t.idstruttura=:ycp2)) AND (t.pubblicato=:ycp3)) AND ( NOT EXISTS (SELECT 1 FROM sgf3_documenti_socutente_restrizioni r WHERE 1=1 AND r.iddocumento = t.iddocumento AND r.idsocietautente = 6)) [params] => Array ( [:ycp0] => 1 [:ycp1] => 1 [:ycp2] => 162 [:ycp3] => 1 ) [limit] => -1 [offset] => -1 [order] => [group] => [join] => [having] => [with] => Array ( [0] => file [1] => stato [2] => categoria [3] => struttura ) [alias] => [together] => [index] => [scopes] => [_e:CComponent:private] => [_m:CComponent:private] => ) [_countCriteria:CActiveDataProvider:private] => [_id:CDataProvider:private] => Sgf3Documenti [_data:CDataProvider:private] => Array ( [0] => Sgf3Documenti Object ( [idcommessaStruttura] => [dataFrom] => [dataTo] => [dataFromFormatted] => [dataToFormatted] => [descSearchProt] => [dataSearchProtFromFormatted] => [dataSearchProtToFormatted] => [mittenteSearchProt] => [destinatarioSearchProt] => [rifprotSearchProt] => [protocolloEstSearchProt] => [statoSearchProt] => [autoreSearchProt] => [ownerSearchProt] => [categoriaSearchProt] => [tagsSearchProt] => [testoDoc] => [notin_tipostruttura] => [isAdvancedSearch] => [file_size] => [chkGetFileToZip] => Array ( ) [nRighe] => [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idstruttura] => 162 [iddocumento] => 50 [iddocumentocondiviso] => [stampdoc] => 2013-03-25 00:00:00 [descrizione] => Master Plan - PERT [idfile] => 682 [tags] => [protocollo] => [idmittente] => [mittente] => [destinatario] => [iddestinatario] => [autore] => [idautore] => [owner] => [idowner] => [idcategoria] => [progressivo] => 0 [idstato] => [pubblicato] => 1 [note] => [protocolloext] => [rifprotocollo] => [valido] => 1 [idsitodeposito] => [idprocesso] => [idveicolocliente] => [idtipodocumento] => [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-25 00:00:00 [stamp_insert] => 2016-06-20 14:51:00 ) [_related:CActiveRecord:private] => Array ( [file] => FrmFilesUpload Object ( [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idfile] => 682 [iduser] => 1 [filename] => NTRE-1000-M300-SAV-001-04_20130320_B_PERT.pdf [path] => \uploads\allegati\162\NTRE-1000-M300-SAV-001-04_20130320_B_PERT.pdf [type] => pdf [size] => 111901 [data_caricamento] => 1466495788 [data_scadenza] => 1466495788 [descrizione] => NTRE-1000-M300-SAV-001-04_20130320_B_PERT.pdf [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-25 00:00:00 [stamp_insert] => 2016-06-21 09:56:28 [old_idfile] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 682 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [stato] => [categoria] => [struttura] => FrmAnaStruttura Object ( [searchDescStrutturaPadre] => [ordinePrecedente:FrmAnaStruttura:private] => 0 [idstrutturapadrePrecedente:FrmAnaStruttura:private] => 0 [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idsocietautente] => 6 [idcommessa] => 1 [idstruttura] => 162 [idstrutturapadre] => 43 [level] => 3 [visible] => 1 [ordine] => 1 [idstrutturacondivisa] => [descrizione] => 2_ Secondo invio [path_struttura] => HOME/PIANO DI QUALITÀ/Indice del Piano di Qualità/2_ Secondo invio [link] => [style] => [editable] => 1 [allegati] => 0 [idallegatidoc] => [tipo_struttura] => 0 [modoprotocollo] => 1 [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2016-06-20 13:02:55 [stamp_insert] => 2016-06-20 13:02:55 ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 162 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 50 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [1] => Sgf3Documenti Object ( [idcommessaStruttura] => [dataFrom] => [dataTo] => [dataFromFormatted] => [dataToFormatted] => [descSearchProt] => [dataSearchProtFromFormatted] => [dataSearchProtToFormatted] => [mittenteSearchProt] => [destinatarioSearchProt] => [rifprotSearchProt] => [protocolloEstSearchProt] => [statoSearchProt] => [autoreSearchProt] => [ownerSearchProt] => [categoriaSearchProt] => [tagsSearchProt] => [testoDoc] => [notin_tipostruttura] => [isAdvancedSearch] => [file_size] => [chkGetFileToZip] => Array ( ) [nRighe] => [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idstruttura] => 162 [iddocumento] => 49 [iddocumentocondiviso] => [stampdoc] => 2013-03-20 00:00:00 [descrizione] => Master Plan [idfile] => 675 [tags] => [protocollo] => [idmittente] => [mittente] => [destinatario] => [iddestinatario] => [autore] => [idautore] => [owner] => [idowner] => [idcategoria] => [progressivo] => 0 [idstato] => [pubblicato] => 1 [note] => [protocolloext] => [rifprotocollo] => [valido] => 1 [idsitodeposito] => [idprocesso] => [idveicolocliente] => [idtipodocumento] => [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-20 00:00:00 [stamp_insert] => 2016-06-20 14:51:00 ) [_related:CActiveRecord:private] => Array ( [file] => FrmFilesUpload Object ( [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idfile] => 675 [iduser] => 1 [filename] => NTRE-1000-M300-SAV-001-04_20130320_B.pdf [path] => \uploads\allegati\162\NTRE-1000-M300-SAV-001-04_20130320_B.pdf [type] => pdf [size] => 1878062 [data_caricamento] => 1466495788 [data_scadenza] => 1466495788 [descrizione] => NTRE-1000-M300-SAV-001-04_20130320_B.pdf [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-20 00:00:00 [stamp_insert] => 2016-06-21 09:56:28 [old_idfile] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 675 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [stato] => [categoria] => [struttura] => FrmAnaStruttura Object ( [searchDescStrutturaPadre] => [ordinePrecedente:FrmAnaStruttura:private] => 0 [idstrutturapadrePrecedente:FrmAnaStruttura:private] => 0 [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idsocietautente] => 6 [idcommessa] => 1 [idstruttura] => 162 [idstrutturapadre] => 43 [level] => 3 [visible] => 1 [ordine] => 1 [idstrutturacondivisa] => [descrizione] => 2_ Secondo invio [path_struttura] => HOME/PIANO DI QUALITÀ/Indice del Piano di Qualità/2_ Secondo invio [link] => [style] => [editable] => 1 [allegati] => 0 [idallegatidoc] => [tipo_struttura] => 0 [modoprotocollo] => 1 [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2016-06-20 13:02:55 [stamp_insert] => 2016-06-20 13:02:55 ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 162 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 49 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [2] => Sgf3Documenti Object ( [idcommessaStruttura] => [dataFrom] => [dataTo] => [dataFromFormatted] => [dataToFormatted] => [descSearchProt] => [dataSearchProtFromFormatted] => [dataSearchProtToFormatted] => [mittenteSearchProt] => [destinatarioSearchProt] => [rifprotSearchProt] => [protocolloEstSearchProt] => [statoSearchProt] => [autoreSearchProt] => [ownerSearchProt] => [categoriaSearchProt] => [tagsSearchProt] => [testoDoc] => [notin_tipostruttura] => [isAdvancedSearch] => [file_size] => [chkGetFileToZip] => Array ( ) [nRighe] => [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idstruttura] => 162 [iddocumento] => 45 [iddocumentocondiviso] => [stampdoc] => 2013-03-15 00:00:00 [descrizione] => 01_Piano di gestione della fornitura [idfile] => 641 [tags] => [protocollo] => [idmittente] => [mittente] => [destinatario] => [iddestinatario] => [autore] => [idautore] => [owner] => [idowner] => [idcategoria] => [progressivo] => 0 [idstato] => [pubblicato] => 1 [note] => [protocolloext] => [rifprotocollo] => [valido] => 1 [idsitodeposito] => [idprocesso] => [idveicolocliente] => [idtipodocumento] => [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-20 14:51:00 ) [_related:CActiveRecord:private] => Array ( [file] => FrmFilesUpload Object ( [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idfile] => 641 [iduser] => 1 [filename] => 1_PMP_NTRE-1000-M100-SAV-001-01.pdf [path] => \uploads\allegati\162\1_PMP_NTRE-1000-M100-SAV-001-01.pdf [type] => pdf [size] => 562497 [data_caricamento] => 1466495788 [data_scadenza] => 1466495788 [descrizione] => 1_PMP_NTRE-1000-M100-SAV-001-01.pdf [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-21 09:56:28 [old_idfile] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 641 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [stato] => [categoria] => [struttura] => FrmAnaStruttura Object ( [searchDescStrutturaPadre] => [ordinePrecedente:FrmAnaStruttura:private] => 0 [idstrutturapadrePrecedente:FrmAnaStruttura:private] => 0 [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idsocietautente] => 6 [idcommessa] => 1 [idstruttura] => 162 [idstrutturapadre] => 43 [level] => 3 [visible] => 1 [ordine] => 1 [idstrutturacondivisa] => [descrizione] => 2_ Secondo invio [path_struttura] => HOME/PIANO DI QUALITÀ/Indice del Piano di Qualità/2_ Secondo invio [link] => [style] => [editable] => 1 [allegati] => 0 [idallegatidoc] => [tipo_struttura] => 0 [modoprotocollo] => 1 [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2016-06-20 13:02:55 [stamp_insert] => 2016-06-20 13:02:55 ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 162 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 45 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [3] => Sgf3Documenti Object ( [idcommessaStruttura] => [dataFrom] => [dataTo] => [dataFromFormatted] => [dataToFormatted] => [descSearchProt] => [dataSearchProtFromFormatted] => [dataSearchProtToFormatted] => [mittenteSearchProt] => [destinatarioSearchProt] => [rifprotSearchProt] => [protocolloEstSearchProt] => [statoSearchProt] => [autoreSearchProt] => [ownerSearchProt] => [categoriaSearchProt] => [tagsSearchProt] => [testoDoc] => [notin_tipostruttura] => [isAdvancedSearch] => [file_size] => [chkGetFileToZip] => Array ( ) [nRighe] => [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idstruttura] => 162 [iddocumento] => 47 [iddocumentocondiviso] => [stampdoc] => 2013-03-15 00:00:00 [descrizione] => 05_Piano della Progettazione [idfile] => 654 [tags] => [protocollo] => [idmittente] => [mittente] => [destinatario] => [iddestinatario] => [autore] => [idautore] => [owner] => [idowner] => [idcategoria] => [progressivo] => 0 [idstato] => [pubblicato] => 1 [note] => [protocolloext] => [rifprotocollo] => [valido] => 1 [idsitodeposito] => [idprocesso] => [idveicolocliente] => [idtipodocumento] => [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-20 14:51:00 ) [_related:CActiveRecord:private] => Array ( [file] => FrmFilesUpload Object ( [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idfile] => 654 [iduser] => 1 [filename] => 5_PEP_NTRE-1000-D100-SAV-001-01.pdf [path] => \uploads\allegati\162\5_PEP_NTRE-1000-D100-SAV-001-01.pdf [type] => pdf [size] => 1393898 [data_caricamento] => 1466495788 [data_scadenza] => 1466495788 [descrizione] => 5_PEP_NTRE-1000-D100-SAV-001-01.pdf [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-21 09:56:28 [old_idfile] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 654 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [stato] => [categoria] => [struttura] => FrmAnaStruttura Object ( [searchDescStrutturaPadre] => [ordinePrecedente:FrmAnaStruttura:private] => 0 [idstrutturapadrePrecedente:FrmAnaStruttura:private] => 0 [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idsocietautente] => 6 [idcommessa] => 1 [idstruttura] => 162 [idstrutturapadre] => 43 [level] => 3 [visible] => 1 [ordine] => 1 [idstrutturacondivisa] => [descrizione] => 2_ Secondo invio [path_struttura] => HOME/PIANO DI QUALITÀ/Indice del Piano di Qualità/2_ Secondo invio [link] => [style] => [editable] => 1 [allegati] => 0 [idallegatidoc] => [tipo_struttura] => 0 [modoprotocollo] => 1 [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2016-06-20 13:02:55 [stamp_insert] => 2016-06-20 13:02:55 ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 162 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 47 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [4] => Sgf3Documenti Object ( [idcommessaStruttura] => [dataFrom] => [dataTo] => [dataFromFormatted] => [dataToFormatted] => [descSearchProt] => [dataSearchProtFromFormatted] => [dataSearchProtToFormatted] => [mittenteSearchProt] => [destinatarioSearchProt] => [rifprotSearchProt] => [protocolloEstSearchProt] => [statoSearchProt] => [autoreSearchProt] => [ownerSearchProt] => [categoriaSearchProt] => [tagsSearchProt] => [testoDoc] => [notin_tipostruttura] => [isAdvancedSearch] => [file_size] => [chkGetFileToZip] => Array ( ) [nRighe] => [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idstruttura] => 162 [iddocumento] => 48 [iddocumentocondiviso] => [stampdoc] => 2013-03-15 00:00:00 [descrizione] => 08_Project Warranty Plan [idfile] => 656 [tags] => [protocollo] => [idmittente] => [mittente] => [destinatario] => [iddestinatario] => [autore] => [idautore] => [owner] => [idowner] => [idcategoria] => [progressivo] => 0 [idstato] => [pubblicato] => 1 [note] => [protocolloext] => [rifprotocollo] => [valido] => 1 [idsitodeposito] => [idprocesso] => [idveicolocliente] => [idtipodocumento] => [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-20 14:51:00 ) [_related:CActiveRecord:private] => Array ( [file] => FrmFilesUpload Object ( [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idfile] => 656 [iduser] => 1 [filename] => 8_PWP_NTRE-1000-W100-SAV-001-01.pdf [path] => \uploads\allegati\162\8_PWP_NTRE-1000-W100-SAV-001-01.pdf [type] => pdf [size] => 1820982 [data_caricamento] => 1466495787 [data_scadenza] => 1466495787 [descrizione] => 8_PWP_NTRE-1000-W100-SAV-001-01.pdf [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-21 09:56:27 [old_idfile] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 656 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [stato] => [categoria] => [struttura] => FrmAnaStruttura Object ( [searchDescStrutturaPadre] => [ordinePrecedente:FrmAnaStruttura:private] => 0 [idstrutturapadrePrecedente:FrmAnaStruttura:private] => 0 [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idsocietautente] => 6 [idcommessa] => 1 [idstruttura] => 162 [idstrutturapadre] => 43 [level] => 3 [visible] => 1 [ordine] => 1 [idstrutturacondivisa] => [descrizione] => 2_ Secondo invio [path_struttura] => HOME/PIANO DI QUALITÀ/Indice del Piano di Qualità/2_ Secondo invio [link] => [style] => [editable] => 1 [allegati] => 0 [idallegatidoc] => [tipo_struttura] => 0 [modoprotocollo] => 1 [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2016-06-20 13:02:55 [stamp_insert] => 2016-06-20 13:02:55 ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 162 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 48 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [5] => Sgf3Documenti Object ( [idcommessaStruttura] => [dataFrom] => [dataTo] => [dataFromFormatted] => [dataToFormatted] => [descSearchProt] => [dataSearchProtFromFormatted] => [dataSearchProtToFormatted] => [mittenteSearchProt] => [destinatarioSearchProt] => [rifprotSearchProt] => [protocolloEstSearchProt] => [statoSearchProt] => [autoreSearchProt] => [ownerSearchProt] => [categoriaSearchProt] => [tagsSearchProt] => [testoDoc] => [notin_tipostruttura] => [isAdvancedSearch] => [file_size] => [chkGetFileToZip] => Array ( ) [nRighe] => [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idstruttura] => 162 [iddocumento] => 52 [iddocumentocondiviso] => [stampdoc] => 2013-03-15 00:00:00 [descrizione] => 03.1_SPL [idfile] => 648 [tags] => [protocollo] => [idmittente] => [mittente] => [destinatario] => [iddestinatario] => [autore] => [idautore] => [owner] => [idowner] => [idcategoria] => [progressivo] => 0 [idstato] => [pubblicato] => 1 [note] => [protocolloext] => [rifprotocollo] => [valido] => 1 [idsitodeposito] => [idprocesso] => [idveicolocliente] => [idtipodocumento] => [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-20 14:51:00 ) [_related:CActiveRecord:private] => Array ( [file] => FrmFilesUpload Object ( [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idfile] => 648 [iduser] => 1 [filename] => 3bis_SPL_NTRE-1000-M500-SAV-004-01_foglio1.pdf [path] => \uploads\allegati\162\3bis_SPL_NTRE-1000-M500-SAV-004-01_foglio1.pdf [type] => pdf [size] => 13404 [data_caricamento] => 1466495787 [data_scadenza] => 1466495787 [descrizione] => 3bis_SPL_NTRE-1000-M500-SAV-004-01_foglio1.pdf [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-21 09:56:27 [old_idfile] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 648 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [stato] => [categoria] => [struttura] => FrmAnaStruttura Object ( [searchDescStrutturaPadre] => [ordinePrecedente:FrmAnaStruttura:private] => 0 [idstrutturapadrePrecedente:FrmAnaStruttura:private] => 0 [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idsocietautente] => 6 [idcommessa] => 1 [idstruttura] => 162 [idstrutturapadre] => 43 [level] => 3 [visible] => 1 [ordine] => 1 [idstrutturacondivisa] => [descrizione] => 2_ Secondo invio [path_struttura] => HOME/PIANO DI QUALITÀ/Indice del Piano di Qualità/2_ Secondo invio [link] => [style] => [editable] => 1 [allegati] => 0 [idallegatidoc] => [tipo_struttura] => 0 [modoprotocollo] => 1 [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2016-06-20 13:02:55 [stamp_insert] => 2016-06-20 13:02:55 ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 162 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 52 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [6] => Sgf3Documenti Object ( [idcommessaStruttura] => [dataFrom] => [dataTo] => [dataFromFormatted] => [dataToFormatted] => [descSearchProt] => [dataSearchProtFromFormatted] => [dataSearchProtToFormatted] => [mittenteSearchProt] => [destinatarioSearchProt] => [rifprotSearchProt] => [protocolloEstSearchProt] => [statoSearchProt] => [autoreSearchProt] => [ownerSearchProt] => [categoriaSearchProt] => [tagsSearchProt] => [testoDoc] => [notin_tipostruttura] => [isAdvancedSearch] => [file_size] => [chkGetFileToZip] => Array ( ) [nRighe] => [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idstruttura] => 162 [iddocumento] => 54 [iddocumentocondiviso] => [stampdoc] => 2013-03-15 00:00:00 [descrizione] => 04.2_Software Configuration [idfile] => 652 [tags] => [protocollo] => [idmittente] => [mittente] => [destinatario] => [iddestinatario] => [autore] => [idautore] => [owner] => [idowner] => [idcategoria] => [progressivo] => 0 [idstato] => [pubblicato] => 1 [note] => [protocolloext] => [rifprotocollo] => [valido] => 1 [idsitodeposito] => [idprocesso] => [idveicolocliente] => [idtipodocumento] => [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-20 14:51:00 ) [_related:CActiveRecord:private] => Array ( [file] => FrmFilesUpload Object ( [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idfile] => 652 [iduser] => 1 [filename] => 4B_ALLEGATO2_Software_Configuration_NTRE.pdf [path] => \uploads\allegati\162\4B_ALLEGATO2_Software_Configuration_NTRE.pdf [type] => pdf [size] => 40790 [data_caricamento] => 1466495787 [data_scadenza] => 1466495787 [descrizione] => 4B_ALLEGATO2_Software_Configuration_NTRE.pdf [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-21 09:56:27 [old_idfile] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 652 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [stato] => [categoria] => [struttura] => FrmAnaStruttura Object ( [searchDescStrutturaPadre] => [ordinePrecedente:FrmAnaStruttura:private] => 0 [idstrutturapadrePrecedente:FrmAnaStruttura:private] => 0 [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idsocietautente] => 6 [idcommessa] => 1 [idstruttura] => 162 [idstrutturapadre] => 43 [level] => 3 [visible] => 1 [ordine] => 1 [idstrutturacondivisa] => [descrizione] => 2_ Secondo invio [path_struttura] => HOME/PIANO DI QUALITÀ/Indice del Piano di Qualità/2_ Secondo invio [link] => [style] => [editable] => 1 [allegati] => 0 [idallegatidoc] => [tipo_struttura] => 0 [modoprotocollo] => 1 [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2016-06-20 13:02:55 [stamp_insert] => 2016-06-20 13:02:55 ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 162 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 54 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [7] => Sgf3Documenti Object ( [idcommessaStruttura] => [dataFrom] => [dataTo] => [dataFromFormatted] => [dataToFormatted] => [descSearchProt] => [dataSearchProtFromFormatted] => [dataSearchProtToFormatted] => [mittenteSearchProt] => [destinatarioSearchProt] => [rifprotSearchProt] => [protocolloEstSearchProt] => [statoSearchProt] => [autoreSearchProt] => [ownerSearchProt] => [categoriaSearchProt] => [tagsSearchProt] => [testoDoc] => [notin_tipostruttura] => [isAdvancedSearch] => [file_size] => [chkGetFileToZip] => Array ( ) [nRighe] => [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idstruttura] => 162 [iddocumento] => 55 [iddocumentocondiviso] => [stampdoc] => 2013-03-15 00:00:00 [descrizione] => 08.2_PWP allegato B [idfile] => 658 [tags] => [protocollo] => [idmittente] => [mittente] => [destinatario] => [iddestinatario] => [autore] => [idautore] => [owner] => [idowner] => [idcategoria] => [progressivo] => 0 [idstato] => [pubblicato] => 1 [note] => [protocolloext] => [rifprotocollo] => [valido] => 1 [idsitodeposito] => [idprocesso] => [idveicolocliente] => [idtipodocumento] => [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-20 14:51:00 ) [_related:CActiveRecord:private] => Array ( [file] => FrmFilesUpload Object ( [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idfile] => 658 [iduser] => 1 [filename] => 8B_ALLEGATO2_PWP_NTRE-1000-W100-SAV-001-01.pdf [path] => \uploads\allegati\162\8B_ALLEGATO2_PWP_NTRE-1000-W100-SAV-001-01.pdf [type] => pdf [size] => 1919637 [data_caricamento] => 1466495786 [data_scadenza] => 1466495786 [descrizione] => 8B_ALLEGATO2_PWP_NTRE-1000-W100-SAV-001-01.pdf [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-21 09:56:26 [old_idfile] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 658 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [stato] => [categoria] => [struttura] => FrmAnaStruttura Object ( [searchDescStrutturaPadre] => [ordinePrecedente:FrmAnaStruttura:private] => 0 [idstrutturapadrePrecedente:FrmAnaStruttura:private] => 0 [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idsocietautente] => 6 [idcommessa] => 1 [idstruttura] => 162 [idstrutturapadre] => 43 [level] => 3 [visible] => 1 [ordine] => 1 [idstrutturacondivisa] => [descrizione] => 2_ Secondo invio [path_struttura] => HOME/PIANO DI QUALITÀ/Indice del Piano di Qualità/2_ Secondo invio [link] => [style] => [editable] => 1 [allegati] => 0 [idallegatidoc] => [tipo_struttura] => 0 [modoprotocollo] => 1 [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2016-06-20 13:02:55 [stamp_insert] => 2016-06-20 13:02:55 ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 162 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 55 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [8] => Sgf3Documenti Object ( [idcommessaStruttura] => [dataFrom] => [dataTo] => [dataFromFormatted] => [dataToFormatted] => [descSearchProt] => [dataSearchProtFromFormatted] => [dataSearchProtToFormatted] => [mittenteSearchProt] => [destinatarioSearchProt] => [rifprotSearchProt] => [protocolloEstSearchProt] => [statoSearchProt] => [autoreSearchProt] => [ownerSearchProt] => [categoriaSearchProt] => [tagsSearchProt] => [testoDoc] => [notin_tipostruttura] => [isAdvancedSearch] => [file_size] => [chkGetFileToZip] => Array ( ) [nRighe] => [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idstruttura] => 162 [iddocumento] => 56 [iddocumentocondiviso] => [stampdoc] => 2013-03-15 00:00:00 [descrizione] => 10_Piano AMIS [idfile] => 659 [tags] => [protocollo] => [idmittente] => [mittente] => [destinatario] => [iddestinatario] => [autore] => [idautore] => [owner] => [idowner] => [idcategoria] => [progressivo] => 0 [idstato] => [pubblicato] => 1 [note] => [protocolloext] => [rifprotocollo] => [valido] => 1 [idsitodeposito] => [idprocesso] => [idveicolocliente] => [idtipodocumento] => [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-20 14:51:00 ) [_related:CActiveRecord:private] => Array ( [file] => FrmFilesUpload Object ( [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idfile] => 659 [iduser] => 1 [filename] => 10_Piano AMIS_NTRE-1000-T300-SAV-001-00.pdf [path] => \uploads\allegati\162\10_Piano AMIS_NTRE-1000-T300-SAV-001-00.pdf [type] => pdf [size] => 644243 [data_caricamento] => 1466495788 [data_scadenza] => 1466495788 [descrizione] => 10_Piano AMIS_NTRE-1000-T300-SAV-001-00.pdf [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-21 09:56:28 [old_idfile] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 659 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [stato] => [categoria] => [struttura] => FrmAnaStruttura Object ( [searchDescStrutturaPadre] => [ordinePrecedente:FrmAnaStruttura:private] => 0 [idstrutturapadrePrecedente:FrmAnaStruttura:private] => 0 [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idsocietautente] => 6 [idcommessa] => 1 [idstruttura] => 162 [idstrutturapadre] => 43 [level] => 3 [visible] => 1 [ordine] => 1 [idstrutturacondivisa] => [descrizione] => 2_ Secondo invio [path_struttura] => HOME/PIANO DI QUALITÀ/Indice del Piano di Qualità/2_ Secondo invio [link] => [style] => [editable] => 1 [allegati] => 0 [idallegatidoc] => [tipo_struttura] => 0 [modoprotocollo] => 1 [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2016-06-20 13:02:55 [stamp_insert] => 2016-06-20 13:02:55 ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 162 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 56 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [9] => Sgf3Documenti Object ( [idcommessaStruttura] => [dataFrom] => [dataTo] => [dataFromFormatted] => [dataToFormatted] => [descSearchProt] => [dataSearchProtFromFormatted] => [dataSearchProtToFormatted] => [mittenteSearchProt] => [destinatarioSearchProt] => [rifprotSearchProt] => [protocolloEstSearchProt] => [statoSearchProt] => [autoreSearchProt] => [ownerSearchProt] => [categoriaSearchProt] => [tagsSearchProt] => [testoDoc] => [notin_tipostruttura] => [isAdvancedSearch] => [file_size] => [chkGetFileToZip] => Array ( ) [nRighe] => [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idstruttura] => 162 [iddocumento] => 57 [iddocumentocondiviso] => [stampdoc] => 2013-03-15 00:00:00 [descrizione] => 11_Configuration Management Plan [idfile] => 660 [tags] => [protocollo] => [idmittente] => [mittente] => [destinatario] => [iddestinatario] => [autore] => [idautore] => [owner] => [idowner] => [idcategoria] => [progressivo] => 0 [idstato] => [pubblicato] => 1 [note] => [protocolloext] => [rifprotocollo] => [valido] => 1 [idsitodeposito] => [idprocesso] => [idveicolocliente] => [idtipodocumento] => [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-20 14:51:00 ) [_related:CActiveRecord:private] => Array ( [file] => FrmFilesUpload Object ( [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idfile] => 660 [iduser] => 1 [filename] => NTRE-1000-M100-SAV-002_Rev00_Configuration_Management_Plan.pdf [path] => \uploads\allegati\162\NTRE-1000-M100-SAV-002_Rev00_Configuration_Management_Plan.pdf [type] => pdf [size] => 9387529 [data_caricamento] => 1466495786 [data_scadenza] => 1466495786 [descrizione] => NTRE-1000-M100-SAV-002_Rev00_Configuration_Management_Plan.pdf [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-21 09:56:26 [old_idfile] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 660 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [stato] => [categoria] => [struttura] => FrmAnaStruttura Object ( [searchDescStrutturaPadre] => [ordinePrecedente:FrmAnaStruttura:private] => 0 [idstrutturapadrePrecedente:FrmAnaStruttura:private] => 0 [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idsocietautente] => 6 [idcommessa] => 1 [idstruttura] => 162 [idstrutturapadre] => 43 [level] => 3 [visible] => 1 [ordine] => 1 [idstrutturacondivisa] => [descrizione] => 2_ Secondo invio [path_struttura] => HOME/PIANO DI QUALITÀ/Indice del Piano di Qualità/2_ Secondo invio [link] => [style] => [editable] => 1 [allegati] => 0 [idallegatidoc] => [tipo_struttura] => 0 [modoprotocollo] => 1 [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2016-06-20 13:02:55 [stamp_insert] => 2016-06-20 13:02:55 ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 162 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 57 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [10] => Sgf3Documenti Object ( [idcommessaStruttura] => [dataFrom] => [dataTo] => [dataFromFormatted] => [dataToFormatted] => [descSearchProt] => [dataSearchProtFromFormatted] => [dataSearchProtToFormatted] => [mittenteSearchProt] => [destinatarioSearchProt] => [rifprotSearchProt] => [protocolloEstSearchProt] => [statoSearchProt] => [autoreSearchProt] => [ownerSearchProt] => [categoriaSearchProt] => [tagsSearchProt] => [testoDoc] => [notin_tipostruttura] => [isAdvancedSearch] => [file_size] => [chkGetFileToZip] => Array ( ) [nRighe] => [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idstruttura] => 162 [iddocumento] => 58 [iddocumentocondiviso] => [stampdoc] => 2013-03-15 00:00:00 [descrizione] => 13_Project Validation Management Plan [idfile] => 662 [tags] => [protocollo] => [idmittente] => [mittente] => [destinatario] => [iddestinatario] => [autore] => [idautore] => [owner] => [idowner] => [idcategoria] => [progressivo] => 0 [idstato] => [pubblicato] => 1 [note] => [protocolloext] => [rifprotocollo] => [valido] => 1 [idsitodeposito] => [idprocesso] => [idveicolocliente] => [idtipodocumento] => [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-20 14:51:00 ) [_related:CActiveRecord:private] => Array ( [file] => FrmFilesUpload Object ( [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idfile] => 662 [iduser] => 1 [filename] => NTRE-1000-T200-SAV-001 Rev00_13-11-12 .pdf [path] => \uploads\allegati\162\NTRE-1000-T200-SAV-001 Rev00_13-11-12 .pdf [type] => pdf [size] => 598306 [data_caricamento] => 1466495786 [data_scadenza] => 1466495786 [descrizione] => NTRE-1000-T200-SAV-001 Rev00_13-11-12 .pdf [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-21 09:56:26 [old_idfile] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 662 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [stato] => [categoria] => [struttura] => FrmAnaStruttura Object ( [searchDescStrutturaPadre] => [ordinePrecedente:FrmAnaStruttura:private] => 0 [idstrutturapadrePrecedente:FrmAnaStruttura:private] => 0 [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idsocietautente] => 6 [idcommessa] => 1 [idstruttura] => 162 [idstrutturapadre] => 43 [level] => 3 [visible] => 1 [ordine] => 1 [idstrutturacondivisa] => [descrizione] => 2_ Secondo invio [path_struttura] => HOME/PIANO DI QUALITÀ/Indice del Piano di Qualità/2_ Secondo invio [link] => [style] => [editable] => 1 [allegati] => 0 [idallegatidoc] => [tipo_struttura] => 0 [modoprotocollo] => 1 [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2016-06-20 13:02:55 [stamp_insert] => 2016-06-20 13:02:55 ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 162 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 58 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [11] => Sgf3Documenti Object ( [idcommessaStruttura] => [dataFrom] => [dataTo] => [dataFromFormatted] => [dataToFormatted] => [descSearchProt] => [dataSearchProtFromFormatted] => [dataSearchProtToFormatted] => [mittenteSearchProt] => [destinatarioSearchProt] => [rifprotSearchProt] => [protocolloEstSearchProt] => [statoSearchProt] => [autoreSearchProt] => [ownerSearchProt] => [categoriaSearchProt] => [tagsSearchProt] => [testoDoc] => [notin_tipostruttura] => [isAdvancedSearch] => [file_size] => [chkGetFileToZip] => Array ( ) [nRighe] => [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idstruttura] => 162 [iddocumento] => 59 [iddocumentocondiviso] => [stampdoc] => 2013-03-15 00:00:00 [descrizione] => 12_Sub-Contractors Quality Assurance Requirements [idfile] => 661 [tags] => [protocollo] => [idmittente] => [mittente] => [destinatario] => [iddestinatario] => [autore] => [idautore] => [owner] => [idowner] => [idcategoria] => [progressivo] => 0 [idstato] => [pubblicato] => 1 [note] => [protocolloext] => [rifprotocollo] => [valido] => 1 [idsitodeposito] => [idprocesso] => [idveicolocliente] => [idtipodocumento] => [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-20 14:51:00 ) [_related:CActiveRecord:private] => Array ( [file] => FrmFilesUpload Object ( [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idfile] => 661 [iduser] => 1 [filename] => NTRE-1000-M500-SAV-003.pdf [path] => \uploads\allegati\162\NTRE-1000-M500-SAV-003.pdf [type] => pdf [size] => 3573104 [data_caricamento] => 1466495788 [data_scadenza] => 1466495788 [descrizione] => NTRE-1000-M500-SAV-003.pdf [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-21 09:56:28 [old_idfile] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 661 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [stato] => [categoria] => [struttura] => FrmAnaStruttura Object ( [searchDescStrutturaPadre] => [ordinePrecedente:FrmAnaStruttura:private] => 0 [idstrutturapadrePrecedente:FrmAnaStruttura:private] => 0 [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idsocietautente] => 6 [idcommessa] => 1 [idstruttura] => 162 [idstrutturapadre] => 43 [level] => 3 [visible] => 1 [ordine] => 1 [idstrutturacondivisa] => [descrizione] => 2_ Secondo invio [path_struttura] => HOME/PIANO DI QUALITÀ/Indice del Piano di Qualità/2_ Secondo invio [link] => [style] => [editable] => 1 [allegati] => 0 [idallegatidoc] => [tipo_struttura] => 0 [modoprotocollo] => 1 [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2016-06-20 13:02:55 [stamp_insert] => 2016-06-20 13:02:55 ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 162 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 59 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [12] => Sgf3Documenti Object ( [idcommessaStruttura] => [dataFrom] => [dataTo] => [dataFromFormatted] => [dataToFormatted] => [descSearchProt] => [dataSearchProtFromFormatted] => [dataSearchProtToFormatted] => [mittenteSearchProt] => [destinatarioSearchProt] => [rifprotSearchProt] => [protocolloEstSearchProt] => [statoSearchProt] => [autoreSearchProt] => [ownerSearchProt] => [categoriaSearchProt] => [tagsSearchProt] => [testoDoc] => [notin_tipostruttura] => [isAdvancedSearch] => [file_size] => [chkGetFileToZip] => Array ( ) [nRighe] => [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idstruttura] => 162 [iddocumento] => 60 [iddocumentocondiviso] => [stampdoc] => 2013-03-15 00:00:00 [descrizione] => 03_Project Sourcing Management Plan [idfile] => 647 [tags] => [protocollo] => [idmittente] => [mittente] => [destinatario] => [iddestinatario] => [autore] => [idautore] => [owner] => [idowner] => [idcategoria] => [progressivo] => 0 [idstato] => [pubblicato] => 1 [note] => [protocolloext] => [rifprotocollo] => [valido] => 1 [idsitodeposito] => [idprocesso] => [idveicolocliente] => [idtipodocumento] => [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-20 14:51:00 ) [_related:CActiveRecord:private] => Array ( [file] => FrmFilesUpload Object ( [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idfile] => 647 [iduser] => 1 [filename] => 3_PSMP_NTRE-1000-A100-SAV-001-01.pdf [path] => \uploads\allegati\162\3_PSMP_NTRE-1000-A100-SAV-001-01.pdf [type] => pdf [size] => 479619 [data_caricamento] => 1466495787 [data_scadenza] => 1466495787 [descrizione] => 3_PSMP_NTRE-1000-A100-SAV-001-01.pdf [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-21 09:56:27 [old_idfile] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 647 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [stato] => [categoria] => [struttura] => FrmAnaStruttura Object ( [searchDescStrutturaPadre] => [ordinePrecedente:FrmAnaStruttura:private] => 0 [idstrutturapadrePrecedente:FrmAnaStruttura:private] => 0 [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idsocietautente] => 6 [idcommessa] => 1 [idstruttura] => 162 [idstrutturapadre] => 43 [level] => 3 [visible] => 1 [ordine] => 1 [idstrutturacondivisa] => [descrizione] => 2_ Secondo invio [path_struttura] => HOME/PIANO DI QUALITÀ/Indice del Piano di Qualità/2_ Secondo invio [link] => [style] => [editable] => 1 [allegati] => 0 [idallegatidoc] => [tipo_struttura] => 0 [modoprotocollo] => 1 [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2016-06-20 13:02:55 [stamp_insert] => 2016-06-20 13:02:55 ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 162 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 60 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [13] => Sgf3Documenti Object ( [idcommessaStruttura] => [dataFrom] => [dataTo] => [dataFromFormatted] => [dataToFormatted] => [descSearchProt] => [dataSearchProtFromFormatted] => [dataSearchProtToFormatted] => [mittenteSearchProt] => [destinatarioSearchProt] => [rifprotSearchProt] => [protocolloEstSearchProt] => [statoSearchProt] => [autoreSearchProt] => [ownerSearchProt] => [categoriaSearchProt] => [tagsSearchProt] => [testoDoc] => [notin_tipostruttura] => [isAdvancedSearch] => [file_size] => [chkGetFileToZip] => Array ( ) [nRighe] => [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idstruttura] => 162 [iddocumento] => 61 [iddocumentocondiviso] => [stampdoc] => 2013-03-15 00:00:00 [descrizione] => 04_Project Quality Control Plan [idfile] => 650 [tags] => [protocollo] => [idmittente] => [mittente] => [destinatario] => [iddestinatario] => [autore] => [idautore] => [owner] => [idowner] => [idcategoria] => [progressivo] => 0 [idstato] => [pubblicato] => 1 [note] => [protocolloext] => [rifprotocollo] => [valido] => 1 [idsitodeposito] => [idprocesso] => [idveicolocliente] => [idtipodocumento] => [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-20 14:51:00 ) [_related:CActiveRecord:private] => Array ( [file] => FrmFilesUpload Object ( [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idfile] => 650 [iduser] => 1 [filename] => 4_PQCP_NTRE-1000-M500-SAV-002-01.pdf [path] => \uploads\allegati\162\4_PQCP_NTRE-1000-M500-SAV-002-01.pdf [type] => pdf [size] => 326129 [data_caricamento] => 1466495785 [data_scadenza] => 1466495785 [descrizione] => 4_PQCP_NTRE-1000-M500-SAV-002-01.pdf [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-21 09:56:25 [old_idfile] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 650 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [stato] => [categoria] => [struttura] => FrmAnaStruttura Object ( [searchDescStrutturaPadre] => [ordinePrecedente:FrmAnaStruttura:private] => 0 [idstrutturapadrePrecedente:FrmAnaStruttura:private] => 0 [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idsocietautente] => 6 [idcommessa] => 1 [idstruttura] => 162 [idstrutturapadre] => 43 [level] => 3 [visible] => 1 [ordine] => 1 [idstrutturacondivisa] => [descrizione] => 2_ Secondo invio [path_struttura] => HOME/PIANO DI QUALITÀ/Indice del Piano di Qualità/2_ Secondo invio [link] => [style] => [editable] => 1 [allegati] => 0 [idallegatidoc] => [tipo_struttura] => 0 [modoprotocollo] => 1 [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2016-06-20 13:02:55 [stamp_insert] => 2016-06-20 13:02:55 ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 162 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 61 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [14] => Sgf3Documenti Object ( [idcommessaStruttura] => [dataFrom] => [dataTo] => [dataFromFormatted] => [dataToFormatted] => [descSearchProt] => [dataSearchProtFromFormatted] => [dataSearchProtToFormatted] => [mittenteSearchProt] => [destinatarioSearchProt] => [rifprotSearchProt] => [protocolloEstSearchProt] => [statoSearchProt] => [autoreSearchProt] => [ownerSearchProt] => [categoriaSearchProt] => [tagsSearchProt] => [testoDoc] => [notin_tipostruttura] => [isAdvancedSearch] => [file_size] => [chkGetFileToZip] => Array ( ) [nRighe] => [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idstruttura] => 162 [iddocumento] => 62 [iddocumentocondiviso] => [stampdoc] => 2013-03-15 00:00:00 [descrizione] => 07_Project Testing & Commissioning Plan [idfile] => 655 [tags] => [protocollo] => [idmittente] => [mittente] => [destinatario] => [iddestinatario] => [autore] => [idautore] => [owner] => [idowner] => [idcategoria] => [progressivo] => 0 [idstato] => [pubblicato] => 1 [note] => [protocolloext] => [rifprotocollo] => [valido] => 1 [idsitodeposito] => [idprocesso] => [idveicolocliente] => [idtipodocumento] => [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-20 14:51:00 ) [_related:CActiveRecord:private] => Array ( [file] => FrmFilesUpload Object ( [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idfile] => 655 [iduser] => 1 [filename] => 7_PTandCP_NTRE-1000-C100-SAV-001-01.pdf [path] => \uploads\allegati\162\7_PTandCP_NTRE-1000-C100-SAV-001-01.pdf [type] => pdf [size] => 1187632 [data_caricamento] => 1466495786 [data_scadenza] => 1466495786 [descrizione] => 7_PTandCP_NTRE-1000-C100-SAV-001-01.pdf [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-21 09:56:26 [old_idfile] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 655 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [stato] => [categoria] => [struttura] => FrmAnaStruttura Object ( [searchDescStrutturaPadre] => [ordinePrecedente:FrmAnaStruttura:private] => 0 [idstrutturapadrePrecedente:FrmAnaStruttura:private] => 0 [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idsocietautente] => 6 [idcommessa] => 1 [idstruttura] => 162 [idstrutturapadre] => 43 [level] => 3 [visible] => 1 [ordine] => 1 [idstrutturacondivisa] => [descrizione] => 2_ Secondo invio [path_struttura] => HOME/PIANO DI QUALITÀ/Indice del Piano di Qualità/2_ Secondo invio [link] => [style] => [editable] => 1 [allegati] => 0 [idallegatidoc] => [tipo_struttura] => 0 [modoprotocollo] => 1 [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2016-06-20 13:02:55 [stamp_insert] => 2016-06-20 13:02:55 ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 162 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 62 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [15] => Sgf3Documenti Object ( [idcommessaStruttura] => [dataFrom] => [dataTo] => [dataFromFormatted] => [dataToFormatted] => [descSearchProt] => [dataSearchProtFromFormatted] => [dataSearchProtToFormatted] => [mittenteSearchProt] => [destinatarioSearchProt] => [rifprotSearchProt] => [protocolloEstSearchProt] => [statoSearchProt] => [autoreSearchProt] => [ownerSearchProt] => [categoriaSearchProt] => [tagsSearchProt] => [testoDoc] => [notin_tipostruttura] => [isAdvancedSearch] => [file_size] => [chkGetFileToZip] => Array ( ) [nRighe] => [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idstruttura] => 162 [iddocumento] => 63 [iddocumentocondiviso] => [stampdoc] => 2013-03-15 00:00:00 [descrizione] => 14_Lettera invio PdQ (2° invio) [idfile] => 663 [tags] => [protocollo] => [idmittente] => [mittente] => [destinatario] => [iddestinatario] => [autore] => [idautore] => [owner] => [idowner] => [idcategoria] => [progressivo] => 0 [idstato] => [pubblicato] => 1 [note] => [protocolloext] => [rifprotocollo] => [valido] => 1 [idsitodeposito] => [idprocesso] => [idveicolocliente] => [idtipodocumento] => [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-20 14:51:00 ) [_related:CActiveRecord:private] => Array ( [file] => FrmFilesUpload Object ( [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idfile] => 663 [iduser] => 1 [filename] => NTRE_AF_TI_2013_00030[1].pdf [path] => \uploads\allegati\162\NTRE_AF_TI_2013_00030[1].pdf [type] => pdf [size] => 232214 [data_caricamento] => 1466495787 [data_scadenza] => 1466495787 [descrizione] => NTRE_AF_TI_2013_00030[1].pdf [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-21 09:56:27 [old_idfile] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 663 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [stato] => [categoria] => [struttura] => FrmAnaStruttura Object ( [searchDescStrutturaPadre] => [ordinePrecedente:FrmAnaStruttura:private] => 0 [idstrutturapadrePrecedente:FrmAnaStruttura:private] => 0 [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idsocietautente] => 6 [idcommessa] => 1 [idstruttura] => 162 [idstrutturapadre] => 43 [level] => 3 [visible] => 1 [ordine] => 1 [idstrutturacondivisa] => [descrizione] => 2_ Secondo invio [path_struttura] => HOME/PIANO DI QUALITÀ/Indice del Piano di Qualità/2_ Secondo invio [link] => [style] => [editable] => 1 [allegati] => 0 [idallegatidoc] => [tipo_struttura] => 0 [modoprotocollo] => 1 [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2016-06-20 13:02:55 [stamp_insert] => 2016-06-20 13:02:55 ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 162 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 63 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [16] => Sgf3Documenti Object ( [idcommessaStruttura] => [dataFrom] => [dataTo] => [dataFromFormatted] => [dataToFormatted] => [descSearchProt] => [dataSearchProtFromFormatted] => [dataSearchProtToFormatted] => [mittenteSearchProt] => [destinatarioSearchProt] => [rifprotSearchProt] => [protocolloEstSearchProt] => [statoSearchProt] => [autoreSearchProt] => [ownerSearchProt] => [categoriaSearchProt] => [tagsSearchProt] => [testoDoc] => [notin_tipostruttura] => [isAdvancedSearch] => [file_size] => [chkGetFileToZip] => Array ( ) [nRighe] => [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idstruttura] => 162 [iddocumento] => 65 [iddocumentocondiviso] => [stampdoc] => 2013-03-15 00:00:00 [descrizione] => 03.2_SPL [idfile] => 649 [tags] => [protocollo] => [idmittente] => [mittente] => [destinatario] => [iddestinatario] => [autore] => [idautore] => [owner] => [idowner] => [idcategoria] => [progressivo] => 0 [idstato] => [pubblicato] => 1 [note] => [protocolloext] => [rifprotocollo] => [valido] => 1 [idsitodeposito] => [idprocesso] => [idveicolocliente] => [idtipodocumento] => [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-20 14:51:00 ) [_related:CActiveRecord:private] => Array ( [file] => FrmFilesUpload Object ( [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idfile] => 649 [iduser] => 1 [filename] => 3bis_SPL_NTRE-1000-M500-SAV-004-01_foglio2.pdf [path] => \uploads\allegati\162\3bis_SPL_NTRE-1000-M500-SAV-004-01_foglio2.pdf [type] => pdf [size] => 20539 [data_caricamento] => 1466495787 [data_scadenza] => 1466495787 [descrizione] => 3bis_SPL_NTRE-1000-M500-SAV-004-01_foglio2.pdf [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-21 09:56:27 [old_idfile] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 649 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [stato] => [categoria] => [struttura] => FrmAnaStruttura Object ( [searchDescStrutturaPadre] => [ordinePrecedente:FrmAnaStruttura:private] => 0 [idstrutturapadrePrecedente:FrmAnaStruttura:private] => 0 [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idsocietautente] => 6 [idcommessa] => 1 [idstruttura] => 162 [idstrutturapadre] => 43 [level] => 3 [visible] => 1 [ordine] => 1 [idstrutturacondivisa] => [descrizione] => 2_ Secondo invio [path_struttura] => HOME/PIANO DI QUALITÀ/Indice del Piano di Qualità/2_ Secondo invio [link] => [style] => [editable] => 1 [allegati] => 0 [idallegatidoc] => [tipo_struttura] => 0 [modoprotocollo] => 1 [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2016-06-20 13:02:55 [stamp_insert] => 2016-06-20 13:02:55 ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 162 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 65 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [17] => Sgf3Documenti Object ( [idcommessaStruttura] => [dataFrom] => [dataTo] => [dataFromFormatted] => [dataToFormatted] => [descSearchProt] => [dataSearchProtFromFormatted] => [dataSearchProtToFormatted] => [mittenteSearchProt] => [destinatarioSearchProt] => [rifprotSearchProt] => [protocolloEstSearchProt] => [statoSearchProt] => [autoreSearchProt] => [ownerSearchProt] => [categoriaSearchProt] => [tagsSearchProt] => [testoDoc] => [notin_tipostruttura] => [isAdvancedSearch] => [file_size] => [chkGetFileToZip] => Array ( ) [nRighe] => [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idstruttura] => 162 [iddocumento] => 66 [iddocumentocondiviso] => [stampdoc] => 2013-03-15 00:00:00 [descrizione] => 04.1_Elenco serializzati [idfile] => 651 [tags] => [protocollo] => [idmittente] => [mittente] => [destinatario] => [iddestinatario] => [autore] => [idautore] => [owner] => [idowner] => [idcategoria] => [progressivo] => 0 [idstato] => [pubblicato] => 1 [note] => [protocolloext] => [rifprotocollo] => [valido] => 1 [idsitodeposito] => [idprocesso] => [idveicolocliente] => [idtipodocumento] => [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-20 14:51:00 ) [_related:CActiveRecord:private] => Array ( [file] => FrmFilesUpload Object ( [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idfile] => 651 [iduser] => 1 [filename] => 4A_ALLEGATO1_Elenco_Serializzati_NTRE.pdf [path] => \uploads\allegati\162\4A_ALLEGATO1_Elenco_Serializzati_NTRE.pdf [type] => pdf [size] => 20696 [data_caricamento] => 1466495785 [data_scadenza] => 1466495785 [descrizione] => 4A_ALLEGATO1_Elenco_Serializzati_NTRE.pdf [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-21 09:56:25 [old_idfile] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 651 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [stato] => [categoria] => [struttura] => FrmAnaStruttura Object ( [searchDescStrutturaPadre] => [ordinePrecedente:FrmAnaStruttura:private] => 0 [idstrutturapadrePrecedente:FrmAnaStruttura:private] => 0 [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idsocietautente] => 6 [idcommessa] => 1 [idstruttura] => 162 [idstrutturapadre] => 43 [level] => 3 [visible] => 1 [ordine] => 1 [idstrutturacondivisa] => [descrizione] => 2_ Secondo invio [path_struttura] => HOME/PIANO DI QUALITÀ/Indice del Piano di Qualità/2_ Secondo invio [link] => [style] => [editable] => 1 [allegati] => 0 [idallegatidoc] => [tipo_struttura] => 0 [modoprotocollo] => 1 [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2016-06-20 13:02:55 [stamp_insert] => 2016-06-20 13:02:55 ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 162 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 66 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [18] => Sgf3Documenti Object ( [idcommessaStruttura] => [dataFrom] => [dataTo] => [dataFromFormatted] => [dataToFormatted] => [descSearchProt] => [dataSearchProtFromFormatted] => [dataSearchProtToFormatted] => [mittenteSearchProt] => [destinatarioSearchProt] => [rifprotSearchProt] => [protocolloEstSearchProt] => [statoSearchProt] => [autoreSearchProt] => [ownerSearchProt] => [categoriaSearchProt] => [tagsSearchProt] => [testoDoc] => [notin_tipostruttura] => [isAdvancedSearch] => [file_size] => [chkGetFileToZip] => Array ( ) [nRighe] => [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idstruttura] => 162 [iddocumento] => 67 [iddocumentocondiviso] => [stampdoc] => 2013-03-15 00:00:00 [descrizione] => 04.3_Indice Train History Book [idfile] => 653 [tags] => [protocollo] => [idmittente] => [mittente] => [destinatario] => [iddestinatario] => [autore] => [idautore] => [owner] => [idowner] => [idcategoria] => [progressivo] => 0 [idstato] => [pubblicato] => 1 [note] => [protocolloext] => [rifprotocollo] => [valido] => 1 [idsitodeposito] => [idprocesso] => [idveicolocliente] => [idtipodocumento] => [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-20 14:51:00 ) [_related:CActiveRecord:private] => Array ( [file] => FrmFilesUpload Object ( [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idfile] => 653 [iduser] => 1 [filename] => 4C_ALLEGATO3_Indice_THB_NTRE.pdf [path] => \uploads\allegati\162\4C_ALLEGATO3_Indice_THB_NTRE.pdf [type] => pdf [size] => 26281 [data_caricamento] => 1466495787 [data_scadenza] => 1466495787 [descrizione] => 4C_ALLEGATO3_Indice_THB_NTRE.pdf [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-21 09:56:27 [old_idfile] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 653 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [stato] => [categoria] => [struttura] => FrmAnaStruttura Object ( [searchDescStrutturaPadre] => [ordinePrecedente:FrmAnaStruttura:private] => 0 [idstrutturapadrePrecedente:FrmAnaStruttura:private] => 0 [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idsocietautente] => 6 [idcommessa] => 1 [idstruttura] => 162 [idstrutturapadre] => 43 [level] => 3 [visible] => 1 [ordine] => 1 [idstrutturacondivisa] => [descrizione] => 2_ Secondo invio [path_struttura] => HOME/PIANO DI QUALITÀ/Indice del Piano di Qualità/2_ Secondo invio [link] => [style] => [editable] => 1 [allegati] => 0 [idallegatidoc] => [tipo_struttura] => 0 [modoprotocollo] => 1 [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2016-06-20 13:02:55 [stamp_insert] => 2016-06-20 13:02:55 ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 162 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 67 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [19] => Sgf3Documenti Object ( [idcommessaStruttura] => [dataFrom] => [dataTo] => [dataFromFormatted] => [dataToFormatted] => [descSearchProt] => [dataSearchProtFromFormatted] => [dataSearchProtToFormatted] => [mittenteSearchProt] => [destinatarioSearchProt] => [rifprotSearchProt] => [protocolloEstSearchProt] => [statoSearchProt] => [autoreSearchProt] => [ownerSearchProt] => [categoriaSearchProt] => [tagsSearchProt] => [testoDoc] => [notin_tipostruttura] => [isAdvancedSearch] => [file_size] => [chkGetFileToZip] => Array ( ) [nRighe] => [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idstruttura] => 162 [iddocumento] => 68 [iddocumentocondiviso] => [stampdoc] => 2013-03-15 00:00:00 [descrizione] => 08.1_PWP allegato A [idfile] => 657 [tags] => [protocollo] => [idmittente] => [mittente] => [destinatario] => [iddestinatario] => [autore] => [idautore] => [owner] => [idowner] => [idcategoria] => [progressivo] => 0 [idstato] => [pubblicato] => 1 [note] => [protocolloext] => [rifprotocollo] => [valido] => 1 [idsitodeposito] => [idprocesso] => [idveicolocliente] => [idtipodocumento] => [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-20 14:51:00 ) [_related:CActiveRecord:private] => Array ( [file] => FrmFilesUpload Object ( [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idfile] => 657 [iduser] => 1 [filename] => 8A_ALLEGATO1_PWP_NTRE-1000-W100-SAV-001-01.pdf [path] => \uploads\allegati\162\8A_ALLEGATO1_PWP_NTRE-1000-W100-SAV-001-01.pdf [type] => pdf [size] => 1158069 [data_caricamento] => 1466495785 [data_scadenza] => 1466495785 [descrizione] => 8A_ALLEGATO1_PWP_NTRE-1000-W100-SAV-001-01.pdf [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-21 09:56:25 [old_idfile] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 657 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [stato] => [categoria] => [struttura] => FrmAnaStruttura Object ( [searchDescStrutturaPadre] => [ordinePrecedente:FrmAnaStruttura:private] => 0 [idstrutturapadrePrecedente:FrmAnaStruttura:private] => 0 [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idsocietautente] => 6 [idcommessa] => 1 [idstruttura] => 162 [idstrutturapadre] => 43 [level] => 3 [visible] => 1 [ordine] => 1 [idstrutturacondivisa] => [descrizione] => 2_ Secondo invio [path_struttura] => HOME/PIANO DI QUALITÀ/Indice del Piano di Qualità/2_ Secondo invio [link] => [style] => [editable] => 1 [allegati] => 0 [idallegatidoc] => [tipo_struttura] => 0 [modoprotocollo] => 1 [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2016-06-20 13:02:55 [stamp_insert] => 2016-06-20 13:02:55 ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 162 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 68 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_keys:CDataProvider:private] => [_totalItemCount:CDataProvider:private] => 21 [_sort:CDataProvider:private] => CSort Object ( [multiSort] => 1 [modelClass] => Sgf3Documenti [attributes] => Array ( [0] => * [idfile] => Array ( [asc] => file.filename ASC [desc] => file.filename DESC ) [idstato] => Array ( [asc] => stato.descrizione ASC [desc] => stato.descrizione DESC ) [idcategoria] => Array ( [asc] => categoria.codice ASC [desc] => categoria.codice DESC ) ) [sortVar] => sort [descTag] => desc [defaultOrder] => t.stampdoc DESC, t.progressivo DESC, t.mittente ASC, t.destinatario ASC [route] => [separators] => Array ( [0] => - [1] => . ) [params] => [_directions:CSort:private] => Array ( ) [_e:CComponent:private] => [_m:CComponent:private] => ) [_pagination:CDataProvider:private] => CPagination Object ( [default_page_size] => 20 [pageVar] => Sgf3Documenti_page [route] => [params] => [validateCurrentPage] => 1 [_pageSize:CPagination:private] => 20 [_itemCount:CPagination:private] => 21 [_currentPage:CPagination:private] => 0 [_e:CComponent:private] => [_m:CComponent:private] => ) [_e:CComponent:private] => [_m:CComponent:private] => ) [filter] => Sgf3Documenti Object ( [idcommessaStruttura] => [dataFrom] => [dataTo] => [dataFromFormatted] => [dataToFormatted] => [descSearchProt] => [dataSearchProtFromFormatted] => [dataSearchProtToFormatted] => [mittenteSearchProt] => [destinatarioSearchProt] => [rifprotSearchProt] => [protocolloEstSearchProt] => [statoSearchProt] => [autoreSearchProt] => [ownerSearchProt] => [categoriaSearchProt] => [tagsSearchProt] => [testoDoc] => [notin_tipostruttura] => [isAdvancedSearch] => [file_size] => [chkGetFileToZip] => Array ( ) [nRighe] => [_new:CActiveRecord:private] => 1 [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [progressivo] => [pubblicato] => 1 [valido] => 1 [stamp_insert_user] => [stamp_update_user] => [idstruttura] => 162 [iddocumento] => [iddocumentocondiviso] => [stampdoc] => [descrizione] => [idfile] => [tags] => [protocollo] => [idmittente] => [mittente] => [destinatario] => [iddestinatario] => [autore] => [idautore] => [owner] => [idowner] => [idcategoria] => [idstato] => [note] => [protocolloext] => [rifprotocollo] => [idsitodeposito] => [idprocesso] => [idveicolocliente] => [idtipodocumento] => [stamp_update] => [stamp_insert] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => CList Object ( [_d:CList:private] => Array ( [0] => CRequiredValidator Object ( [requiredValue] => [strict] => [trim] => 1 [attributes] => Array ( [0] => idstruttura [1] => stampdoc [2] => descrizione ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [1] => CRequiredValidator Object ( [requiredValue] => [strict] => [trim] => 1 [attributes] => Array ( [0] => idmittente [1] => iddestinatario [2] => idautore [3] => idstato [4] => idcategoria ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [2] => CInlineValidator Object ( [method] => validaMittente [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => idmittente ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [3] => CInlineValidator Object ( [method] => validaDestinatario [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => iddestinatario ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [4] => CInlineValidator Object ( [method] => validaProcesso [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => idprocesso ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [5] => CInlineValidator Object ( [method] => validaTipodoc [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => idtipodocumento ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [6] => CInlineValidator Object ( [method] => validaveicolocliente [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => idveicolocliente ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [7] => CSafeValidator Object ( [attributes] => Array ( [0] => stampdocFormatted [1] => tagsArray [2] => file_size [3] => chkGetFileToZip [4] => nRighe ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [8] => CInlineValidator Object ( [method] => update [params] => Array ( [on] => update ) [clientValidate] => [attributes] => Array ( [0] => stampdoc [1] => descrizione [2] => protocollo [3] => idmittente [4] => mittente [5] => iddestinatario [6] => destinatario [7] => protocolloext [8] => autore [9] => note ) [message] => [skipOnError] => [on] => Array ( [update] => update ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [9] => CNumberValidator Object ( [integerOnly] => 1 [allowEmpty] => 1 [max] => [min] => [tooBig] => [tooSmall] => [integerPattern] => /^\s*[+-]?\d+\s*$/ [numberPattern] => /^\s*[-+]?[0-9]*\.?[0-9]+([eE][-+]?[0-9]+)?\s*$/ [attributes] => Array ( [0] => idsocieta [1] => idstabilimento [2] => idstruttura [3] => idfile [4] => stamp_insert_user [5] => stamp_update_user [6] => idmittente [7] => iddestinatario [8] => idautore [9] => idowner [10] => idcategoria [11] => progressivo [12] => idstato [13] => pubblicato [14] => valido [15] => idsitodeposito [16] => idprocesso [17] => idveicolocliente [18] => idtipodocumento [19] => iddocumentocondiviso ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [10] => CStringValidator Object ( [max] => 200 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => descrizione ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [11] => CStringValidator Object ( [max] => 100 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => protocollo ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [12] => CStringValidator Object ( [max] => 100 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => mittente ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [13] => CStringValidator Object ( [max] => 100 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => destinatario ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [14] => CStringValidator Object ( [max] => 100 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => protocolloext ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [15] => CStringValidator Object ( [max] => 50 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => rifprotocollo ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [16] => CStringValidator Object ( [max] => 50 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => autore ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [17] => CStringValidator Object ( [max] => 50 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => owner ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [18] => CStringValidator Object ( [max] => 250 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => note ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [19] => CStringValidator Object ( [max] => 500 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => tags ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [20] => CSafeValidator Object ( [attributes] => Array ( [0] => idsocieta [1] => idstabilimento [2] => idstruttura [3] => iddocumento [4] => iddocumentocondiviso [5] => stampdoc [6] => descrizione [7] => idfile [8] => stamp_insert_user [9] => stamp_update_user [10] => stamp_update [11] => stamp_insert [12] => protocollo [13] => protocolloext [14] => idmittente [15] => mittente [16] => iddestinatario [17] => destinatario [18] => note [19] => autore [20] => idautore [21] => idowner [22] => idcategoria [23] => progressivo [24] => idstato [25] => pubblicato [26] => rifprotocollo [27] => owner [28] => tags [29] => descSearchProt [30] => dataSearchProtFromFormatted [31] => dataSearchProtToFormatted [32] => mittenteSearchProt [33] => destinatarioSearchProt [34] => rifprotSearchProt [35] => protocolloEstSearchProt [36] => statoSearchProt [37] => autoreSearchProt [38] => ownerSearchProt [39] => categoriaSearchProt [40] => tagsSearchProt [41] => valido [42] => idsitodeposito [43] => idprocesso [44] => idveicolocliente [45] => idtipodocumento [46] => testoDoc [47] => nRighe ) [message] => [skipOnError] => [on] => Array ( [search] => search ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_c:CList:private] => 21 [_r:CList:private] => [_e:CComponent:private] => [_m:CComponent:private] => ) [_scenario:CModel:private] => search [_e:CComponent:private] => [_m:CComponent:private] => ) [beforeAjaxUpdate] => function(id,options){resetFormDettaglioProtocollo();} [responsiveTable] => 1 [rowCssClassExpression] => ($data->valido==0)?"redrow":(($row%2)?"even":"odd") [afterAjaxUpdate] => afterAjax [ajaxType] => POST [pager] => Array ( [class] => booster.widgets.TbPager [displayFirstAndLast] => 1 ) [columns] => Array ( [0] => Array ( [header] => [type] => raw [value] => [filter] => [headerHtmlOptions] => Array ( [style] => width:0%; display:none ) [filterHtmlOptions] => Array ( [style] => width:0%; display:none ) [htmlOptions] => Array ( [style] => width:0%; display:none ) ) [1] => Array ( [header] => [name] => chkGetFileToZip [value] => Closure Object ( [this] => Sgf3DocumentiController Object ( [layout] => column1 [menu] => Array ( ) [breadcrumbs] => Array ( ) [defaultAction] => index [_id:CController:private] => sgf3Documenti [_action:CController:private] => CInlineAction Object ( [_id:CAction:private] => admin [_controller:CAction:private] => Sgf3DocumentiController Object *RECURSION* [_e:CComponent:private] => [_m:CComponent:private] => ) [_pageTitle:CController:private] => [_cachingStack:CController:private] => [_clips:CController:private] => [_dynamicOutput:CController:private] => [_pageStates:CController:private] => [_module:CController:private] => [_widgetStack:CBaseController:private] => Array ( ) [_e:CComponent:private] => [_m:CComponent:private] => Array ( [eexcelview] => EExcelBehavior Object ( [_enabled:CBehavior:private] => 1 [_owner:CBehavior:private] => Sgf3DocumentiController Object *RECURSION* [_e:CComponent:private] => [_m:CComponent:private] => ) ) ) [parameter] => Array ( [$data] => ) ) [type] => raw [htmlOptions] => Array ( [class] => td-check [style] => text-align:center; ) [headerHtmlOptions] => Array ( [class] => td-check [style] => text-align:center; ) [filter] => ) [2] => Array ( [header] => Percorso [filter] => [type] => raw [value] => $data->drawpercorsostruttura(1,6) [sortable] => [visible] => ) [3] => Array ( [class] => booster.widgets.TbEditableColumn [htmlOptions] => Array ( [style] => width:90px; ) [name] => stampdoc [value] => ((strtotime($data->stampdoc) > 0)?date("d/m/Y", strtotime($data->stampdoc)):'') [sortable] => 1 [filter] => [editable] => Array ( [mode] => popup [apply] => (false || (false && (false || empty($data->file->filename)))) [type] => date [viewformat] => dd/mm/yyyy [url] => /sgf3/Sgf3Documenti/UpdateInline [placement] => right [inputclass] => span3 [emptytext] => Valorizzare la data ) ) [4] => Array ( [class] => booster.widgets.TbEditableColumn [name] => protocollo [filter] => [sortable] => 1 [editable] => Array ( [mode] => inline [apply] => [type] => text [url] => /sgf3/Sgf3Documenti/UpdateInline [placement] => right [inputclass] => span3 [emptytext] => Inserire valore ) [visible] => [htmlOptions] => Array ( [class] => td-protocollo ) ) [5] => Array ( [class] => booster.widgets.TbEditableColumn [name] => protocolloext [filter] => [sortable] => 1 [editable] => Array ( [mode] => inline [apply] => [type] => text [url] => /sgf3/Sgf3Documenti/UpdateInline [placement] => right [inputclass] => span3 [emptytext] => Vuoto ) [visible] => [htmlOptions] => Array ( [class] => td-protocolloext ) ) [6] => Array ( [class] => booster.widgets.TbEditableColumn [name] => rifprotocollo [filter] => [sortable] => 1 [editable] => Array ( [mode] => inline [apply] => [type] => text [url] => /sgf3/Sgf3Documenti/UpdateInline [placement] => right [inputclass] => span3 [emptytext] => Vuoto ) [visible] => ) [7] => Array ( [class] => booster.widgets.TbEditableColumn [name] => idmittente [filter] => [sortable] => 1 [value] => $data->mittente [editable] => Array ( [mode] => inline [apply] => [type] => select2 [source] => Array ( [103] => Alstom ARSS [110] => Alstom Katowice [4] => ALSTOM S.p.A. [116] => Alstom Salzgitter [117] => Alstom Sesto San Giovanni [120] => Alstom TLS Italia [102] => ANSF [105] => Europainting [106] => Fayveley [108] => Fogtec [107] => Fornitore Generico [111] => MELCO Mitsubishi [112] => Poli Wabtech [113] => Regione Campania [115] => Regione Puglia [114] => RINA [122] => Trasfor PM [302] => Trasporto Ferroviario Toscano [6] => TRENITALIA [121] => TreNord ) [url] => /sgf3/Sgf3Documenti/UpdateInline [placement] => right [inputclass] => span3 [emptytext] => Vuoto ) [visible] => ) [8] => Array ( [class] => booster.widgets.TbEditableColumn [name] => iddestinatario [visible] => [filter] => [sortable] => 1 [value] => $data->destinatario [editable] => Array ( [mode] => inline [apply] => [type] => select2 [source] => Array ( [103] => Alstom ARSS [110] => Alstom Katowice [4] => ALSTOM S.p.A. [116] => Alstom Salzgitter [117] => Alstom Sesto San Giovanni [120] => Alstom TLS Italia [102] => ANSF [105] => Europainting [106] => Fayveley [108] => Fogtec [107] => Fornitore Generico [111] => MELCO Mitsubishi [112] => Poli Wabtech [113] => Regione Campania [115] => Regione Puglia [114] => RINA [122] => Trasfor PM [302] => Trasporto Ferroviario Toscano [6] => TRENITALIA [121] => TreNord ) [url] => /sgf3/Sgf3Documenti/UpdateInline [placement] => right [inputclass] => span3 [emptytext] => Vuoto ) ) [9] => Array ( [class] => booster.widgets.TbEditableColumn [name] => descrizione [header] => descrizione [filter] => [sortable] => 1 [editable] => Array ( [mode] => inline [apply] => (false || (false && (false || empty($data->file->filename)))) && (!false) [type] => text [url] => /sgf3/Sgf3Documenti/UpdateInline [placement] => right [inputclass] => span3 [emptytext] => Vuoto ) [htmlOptions] => Array ( [class] => td-descrizione ) ) [10] => Array ( [class] => booster.widgets.TbEditableColumn [name] => file_size [filter] => [value] => Closure Object ( [this] => Sgf3DocumentiController Object ( [layout] => column1 [menu] => Array ( ) [breadcrumbs] => Array ( ) [defaultAction] => index [_id:CController:private] => sgf3Documenti [_action:CController:private] => CInlineAction Object ( [_id:CAction:private] => admin [_controller:CAction:private] => Sgf3DocumentiController Object *RECURSION* [_e:CComponent:private] => [_m:CComponent:private] => ) [_pageTitle:CController:private] => [_cachingStack:CController:private] => [_clips:CController:private] => [_dynamicOutput:CController:private] => [_pageStates:CController:private] => [_module:CController:private] => [_widgetStack:CBaseController:private] => Array ( ) [_e:CComponent:private] => [_m:CComponent:private] => Array ( [eexcelview] => EExcelBehavior Object ( [_enabled:CBehavior:private] => 1 [_owner:CBehavior:private] => Sgf3DocumentiController Object *RECURSION* [_e:CComponent:private] => [_m:CComponent:private] => ) ) ) [parameter] => Array ( [$data] => ) ) [sortable] => 1 [editable] => Array ( [mode] => inline [apply] => [type] => text [url] => [placement] => right [inputclass] => span3 [emptytext] => Vuoto ) [htmlOptions] => Array ( [class] => td-size [style] => text-align:right; ) ) [11] => Array ( [class] => booster.widgets.TbEditableColumn [name] => autore [filter] => [sortable] => 1 [editable] => Array ( [mode] => inline [apply] => [type] => text [url] => /sgf3/Sgf3Documenti/UpdateInline [emptytext] => Vuoto ) [visible] => ) [12] => Array ( [class] => booster.widgets.TbEditableColumn [name] => idautore [filter] => [value] => (!empty($data->autore))?$data->autore:"" [sortable] => 1 [editable] => Array ( [mode] => inline [apply] => ( (empty($data->file->filename) || false) && (false)) [type] => select2 [source] => Array ( [321] => RINA [305] => Alstom Bologna PM [307] => Alstom Sesto PM [324] => Andreotti Fabio [246] => Barale Marco [65] => Bava Giorgio [156] => Bonelli Andrea [134] => Brundu Gavino [195] => Cagliero Giorgia [313] => Canella Paolo [326] => Carfora Ilaria [314] => Colini Stefano [132] => Colombero Ivan [106] => Contibutor sophia [1178] => cuni massimo [64] => Dabbene Enrico [41] => Del Corno Davide [856] => demichelis luca [952] => Diatto Francesco [205] => diotti renzo [157] => FAULE Fulvia [76] => Feliziani Claudio [12] => Gamba Enrico [435] => Guion Alexandra [72] => MANTOVANI Anna [315] => Masoero Davide [318] => Melco PM [68] => Negro Cristina [8] => Nervo Marina [452] => Pandolfo Gianmarco [20] => Panero Giuseppe [266] => PASSARO Roberto [301] => Pautasso Giuseppina [174] => peletti roberto [99] => PM ANSF [260] => PM Trenord [1179] => poggio diego [35] => Pomeri Emanuele [312] => Previati Roberto [328] => Puglia PM [325] => Regione Campania [329] => Reviglio Diego [306] => Sesto PM [320] => Spagnuolo Gerardo [400] => Spagnuolo Spagnuolo [231] => stilo domenico [94] => Tonello Sandra [322] => Trasfor PM [327] => Trasporto Ferroviario Toscano PM [302] => Trenitalia Emu [317] => Trucco Roberto [36] => Viara Luca [169] => Villani Federico [871] => Vincitorio Sara ) [url] => /sgf3/Sgf3Documenti/UpdateInline [emptytext] => Vuoto [options] => Array ( [prompt] => ) ) [visible] => ) [13] => Array ( [class] => booster.widgets.TbEditableColumn [name] => idowner [filter] => [value] => (!empty($data->owner))?$data->owner:"" [sortable] => 1 [editable] => Array ( [mode] => inline [apply] => false [type] => select2 [source] => Array ( [321] => RINA [305] => Alstom Bologna PM [307] => Alstom Sesto PM [324] => Andreotti Fabio [246] => Barale Marco [65] => Bava Giorgio [156] => Bonelli Andrea [134] => Brundu Gavino [195] => Cagliero Giorgia [313] => Canella Paolo [326] => Carfora Ilaria [314] => Colini Stefano [132] => Colombero Ivan [106] => Contibutor sophia [1178] => cuni massimo [64] => Dabbene Enrico [41] => Del Corno Davide [856] => demichelis luca [952] => Diatto Francesco [205] => diotti renzo [157] => FAULE Fulvia [76] => Feliziani Claudio [12] => Gamba Enrico [435] => Guion Alexandra [72] => MANTOVANI Anna [315] => Masoero Davide [318] => Melco PM [68] => Negro Cristina [8] => Nervo Marina [452] => Pandolfo Gianmarco [20] => Panero Giuseppe [266] => PASSARO Roberto [301] => Pautasso Giuseppina [174] => peletti roberto [99] => PM ANSF [260] => PM Trenord [1179] => poggio diego [35] => Pomeri Emanuele [312] => Previati Roberto [328] => Puglia PM [325] => Regione Campania [329] => Reviglio Diego [306] => Sesto PM [320] => Spagnuolo Gerardo [400] => Spagnuolo Spagnuolo [231] => stilo domenico [94] => Tonello Sandra [322] => Trasfor PM [327] => Trasporto Ferroviario Toscano PM [302] => Trenitalia Emu [317] => Trucco Roberto [36] => Viara Luca [169] => Villani Federico [871] => Vincitorio Sara ) [url] => /sgf3/Sgf3Documenti/UpdateInline [emptytext] => Vuoto [options] => Array ( [prompt] => ) ) [visible] => ) [14] => Array ( [class] => booster.widgets.TbEditableColumn [name] => note [filter] => [sortable] => 1 [editable] => Array ( [mode] => inline [apply] => [type] => text [url] => /sgf3/Sgf3Documenti/UpdateInline [emptytext] => Vuoto ) [visible] => ) [15] => Array ( [class] => booster.widgets.TbEditableColumn [name] => idstato [filter] => [value] => (!empty($data->stato->descrizione))?$data->stato->descrizione:"" [sortable] => 1 [editable] => Array ( [mode] => inline [apply] => ( (empty($data->file->filename) || false) && (false || false)) [type] => select2 [source] => Array ( [1] => Open [2] => Closed [3] => Suspended [4] => Deleted ) [url] => /sgf3/Sgf3Documenti/UpdateInline [emptytext] => Vuoto ) [visible] => ) [16] => Array ( [class] => booster.widgets.TbEditableColumn [name] => idcategoria [filter] => [value] => (!empty($data->categoria->descrizione))?$data->categoria->descrizione:"" [sortable] => 1 [editable] => Array ( [mode] => inline [apply] => ( (empty($data->file->filename) || false) && (false || false)) [type] => select2 [source] => Array ( [15] => Certificazione [18] => Engineering [14] => Finance [17] => GENERICA [16] => Project [19] => Quality ) [url] => /sgf3/Sgf3Documenti/UpdateInline [emptytext] => Vuoto ) [visible] => ) [17] => Array ( [header] => File [name] => idfile [type] => raw [value] => $data->drawFileColumn(true,0) [htmlOptions] => Array ( [class] => td-file [style] => width:100px; font-size:15px; ) ) [18] => Array ( [header] => Allegati [type] => raw [value] => (!empty($data->file->filename)?link_sgf3_suballegati(0, $data->iddocumento,6,1,162):'') [visible] => [htmlOptions] => Array ( [class] => gridButtons ) ) [19] => [20] => Array ( [header] => [htmlOptions] => Array ( [class] => gridButtons [style] => width:75px; ) [class] => booster.widgets.TbButtonColumn [template] => [visible] => [buttons] => Array ( [pubblica] => Array ( [url] => Yii::app()->createUrl("Sgf3Documenti/CambiaPubblicazione", array("iddocumento"=>$data->iddocumento)) [label] => Pubblica [icon] => glyphicon glyphicon-hand-right [click] => function(){ $('#page_loader').fadeIn(); $.fn.yiiGridView.update('sgf3-documenti-grid', { type:'POST', url:$(this).attr('href'), success:function(data) { $.fn.yiiGridView.update('sgf3-documenti-grid', {}); $('#page_loader').fadeOut(); } }) return false; } [visible] => (!$data->pubblicato) && !empty($data->file->filename) ) [modifica_dettaglio] => Array ( [url] => Yii::app()->createUrl("Sgf3Documenti/loadProtocollo/$data->iddocumento") [label] => Modifica dettaglio [icon] => glyphicon glyphicon-pencil [click] => function(){ button = $(this); $.ajax({ url: $(this).attr("href"), type: "POST", success:function(data) { caricaDatiDettaglio(data,true,false,false,false); //20170118 - TICKET:0001488 } }); return false; } ) [visualizza_dettaglio] => Array ( [url] => Yii::app()->createUrl("Sgf3Documenti/loadProtocollo/$data->iddocumento") [label] => Modifica dettaglio [icon] => glyphicon glyphicon-eye-open [click] => function(){ button = $(this); $.ajax({ url: $(this).attr("href"), type: "POST", success:function(data) { caricaDatiDettaglio(data,false,false,false,false); //20170118 - TICKET:0001488 } }); return false; } ) [toglipubblicazione] => Array ( [url] => Yii::app()->createUrl("Sgf3Documenti/CambiaPubblicazione", array("iddocumento"=>$data->iddocumento)) [label] => Rimuovi Pubblicazione [icon] => glyphicon glyphicon-hand-left [click] => function(){ $('#page_loader').fadeIn(); $.fn.yiiGridView.update('sgf3-documenti-grid', { type:'POST', url:$(this).attr('href'), success:function(data) { $.fn.yiiGridView.update('sgf3-documenti-grid', {}); $('#page_loader').fadeOut(); } }) $('#page_loader').fadeOut(); return false; } [visible] => ($data->pubblicato) && !empty($data->file->filename) [options] => Array ( [class] => ie-icons ) ) [annulla] => Array ( [url] => Yii::app()->createUrl("Sgf3Documenti/AnnullaRecuperaDocumento", array("iddocumento"=>$data->iddocumento)) [label] => Annulla [icon] => glyphicon glyphicon-ban-circle [click] => function(__event){ var url = jQuery(this).attr('href');__event.preventDefault();bootbox.dialog({ title: "ATTENZIONE", message: "Il documento selezionato verrà annullato, continuare?", show: true, backdrop: true, closeButton: true, animate: true, buttons: { cancel: { label: 'Annulla', className: 'btn-default', }, 'Conferma': { className: 'btn-danger', callback: function() {$('#page_loader').show();jQuery('#sgf3-documenti-grid').yiiGridView('update', { type: 'POST', url: url, success: function(data) { var parsedData = JSON.parse(data); if(!parsedData.esito){$('#page_loader').hide(); bootbox.dialog({ title: "ATTENZIONE", message: parsedData.messaggio, show: true, backdrop: true, closeButton: true, animate: true, buttons: { cancel: { label: 'OK', className: 'btn-danger', }, } }); }else{ jQuery('#sgf3-documenti-grid').yiiGridView('update'); } } }); } }, } }); } [visible] => $data->valido [options] => Array ( [class] => annulla ie-icons ) ) [recupera] => Array ( [url] => Yii::app()->createUrl("Sgf3Documenti/AnnullaRecuperaDocumento", array("iddocumento"=>$data->iddocumento)) [label] => Recupera [icon] => glyphicon glyphicon-repeat [click] => function(__event){ var url = jQuery(this).attr('href');__event.preventDefault();bootbox.dialog({ title: "ATTENZIONE", message: "Il documento selezionato verrà recuperato, continuare?", show: true, backdrop: true, closeButton: true, animate: true, buttons: { cancel: { label: 'Annulla', className: 'btn-default', }, 'Conferma': { className: 'btn-danger', callback: function() {$('#page_loader').show();jQuery('#sgf3-documenti-grid').yiiGridView('update', { type: 'POST', url: url, success: function(data) { var parsedData = JSON.parse(data); if(!parsedData.esito){$('#page_loader').hide(); bootbox.dialog({ title: "ATTENZIONE", message: parsedData.messaggio, show: true, backdrop: true, closeButton: true, animate: true, buttons: { cancel: { label: 'OK', className: 'btn-danger', }, } }); }else{ jQuery('#sgf3-documenti-grid').yiiGridView('update'); } } }); } }, } }); } [visible] => !$data->valido [options] => Array ( [class] => recupera ie-icons ) ) ) ) ) [htmlOptions] => Array ( [class] => boosterTable ) ) ) ) [7] => Array ( [file] => /var/www/html/dev/sgf3/protected/views/sgf3Documenti/admin.php [line] => 1415 [function] => widget [class] => CBaseController [type] => -> [args] => Array ( [0] => booster.widgets.TbExtendedGridView [1] => Array ( [id] => sgf3-documenti-grid [dataProvider] => CActiveDataProvider Object ( [modelClass] => Sgf3Documenti [model] => Sgf3Documenti Object ( [idcommessaStruttura] => [dataFrom] => [dataTo] => [dataFromFormatted] => [dataToFormatted] => [descSearchProt] => [dataSearchProtFromFormatted] => [dataSearchProtToFormatted] => [mittenteSearchProt] => [destinatarioSearchProt] => [rifprotSearchProt] => [protocolloEstSearchProt] => [statoSearchProt] => [autoreSearchProt] => [ownerSearchProt] => [categoriaSearchProt] => [tagsSearchProt] => [testoDoc] => [notin_tipostruttura] => [isAdvancedSearch] => [file_size] => [chkGetFileToZip] => Array ( ) [nRighe] => [_new:CActiveRecord:private] => 1 [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [progressivo] => [pubblicato] => 1 [valido] => 1 [stamp_insert_user] => [stamp_update_user] => [idstruttura] => 162 [iddocumento] => [iddocumentocondiviso] => [stampdoc] => [descrizione] => [idfile] => [tags] => [protocollo] => [idmittente] => [mittente] => [destinatario] => [iddestinatario] => [autore] => [idautore] => [owner] => [idowner] => [idcategoria] => [idstato] => [note] => [protocolloext] => [rifprotocollo] => [idsitodeposito] => [idprocesso] => [idveicolocliente] => [idtipodocumento] => [stamp_update] => [stamp_insert] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => CList Object ( [_d:CList:private] => Array ( [0] => CRequiredValidator Object ( [requiredValue] => [strict] => [trim] => 1 [attributes] => Array ( [0] => idstruttura [1] => stampdoc [2] => descrizione ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [1] => CRequiredValidator Object ( [requiredValue] => [strict] => [trim] => 1 [attributes] => Array ( [0] => idmittente [1] => iddestinatario [2] => idautore [3] => idstato [4] => idcategoria ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [2] => CInlineValidator Object ( [method] => validaMittente [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => idmittente ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [3] => CInlineValidator Object ( [method] => validaDestinatario [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => iddestinatario ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [4] => CInlineValidator Object ( [method] => validaProcesso [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => idprocesso ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [5] => CInlineValidator Object ( [method] => validaTipodoc [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => idtipodocumento ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [6] => CInlineValidator Object ( [method] => validaveicolocliente [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => idveicolocliente ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [7] => CSafeValidator Object ( [attributes] => Array ( [0] => stampdocFormatted [1] => tagsArray [2] => file_size [3] => chkGetFileToZip [4] => nRighe ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [8] => CInlineValidator Object ( [method] => update [params] => Array ( [on] => update ) [clientValidate] => [attributes] => Array ( [0] => stampdoc [1] => descrizione [2] => protocollo [3] => idmittente [4] => mittente [5] => iddestinatario [6] => destinatario [7] => protocolloext [8] => autore [9] => note ) [message] => [skipOnError] => [on] => Array ( [update] => update ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [9] => CNumberValidator Object ( [integerOnly] => 1 [allowEmpty] => 1 [max] => [min] => [tooBig] => [tooSmall] => [integerPattern] => /^\s*[+-]?\d+\s*$/ [numberPattern] => /^\s*[-+]?[0-9]*\.?[0-9]+([eE][-+]?[0-9]+)?\s*$/ [attributes] => Array ( [0] => idsocieta [1] => idstabilimento [2] => idstruttura [3] => idfile [4] => stamp_insert_user [5] => stamp_update_user [6] => idmittente [7] => iddestinatario [8] => idautore [9] => idowner [10] => idcategoria [11] => progressivo [12] => idstato [13] => pubblicato [14] => valido [15] => idsitodeposito [16] => idprocesso [17] => idveicolocliente [18] => idtipodocumento [19] => iddocumentocondiviso ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [10] => CStringValidator Object ( [max] => 200 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => descrizione ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [11] => CStringValidator Object ( [max] => 100 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => protocollo ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [12] => CStringValidator Object ( [max] => 100 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => mittente ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [13] => CStringValidator Object ( [max] => 100 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => destinatario ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [14] => CStringValidator Object ( [max] => 100 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => protocolloext ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [15] => CStringValidator Object ( [max] => 50 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => rifprotocollo ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [16] => CStringValidator Object ( [max] => 50 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => autore ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [17] => CStringValidator Object ( [max] => 50 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => owner ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [18] => CStringValidator Object ( [max] => 250 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => note ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [19] => CStringValidator Object ( [max] => 500 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => tags ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [20] => CSafeValidator Object ( [attributes] => Array ( [0] => idsocieta [1] => idstabilimento [2] => idstruttura [3] => iddocumento [4] => iddocumentocondiviso [5] => stampdoc [6] => descrizione [7] => idfile [8] => stamp_insert_user [9] => stamp_update_user [10] => stamp_update [11] => stamp_insert [12] => protocollo [13] => protocolloext [14] => idmittente [15] => mittente [16] => iddestinatario [17] => destinatario [18] => note [19] => autore [20] => idautore [21] => idowner [22] => idcategoria [23] => progressivo [24] => idstato [25] => pubblicato [26] => rifprotocollo [27] => owner [28] => tags [29] => descSearchProt [30] => dataSearchProtFromFormatted [31] => dataSearchProtToFormatted [32] => mittenteSearchProt [33] => destinatarioSearchProt [34] => rifprotSearchProt [35] => protocolloEstSearchProt [36] => statoSearchProt [37] => autoreSearchProt [38] => ownerSearchProt [39] => categoriaSearchProt [40] => tagsSearchProt [41] => valido [42] => idsitodeposito [43] => idprocesso [44] => idveicolocliente [45] => idtipodocumento [46] => testoDoc [47] => nRighe ) [message] => [skipOnError] => [on] => Array ( [search] => search ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_c:CList:private] => 21 [_r:CList:private] => [_e:CComponent:private] => [_m:CComponent:private] => ) [_scenario:CModel:private] => search [_e:CComponent:private] => [_m:CComponent:private] => ) [keyAttribute] => [_criteria:CActiveDataProvider:private] => CDbCriteria Object ( [select] => * [distinct] => [condition] => ((((t.idsocieta=:ycp0) AND (t.idstabilimento=:ycp1)) AND (t.idstruttura=:ycp2)) AND (t.pubblicato=:ycp3)) AND ( NOT EXISTS (SELECT 1 FROM sgf3_documenti_socutente_restrizioni r WHERE 1=1 AND r.iddocumento = t.iddocumento AND r.idsocietautente = 6)) [params] => Array ( [:ycp0] => 1 [:ycp1] => 1 [:ycp2] => 162 [:ycp3] => 1 ) [limit] => -1 [offset] => -1 [order] => [group] => [join] => [having] => [with] => Array ( [0] => file [1] => stato [2] => categoria [3] => struttura ) [alias] => [together] => [index] => [scopes] => [_e:CComponent:private] => [_m:CComponent:private] => ) [_countCriteria:CActiveDataProvider:private] => [_id:CDataProvider:private] => Sgf3Documenti [_data:CDataProvider:private] => Array ( [0] => Sgf3Documenti Object ( [idcommessaStruttura] => [dataFrom] => [dataTo] => [dataFromFormatted] => [dataToFormatted] => [descSearchProt] => [dataSearchProtFromFormatted] => [dataSearchProtToFormatted] => [mittenteSearchProt] => [destinatarioSearchProt] => [rifprotSearchProt] => [protocolloEstSearchProt] => [statoSearchProt] => [autoreSearchProt] => [ownerSearchProt] => [categoriaSearchProt] => [tagsSearchProt] => [testoDoc] => [notin_tipostruttura] => [isAdvancedSearch] => [file_size] => [chkGetFileToZip] => Array ( ) [nRighe] => [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idstruttura] => 162 [iddocumento] => 50 [iddocumentocondiviso] => [stampdoc] => 2013-03-25 00:00:00 [descrizione] => Master Plan - PERT [idfile] => 682 [tags] => [protocollo] => [idmittente] => [mittente] => [destinatario] => [iddestinatario] => [autore] => [idautore] => [owner] => [idowner] => [idcategoria] => [progressivo] => 0 [idstato] => [pubblicato] => 1 [note] => [protocolloext] => [rifprotocollo] => [valido] => 1 [idsitodeposito] => [idprocesso] => [idveicolocliente] => [idtipodocumento] => [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-25 00:00:00 [stamp_insert] => 2016-06-20 14:51:00 ) [_related:CActiveRecord:private] => Array ( [file] => FrmFilesUpload Object ( [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idfile] => 682 [iduser] => 1 [filename] => NTRE-1000-M300-SAV-001-04_20130320_B_PERT.pdf [path] => \uploads\allegati\162\NTRE-1000-M300-SAV-001-04_20130320_B_PERT.pdf [type] => pdf [size] => 111901 [data_caricamento] => 1466495788 [data_scadenza] => 1466495788 [descrizione] => NTRE-1000-M300-SAV-001-04_20130320_B_PERT.pdf [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-25 00:00:00 [stamp_insert] => 2016-06-21 09:56:28 [old_idfile] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 682 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [stato] => [categoria] => [struttura] => FrmAnaStruttura Object ( [searchDescStrutturaPadre] => [ordinePrecedente:FrmAnaStruttura:private] => 0 [idstrutturapadrePrecedente:FrmAnaStruttura:private] => 0 [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idsocietautente] => 6 [idcommessa] => 1 [idstruttura] => 162 [idstrutturapadre] => 43 [level] => 3 [visible] => 1 [ordine] => 1 [idstrutturacondivisa] => [descrizione] => 2_ Secondo invio [path_struttura] => HOME/PIANO DI QUALITÀ/Indice del Piano di Qualità/2_ Secondo invio [link] => [style] => [editable] => 1 [allegati] => 0 [idallegatidoc] => [tipo_struttura] => 0 [modoprotocollo] => 1 [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2016-06-20 13:02:55 [stamp_insert] => 2016-06-20 13:02:55 ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 162 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 50 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [1] => Sgf3Documenti Object ( [idcommessaStruttura] => [dataFrom] => [dataTo] => [dataFromFormatted] => [dataToFormatted] => [descSearchProt] => [dataSearchProtFromFormatted] => [dataSearchProtToFormatted] => [mittenteSearchProt] => [destinatarioSearchProt] => [rifprotSearchProt] => [protocolloEstSearchProt] => [statoSearchProt] => [autoreSearchProt] => [ownerSearchProt] => [categoriaSearchProt] => [tagsSearchProt] => [testoDoc] => [notin_tipostruttura] => [isAdvancedSearch] => [file_size] => [chkGetFileToZip] => Array ( ) [nRighe] => [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idstruttura] => 162 [iddocumento] => 49 [iddocumentocondiviso] => [stampdoc] => 2013-03-20 00:00:00 [descrizione] => Master Plan [idfile] => 675 [tags] => [protocollo] => [idmittente] => [mittente] => [destinatario] => [iddestinatario] => [autore] => [idautore] => [owner] => [idowner] => [idcategoria] => [progressivo] => 0 [idstato] => [pubblicato] => 1 [note] => [protocolloext] => [rifprotocollo] => [valido] => 1 [idsitodeposito] => [idprocesso] => [idveicolocliente] => [idtipodocumento] => [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-20 00:00:00 [stamp_insert] => 2016-06-20 14:51:00 ) [_related:CActiveRecord:private] => Array ( [file] => FrmFilesUpload Object ( [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idfile] => 675 [iduser] => 1 [filename] => NTRE-1000-M300-SAV-001-04_20130320_B.pdf [path] => \uploads\allegati\162\NTRE-1000-M300-SAV-001-04_20130320_B.pdf [type] => pdf [size] => 1878062 [data_caricamento] => 1466495788 [data_scadenza] => 1466495788 [descrizione] => NTRE-1000-M300-SAV-001-04_20130320_B.pdf [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-20 00:00:00 [stamp_insert] => 2016-06-21 09:56:28 [old_idfile] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 675 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [stato] => [categoria] => [struttura] => FrmAnaStruttura Object ( [searchDescStrutturaPadre] => [ordinePrecedente:FrmAnaStruttura:private] => 0 [idstrutturapadrePrecedente:FrmAnaStruttura:private] => 0 [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idsocietautente] => 6 [idcommessa] => 1 [idstruttura] => 162 [idstrutturapadre] => 43 [level] => 3 [visible] => 1 [ordine] => 1 [idstrutturacondivisa] => [descrizione] => 2_ Secondo invio [path_struttura] => HOME/PIANO DI QUALITÀ/Indice del Piano di Qualità/2_ Secondo invio [link] => [style] => [editable] => 1 [allegati] => 0 [idallegatidoc] => [tipo_struttura] => 0 [modoprotocollo] => 1 [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2016-06-20 13:02:55 [stamp_insert] => 2016-06-20 13:02:55 ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 162 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 49 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [2] => Sgf3Documenti Object ( [idcommessaStruttura] => [dataFrom] => [dataTo] => [dataFromFormatted] => [dataToFormatted] => [descSearchProt] => [dataSearchProtFromFormatted] => [dataSearchProtToFormatted] => [mittenteSearchProt] => [destinatarioSearchProt] => [rifprotSearchProt] => [protocolloEstSearchProt] => [statoSearchProt] => [autoreSearchProt] => [ownerSearchProt] => [categoriaSearchProt] => [tagsSearchProt] => [testoDoc] => [notin_tipostruttura] => [isAdvancedSearch] => [file_size] => [chkGetFileToZip] => Array ( ) [nRighe] => [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idstruttura] => 162 [iddocumento] => 45 [iddocumentocondiviso] => [stampdoc] => 2013-03-15 00:00:00 [descrizione] => 01_Piano di gestione della fornitura [idfile] => 641 [tags] => [protocollo] => [idmittente] => [mittente] => [destinatario] => [iddestinatario] => [autore] => [idautore] => [owner] => [idowner] => [idcategoria] => [progressivo] => 0 [idstato] => [pubblicato] => 1 [note] => [protocolloext] => [rifprotocollo] => [valido] => 1 [idsitodeposito] => [idprocesso] => [idveicolocliente] => [idtipodocumento] => [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-20 14:51:00 ) [_related:CActiveRecord:private] => Array ( [file] => FrmFilesUpload Object ( [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idfile] => 641 [iduser] => 1 [filename] => 1_PMP_NTRE-1000-M100-SAV-001-01.pdf [path] => \uploads\allegati\162\1_PMP_NTRE-1000-M100-SAV-001-01.pdf [type] => pdf [size] => 562497 [data_caricamento] => 1466495788 [data_scadenza] => 1466495788 [descrizione] => 1_PMP_NTRE-1000-M100-SAV-001-01.pdf [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-21 09:56:28 [old_idfile] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 641 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [stato] => [categoria] => [struttura] => FrmAnaStruttura Object ( [searchDescStrutturaPadre] => [ordinePrecedente:FrmAnaStruttura:private] => 0 [idstrutturapadrePrecedente:FrmAnaStruttura:private] => 0 [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idsocietautente] => 6 [idcommessa] => 1 [idstruttura] => 162 [idstrutturapadre] => 43 [level] => 3 [visible] => 1 [ordine] => 1 [idstrutturacondivisa] => [descrizione] => 2_ Secondo invio [path_struttura] => HOME/PIANO DI QUALITÀ/Indice del Piano di Qualità/2_ Secondo invio [link] => [style] => [editable] => 1 [allegati] => 0 [idallegatidoc] => [tipo_struttura] => 0 [modoprotocollo] => 1 [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2016-06-20 13:02:55 [stamp_insert] => 2016-06-20 13:02:55 ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 162 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 45 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [3] => Sgf3Documenti Object ( [idcommessaStruttura] => [dataFrom] => [dataTo] => [dataFromFormatted] => [dataToFormatted] => [descSearchProt] => [dataSearchProtFromFormatted] => [dataSearchProtToFormatted] => [mittenteSearchProt] => [destinatarioSearchProt] => [rifprotSearchProt] => [protocolloEstSearchProt] => [statoSearchProt] => [autoreSearchProt] => [ownerSearchProt] => [categoriaSearchProt] => [tagsSearchProt] => [testoDoc] => [notin_tipostruttura] => [isAdvancedSearch] => [file_size] => [chkGetFileToZip] => Array ( ) [nRighe] => [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idstruttura] => 162 [iddocumento] => 47 [iddocumentocondiviso] => [stampdoc] => 2013-03-15 00:00:00 [descrizione] => 05_Piano della Progettazione [idfile] => 654 [tags] => [protocollo] => [idmittente] => [mittente] => [destinatario] => [iddestinatario] => [autore] => [idautore] => [owner] => [idowner] => [idcategoria] => [progressivo] => 0 [idstato] => [pubblicato] => 1 [note] => [protocolloext] => [rifprotocollo] => [valido] => 1 [idsitodeposito] => [idprocesso] => [idveicolocliente] => [idtipodocumento] => [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-20 14:51:00 ) [_related:CActiveRecord:private] => Array ( [file] => FrmFilesUpload Object ( [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idfile] => 654 [iduser] => 1 [filename] => 5_PEP_NTRE-1000-D100-SAV-001-01.pdf [path] => \uploads\allegati\162\5_PEP_NTRE-1000-D100-SAV-001-01.pdf [type] => pdf [size] => 1393898 [data_caricamento] => 1466495788 [data_scadenza] => 1466495788 [descrizione] => 5_PEP_NTRE-1000-D100-SAV-001-01.pdf [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-21 09:56:28 [old_idfile] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 654 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [stato] => [categoria] => [struttura] => FrmAnaStruttura Object ( [searchDescStrutturaPadre] => [ordinePrecedente:FrmAnaStruttura:private] => 0 [idstrutturapadrePrecedente:FrmAnaStruttura:private] => 0 [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idsocietautente] => 6 [idcommessa] => 1 [idstruttura] => 162 [idstrutturapadre] => 43 [level] => 3 [visible] => 1 [ordine] => 1 [idstrutturacondivisa] => [descrizione] => 2_ Secondo invio [path_struttura] => HOME/PIANO DI QUALITÀ/Indice del Piano di Qualità/2_ Secondo invio [link] => [style] => [editable] => 1 [allegati] => 0 [idallegatidoc] => [tipo_struttura] => 0 [modoprotocollo] => 1 [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2016-06-20 13:02:55 [stamp_insert] => 2016-06-20 13:02:55 ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 162 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 47 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [4] => Sgf3Documenti Object ( [idcommessaStruttura] => [dataFrom] => [dataTo] => [dataFromFormatted] => [dataToFormatted] => [descSearchProt] => [dataSearchProtFromFormatted] => [dataSearchProtToFormatted] => [mittenteSearchProt] => [destinatarioSearchProt] => [rifprotSearchProt] => [protocolloEstSearchProt] => [statoSearchProt] => [autoreSearchProt] => [ownerSearchProt] => [categoriaSearchProt] => [tagsSearchProt] => [testoDoc] => [notin_tipostruttura] => [isAdvancedSearch] => [file_size] => [chkGetFileToZip] => Array ( ) [nRighe] => [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idstruttura] => 162 [iddocumento] => 48 [iddocumentocondiviso] => [stampdoc] => 2013-03-15 00:00:00 [descrizione] => 08_Project Warranty Plan [idfile] => 656 [tags] => [protocollo] => [idmittente] => [mittente] => [destinatario] => [iddestinatario] => [autore] => [idautore] => [owner] => [idowner] => [idcategoria] => [progressivo] => 0 [idstato] => [pubblicato] => 1 [note] => [protocolloext] => [rifprotocollo] => [valido] => 1 [idsitodeposito] => [idprocesso] => [idveicolocliente] => [idtipodocumento] => [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-20 14:51:00 ) [_related:CActiveRecord:private] => Array ( [file] => FrmFilesUpload Object ( [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idfile] => 656 [iduser] => 1 [filename] => 8_PWP_NTRE-1000-W100-SAV-001-01.pdf [path] => \uploads\allegati\162\8_PWP_NTRE-1000-W100-SAV-001-01.pdf [type] => pdf [size] => 1820982 [data_caricamento] => 1466495787 [data_scadenza] => 1466495787 [descrizione] => 8_PWP_NTRE-1000-W100-SAV-001-01.pdf [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-21 09:56:27 [old_idfile] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 656 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [stato] => [categoria] => [struttura] => FrmAnaStruttura Object ( [searchDescStrutturaPadre] => [ordinePrecedente:FrmAnaStruttura:private] => 0 [idstrutturapadrePrecedente:FrmAnaStruttura:private] => 0 [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idsocietautente] => 6 [idcommessa] => 1 [idstruttura] => 162 [idstrutturapadre] => 43 [level] => 3 [visible] => 1 [ordine] => 1 [idstrutturacondivisa] => [descrizione] => 2_ Secondo invio [path_struttura] => HOME/PIANO DI QUALITÀ/Indice del Piano di Qualità/2_ Secondo invio [link] => [style] => [editable] => 1 [allegati] => 0 [idallegatidoc] => [tipo_struttura] => 0 [modoprotocollo] => 1 [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2016-06-20 13:02:55 [stamp_insert] => 2016-06-20 13:02:55 ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 162 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 48 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [5] => Sgf3Documenti Object ( [idcommessaStruttura] => [dataFrom] => [dataTo] => [dataFromFormatted] => [dataToFormatted] => [descSearchProt] => [dataSearchProtFromFormatted] => [dataSearchProtToFormatted] => [mittenteSearchProt] => [destinatarioSearchProt] => [rifprotSearchProt] => [protocolloEstSearchProt] => [statoSearchProt] => [autoreSearchProt] => [ownerSearchProt] => [categoriaSearchProt] => [tagsSearchProt] => [testoDoc] => [notin_tipostruttura] => [isAdvancedSearch] => [file_size] => [chkGetFileToZip] => Array ( ) [nRighe] => [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idstruttura] => 162 [iddocumento] => 52 [iddocumentocondiviso] => [stampdoc] => 2013-03-15 00:00:00 [descrizione] => 03.1_SPL [idfile] => 648 [tags] => [protocollo] => [idmittente] => [mittente] => [destinatario] => [iddestinatario] => [autore] => [idautore] => [owner] => [idowner] => [idcategoria] => [progressivo] => 0 [idstato] => [pubblicato] => 1 [note] => [protocolloext] => [rifprotocollo] => [valido] => 1 [idsitodeposito] => [idprocesso] => [idveicolocliente] => [idtipodocumento] => [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-20 14:51:00 ) [_related:CActiveRecord:private] => Array ( [file] => FrmFilesUpload Object ( [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idfile] => 648 [iduser] => 1 [filename] => 3bis_SPL_NTRE-1000-M500-SAV-004-01_foglio1.pdf [path] => \uploads\allegati\162\3bis_SPL_NTRE-1000-M500-SAV-004-01_foglio1.pdf [type] => pdf [size] => 13404 [data_caricamento] => 1466495787 [data_scadenza] => 1466495787 [descrizione] => 3bis_SPL_NTRE-1000-M500-SAV-004-01_foglio1.pdf [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-21 09:56:27 [old_idfile] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 648 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [stato] => [categoria] => [struttura] => FrmAnaStruttura Object ( [searchDescStrutturaPadre] => [ordinePrecedente:FrmAnaStruttura:private] => 0 [idstrutturapadrePrecedente:FrmAnaStruttura:private] => 0 [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idsocietautente] => 6 [idcommessa] => 1 [idstruttura] => 162 [idstrutturapadre] => 43 [level] => 3 [visible] => 1 [ordine] => 1 [idstrutturacondivisa] => [descrizione] => 2_ Secondo invio [path_struttura] => HOME/PIANO DI QUALITÀ/Indice del Piano di Qualità/2_ Secondo invio [link] => [style] => [editable] => 1 [allegati] => 0 [idallegatidoc] => [tipo_struttura] => 0 [modoprotocollo] => 1 [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2016-06-20 13:02:55 [stamp_insert] => 2016-06-20 13:02:55 ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 162 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 52 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [6] => Sgf3Documenti Object ( [idcommessaStruttura] => [dataFrom] => [dataTo] => [dataFromFormatted] => [dataToFormatted] => [descSearchProt] => [dataSearchProtFromFormatted] => [dataSearchProtToFormatted] => [mittenteSearchProt] => [destinatarioSearchProt] => [rifprotSearchProt] => [protocolloEstSearchProt] => [statoSearchProt] => [autoreSearchProt] => [ownerSearchProt] => [categoriaSearchProt] => [tagsSearchProt] => [testoDoc] => [notin_tipostruttura] => [isAdvancedSearch] => [file_size] => [chkGetFileToZip] => Array ( ) [nRighe] => [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idstruttura] => 162 [iddocumento] => 54 [iddocumentocondiviso] => [stampdoc] => 2013-03-15 00:00:00 [descrizione] => 04.2_Software Configuration [idfile] => 652 [tags] => [protocollo] => [idmittente] => [mittente] => [destinatario] => [iddestinatario] => [autore] => [idautore] => [owner] => [idowner] => [idcategoria] => [progressivo] => 0 [idstato] => [pubblicato] => 1 [note] => [protocolloext] => [rifprotocollo] => [valido] => 1 [idsitodeposito] => [idprocesso] => [idveicolocliente] => [idtipodocumento] => [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-20 14:51:00 ) [_related:CActiveRecord:private] => Array ( [file] => FrmFilesUpload Object ( [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idfile] => 652 [iduser] => 1 [filename] => 4B_ALLEGATO2_Software_Configuration_NTRE.pdf [path] => \uploads\allegati\162\4B_ALLEGATO2_Software_Configuration_NTRE.pdf [type] => pdf [size] => 40790 [data_caricamento] => 1466495787 [data_scadenza] => 1466495787 [descrizione] => 4B_ALLEGATO2_Software_Configuration_NTRE.pdf [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-21 09:56:27 [old_idfile] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 652 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [stato] => [categoria] => [struttura] => FrmAnaStruttura Object ( [searchDescStrutturaPadre] => [ordinePrecedente:FrmAnaStruttura:private] => 0 [idstrutturapadrePrecedente:FrmAnaStruttura:private] => 0 [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idsocietautente] => 6 [idcommessa] => 1 [idstruttura] => 162 [idstrutturapadre] => 43 [level] => 3 [visible] => 1 [ordine] => 1 [idstrutturacondivisa] => [descrizione] => 2_ Secondo invio [path_struttura] => HOME/PIANO DI QUALITÀ/Indice del Piano di Qualità/2_ Secondo invio [link] => [style] => [editable] => 1 [allegati] => 0 [idallegatidoc] => [tipo_struttura] => 0 [modoprotocollo] => 1 [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2016-06-20 13:02:55 [stamp_insert] => 2016-06-20 13:02:55 ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 162 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 54 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [7] => Sgf3Documenti Object ( [idcommessaStruttura] => [dataFrom] => [dataTo] => [dataFromFormatted] => [dataToFormatted] => [descSearchProt] => [dataSearchProtFromFormatted] => [dataSearchProtToFormatted] => [mittenteSearchProt] => [destinatarioSearchProt] => [rifprotSearchProt] => [protocolloEstSearchProt] => [statoSearchProt] => [autoreSearchProt] => [ownerSearchProt] => [categoriaSearchProt] => [tagsSearchProt] => [testoDoc] => [notin_tipostruttura] => [isAdvancedSearch] => [file_size] => [chkGetFileToZip] => Array ( ) [nRighe] => [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idstruttura] => 162 [iddocumento] => 55 [iddocumentocondiviso] => [stampdoc] => 2013-03-15 00:00:00 [descrizione] => 08.2_PWP allegato B [idfile] => 658 [tags] => [protocollo] => [idmittente] => [mittente] => [destinatario] => [iddestinatario] => [autore] => [idautore] => [owner] => [idowner] => [idcategoria] => [progressivo] => 0 [idstato] => [pubblicato] => 1 [note] => [protocolloext] => [rifprotocollo] => [valido] => 1 [idsitodeposito] => [idprocesso] => [idveicolocliente] => [idtipodocumento] => [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-20 14:51:00 ) [_related:CActiveRecord:private] => Array ( [file] => FrmFilesUpload Object ( [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idfile] => 658 [iduser] => 1 [filename] => 8B_ALLEGATO2_PWP_NTRE-1000-W100-SAV-001-01.pdf [path] => \uploads\allegati\162\8B_ALLEGATO2_PWP_NTRE-1000-W100-SAV-001-01.pdf [type] => pdf [size] => 1919637 [data_caricamento] => 1466495786 [data_scadenza] => 1466495786 [descrizione] => 8B_ALLEGATO2_PWP_NTRE-1000-W100-SAV-001-01.pdf [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-21 09:56:26 [old_idfile] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 658 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [stato] => [categoria] => [struttura] => FrmAnaStruttura Object ( [searchDescStrutturaPadre] => [ordinePrecedente:FrmAnaStruttura:private] => 0 [idstrutturapadrePrecedente:FrmAnaStruttura:private] => 0 [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idsocietautente] => 6 [idcommessa] => 1 [idstruttura] => 162 [idstrutturapadre] => 43 [level] => 3 [visible] => 1 [ordine] => 1 [idstrutturacondivisa] => [descrizione] => 2_ Secondo invio [path_struttura] => HOME/PIANO DI QUALITÀ/Indice del Piano di Qualità/2_ Secondo invio [link] => [style] => [editable] => 1 [allegati] => 0 [idallegatidoc] => [tipo_struttura] => 0 [modoprotocollo] => 1 [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2016-06-20 13:02:55 [stamp_insert] => 2016-06-20 13:02:55 ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 162 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 55 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [8] => Sgf3Documenti Object ( [idcommessaStruttura] => [dataFrom] => [dataTo] => [dataFromFormatted] => [dataToFormatted] => [descSearchProt] => [dataSearchProtFromFormatted] => [dataSearchProtToFormatted] => [mittenteSearchProt] => [destinatarioSearchProt] => [rifprotSearchProt] => [protocolloEstSearchProt] => [statoSearchProt] => [autoreSearchProt] => [ownerSearchProt] => [categoriaSearchProt] => [tagsSearchProt] => [testoDoc] => [notin_tipostruttura] => [isAdvancedSearch] => [file_size] => [chkGetFileToZip] => Array ( ) [nRighe] => [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idstruttura] => 162 [iddocumento] => 56 [iddocumentocondiviso] => [stampdoc] => 2013-03-15 00:00:00 [descrizione] => 10_Piano AMIS [idfile] => 659 [tags] => [protocollo] => [idmittente] => [mittente] => [destinatario] => [iddestinatario] => [autore] => [idautore] => [owner] => [idowner] => [idcategoria] => [progressivo] => 0 [idstato] => [pubblicato] => 1 [note] => [protocolloext] => [rifprotocollo] => [valido] => 1 [idsitodeposito] => [idprocesso] => [idveicolocliente] => [idtipodocumento] => [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-20 14:51:00 ) [_related:CActiveRecord:private] => Array ( [file] => FrmFilesUpload Object ( [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idfile] => 659 [iduser] => 1 [filename] => 10_Piano AMIS_NTRE-1000-T300-SAV-001-00.pdf [path] => \uploads\allegati\162\10_Piano AMIS_NTRE-1000-T300-SAV-001-00.pdf [type] => pdf [size] => 644243 [data_caricamento] => 1466495788 [data_scadenza] => 1466495788 [descrizione] => 10_Piano AMIS_NTRE-1000-T300-SAV-001-00.pdf [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-21 09:56:28 [old_idfile] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 659 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [stato] => [categoria] => [struttura] => FrmAnaStruttura Object ( [searchDescStrutturaPadre] => [ordinePrecedente:FrmAnaStruttura:private] => 0 [idstrutturapadrePrecedente:FrmAnaStruttura:private] => 0 [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idsocietautente] => 6 [idcommessa] => 1 [idstruttura] => 162 [idstrutturapadre] => 43 [level] => 3 [visible] => 1 [ordine] => 1 [idstrutturacondivisa] => [descrizione] => 2_ Secondo invio [path_struttura] => HOME/PIANO DI QUALITÀ/Indice del Piano di Qualità/2_ Secondo invio [link] => [style] => [editable] => 1 [allegati] => 0 [idallegatidoc] => [tipo_struttura] => 0 [modoprotocollo] => 1 [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2016-06-20 13:02:55 [stamp_insert] => 2016-06-20 13:02:55 ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 162 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 56 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [9] => Sgf3Documenti Object ( [idcommessaStruttura] => [dataFrom] => [dataTo] => [dataFromFormatted] => [dataToFormatted] => [descSearchProt] => [dataSearchProtFromFormatted] => [dataSearchProtToFormatted] => [mittenteSearchProt] => [destinatarioSearchProt] => [rifprotSearchProt] => [protocolloEstSearchProt] => [statoSearchProt] => [autoreSearchProt] => [ownerSearchProt] => [categoriaSearchProt] => [tagsSearchProt] => [testoDoc] => [notin_tipostruttura] => [isAdvancedSearch] => [file_size] => [chkGetFileToZip] => Array ( ) [nRighe] => [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idstruttura] => 162 [iddocumento] => 57 [iddocumentocondiviso] => [stampdoc] => 2013-03-15 00:00:00 [descrizione] => 11_Configuration Management Plan [idfile] => 660 [tags] => [protocollo] => [idmittente] => [mittente] => [destinatario] => [iddestinatario] => [autore] => [idautore] => [owner] => [idowner] => [idcategoria] => [progressivo] => 0 [idstato] => [pubblicato] => 1 [note] => [protocolloext] => [rifprotocollo] => [valido] => 1 [idsitodeposito] => [idprocesso] => [idveicolocliente] => [idtipodocumento] => [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-20 14:51:00 ) [_related:CActiveRecord:private] => Array ( [file] => FrmFilesUpload Object ( [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idfile] => 660 [iduser] => 1 [filename] => NTRE-1000-M100-SAV-002_Rev00_Configuration_Management_Plan.pdf [path] => \uploads\allegati\162\NTRE-1000-M100-SAV-002_Rev00_Configuration_Management_Plan.pdf [type] => pdf [size] => 9387529 [data_caricamento] => 1466495786 [data_scadenza] => 1466495786 [descrizione] => NTRE-1000-M100-SAV-002_Rev00_Configuration_Management_Plan.pdf [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-21 09:56:26 [old_idfile] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 660 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [stato] => [categoria] => [struttura] => FrmAnaStruttura Object ( [searchDescStrutturaPadre] => [ordinePrecedente:FrmAnaStruttura:private] => 0 [idstrutturapadrePrecedente:FrmAnaStruttura:private] => 0 [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idsocietautente] => 6 [idcommessa] => 1 [idstruttura] => 162 [idstrutturapadre] => 43 [level] => 3 [visible] => 1 [ordine] => 1 [idstrutturacondivisa] => [descrizione] => 2_ Secondo invio [path_struttura] => HOME/PIANO DI QUALITÀ/Indice del Piano di Qualità/2_ Secondo invio [link] => [style] => [editable] => 1 [allegati] => 0 [idallegatidoc] => [tipo_struttura] => 0 [modoprotocollo] => 1 [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2016-06-20 13:02:55 [stamp_insert] => 2016-06-20 13:02:55 ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 162 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 57 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [10] => Sgf3Documenti Object ( [idcommessaStruttura] => [dataFrom] => [dataTo] => [dataFromFormatted] => [dataToFormatted] => [descSearchProt] => [dataSearchProtFromFormatted] => [dataSearchProtToFormatted] => [mittenteSearchProt] => [destinatarioSearchProt] => [rifprotSearchProt] => [protocolloEstSearchProt] => [statoSearchProt] => [autoreSearchProt] => [ownerSearchProt] => [categoriaSearchProt] => [tagsSearchProt] => [testoDoc] => [notin_tipostruttura] => [isAdvancedSearch] => [file_size] => [chkGetFileToZip] => Array ( ) [nRighe] => [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idstruttura] => 162 [iddocumento] => 58 [iddocumentocondiviso] => [stampdoc] => 2013-03-15 00:00:00 [descrizione] => 13_Project Validation Management Plan [idfile] => 662 [tags] => [protocollo] => [idmittente] => [mittente] => [destinatario] => [iddestinatario] => [autore] => [idautore] => [owner] => [idowner] => [idcategoria] => [progressivo] => 0 [idstato] => [pubblicato] => 1 [note] => [protocolloext] => [rifprotocollo] => [valido] => 1 [idsitodeposito] => [idprocesso] => [idveicolocliente] => [idtipodocumento] => [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-20 14:51:00 ) [_related:CActiveRecord:private] => Array ( [file] => FrmFilesUpload Object ( [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idfile] => 662 [iduser] => 1 [filename] => NTRE-1000-T200-SAV-001 Rev00_13-11-12 .pdf [path] => \uploads\allegati\162\NTRE-1000-T200-SAV-001 Rev00_13-11-12 .pdf [type] => pdf [size] => 598306 [data_caricamento] => 1466495786 [data_scadenza] => 1466495786 [descrizione] => NTRE-1000-T200-SAV-001 Rev00_13-11-12 .pdf [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-21 09:56:26 [old_idfile] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 662 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [stato] => [categoria] => [struttura] => FrmAnaStruttura Object ( [searchDescStrutturaPadre] => [ordinePrecedente:FrmAnaStruttura:private] => 0 [idstrutturapadrePrecedente:FrmAnaStruttura:private] => 0 [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idsocietautente] => 6 [idcommessa] => 1 [idstruttura] => 162 [idstrutturapadre] => 43 [level] => 3 [visible] => 1 [ordine] => 1 [idstrutturacondivisa] => [descrizione] => 2_ Secondo invio [path_struttura] => HOME/PIANO DI QUALITÀ/Indice del Piano di Qualità/2_ Secondo invio [link] => [style] => [editable] => 1 [allegati] => 0 [idallegatidoc] => [tipo_struttura] => 0 [modoprotocollo] => 1 [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2016-06-20 13:02:55 [stamp_insert] => 2016-06-20 13:02:55 ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 162 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 58 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [11] => Sgf3Documenti Object ( [idcommessaStruttura] => [dataFrom] => [dataTo] => [dataFromFormatted] => [dataToFormatted] => [descSearchProt] => [dataSearchProtFromFormatted] => [dataSearchProtToFormatted] => [mittenteSearchProt] => [destinatarioSearchProt] => [rifprotSearchProt] => [protocolloEstSearchProt] => [statoSearchProt] => [autoreSearchProt] => [ownerSearchProt] => [categoriaSearchProt] => [tagsSearchProt] => [testoDoc] => [notin_tipostruttura] => [isAdvancedSearch] => [file_size] => [chkGetFileToZip] => Array ( ) [nRighe] => [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idstruttura] => 162 [iddocumento] => 59 [iddocumentocondiviso] => [stampdoc] => 2013-03-15 00:00:00 [descrizione] => 12_Sub-Contractors Quality Assurance Requirements [idfile] => 661 [tags] => [protocollo] => [idmittente] => [mittente] => [destinatario] => [iddestinatario] => [autore] => [idautore] => [owner] => [idowner] => [idcategoria] => [progressivo] => 0 [idstato] => [pubblicato] => 1 [note] => [protocolloext] => [rifprotocollo] => [valido] => 1 [idsitodeposito] => [idprocesso] => [idveicolocliente] => [idtipodocumento] => [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-20 14:51:00 ) [_related:CActiveRecord:private] => Array ( [file] => FrmFilesUpload Object ( [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idfile] => 661 [iduser] => 1 [filename] => NTRE-1000-M500-SAV-003.pdf [path] => \uploads\allegati\162\NTRE-1000-M500-SAV-003.pdf [type] => pdf [size] => 3573104 [data_caricamento] => 1466495788 [data_scadenza] => 1466495788 [descrizione] => NTRE-1000-M500-SAV-003.pdf [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-21 09:56:28 [old_idfile] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 661 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [stato] => [categoria] => [struttura] => FrmAnaStruttura Object ( [searchDescStrutturaPadre] => [ordinePrecedente:FrmAnaStruttura:private] => 0 [idstrutturapadrePrecedente:FrmAnaStruttura:private] => 0 [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idsocietautente] => 6 [idcommessa] => 1 [idstruttura] => 162 [idstrutturapadre] => 43 [level] => 3 [visible] => 1 [ordine] => 1 [idstrutturacondivisa] => [descrizione] => 2_ Secondo invio [path_struttura] => HOME/PIANO DI QUALITÀ/Indice del Piano di Qualità/2_ Secondo invio [link] => [style] => [editable] => 1 [allegati] => 0 [idallegatidoc] => [tipo_struttura] => 0 [modoprotocollo] => 1 [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2016-06-20 13:02:55 [stamp_insert] => 2016-06-20 13:02:55 ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 162 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 59 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [12] => Sgf3Documenti Object ( [idcommessaStruttura] => [dataFrom] => [dataTo] => [dataFromFormatted] => [dataToFormatted] => [descSearchProt] => [dataSearchProtFromFormatted] => [dataSearchProtToFormatted] => [mittenteSearchProt] => [destinatarioSearchProt] => [rifprotSearchProt] => [protocolloEstSearchProt] => [statoSearchProt] => [autoreSearchProt] => [ownerSearchProt] => [categoriaSearchProt] => [tagsSearchProt] => [testoDoc] => [notin_tipostruttura] => [isAdvancedSearch] => [file_size] => [chkGetFileToZip] => Array ( ) [nRighe] => [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idstruttura] => 162 [iddocumento] => 60 [iddocumentocondiviso] => [stampdoc] => 2013-03-15 00:00:00 [descrizione] => 03_Project Sourcing Management Plan [idfile] => 647 [tags] => [protocollo] => [idmittente] => [mittente] => [destinatario] => [iddestinatario] => [autore] => [idautore] => [owner] => [idowner] => [idcategoria] => [progressivo] => 0 [idstato] => [pubblicato] => 1 [note] => [protocolloext] => [rifprotocollo] => [valido] => 1 [idsitodeposito] => [idprocesso] => [idveicolocliente] => [idtipodocumento] => [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-20 14:51:00 ) [_related:CActiveRecord:private] => Array ( [file] => FrmFilesUpload Object ( [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idfile] => 647 [iduser] => 1 [filename] => 3_PSMP_NTRE-1000-A100-SAV-001-01.pdf [path] => \uploads\allegati\162\3_PSMP_NTRE-1000-A100-SAV-001-01.pdf [type] => pdf [size] => 479619 [data_caricamento] => 1466495787 [data_scadenza] => 1466495787 [descrizione] => 3_PSMP_NTRE-1000-A100-SAV-001-01.pdf [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-21 09:56:27 [old_idfile] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 647 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [stato] => [categoria] => [struttura] => FrmAnaStruttura Object ( [searchDescStrutturaPadre] => [ordinePrecedente:FrmAnaStruttura:private] => 0 [idstrutturapadrePrecedente:FrmAnaStruttura:private] => 0 [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idsocietautente] => 6 [idcommessa] => 1 [idstruttura] => 162 [idstrutturapadre] => 43 [level] => 3 [visible] => 1 [ordine] => 1 [idstrutturacondivisa] => [descrizione] => 2_ Secondo invio [path_struttura] => HOME/PIANO DI QUALITÀ/Indice del Piano di Qualità/2_ Secondo invio [link] => [style] => [editable] => 1 [allegati] => 0 [idallegatidoc] => [tipo_struttura] => 0 [modoprotocollo] => 1 [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2016-06-20 13:02:55 [stamp_insert] => 2016-06-20 13:02:55 ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 162 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 60 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [13] => Sgf3Documenti Object ( [idcommessaStruttura] => [dataFrom] => [dataTo] => [dataFromFormatted] => [dataToFormatted] => [descSearchProt] => [dataSearchProtFromFormatted] => [dataSearchProtToFormatted] => [mittenteSearchProt] => [destinatarioSearchProt] => [rifprotSearchProt] => [protocolloEstSearchProt] => [statoSearchProt] => [autoreSearchProt] => [ownerSearchProt] => [categoriaSearchProt] => [tagsSearchProt] => [testoDoc] => [notin_tipostruttura] => [isAdvancedSearch] => [file_size] => [chkGetFileToZip] => Array ( ) [nRighe] => [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idstruttura] => 162 [iddocumento] => 61 [iddocumentocondiviso] => [stampdoc] => 2013-03-15 00:00:00 [descrizione] => 04_Project Quality Control Plan [idfile] => 650 [tags] => [protocollo] => [idmittente] => [mittente] => [destinatario] => [iddestinatario] => [autore] => [idautore] => [owner] => [idowner] => [idcategoria] => [progressivo] => 0 [idstato] => [pubblicato] => 1 [note] => [protocolloext] => [rifprotocollo] => [valido] => 1 [idsitodeposito] => [idprocesso] => [idveicolocliente] => [idtipodocumento] => [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-20 14:51:00 ) [_related:CActiveRecord:private] => Array ( [file] => FrmFilesUpload Object ( [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idfile] => 650 [iduser] => 1 [filename] => 4_PQCP_NTRE-1000-M500-SAV-002-01.pdf [path] => \uploads\allegati\162\4_PQCP_NTRE-1000-M500-SAV-002-01.pdf [type] => pdf [size] => 326129 [data_caricamento] => 1466495785 [data_scadenza] => 1466495785 [descrizione] => 4_PQCP_NTRE-1000-M500-SAV-002-01.pdf [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-21 09:56:25 [old_idfile] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 650 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [stato] => [categoria] => [struttura] => FrmAnaStruttura Object ( [searchDescStrutturaPadre] => [ordinePrecedente:FrmAnaStruttura:private] => 0 [idstrutturapadrePrecedente:FrmAnaStruttura:private] => 0 [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idsocietautente] => 6 [idcommessa] => 1 [idstruttura] => 162 [idstrutturapadre] => 43 [level] => 3 [visible] => 1 [ordine] => 1 [idstrutturacondivisa] => [descrizione] => 2_ Secondo invio [path_struttura] => HOME/PIANO DI QUALITÀ/Indice del Piano di Qualità/2_ Secondo invio [link] => [style] => [editable] => 1 [allegati] => 0 [idallegatidoc] => [tipo_struttura] => 0 [modoprotocollo] => 1 [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2016-06-20 13:02:55 [stamp_insert] => 2016-06-20 13:02:55 ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 162 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 61 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [14] => Sgf3Documenti Object ( [idcommessaStruttura] => [dataFrom] => [dataTo] => [dataFromFormatted] => [dataToFormatted] => [descSearchProt] => [dataSearchProtFromFormatted] => [dataSearchProtToFormatted] => [mittenteSearchProt] => [destinatarioSearchProt] => [rifprotSearchProt] => [protocolloEstSearchProt] => [statoSearchProt] => [autoreSearchProt] => [ownerSearchProt] => [categoriaSearchProt] => [tagsSearchProt] => [testoDoc] => [notin_tipostruttura] => [isAdvancedSearch] => [file_size] => [chkGetFileToZip] => Array ( ) [nRighe] => [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idstruttura] => 162 [iddocumento] => 62 [iddocumentocondiviso] => [stampdoc] => 2013-03-15 00:00:00 [descrizione] => 07_Project Testing & Commissioning Plan [idfile] => 655 [tags] => [protocollo] => [idmittente] => [mittente] => [destinatario] => [iddestinatario] => [autore] => [idautore] => [owner] => [idowner] => [idcategoria] => [progressivo] => 0 [idstato] => [pubblicato] => 1 [note] => [protocolloext] => [rifprotocollo] => [valido] => 1 [idsitodeposito] => [idprocesso] => [idveicolocliente] => [idtipodocumento] => [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-20 14:51:00 ) [_related:CActiveRecord:private] => Array ( [file] => FrmFilesUpload Object ( [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idfile] => 655 [iduser] => 1 [filename] => 7_PTandCP_NTRE-1000-C100-SAV-001-01.pdf [path] => \uploads\allegati\162\7_PTandCP_NTRE-1000-C100-SAV-001-01.pdf [type] => pdf [size] => 1187632 [data_caricamento] => 1466495786 [data_scadenza] => 1466495786 [descrizione] => 7_PTandCP_NTRE-1000-C100-SAV-001-01.pdf [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-21 09:56:26 [old_idfile] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 655 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [stato] => [categoria] => [struttura] => FrmAnaStruttura Object ( [searchDescStrutturaPadre] => [ordinePrecedente:FrmAnaStruttura:private] => 0 [idstrutturapadrePrecedente:FrmAnaStruttura:private] => 0 [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idsocietautente] => 6 [idcommessa] => 1 [idstruttura] => 162 [idstrutturapadre] => 43 [level] => 3 [visible] => 1 [ordine] => 1 [idstrutturacondivisa] => [descrizione] => 2_ Secondo invio [path_struttura] => HOME/PIANO DI QUALITÀ/Indice del Piano di Qualità/2_ Secondo invio [link] => [style] => [editable] => 1 [allegati] => 0 [idallegatidoc] => [tipo_struttura] => 0 [modoprotocollo] => 1 [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2016-06-20 13:02:55 [stamp_insert] => 2016-06-20 13:02:55 ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 162 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 62 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [15] => Sgf3Documenti Object ( [idcommessaStruttura] => [dataFrom] => [dataTo] => [dataFromFormatted] => [dataToFormatted] => [descSearchProt] => [dataSearchProtFromFormatted] => [dataSearchProtToFormatted] => [mittenteSearchProt] => [destinatarioSearchProt] => [rifprotSearchProt] => [protocolloEstSearchProt] => [statoSearchProt] => [autoreSearchProt] => [ownerSearchProt] => [categoriaSearchProt] => [tagsSearchProt] => [testoDoc] => [notin_tipostruttura] => [isAdvancedSearch] => [file_size] => [chkGetFileToZip] => Array ( ) [nRighe] => [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idstruttura] => 162 [iddocumento] => 63 [iddocumentocondiviso] => [stampdoc] => 2013-03-15 00:00:00 [descrizione] => 14_Lettera invio PdQ (2° invio) [idfile] => 663 [tags] => [protocollo] => [idmittente] => [mittente] => [destinatario] => [iddestinatario] => [autore] => [idautore] => [owner] => [idowner] => [idcategoria] => [progressivo] => 0 [idstato] => [pubblicato] => 1 [note] => [protocolloext] => [rifprotocollo] => [valido] => 1 [idsitodeposito] => [idprocesso] => [idveicolocliente] => [idtipodocumento] => [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-20 14:51:00 ) [_related:CActiveRecord:private] => Array ( [file] => FrmFilesUpload Object ( [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idfile] => 663 [iduser] => 1 [filename] => NTRE_AF_TI_2013_00030[1].pdf [path] => \uploads\allegati\162\NTRE_AF_TI_2013_00030[1].pdf [type] => pdf [size] => 232214 [data_caricamento] => 1466495787 [data_scadenza] => 1466495787 [descrizione] => NTRE_AF_TI_2013_00030[1].pdf [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-21 09:56:27 [old_idfile] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 663 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [stato] => [categoria] => [struttura] => FrmAnaStruttura Object ( [searchDescStrutturaPadre] => [ordinePrecedente:FrmAnaStruttura:private] => 0 [idstrutturapadrePrecedente:FrmAnaStruttura:private] => 0 [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idsocietautente] => 6 [idcommessa] => 1 [idstruttura] => 162 [idstrutturapadre] => 43 [level] => 3 [visible] => 1 [ordine] => 1 [idstrutturacondivisa] => [descrizione] => 2_ Secondo invio [path_struttura] => HOME/PIANO DI QUALITÀ/Indice del Piano di Qualità/2_ Secondo invio [link] => [style] => [editable] => 1 [allegati] => 0 [idallegatidoc] => [tipo_struttura] => 0 [modoprotocollo] => 1 [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2016-06-20 13:02:55 [stamp_insert] => 2016-06-20 13:02:55 ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 162 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 63 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [16] => Sgf3Documenti Object ( [idcommessaStruttura] => [dataFrom] => [dataTo] => [dataFromFormatted] => [dataToFormatted] => [descSearchProt] => [dataSearchProtFromFormatted] => [dataSearchProtToFormatted] => [mittenteSearchProt] => [destinatarioSearchProt] => [rifprotSearchProt] => [protocolloEstSearchProt] => [statoSearchProt] => [autoreSearchProt] => [ownerSearchProt] => [categoriaSearchProt] => [tagsSearchProt] => [testoDoc] => [notin_tipostruttura] => [isAdvancedSearch] => [file_size] => [chkGetFileToZip] => Array ( ) [nRighe] => [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idstruttura] => 162 [iddocumento] => 65 [iddocumentocondiviso] => [stampdoc] => 2013-03-15 00:00:00 [descrizione] => 03.2_SPL [idfile] => 649 [tags] => [protocollo] => [idmittente] => [mittente] => [destinatario] => [iddestinatario] => [autore] => [idautore] => [owner] => [idowner] => [idcategoria] => [progressivo] => 0 [idstato] => [pubblicato] => 1 [note] => [protocolloext] => [rifprotocollo] => [valido] => 1 [idsitodeposito] => [idprocesso] => [idveicolocliente] => [idtipodocumento] => [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-20 14:51:00 ) [_related:CActiveRecord:private] => Array ( [file] => FrmFilesUpload Object ( [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idfile] => 649 [iduser] => 1 [filename] => 3bis_SPL_NTRE-1000-M500-SAV-004-01_foglio2.pdf [path] => \uploads\allegati\162\3bis_SPL_NTRE-1000-M500-SAV-004-01_foglio2.pdf [type] => pdf [size] => 20539 [data_caricamento] => 1466495787 [data_scadenza] => 1466495787 [descrizione] => 3bis_SPL_NTRE-1000-M500-SAV-004-01_foglio2.pdf [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-21 09:56:27 [old_idfile] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 649 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [stato] => [categoria] => [struttura] => FrmAnaStruttura Object ( [searchDescStrutturaPadre] => [ordinePrecedente:FrmAnaStruttura:private] => 0 [idstrutturapadrePrecedente:FrmAnaStruttura:private] => 0 [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idsocietautente] => 6 [idcommessa] => 1 [idstruttura] => 162 [idstrutturapadre] => 43 [level] => 3 [visible] => 1 [ordine] => 1 [idstrutturacondivisa] => [descrizione] => 2_ Secondo invio [path_struttura] => HOME/PIANO DI QUALITÀ/Indice del Piano di Qualità/2_ Secondo invio [link] => [style] => [editable] => 1 [allegati] => 0 [idallegatidoc] => [tipo_struttura] => 0 [modoprotocollo] => 1 [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2016-06-20 13:02:55 [stamp_insert] => 2016-06-20 13:02:55 ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 162 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 65 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [17] => Sgf3Documenti Object ( [idcommessaStruttura] => [dataFrom] => [dataTo] => [dataFromFormatted] => [dataToFormatted] => [descSearchProt] => [dataSearchProtFromFormatted] => [dataSearchProtToFormatted] => [mittenteSearchProt] => [destinatarioSearchProt] => [rifprotSearchProt] => [protocolloEstSearchProt] => [statoSearchProt] => [autoreSearchProt] => [ownerSearchProt] => [categoriaSearchProt] => [tagsSearchProt] => [testoDoc] => [notin_tipostruttura] => [isAdvancedSearch] => [file_size] => [chkGetFileToZip] => Array ( ) [nRighe] => [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idstruttura] => 162 [iddocumento] => 66 [iddocumentocondiviso] => [stampdoc] => 2013-03-15 00:00:00 [descrizione] => 04.1_Elenco serializzati [idfile] => 651 [tags] => [protocollo] => [idmittente] => [mittente] => [destinatario] => [iddestinatario] => [autore] => [idautore] => [owner] => [idowner] => [idcategoria] => [progressivo] => 0 [idstato] => [pubblicato] => 1 [note] => [protocolloext] => [rifprotocollo] => [valido] => 1 [idsitodeposito] => [idprocesso] => [idveicolocliente] => [idtipodocumento] => [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-20 14:51:00 ) [_related:CActiveRecord:private] => Array ( [file] => FrmFilesUpload Object ( [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idfile] => 651 [iduser] => 1 [filename] => 4A_ALLEGATO1_Elenco_Serializzati_NTRE.pdf [path] => \uploads\allegati\162\4A_ALLEGATO1_Elenco_Serializzati_NTRE.pdf [type] => pdf [size] => 20696 [data_caricamento] => 1466495785 [data_scadenza] => 1466495785 [descrizione] => 4A_ALLEGATO1_Elenco_Serializzati_NTRE.pdf [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-21 09:56:25 [old_idfile] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 651 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [stato] => [categoria] => [struttura] => FrmAnaStruttura Object ( [searchDescStrutturaPadre] => [ordinePrecedente:FrmAnaStruttura:private] => 0 [idstrutturapadrePrecedente:FrmAnaStruttura:private] => 0 [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idsocietautente] => 6 [idcommessa] => 1 [idstruttura] => 162 [idstrutturapadre] => 43 [level] => 3 [visible] => 1 [ordine] => 1 [idstrutturacondivisa] => [descrizione] => 2_ Secondo invio [path_struttura] => HOME/PIANO DI QUALITÀ/Indice del Piano di Qualità/2_ Secondo invio [link] => [style] => [editable] => 1 [allegati] => 0 [idallegatidoc] => [tipo_struttura] => 0 [modoprotocollo] => 1 [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2016-06-20 13:02:55 [stamp_insert] => 2016-06-20 13:02:55 ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 162 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 66 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [18] => Sgf3Documenti Object ( [idcommessaStruttura] => [dataFrom] => [dataTo] => [dataFromFormatted] => [dataToFormatted] => [descSearchProt] => [dataSearchProtFromFormatted] => [dataSearchProtToFormatted] => [mittenteSearchProt] => [destinatarioSearchProt] => [rifprotSearchProt] => [protocolloEstSearchProt] => [statoSearchProt] => [autoreSearchProt] => [ownerSearchProt] => [categoriaSearchProt] => [tagsSearchProt] => [testoDoc] => [notin_tipostruttura] => [isAdvancedSearch] => [file_size] => [chkGetFileToZip] => Array ( ) [nRighe] => [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idstruttura] => 162 [iddocumento] => 67 [iddocumentocondiviso] => [stampdoc] => 2013-03-15 00:00:00 [descrizione] => 04.3_Indice Train History Book [idfile] => 653 [tags] => [protocollo] => [idmittente] => [mittente] => [destinatario] => [iddestinatario] => [autore] => [idautore] => [owner] => [idowner] => [idcategoria] => [progressivo] => 0 [idstato] => [pubblicato] => 1 [note] => [protocolloext] => [rifprotocollo] => [valido] => 1 [idsitodeposito] => [idprocesso] => [idveicolocliente] => [idtipodocumento] => [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-20 14:51:00 ) [_related:CActiveRecord:private] => Array ( [file] => FrmFilesUpload Object ( [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idfile] => 653 [iduser] => 1 [filename] => 4C_ALLEGATO3_Indice_THB_NTRE.pdf [path] => \uploads\allegati\162\4C_ALLEGATO3_Indice_THB_NTRE.pdf [type] => pdf [size] => 26281 [data_caricamento] => 1466495787 [data_scadenza] => 1466495787 [descrizione] => 4C_ALLEGATO3_Indice_THB_NTRE.pdf [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-21 09:56:27 [old_idfile] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 653 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [stato] => [categoria] => [struttura] => FrmAnaStruttura Object ( [searchDescStrutturaPadre] => [ordinePrecedente:FrmAnaStruttura:private] => 0 [idstrutturapadrePrecedente:FrmAnaStruttura:private] => 0 [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idsocietautente] => 6 [idcommessa] => 1 [idstruttura] => 162 [idstrutturapadre] => 43 [level] => 3 [visible] => 1 [ordine] => 1 [idstrutturacondivisa] => [descrizione] => 2_ Secondo invio [path_struttura] => HOME/PIANO DI QUALITÀ/Indice del Piano di Qualità/2_ Secondo invio [link] => [style] => [editable] => 1 [allegati] => 0 [idallegatidoc] => [tipo_struttura] => 0 [modoprotocollo] => 1 [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2016-06-20 13:02:55 [stamp_insert] => 2016-06-20 13:02:55 ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 162 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 67 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [19] => Sgf3Documenti Object ( [idcommessaStruttura] => [dataFrom] => [dataTo] => [dataFromFormatted] => [dataToFormatted] => [descSearchProt] => [dataSearchProtFromFormatted] => [dataSearchProtToFormatted] => [mittenteSearchProt] => [destinatarioSearchProt] => [rifprotSearchProt] => [protocolloEstSearchProt] => [statoSearchProt] => [autoreSearchProt] => [ownerSearchProt] => [categoriaSearchProt] => [tagsSearchProt] => [testoDoc] => [notin_tipostruttura] => [isAdvancedSearch] => [file_size] => [chkGetFileToZip] => Array ( ) [nRighe] => [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idstruttura] => 162 [iddocumento] => 68 [iddocumentocondiviso] => [stampdoc] => 2013-03-15 00:00:00 [descrizione] => 08.1_PWP allegato A [idfile] => 657 [tags] => [protocollo] => [idmittente] => [mittente] => [destinatario] => [iddestinatario] => [autore] => [idautore] => [owner] => [idowner] => [idcategoria] => [progressivo] => 0 [idstato] => [pubblicato] => 1 [note] => [protocolloext] => [rifprotocollo] => [valido] => 1 [idsitodeposito] => [idprocesso] => [idveicolocliente] => [idtipodocumento] => [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-20 14:51:00 ) [_related:CActiveRecord:private] => Array ( [file] => FrmFilesUpload Object ( [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idfile] => 657 [iduser] => 1 [filename] => 8A_ALLEGATO1_PWP_NTRE-1000-W100-SAV-001-01.pdf [path] => \uploads\allegati\162\8A_ALLEGATO1_PWP_NTRE-1000-W100-SAV-001-01.pdf [type] => pdf [size] => 1158069 [data_caricamento] => 1466495785 [data_scadenza] => 1466495785 [descrizione] => 8A_ALLEGATO1_PWP_NTRE-1000-W100-SAV-001-01.pdf [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-21 09:56:25 [old_idfile] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 657 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [stato] => [categoria] => [struttura] => FrmAnaStruttura Object ( [searchDescStrutturaPadre] => [ordinePrecedente:FrmAnaStruttura:private] => 0 [idstrutturapadrePrecedente:FrmAnaStruttura:private] => 0 [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idsocietautente] => 6 [idcommessa] => 1 [idstruttura] => 162 [idstrutturapadre] => 43 [level] => 3 [visible] => 1 [ordine] => 1 [idstrutturacondivisa] => [descrizione] => 2_ Secondo invio [path_struttura] => HOME/PIANO DI QUALITÀ/Indice del Piano di Qualità/2_ Secondo invio [link] => [style] => [editable] => 1 [allegati] => 0 [idallegatidoc] => [tipo_struttura] => 0 [modoprotocollo] => 1 [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2016-06-20 13:02:55 [stamp_insert] => 2016-06-20 13:02:55 ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 162 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 68 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_keys:CDataProvider:private] => [_totalItemCount:CDataProvider:private] => 21 [_sort:CDataProvider:private] => CSort Object ( [multiSort] => 1 [modelClass] => Sgf3Documenti [attributes] => Array ( [0] => * [idfile] => Array ( [asc] => file.filename ASC [desc] => file.filename DESC ) [idstato] => Array ( [asc] => stato.descrizione ASC [desc] => stato.descrizione DESC ) [idcategoria] => Array ( [asc] => categoria.codice ASC [desc] => categoria.codice DESC ) ) [sortVar] => sort [descTag] => desc [defaultOrder] => t.stampdoc DESC, t.progressivo DESC, t.mittente ASC, t.destinatario ASC [route] => [separators] => Array ( [0] => - [1] => . ) [params] => [_directions:CSort:private] => Array ( ) [_e:CComponent:private] => [_m:CComponent:private] => ) [_pagination:CDataProvider:private] => CPagination Object ( [default_page_size] => 20 [pageVar] => Sgf3Documenti_page [route] => [params] => [validateCurrentPage] => 1 [_pageSize:CPagination:private] => 20 [_itemCount:CPagination:private] => 21 [_currentPage:CPagination:private] => 0 [_e:CComponent:private] => [_m:CComponent:private] => ) [_e:CComponent:private] => [_m:CComponent:private] => ) [filter] => Sgf3Documenti Object ( [idcommessaStruttura] => [dataFrom] => [dataTo] => [dataFromFormatted] => [dataToFormatted] => [descSearchProt] => [dataSearchProtFromFormatted] => [dataSearchProtToFormatted] => [mittenteSearchProt] => [destinatarioSearchProt] => [rifprotSearchProt] => [protocolloEstSearchProt] => [statoSearchProt] => [autoreSearchProt] => [ownerSearchProt] => [categoriaSearchProt] => [tagsSearchProt] => [testoDoc] => [notin_tipostruttura] => [isAdvancedSearch] => [file_size] => [chkGetFileToZip] => Array ( ) [nRighe] => [_new:CActiveRecord:private] => 1 [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [progressivo] => [pubblicato] => 1 [valido] => 1 [stamp_insert_user] => [stamp_update_user] => [idstruttura] => 162 [iddocumento] => [iddocumentocondiviso] => [stampdoc] => [descrizione] => [idfile] => [tags] => [protocollo] => [idmittente] => [mittente] => [destinatario] => [iddestinatario] => [autore] => [idautore] => [owner] => [idowner] => [idcategoria] => [idstato] => [note] => [protocolloext] => [rifprotocollo] => [idsitodeposito] => [idprocesso] => [idveicolocliente] => [idtipodocumento] => [stamp_update] => [stamp_insert] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => CList Object ( [_d:CList:private] => Array ( [0] => CRequiredValidator Object ( [requiredValue] => [strict] => [trim] => 1 [attributes] => Array ( [0] => idstruttura [1] => stampdoc [2] => descrizione ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [1] => CRequiredValidator Object ( [requiredValue] => [strict] => [trim] => 1 [attributes] => Array ( [0] => idmittente [1] => iddestinatario [2] => idautore [3] => idstato [4] => idcategoria ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [2] => CInlineValidator Object ( [method] => validaMittente [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => idmittente ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [3] => CInlineValidator Object ( [method] => validaDestinatario [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => iddestinatario ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [4] => CInlineValidator Object ( [method] => validaProcesso [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => idprocesso ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [5] => CInlineValidator Object ( [method] => validaTipodoc [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => idtipodocumento ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [6] => CInlineValidator Object ( [method] => validaveicolocliente [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => idveicolocliente ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [7] => CSafeValidator Object ( [attributes] => Array ( [0] => stampdocFormatted [1] => tagsArray [2] => file_size [3] => chkGetFileToZip [4] => nRighe ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [8] => CInlineValidator Object ( [method] => update [params] => Array ( [on] => update ) [clientValidate] => [attributes] => Array ( [0] => stampdoc [1] => descrizione [2] => protocollo [3] => idmittente [4] => mittente [5] => iddestinatario [6] => destinatario [7] => protocolloext [8] => autore [9] => note ) [message] => [skipOnError] => [on] => Array ( [update] => update ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [9] => CNumberValidator Object ( [integerOnly] => 1 [allowEmpty] => 1 [max] => [min] => [tooBig] => [tooSmall] => [integerPattern] => /^\s*[+-]?\d+\s*$/ [numberPattern] => /^\s*[-+]?[0-9]*\.?[0-9]+([eE][-+]?[0-9]+)?\s*$/ [attributes] => Array ( [0] => idsocieta [1] => idstabilimento [2] => idstruttura [3] => idfile [4] => stamp_insert_user [5] => stamp_update_user [6] => idmittente [7] => iddestinatario [8] => idautore [9] => idowner [10] => idcategoria [11] => progressivo [12] => idstato [13] => pubblicato [14] => valido [15] => idsitodeposito [16] => idprocesso [17] => idveicolocliente [18] => idtipodocumento [19] => iddocumentocondiviso ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [10] => CStringValidator Object ( [max] => 200 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => descrizione ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [11] => CStringValidator Object ( [max] => 100 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => protocollo ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [12] => CStringValidator Object ( [max] => 100 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => mittente ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [13] => CStringValidator Object ( [max] => 100 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => destinatario ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [14] => CStringValidator Object ( [max] => 100 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => protocolloext ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [15] => CStringValidator Object ( [max] => 50 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => rifprotocollo ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [16] => CStringValidator Object ( [max] => 50 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => autore ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [17] => CStringValidator Object ( [max] => 50 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => owner ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [18] => CStringValidator Object ( [max] => 250 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => note ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [19] => CStringValidator Object ( [max] => 500 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => tags ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [20] => CSafeValidator Object ( [attributes] => Array ( [0] => idsocieta [1] => idstabilimento [2] => idstruttura [3] => iddocumento [4] => iddocumentocondiviso [5] => stampdoc [6] => descrizione [7] => idfile [8] => stamp_insert_user [9] => stamp_update_user [10] => stamp_update [11] => stamp_insert [12] => protocollo [13] => protocolloext [14] => idmittente [15] => mittente [16] => iddestinatario [17] => destinatario [18] => note [19] => autore [20] => idautore [21] => idowner [22] => idcategoria [23] => progressivo [24] => idstato [25] => pubblicato [26] => rifprotocollo [27] => owner [28] => tags [29] => descSearchProt [30] => dataSearchProtFromFormatted [31] => dataSearchProtToFormatted [32] => mittenteSearchProt [33] => destinatarioSearchProt [34] => rifprotSearchProt [35] => protocolloEstSearchProt [36] => statoSearchProt [37] => autoreSearchProt [38] => ownerSearchProt [39] => categoriaSearchProt [40] => tagsSearchProt [41] => valido [42] => idsitodeposito [43] => idprocesso [44] => idveicolocliente [45] => idtipodocumento [46] => testoDoc [47] => nRighe ) [message] => [skipOnError] => [on] => Array ( [search] => search ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_c:CList:private] => 21 [_r:CList:private] => [_e:CComponent:private] => [_m:CComponent:private] => ) [_scenario:CModel:private] => search [_e:CComponent:private] => [_m:CComponent:private] => ) [beforeAjaxUpdate] => function(id,options){resetFormDettaglioProtocollo();} [responsiveTable] => 1 [rowCssClassExpression] => ($data->valido==0)?"redrow":(($row%2)?"even":"odd") [afterAjaxUpdate] => afterAjax [ajaxType] => POST [pager] => Array ( [class] => booster.widgets.TbPager [displayFirstAndLast] => 1 ) [columns] => Array ( [0] => Array ( [header] => [type] => raw [value] => [filter] => [headerHtmlOptions] => Array ( [style] => width:0%; display:none ) [filterHtmlOptions] => Array ( [style] => width:0%; display:none ) [htmlOptions] => Array ( [style] => width:0%; display:none ) ) [1] => Array ( [header] => [name] => chkGetFileToZip [value] => Closure Object ( [this] => Sgf3DocumentiController Object ( [layout] => column1 [menu] => Array ( ) [breadcrumbs] => Array ( ) [defaultAction] => index [_id:CController:private] => sgf3Documenti [_action:CController:private] => CInlineAction Object ( [_id:CAction:private] => admin [_controller:CAction:private] => Sgf3DocumentiController Object *RECURSION* [_e:CComponent:private] => [_m:CComponent:private] => ) [_pageTitle:CController:private] => [_cachingStack:CController:private] => [_clips:CController:private] => [_dynamicOutput:CController:private] => [_pageStates:CController:private] => [_module:CController:private] => [_widgetStack:CBaseController:private] => Array ( ) [_e:CComponent:private] => [_m:CComponent:private] => Array ( [eexcelview] => EExcelBehavior Object ( [_enabled:CBehavior:private] => 1 [_owner:CBehavior:private] => Sgf3DocumentiController Object *RECURSION* [_e:CComponent:private] => [_m:CComponent:private] => ) ) ) [parameter] => Array ( [$data] => ) ) [type] => raw [htmlOptions] => Array ( [class] => td-check [style] => text-align:center; ) [headerHtmlOptions] => Array ( [class] => td-check [style] => text-align:center; ) [filter] => ) [2] => Array ( [header] => Percorso [filter] => [type] => raw [value] => $data->drawpercorsostruttura(1,6) [sortable] => [visible] => ) [3] => Array ( [class] => booster.widgets.TbEditableColumn [htmlOptions] => Array ( [style] => width:90px; ) [name] => stampdoc [value] => ((strtotime($data->stampdoc) > 0)?date("d/m/Y", strtotime($data->stampdoc)):'') [sortable] => 1 [filter] => [editable] => Array ( [mode] => popup [apply] => (false || (false && (false || empty($data->file->filename)))) [type] => date [viewformat] => dd/mm/yyyy [url] => /sgf3/Sgf3Documenti/UpdateInline [placement] => right [inputclass] => span3 [emptytext] => Valorizzare la data ) ) [4] => Array ( [class] => booster.widgets.TbEditableColumn [name] => protocollo [filter] => [sortable] => 1 [editable] => Array ( [mode] => inline [apply] => [type] => text [url] => /sgf3/Sgf3Documenti/UpdateInline [placement] => right [inputclass] => span3 [emptytext] => Inserire valore ) [visible] => [htmlOptions] => Array ( [class] => td-protocollo ) ) [5] => Array ( [class] => booster.widgets.TbEditableColumn [name] => protocolloext [filter] => [sortable] => 1 [editable] => Array ( [mode] => inline [apply] => [type] => text [url] => /sgf3/Sgf3Documenti/UpdateInline [placement] => right [inputclass] => span3 [emptytext] => Vuoto ) [visible] => [htmlOptions] => Array ( [class] => td-protocolloext ) ) [6] => Array ( [class] => booster.widgets.TbEditableColumn [name] => rifprotocollo [filter] => [sortable] => 1 [editable] => Array ( [mode] => inline [apply] => [type] => text [url] => /sgf3/Sgf3Documenti/UpdateInline [placement] => right [inputclass] => span3 [emptytext] => Vuoto ) [visible] => ) [7] => Array ( [class] => booster.widgets.TbEditableColumn [name] => idmittente [filter] => [sortable] => 1 [value] => $data->mittente [editable] => Array ( [mode] => inline [apply] => [type] => select2 [source] => Array ( [103] => Alstom ARSS [110] => Alstom Katowice [4] => ALSTOM S.p.A. [116] => Alstom Salzgitter [117] => Alstom Sesto San Giovanni [120] => Alstom TLS Italia [102] => ANSF [105] => Europainting [106] => Fayveley [108] => Fogtec [107] => Fornitore Generico [111] => MELCO Mitsubishi [112] => Poli Wabtech [113] => Regione Campania [115] => Regione Puglia [114] => RINA [122] => Trasfor PM [302] => Trasporto Ferroviario Toscano [6] => TRENITALIA [121] => TreNord ) [url] => /sgf3/Sgf3Documenti/UpdateInline [placement] => right [inputclass] => span3 [emptytext] => Vuoto ) [visible] => ) [8] => Array ( [class] => booster.widgets.TbEditableColumn [name] => iddestinatario [visible] => [filter] => [sortable] => 1 [value] => $data->destinatario [editable] => Array ( [mode] => inline [apply] => [type] => select2 [source] => Array ( [103] => Alstom ARSS [110] => Alstom Katowice [4] => ALSTOM S.p.A. [116] => Alstom Salzgitter [117] => Alstom Sesto San Giovanni [120] => Alstom TLS Italia [102] => ANSF [105] => Europainting [106] => Fayveley [108] => Fogtec [107] => Fornitore Generico [111] => MELCO Mitsubishi [112] => Poli Wabtech [113] => Regione Campania [115] => Regione Puglia [114] => RINA [122] => Trasfor PM [302] => Trasporto Ferroviario Toscano [6] => TRENITALIA [121] => TreNord ) [url] => /sgf3/Sgf3Documenti/UpdateInline [placement] => right [inputclass] => span3 [emptytext] => Vuoto ) ) [9] => Array ( [class] => booster.widgets.TbEditableColumn [name] => descrizione [header] => descrizione [filter] => [sortable] => 1 [editable] => Array ( [mode] => inline [apply] => (false || (false && (false || empty($data->file->filename)))) && (!false) [type] => text [url] => /sgf3/Sgf3Documenti/UpdateInline [placement] => right [inputclass] => span3 [emptytext] => Vuoto ) [htmlOptions] => Array ( [class] => td-descrizione ) ) [10] => Array ( [class] => booster.widgets.TbEditableColumn [name] => file_size [filter] => [value] => Closure Object ( [this] => Sgf3DocumentiController Object ( [layout] => column1 [menu] => Array ( ) [breadcrumbs] => Array ( ) [defaultAction] => index [_id:CController:private] => sgf3Documenti [_action:CController:private] => CInlineAction Object ( [_id:CAction:private] => admin [_controller:CAction:private] => Sgf3DocumentiController Object *RECURSION* [_e:CComponent:private] => [_m:CComponent:private] => ) [_pageTitle:CController:private] => [_cachingStack:CController:private] => [_clips:CController:private] => [_dynamicOutput:CController:private] => [_pageStates:CController:private] => [_module:CController:private] => [_widgetStack:CBaseController:private] => Array ( ) [_e:CComponent:private] => [_m:CComponent:private] => Array ( [eexcelview] => EExcelBehavior Object ( [_enabled:CBehavior:private] => 1 [_owner:CBehavior:private] => Sgf3DocumentiController Object *RECURSION* [_e:CComponent:private] => [_m:CComponent:private] => ) ) ) [parameter] => Array ( [$data] => ) ) [sortable] => 1 [editable] => Array ( [mode] => inline [apply] => [type] => text [url] => [placement] => right [inputclass] => span3 [emptytext] => Vuoto ) [htmlOptions] => Array ( [class] => td-size [style] => text-align:right; ) ) [11] => Array ( [class] => booster.widgets.TbEditableColumn [name] => autore [filter] => [sortable] => 1 [editable] => Array ( [mode] => inline [apply] => [type] => text [url] => /sgf3/Sgf3Documenti/UpdateInline [emptytext] => Vuoto ) [visible] => ) [12] => Array ( [class] => booster.widgets.TbEditableColumn [name] => idautore [filter] => [value] => (!empty($data->autore))?$data->autore:"" [sortable] => 1 [editable] => Array ( [mode] => inline [apply] => ( (empty($data->file->filename) || false) && (false)) [type] => select2 [source] => Array ( [321] => RINA [305] => Alstom Bologna PM [307] => Alstom Sesto PM [324] => Andreotti Fabio [246] => Barale Marco [65] => Bava Giorgio [156] => Bonelli Andrea [134] => Brundu Gavino [195] => Cagliero Giorgia [313] => Canella Paolo [326] => Carfora Ilaria [314] => Colini Stefano [132] => Colombero Ivan [106] => Contibutor sophia [1178] => cuni massimo [64] => Dabbene Enrico [41] => Del Corno Davide [856] => demichelis luca [952] => Diatto Francesco [205] => diotti renzo [157] => FAULE Fulvia [76] => Feliziani Claudio [12] => Gamba Enrico [435] => Guion Alexandra [72] => MANTOVANI Anna [315] => Masoero Davide [318] => Melco PM [68] => Negro Cristina [8] => Nervo Marina [452] => Pandolfo Gianmarco [20] => Panero Giuseppe [266] => PASSARO Roberto [301] => Pautasso Giuseppina [174] => peletti roberto [99] => PM ANSF [260] => PM Trenord [1179] => poggio diego [35] => Pomeri Emanuele [312] => Previati Roberto [328] => Puglia PM [325] => Regione Campania [329] => Reviglio Diego [306] => Sesto PM [320] => Spagnuolo Gerardo [400] => Spagnuolo Spagnuolo [231] => stilo domenico [94] => Tonello Sandra [322] => Trasfor PM [327] => Trasporto Ferroviario Toscano PM [302] => Trenitalia Emu [317] => Trucco Roberto [36] => Viara Luca [169] => Villani Federico [871] => Vincitorio Sara ) [url] => /sgf3/Sgf3Documenti/UpdateInline [emptytext] => Vuoto [options] => Array ( [prompt] => ) ) [visible] => ) [13] => Array ( [class] => booster.widgets.TbEditableColumn [name] => idowner [filter] => [value] => (!empty($data->owner))?$data->owner:"" [sortable] => 1 [editable] => Array ( [mode] => inline [apply] => false [type] => select2 [source] => Array ( [321] => RINA [305] => Alstom Bologna PM [307] => Alstom Sesto PM [324] => Andreotti Fabio [246] => Barale Marco [65] => Bava Giorgio [156] => Bonelli Andrea [134] => Brundu Gavino [195] => Cagliero Giorgia [313] => Canella Paolo [326] => Carfora Ilaria [314] => Colini Stefano [132] => Colombero Ivan [106] => Contibutor sophia [1178] => cuni massimo [64] => Dabbene Enrico [41] => Del Corno Davide [856] => demichelis luca [952] => Diatto Francesco [205] => diotti renzo [157] => FAULE Fulvia [76] => Feliziani Claudio [12] => Gamba Enrico [435] => Guion Alexandra [72] => MANTOVANI Anna [315] => Masoero Davide [318] => Melco PM [68] => Negro Cristina [8] => Nervo Marina [452] => Pandolfo Gianmarco [20] => Panero Giuseppe [266] => PASSARO Roberto [301] => Pautasso Giuseppina [174] => peletti roberto [99] => PM ANSF [260] => PM Trenord [1179] => poggio diego [35] => Pomeri Emanuele [312] => Previati Roberto [328] => Puglia PM [325] => Regione Campania [329] => Reviglio Diego [306] => Sesto PM [320] => Spagnuolo Gerardo [400] => Spagnuolo Spagnuolo [231] => stilo domenico [94] => Tonello Sandra [322] => Trasfor PM [327] => Trasporto Ferroviario Toscano PM [302] => Trenitalia Emu [317] => Trucco Roberto [36] => Viara Luca [169] => Villani Federico [871] => Vincitorio Sara ) [url] => /sgf3/Sgf3Documenti/UpdateInline [emptytext] => Vuoto [options] => Array ( [prompt] => ) ) [visible] => ) [14] => Array ( [class] => booster.widgets.TbEditableColumn [name] => note [filter] => [sortable] => 1 [editable] => Array ( [mode] => inline [apply] => [type] => text [url] => /sgf3/Sgf3Documenti/UpdateInline [emptytext] => Vuoto ) [visible] => ) [15] => Array ( [class] => booster.widgets.TbEditableColumn [name] => idstato [filter] => [value] => (!empty($data->stato->descrizione))?$data->stato->descrizione:"" [sortable] => 1 [editable] => Array ( [mode] => inline [apply] => ( (empty($data->file->filename) || false) && (false || false)) [type] => select2 [source] => Array ( [1] => Open [2] => Closed [3] => Suspended [4] => Deleted ) [url] => /sgf3/Sgf3Documenti/UpdateInline [emptytext] => Vuoto ) [visible] => ) [16] => Array ( [class] => booster.widgets.TbEditableColumn [name] => idcategoria [filter] => [value] => (!empty($data->categoria->descrizione))?$data->categoria->descrizione:"" [sortable] => 1 [editable] => Array ( [mode] => inline [apply] => ( (empty($data->file->filename) || false) && (false || false)) [type] => select2 [source] => Array ( [15] => Certificazione [18] => Engineering [14] => Finance [17] => GENERICA [16] => Project [19] => Quality ) [url] => /sgf3/Sgf3Documenti/UpdateInline [emptytext] => Vuoto ) [visible] => ) [17] => Array ( [header] => File [name] => idfile [type] => raw [value] => $data->drawFileColumn(true,0) [htmlOptions] => Array ( [class] => td-file [style] => width:100px; font-size:15px; ) ) [18] => Array ( [header] => Allegati [type] => raw [value] => (!empty($data->file->filename)?link_sgf3_suballegati(0, $data->iddocumento,6,1,162):'') [visible] => [htmlOptions] => Array ( [class] => gridButtons ) ) [19] => [20] => Array ( [header] => [htmlOptions] => Array ( [class] => gridButtons [style] => width:75px; ) [class] => booster.widgets.TbButtonColumn [template] => [visible] => [buttons] => Array ( [pubblica] => Array ( [url] => Yii::app()->createUrl("Sgf3Documenti/CambiaPubblicazione", array("iddocumento"=>$data->iddocumento)) [label] => Pubblica [icon] => glyphicon glyphicon-hand-right [click] => function(){ $('#page_loader').fadeIn(); $.fn.yiiGridView.update('sgf3-documenti-grid', { type:'POST', url:$(this).attr('href'), success:function(data) { $.fn.yiiGridView.update('sgf3-documenti-grid', {}); $('#page_loader').fadeOut(); } }) return false; } [visible] => (!$data->pubblicato) && !empty($data->file->filename) ) [modifica_dettaglio] => Array ( [url] => Yii::app()->createUrl("Sgf3Documenti/loadProtocollo/$data->iddocumento") [label] => Modifica dettaglio [icon] => glyphicon glyphicon-pencil [click] => function(){ button = $(this); $.ajax({ url: $(this).attr("href"), type: "POST", success:function(data) { caricaDatiDettaglio(data,true,false,false,false); //20170118 - TICKET:0001488 } }); return false; } ) [visualizza_dettaglio] => Array ( [url] => Yii::app()->createUrl("Sgf3Documenti/loadProtocollo/$data->iddocumento") [label] => Modifica dettaglio [icon] => glyphicon glyphicon-eye-open [click] => function(){ button = $(this); $.ajax({ url: $(this).attr("href"), type: "POST", success:function(data) { caricaDatiDettaglio(data,false,false,false,false); //20170118 - TICKET:0001488 } }); return false; } ) [toglipubblicazione] => Array ( [url] => Yii::app()->createUrl("Sgf3Documenti/CambiaPubblicazione", array("iddocumento"=>$data->iddocumento)) [label] => Rimuovi Pubblicazione [icon] => glyphicon glyphicon-hand-left [click] => function(){ $('#page_loader').fadeIn(); $.fn.yiiGridView.update('sgf3-documenti-grid', { type:'POST', url:$(this).attr('href'), success:function(data) { $.fn.yiiGridView.update('sgf3-documenti-grid', {}); $('#page_loader').fadeOut(); } }) $('#page_loader').fadeOut(); return false; } [visible] => ($data->pubblicato) && !empty($data->file->filename) [options] => Array ( [class] => ie-icons ) ) [annulla] => Array ( [url] => Yii::app()->createUrl("Sgf3Documenti/AnnullaRecuperaDocumento", array("iddocumento"=>$data->iddocumento)) [label] => Annulla [icon] => glyphicon glyphicon-ban-circle [click] => function(__event){ var url = jQuery(this).attr('href');__event.preventDefault();bootbox.dialog({ title: "ATTENZIONE", message: "Il documento selezionato verrà annullato, continuare?", show: true, backdrop: true, closeButton: true, animate: true, buttons: { cancel: { label: 'Annulla', className: 'btn-default', }, 'Conferma': { className: 'btn-danger', callback: function() {$('#page_loader').show();jQuery('#sgf3-documenti-grid').yiiGridView('update', { type: 'POST', url: url, success: function(data) { var parsedData = JSON.parse(data); if(!parsedData.esito){$('#page_loader').hide(); bootbox.dialog({ title: "ATTENZIONE", message: parsedData.messaggio, show: true, backdrop: true, closeButton: true, animate: true, buttons: { cancel: { label: 'OK', className: 'btn-danger', }, } }); }else{ jQuery('#sgf3-documenti-grid').yiiGridView('update'); } } }); } }, } }); } [visible] => $data->valido [options] => Array ( [class] => annulla ie-icons ) ) [recupera] => Array ( [url] => Yii::app()->createUrl("Sgf3Documenti/AnnullaRecuperaDocumento", array("iddocumento"=>$data->iddocumento)) [label] => Recupera [icon] => glyphicon glyphicon-repeat [click] => function(__event){ var url = jQuery(this).attr('href');__event.preventDefault();bootbox.dialog({ title: "ATTENZIONE", message: "Il documento selezionato verrà recuperato, continuare?", show: true, backdrop: true, closeButton: true, animate: true, buttons: { cancel: { label: 'Annulla', className: 'btn-default', }, 'Conferma': { className: 'btn-danger', callback: function() {$('#page_loader').show();jQuery('#sgf3-documenti-grid').yiiGridView('update', { type: 'POST', url: url, success: function(data) { var parsedData = JSON.parse(data); if(!parsedData.esito){$('#page_loader').hide(); bootbox.dialog({ title: "ATTENZIONE", message: parsedData.messaggio, show: true, backdrop: true, closeButton: true, animate: true, buttons: { cancel: { label: 'OK', className: 'btn-danger', }, } }); }else{ jQuery('#sgf3-documenti-grid').yiiGridView('update'); } } }); } }, } }); } [visible] => !$data->valido [options] => Array ( [class] => recupera ie-icons ) ) ) ) ) [htmlOptions] => Array ( [class] => boosterTable ) ) ) ) [8] => Array ( [file] => /var/www/html/dev/yii/framework/web/CBaseController.php [line] => 126 [args] => Array ( [0] => /var/www/html/dev/sgf3/protected/views/sgf3Documenti/admin.php ) [function] => require ) [9] => Array ( [file] => /var/www/html/dev/yii/framework/web/CBaseController.php [line] => 95 [function] => renderInternal [class] => CBaseController [type] => -> [args] => Array ( [0] => /var/www/html/dev/sgf3/protected/views/sgf3Documenti/admin.php [1] => Array ( [documenti] => Sgf3Documenti Object ( [idcommessaStruttura] => [dataFrom] => [dataTo] => [dataFromFormatted] => [dataToFormatted] => [descSearchProt] => [dataSearchProtFromFormatted] => [dataSearchProtToFormatted] => [mittenteSearchProt] => [destinatarioSearchProt] => [rifprotSearchProt] => [protocolloEstSearchProt] => [statoSearchProt] => [autoreSearchProt] => [ownerSearchProt] => [categoriaSearchProt] => [tagsSearchProt] => [testoDoc] => [notin_tipostruttura] => [isAdvancedSearch] => [file_size] => [chkGetFileToZip] => Array ( ) [nRighe] => [_new:CActiveRecord:private] => 1 [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [progressivo] => [pubblicato] => 1 [valido] => 1 [stamp_insert_user] => [stamp_update_user] => [idstruttura] => 162 [iddocumento] => [iddocumentocondiviso] => [stampdoc] => [descrizione] => [idfile] => [tags] => [protocollo] => [idmittente] => [mittente] => [destinatario] => [iddestinatario] => [autore] => [idautore] => [owner] => [idowner] => [idcategoria] => [idstato] => [note] => [protocolloext] => [rifprotocollo] => [idsitodeposito] => [idprocesso] => [idveicolocliente] => [idtipodocumento] => [stamp_update] => [stamp_insert] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => CList Object ( [_d:CList:private] => Array ( [0] => CRequiredValidator Object ( [requiredValue] => [strict] => [trim] => 1 [attributes] => Array ( [0] => idstruttura [1] => stampdoc [2] => descrizione ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [1] => CRequiredValidator Object ( [requiredValue] => [strict] => [trim] => 1 [attributes] => Array ( [0] => idmittente [1] => iddestinatario [2] => idautore [3] => idstato [4] => idcategoria ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [2] => CInlineValidator Object ( [method] => validaMittente [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => idmittente ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [3] => CInlineValidator Object ( [method] => validaDestinatario [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => iddestinatario ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [4] => CInlineValidator Object ( [method] => validaProcesso [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => idprocesso ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [5] => CInlineValidator Object ( [method] => validaTipodoc [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => idtipodocumento ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [6] => CInlineValidator Object ( [method] => validaveicolocliente [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => idveicolocliente ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [7] => CSafeValidator Object ( [attributes] => Array ( [0] => stampdocFormatted [1] => tagsArray [2] => file_size [3] => chkGetFileToZip [4] => nRighe ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [8] => CInlineValidator Object ( [method] => update [params] => Array ( [on] => update ) [clientValidate] => [attributes] => Array ( [0] => stampdoc [1] => descrizione [2] => protocollo [3] => idmittente [4] => mittente [5] => iddestinatario [6] => destinatario [7] => protocolloext [8] => autore [9] => note ) [message] => [skipOnError] => [on] => Array ( [update] => update ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [9] => CNumberValidator Object ( [integerOnly] => 1 [allowEmpty] => 1 [max] => [min] => [tooBig] => [tooSmall] => [integerPattern] => /^\s*[+-]?\d+\s*$/ [numberPattern] => /^\s*[-+]?[0-9]*\.?[0-9]+([eE][-+]?[0-9]+)?\s*$/ [attributes] => Array ( [0] => idsocieta [1] => idstabilimento [2] => idstruttura [3] => idfile [4] => stamp_insert_user [5] => stamp_update_user [6] => idmittente [7] => iddestinatario [8] => idautore [9] => idowner [10] => idcategoria [11] => progressivo [12] => idstato [13] => pubblicato [14] => valido [15] => idsitodeposito [16] => idprocesso [17] => idveicolocliente [18] => idtipodocumento [19] => iddocumentocondiviso ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [10] => CStringValidator Object ( [max] => 200 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => descrizione ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [11] => CStringValidator Object ( [max] => 100 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => protocollo ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [12] => CStringValidator Object ( [max] => 100 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => mittente ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [13] => CStringValidator Object ( [max] => 100 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => destinatario ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [14] => CStringValidator Object ( [max] => 100 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => protocolloext ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [15] => CStringValidator Object ( [max] => 50 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => rifprotocollo ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [16] => CStringValidator Object ( [max] => 50 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => autore ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [17] => CStringValidator Object ( [max] => 50 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => owner ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [18] => CStringValidator Object ( [max] => 250 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => note ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [19] => CStringValidator Object ( [max] => 500 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => tags ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [20] => CSafeValidator Object ( [attributes] => Array ( [0] => idsocieta [1] => idstabilimento [2] => idstruttura [3] => iddocumento [4] => iddocumentocondiviso [5] => stampdoc [6] => descrizione [7] => idfile [8] => stamp_insert_user [9] => stamp_update_user [10] => stamp_update [11] => stamp_insert [12] => protocollo [13] => protocolloext [14] => idmittente [15] => mittente [16] => iddestinatario [17] => destinatario [18] => note [19] => autore [20] => idautore [21] => idowner [22] => idcategoria [23] => progressivo [24] => idstato [25] => pubblicato [26] => rifprotocollo [27] => owner [28] => tags [29] => descSearchProt [30] => dataSearchProtFromFormatted [31] => dataSearchProtToFormatted [32] => mittenteSearchProt [33] => destinatarioSearchProt [34] => rifprotSearchProt [35] => protocolloEstSearchProt [36] => statoSearchProt [37] => autoreSearchProt [38] => ownerSearchProt [39] => categoriaSearchProt [40] => tagsSearchProt [41] => valido [42] => idsitodeposito [43] => idprocesso [44] => idveicolocliente [45] => idtipodocumento [46] => testoDoc [47] => nRighe ) [message] => [skipOnError] => [on] => Array ( [search] => search ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_c:CList:private] => 21 [_r:CList:private] => [_e:CComponent:private] => [_m:CComponent:private] => ) [_scenario:CModel:private] => search [_e:CComponent:private] => [_m:CComponent:private] => ) [prenotazioneProtocollo] => Sgf3Documenti Object ( [idcommessaStruttura] => [dataFrom] => [dataTo] => [dataFromFormatted] => [dataToFormatted] => [descSearchProt] => [dataSearchProtFromFormatted] => [dataSearchProtToFormatted] => [mittenteSearchProt] => [destinatarioSearchProt] => [rifprotSearchProt] => [protocolloEstSearchProt] => [statoSearchProt] => [autoreSearchProt] => [ownerSearchProt] => [categoriaSearchProt] => [tagsSearchProt] => [testoDoc] => [notin_tipostruttura] => [isAdvancedSearch] => [file_size] => [chkGetFileToZip] => Array ( ) [nRighe] => [_new:CActiveRecord:private] => 1 [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [progressivo] => 0 [pubblicato] => 1 [valido] => 1 [stamp_insert_user] => 1 [stamp_update_user] => 1 [idstato] => 2 ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => prenotaProtocollo [_e:CComponent:private] => [_m:CComponent:private] => ) [comboSocUte] => Array ( [descrizioneSocUte] => Array ( [6] => TRENITALIA ) ) [idStruttura] => 162 [idSocUtente] => 6 [idCommessa] => 1 [vociBreadcrumbs] => Array ( [Home] => Home [PIANO DI QUALITÀ] => PIANO DI QUALITÀ [Indice del Piano di Qualità] => Indice del Piano di Qualità ) [elementiMenu] => Array ( [0] => Array ( [label] => testLivello [url] => # [linkOptions] => Array ( [style] => [submit] => Array ( [0] => sgf3Documenti/admin ) [params] => Array ( [idsocietautente] => 6 [idcommessa] => 1 [idstrutturapadre] => 6320686 ) ) ) [1] => Array ( [label] => testLivello [url] => # [linkOptions] => Array ( [style] => [submit] => Array ( [0] => sgf3Documenti/admin ) [params] => Array ( [idsocietautente] => 6 [idcommessa] => 1 [idstrutturapadre] => 6320687 ) ) ) [2] => Array ( [label] => testLivello [url] => # [linkOptions] => Array ( [style] => [submit] => Array ( [0] => sgf3Documenti/admin ) [params] => Array ( [idsocietautente] => 6 [idcommessa] => 1 [idstrutturapadre] => 6320688 ) ) ) [3] => Array ( [label] => testLivello [url] => # [linkOptions] => Array ( [style] => [submit] => Array ( [0] => sgf3Documenti/admin ) [params] => Array ( [idsocietautente] => 6 [idcommessa] => 1 [idstrutturapadre] => 6320689 ) ) ) [4] => Array ( [label] => testLivello [url] => # [linkOptions] => Array ( [style] => [submit] => Array ( [0] => sgf3Documenti/admin ) [params] => Array ( [idsocietautente] => 6 [idcommessa] => 1 [idstrutturapadre] => 6320690 ) ) ) [5] => Array ( [label] => testLivello5 [url] => # [linkOptions] => Array ( [style] => [submit] => Array ( [0] => sgf3Documenti/admin ) [params] => Array ( [idsocietautente] => 6 [idcommessa] => 1 [idstrutturapadre] => 6320691 ) ) ) ) [isAdvancedSearch] => ) [2] => 1 ) ) [10] => Array ( [file] => /var/www/html/dev/yii/framework/web/CController.php [line] => 872 [function] => renderFile [class] => CBaseController [type] => -> [args] => Array ( [0] => /var/www/html/dev/sgf3/protected/views/sgf3Documenti/admin.php [1] => Array ( [documenti] => Sgf3Documenti Object ( [idcommessaStruttura] => [dataFrom] => [dataTo] => [dataFromFormatted] => [dataToFormatted] => [descSearchProt] => [dataSearchProtFromFormatted] => [dataSearchProtToFormatted] => [mittenteSearchProt] => [destinatarioSearchProt] => [rifprotSearchProt] => [protocolloEstSearchProt] => [statoSearchProt] => [autoreSearchProt] => [ownerSearchProt] => [categoriaSearchProt] => [tagsSearchProt] => [testoDoc] => [notin_tipostruttura] => [isAdvancedSearch] => [file_size] => [chkGetFileToZip] => Array ( ) [nRighe] => [_new:CActiveRecord:private] => 1 [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [progressivo] => [pubblicato] => 1 [valido] => 1 [stamp_insert_user] => [stamp_update_user] => [idstruttura] => 162 [iddocumento] => [iddocumentocondiviso] => [stampdoc] => [descrizione] => [idfile] => [tags] => [protocollo] => [idmittente] => [mittente] => [destinatario] => [iddestinatario] => [autore] => [idautore] => [owner] => [idowner] => [idcategoria] => [idstato] => [note] => [protocolloext] => [rifprotocollo] => [idsitodeposito] => [idprocesso] => [idveicolocliente] => [idtipodocumento] => [stamp_update] => [stamp_insert] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => CList Object ( [_d:CList:private] => Array ( [0] => CRequiredValidator Object ( [requiredValue] => [strict] => [trim] => 1 [attributes] => Array ( [0] => idstruttura [1] => stampdoc [2] => descrizione ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [1] => CRequiredValidator Object ( [requiredValue] => [strict] => [trim] => 1 [attributes] => Array ( [0] => idmittente [1] => iddestinatario [2] => idautore [3] => idstato [4] => idcategoria ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [2] => CInlineValidator Object ( [method] => validaMittente [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => idmittente ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [3] => CInlineValidator Object ( [method] => validaDestinatario [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => iddestinatario ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [4] => CInlineValidator Object ( [method] => validaProcesso [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => idprocesso ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [5] => CInlineValidator Object ( [method] => validaTipodoc [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => idtipodocumento ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [6] => CInlineValidator Object ( [method] => validaveicolocliente [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => idveicolocliente ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [7] => CSafeValidator Object ( [attributes] => Array ( [0] => stampdocFormatted [1] => tagsArray [2] => file_size [3] => chkGetFileToZip [4] => nRighe ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [8] => CInlineValidator Object ( [method] => update [params] => Array ( [on] => update ) [clientValidate] => [attributes] => Array ( [0] => stampdoc [1] => descrizione [2] => protocollo [3] => idmittente [4] => mittente [5] => iddestinatario [6] => destinatario [7] => protocolloext [8] => autore [9] => note ) [message] => [skipOnError] => [on] => Array ( [update] => update ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [9] => CNumberValidator Object ( [integerOnly] => 1 [allowEmpty] => 1 [max] => [min] => [tooBig] => [tooSmall] => [integerPattern] => /^\s*[+-]?\d+\s*$/ [numberPattern] => /^\s*[-+]?[0-9]*\.?[0-9]+([eE][-+]?[0-9]+)?\s*$/ [attributes] => Array ( [0] => idsocieta [1] => idstabilimento [2] => idstruttura [3] => idfile [4] => stamp_insert_user [5] => stamp_update_user [6] => idmittente [7] => iddestinatario [8] => idautore [9] => idowner [10] => idcategoria [11] => progressivo [12] => idstato [13] => pubblicato [14] => valido [15] => idsitodeposito [16] => idprocesso [17] => idveicolocliente [18] => idtipodocumento [19] => iddocumentocondiviso ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [10] => CStringValidator Object ( [max] => 200 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => descrizione ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [11] => CStringValidator Object ( [max] => 100 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => protocollo ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [12] => CStringValidator Object ( [max] => 100 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => mittente ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [13] => CStringValidator Object ( [max] => 100 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => destinatario ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [14] => CStringValidator Object ( [max] => 100 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => protocolloext ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [15] => CStringValidator Object ( [max] => 50 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => rifprotocollo ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [16] => CStringValidator Object ( [max] => 50 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => autore ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [17] => CStringValidator Object ( [max] => 50 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => owner ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [18] => CStringValidator Object ( [max] => 250 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => note ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [19] => CStringValidator Object ( [max] => 500 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => tags ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [20] => CSafeValidator Object ( [attributes] => Array ( [0] => idsocieta [1] => idstabilimento [2] => idstruttura [3] => iddocumento [4] => iddocumentocondiviso [5] => stampdoc [6] => descrizione [7] => idfile [8] => stamp_insert_user [9] => stamp_update_user [10] => stamp_update [11] => stamp_insert [12] => protocollo [13] => protocolloext [14] => idmittente [15] => mittente [16] => iddestinatario [17] => destinatario [18] => note [19] => autore [20] => idautore [21] => idowner [22] => idcategoria [23] => progressivo [24] => idstato [25] => pubblicato [26] => rifprotocollo [27] => owner [28] => tags [29] => descSearchProt [30] => dataSearchProtFromFormatted [31] => dataSearchProtToFormatted [32] => mittenteSearchProt [33] => destinatarioSearchProt [34] => rifprotSearchProt [35] => protocolloEstSearchProt [36] => statoSearchProt [37] => autoreSearchProt [38] => ownerSearchProt [39] => categoriaSearchProt [40] => tagsSearchProt [41] => valido [42] => idsitodeposito [43] => idprocesso [44] => idveicolocliente [45] => idtipodocumento [46] => testoDoc [47] => nRighe ) [message] => [skipOnError] => [on] => Array ( [search] => search ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_c:CList:private] => 21 [_r:CList:private] => [_e:CComponent:private] => [_m:CComponent:private] => ) [_scenario:CModel:private] => search [_e:CComponent:private] => [_m:CComponent:private] => ) [prenotazioneProtocollo] => Sgf3Documenti Object ( [idcommessaStruttura] => [dataFrom] => [dataTo] => [dataFromFormatted] => [dataToFormatted] => [descSearchProt] => [dataSearchProtFromFormatted] => [dataSearchProtToFormatted] => [mittenteSearchProt] => [destinatarioSearchProt] => [rifprotSearchProt] => [protocolloEstSearchProt] => [statoSearchProt] => [autoreSearchProt] => [ownerSearchProt] => [categoriaSearchProt] => [tagsSearchProt] => [testoDoc] => [notin_tipostruttura] => [isAdvancedSearch] => [file_size] => [chkGetFileToZip] => Array ( ) [nRighe] => [_new:CActiveRecord:private] => 1 [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [progressivo] => 0 [pubblicato] => 1 [valido] => 1 [stamp_insert_user] => 1 [stamp_update_user] => 1 [idstato] => 2 ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => prenotaProtocollo [_e:CComponent:private] => [_m:CComponent:private] => ) [comboSocUte] => Array ( [descrizioneSocUte] => Array ( [6] => TRENITALIA ) ) [idStruttura] => 162 [idSocUtente] => 6 [idCommessa] => 1 [vociBreadcrumbs] => Array ( [Home] => Home [PIANO DI QUALITÀ] => PIANO DI QUALITÀ [Indice del Piano di Qualità] => Indice del Piano di Qualità ) [elementiMenu] => Array ( [0] => Array ( [label] => testLivello [url] => # [linkOptions] => Array ( [style] => [submit] => Array ( [0] => sgf3Documenti/admin ) [params] => Array ( [idsocietautente] => 6 [idcommessa] => 1 [idstrutturapadre] => 6320686 ) ) ) [1] => Array ( [label] => testLivello [url] => # [linkOptions] => Array ( [style] => [submit] => Array ( [0] => sgf3Documenti/admin ) [params] => Array ( [idsocietautente] => 6 [idcommessa] => 1 [idstrutturapadre] => 6320687 ) ) ) [2] => Array ( [label] => testLivello [url] => # [linkOptions] => Array ( [style] => [submit] => Array ( [0] => sgf3Documenti/admin ) [params] => Array ( [idsocietautente] => 6 [idcommessa] => 1 [idstrutturapadre] => 6320688 ) ) ) [3] => Array ( [label] => testLivello [url] => # [linkOptions] => Array ( [style] => [submit] => Array ( [0] => sgf3Documenti/admin ) [params] => Array ( [idsocietautente] => 6 [idcommessa] => 1 [idstrutturapadre] => 6320689 ) ) ) [4] => Array ( [label] => testLivello [url] => # [linkOptions] => Array ( [style] => [submit] => Array ( [0] => sgf3Documenti/admin ) [params] => Array ( [idsocietautente] => 6 [idcommessa] => 1 [idstrutturapadre] => 6320690 ) ) ) [5] => Array ( [label] => testLivello5 [url] => # [linkOptions] => Array ( [style] => [submit] => Array ( [0] => sgf3Documenti/admin ) [params] => Array ( [idsocietautente] => 6 [idcommessa] => 1 [idstrutturapadre] => 6320691 ) ) ) ) [isAdvancedSearch] => ) [2] => 1 ) ) [11] => Array ( [file] => /var/www/html/dev/yii/framework/web/CController.php [line] => 785 [function] => renderPartial [class] => CController [type] => -> [args] => Array ( [0] => admin [1] => Array ( [documenti] => Sgf3Documenti Object ( [idcommessaStruttura] => [dataFrom] => [dataTo] => [dataFromFormatted] => [dataToFormatted] => [descSearchProt] => [dataSearchProtFromFormatted] => [dataSearchProtToFormatted] => [mittenteSearchProt] => [destinatarioSearchProt] => [rifprotSearchProt] => [protocolloEstSearchProt] => [statoSearchProt] => [autoreSearchProt] => [ownerSearchProt] => [categoriaSearchProt] => [tagsSearchProt] => [testoDoc] => [notin_tipostruttura] => [isAdvancedSearch] => [file_size] => [chkGetFileToZip] => Array ( ) [nRighe] => [_new:CActiveRecord:private] => 1 [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [progressivo] => [pubblicato] => 1 [valido] => 1 [stamp_insert_user] => [stamp_update_user] => [idstruttura] => 162 [iddocumento] => [iddocumentocondiviso] => [stampdoc] => [descrizione] => [idfile] => [tags] => [protocollo] => [idmittente] => [mittente] => [destinatario] => [iddestinatario] => [autore] => [idautore] => [owner] => [idowner] => [idcategoria] => [idstato] => [note] => [protocolloext] => [rifprotocollo] => [idsitodeposito] => [idprocesso] => [idveicolocliente] => [idtipodocumento] => [stamp_update] => [stamp_insert] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => CList Object ( [_d:CList:private] => Array ( [0] => CRequiredValidator Object ( [requiredValue] => [strict] => [trim] => 1 [attributes] => Array ( [0] => idstruttura [1] => stampdoc [2] => descrizione ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [1] => CRequiredValidator Object ( [requiredValue] => [strict] => [trim] => 1 [attributes] => Array ( [0] => idmittente [1] => iddestinatario [2] => idautore [3] => idstato [4] => idcategoria ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [2] => CInlineValidator Object ( [method] => validaMittente [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => idmittente ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [3] => CInlineValidator Object ( [method] => validaDestinatario [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => iddestinatario ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [4] => CInlineValidator Object ( [method] => validaProcesso [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => idprocesso ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [5] => CInlineValidator Object ( [method] => validaTipodoc [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => idtipodocumento ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [6] => CInlineValidator Object ( [method] => validaveicolocliente [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => idveicolocliente ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [7] => CSafeValidator Object ( [attributes] => Array ( [0] => stampdocFormatted [1] => tagsArray [2] => file_size [3] => chkGetFileToZip [4] => nRighe ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [8] => CInlineValidator Object ( [method] => update [params] => Array ( [on] => update ) [clientValidate] => [attributes] => Array ( [0] => stampdoc [1] => descrizione [2] => protocollo [3] => idmittente [4] => mittente [5] => iddestinatario [6] => destinatario [7] => protocolloext [8] => autore [9] => note ) [message] => [skipOnError] => [on] => Array ( [update] => update ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [9] => CNumberValidator Object ( [integerOnly] => 1 [allowEmpty] => 1 [max] => [min] => [tooBig] => [tooSmall] => [integerPattern] => /^\s*[+-]?\d+\s*$/ [numberPattern] => /^\s*[-+]?[0-9]*\.?[0-9]+([eE][-+]?[0-9]+)?\s*$/ [attributes] => Array ( [0] => idsocieta [1] => idstabilimento [2] => idstruttura [3] => idfile [4] => stamp_insert_user [5] => stamp_update_user [6] => idmittente [7] => iddestinatario [8] => idautore [9] => idowner [10] => idcategoria [11] => progressivo [12] => idstato [13] => pubblicato [14] => valido [15] => idsitodeposito [16] => idprocesso [17] => idveicolocliente [18] => idtipodocumento [19] => iddocumentocondiviso ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [10] => CStringValidator Object ( [max] => 200 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => descrizione ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [11] => CStringValidator Object ( [max] => 100 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => protocollo ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [12] => CStringValidator Object ( [max] => 100 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => mittente ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [13] => CStringValidator Object ( [max] => 100 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => destinatario ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [14] => CStringValidator Object ( [max] => 100 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => protocolloext ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [15] => CStringValidator Object ( [max] => 50 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => rifprotocollo ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [16] => CStringValidator Object ( [max] => 50 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => autore ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [17] => CStringValidator Object ( [max] => 50 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => owner ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [18] => CStringValidator Object ( [max] => 250 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => note ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [19] => CStringValidator Object ( [max] => 500 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => tags ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [20] => CSafeValidator Object ( [attributes] => Array ( [0] => idsocieta [1] => idstabilimento [2] => idstruttura [3] => iddocumento [4] => iddocumentocondiviso [5] => stampdoc [6] => descrizione [7] => idfile [8] => stamp_insert_user [9] => stamp_update_user [10] => stamp_update [11] => stamp_insert [12] => protocollo [13] => protocolloext [14] => idmittente [15] => mittente [16] => iddestinatario [17] => destinatario [18] => note [19] => autore [20] => idautore [21] => idowner [22] => idcategoria [23] => progressivo [24] => idstato [25] => pubblicato [26] => rifprotocollo [27] => owner [28] => tags [29] => descSearchProt [30] => dataSearchProtFromFormatted [31] => dataSearchProtToFormatted [32] => mittenteSearchProt [33] => destinatarioSearchProt [34] => rifprotSearchProt [35] => protocolloEstSearchProt [36] => statoSearchProt [37] => autoreSearchProt [38] => ownerSearchProt [39] => categoriaSearchProt [40] => tagsSearchProt [41] => valido [42] => idsitodeposito [43] => idprocesso [44] => idveicolocliente [45] => idtipodocumento [46] => testoDoc [47] => nRighe ) [message] => [skipOnError] => [on] => Array ( [search] => search ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_c:CList:private] => 21 [_r:CList:private] => [_e:CComponent:private] => [_m:CComponent:private] => ) [_scenario:CModel:private] => search [_e:CComponent:private] => [_m:CComponent:private] => ) [prenotazioneProtocollo] => Sgf3Documenti Object ( [idcommessaStruttura] => [dataFrom] => [dataTo] => [dataFromFormatted] => [dataToFormatted] => [descSearchProt] => [dataSearchProtFromFormatted] => [dataSearchProtToFormatted] => [mittenteSearchProt] => [destinatarioSearchProt] => [rifprotSearchProt] => [protocolloEstSearchProt] => [statoSearchProt] => [autoreSearchProt] => [ownerSearchProt] => [categoriaSearchProt] => [tagsSearchProt] => [testoDoc] => [notin_tipostruttura] => [isAdvancedSearch] => [file_size] => [chkGetFileToZip] => Array ( ) [nRighe] => [_new:CActiveRecord:private] => 1 [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [progressivo] => 0 [pubblicato] => 1 [valido] => 1 [stamp_insert_user] => 1 [stamp_update_user] => 1 [idstato] => 2 ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => prenotaProtocollo [_e:CComponent:private] => [_m:CComponent:private] => ) [comboSocUte] => Array ( [descrizioneSocUte] => Array ( [6] => TRENITALIA ) ) [idStruttura] => 162 [idSocUtente] => 6 [idCommessa] => 1 [vociBreadcrumbs] => Array ( [Home] => Home [PIANO DI QUALITÀ] => PIANO DI QUALITÀ [Indice del Piano di Qualità] => Indice del Piano di Qualità ) [elementiMenu] => Array ( [0] => Array ( [label] => testLivello [url] => # [linkOptions] => Array ( [style] => [submit] => Array ( [0] => sgf3Documenti/admin ) [params] => Array ( [idsocietautente] => 6 [idcommessa] => 1 [idstrutturapadre] => 6320686 ) ) ) [1] => Array ( [label] => testLivello [url] => # [linkOptions] => Array ( [style] => [submit] => Array ( [0] => sgf3Documenti/admin ) [params] => Array ( [idsocietautente] => 6 [idcommessa] => 1 [idstrutturapadre] => 6320687 ) ) ) [2] => Array ( [label] => testLivello [url] => # [linkOptions] => Array ( [style] => [submit] => Array ( [0] => sgf3Documenti/admin ) [params] => Array ( [idsocietautente] => 6 [idcommessa] => 1 [idstrutturapadre] => 6320688 ) ) ) [3] => Array ( [label] => testLivello [url] => # [linkOptions] => Array ( [style] => [submit] => Array ( [0] => sgf3Documenti/admin ) [params] => Array ( [idsocietautente] => 6 [idcommessa] => 1 [idstrutturapadre] => 6320689 ) ) ) [4] => Array ( [label] => testLivello [url] => # [linkOptions] => Array ( [style] => [submit] => Array ( [0] => sgf3Documenti/admin ) [params] => Array ( [idsocietautente] => 6 [idcommessa] => 1 [idstrutturapadre] => 6320690 ) ) ) [5] => Array ( [label] => testLivello5 [url] => # [linkOptions] => Array ( [style] => [submit] => Array ( [0] => sgf3Documenti/admin ) [params] => Array ( [idsocietautente] => 6 [idcommessa] => 1 [idstrutturapadre] => 6320691 ) ) ) ) [isAdvancedSearch] => ) [2] => 1 ) ) [12] => Array ( [file] => /var/www/html/dev/sgf3/protected/controllers/Sgf3DocumentiController.php [line] => 559 [function] => render [class] => CController [type] => -> [args] => Array ( [0] => admin [1] => Array ( [documenti] => Sgf3Documenti Object ( [idcommessaStruttura] => [dataFrom] => [dataTo] => [dataFromFormatted] => [dataToFormatted] => [descSearchProt] => [dataSearchProtFromFormatted] => [dataSearchProtToFormatted] => [mittenteSearchProt] => [destinatarioSearchProt] => [rifprotSearchProt] => [protocolloEstSearchProt] => [statoSearchProt] => [autoreSearchProt] => [ownerSearchProt] => [categoriaSearchProt] => [tagsSearchProt] => [testoDoc] => [notin_tipostruttura] => [isAdvancedSearch] => [file_size] => [chkGetFileToZip] => Array ( ) [nRighe] => [_new:CActiveRecord:private] => 1 [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [progressivo] => [pubblicato] => 1 [valido] => 1 [stamp_insert_user] => [stamp_update_user] => [idstruttura] => 162 [iddocumento] => [iddocumentocondiviso] => [stampdoc] => [descrizione] => [idfile] => [tags] => [protocollo] => [idmittente] => [mittente] => [destinatario] => [iddestinatario] => [autore] => [idautore] => [owner] => [idowner] => [idcategoria] => [idstato] => [note] => [protocolloext] => [rifprotocollo] => [idsitodeposito] => [idprocesso] => [idveicolocliente] => [idtipodocumento] => [stamp_update] => [stamp_insert] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => CList Object ( [_d:CList:private] => Array ( [0] => CRequiredValidator Object ( [requiredValue] => [strict] => [trim] => 1 [attributes] => Array ( [0] => idstruttura [1] => stampdoc [2] => descrizione ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [1] => CRequiredValidator Object ( [requiredValue] => [strict] => [trim] => 1 [attributes] => Array ( [0] => idmittente [1] => iddestinatario [2] => idautore [3] => idstato [4] => idcategoria ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [2] => CInlineValidator Object ( [method] => validaMittente [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => idmittente ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [3] => CInlineValidator Object ( [method] => validaDestinatario [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => iddestinatario ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [4] => CInlineValidator Object ( [method] => validaProcesso [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => idprocesso ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [5] => CInlineValidator Object ( [method] => validaTipodoc [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => idtipodocumento ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [6] => CInlineValidator Object ( [method] => validaveicolocliente [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => idveicolocliente ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [7] => CSafeValidator Object ( [attributes] => Array ( [0] => stampdocFormatted [1] => tagsArray [2] => file_size [3] => chkGetFileToZip [4] => nRighe ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [8] => CInlineValidator Object ( [method] => update [params] => Array ( [on] => update ) [clientValidate] => [attributes] => Array ( [0] => stampdoc [1] => descrizione [2] => protocollo [3] => idmittente [4] => mittente [5] => iddestinatario [6] => destinatario [7] => protocolloext [8] => autore [9] => note ) [message] => [skipOnError] => [on] => Array ( [update] => update ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [9] => CNumberValidator Object ( [integerOnly] => 1 [allowEmpty] => 1 [max] => [min] => [tooBig] => [tooSmall] => [integerPattern] => /^\s*[+-]?\d+\s*$/ [numberPattern] => /^\s*[-+]?[0-9]*\.?[0-9]+([eE][-+]?[0-9]+)?\s*$/ [attributes] => Array ( [0] => idsocieta [1] => idstabilimento [2] => idstruttura [3] => idfile [4] => stamp_insert_user [5] => stamp_update_user [6] => idmittente [7] => iddestinatario [8] => idautore [9] => idowner [10] => idcategoria [11] => progressivo [12] => idstato [13] => pubblicato [14] => valido [15] => idsitodeposito [16] => idprocesso [17] => idveicolocliente [18] => idtipodocumento [19] => iddocumentocondiviso ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [10] => CStringValidator Object ( [max] => 200 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => descrizione ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [11] => CStringValidator Object ( [max] => 100 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => protocollo ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [12] => CStringValidator Object ( [max] => 100 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => mittente ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [13] => CStringValidator Object ( [max] => 100 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => destinatario ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [14] => CStringValidator Object ( [max] => 100 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => protocolloext ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [15] => CStringValidator Object ( [max] => 50 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => rifprotocollo ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [16] => CStringValidator Object ( [max] => 50 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => autore ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [17] => CStringValidator Object ( [max] => 50 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => owner ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [18] => CStringValidator Object ( [max] => 250 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => note ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [19] => CStringValidator Object ( [max] => 500 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => tags ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [20] => CSafeValidator Object ( [attributes] => Array ( [0] => idsocieta [1] => idstabilimento [2] => idstruttura [3] => iddocumento [4] => iddocumentocondiviso [5] => stampdoc [6] => descrizione [7] => idfile [8] => stamp_insert_user [9] => stamp_update_user [10] => stamp_update [11] => stamp_insert [12] => protocollo [13] => protocolloext [14] => idmittente [15] => mittente [16] => iddestinatario [17] => destinatario [18] => note [19] => autore [20] => idautore [21] => idowner [22] => idcategoria [23] => progressivo [24] => idstato [25] => pubblicato [26] => rifprotocollo [27] => owner [28] => tags [29] => descSearchProt [30] => dataSearchProtFromFormatted [31] => dataSearchProtToFormatted [32] => mittenteSearchProt [33] => destinatarioSearchProt [34] => rifprotSearchProt [35] => protocolloEstSearchProt [36] => statoSearchProt [37] => autoreSearchProt [38] => ownerSearchProt [39] => categoriaSearchProt [40] => tagsSearchProt [41] => valido [42] => idsitodeposito [43] => idprocesso [44] => idveicolocliente [45] => idtipodocumento [46] => testoDoc [47] => nRighe ) [message] => [skipOnError] => [on] => Array ( [search] => search ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_c:CList:private] => 21 [_r:CList:private] => [_e:CComponent:private] => [_m:CComponent:private] => ) [_scenario:CModel:private] => search [_e:CComponent:private] => [_m:CComponent:private] => ) [prenotazioneProtocollo] => Sgf3Documenti Object ( [idcommessaStruttura] => [dataFrom] => [dataTo] => [dataFromFormatted] => [dataToFormatted] => [descSearchProt] => [dataSearchProtFromFormatted] => [dataSearchProtToFormatted] => [mittenteSearchProt] => [destinatarioSearchProt] => [rifprotSearchProt] => [protocolloEstSearchProt] => [statoSearchProt] => [autoreSearchProt] => [ownerSearchProt] => [categoriaSearchProt] => [tagsSearchProt] => [testoDoc] => [notin_tipostruttura] => [isAdvancedSearch] => [file_size] => [chkGetFileToZip] => Array ( ) [nRighe] => [_new:CActiveRecord:private] => 1 [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [progressivo] => 0 [pubblicato] => 1 [valido] => 1 [stamp_insert_user] => 1 [stamp_update_user] => 1 [idstato] => 2 ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => prenotaProtocollo [_e:CComponent:private] => [_m:CComponent:private] => ) [comboSocUte] => Array ( [descrizioneSocUte] => Array ( [6] => TRENITALIA ) ) [idStruttura] => 162 [idSocUtente] => 6 [idCommessa] => 1 [vociBreadcrumbs] => Array ( [Home] => Home [PIANO DI QUALITÀ] => PIANO DI QUALITÀ [Indice del Piano di Qualità] => Indice del Piano di Qualità ) [elementiMenu] => Array ( [0] => Array ( [label] => testLivello [url] => # [linkOptions] => Array ( [style] => [submit] => Array ( [0] => sgf3Documenti/admin ) [params] => Array ( [idsocietautente] => 6 [idcommessa] => 1 [idstrutturapadre] => 6320686 ) ) ) [1] => Array ( [label] => testLivello [url] => # [linkOptions] => Array ( [style] => [submit] => Array ( [0] => sgf3Documenti/admin ) [params] => Array ( [idsocietautente] => 6 [idcommessa] => 1 [idstrutturapadre] => 6320687 ) ) ) [2] => Array ( [label] => testLivello [url] => # [linkOptions] => Array ( [style] => [submit] => Array ( [0] => sgf3Documenti/admin ) [params] => Array ( [idsocietautente] => 6 [idcommessa] => 1 [idstrutturapadre] => 6320688 ) ) ) [3] => Array ( [label] => testLivello [url] => # [linkOptions] => Array ( [style] => [submit] => Array ( [0] => sgf3Documenti/admin ) [params] => Array ( [idsocietautente] => 6 [idcommessa] => 1 [idstrutturapadre] => 6320689 ) ) ) [4] => Array ( [label] => testLivello [url] => # [linkOptions] => Array ( [style] => [submit] => Array ( [0] => sgf3Documenti/admin ) [params] => Array ( [idsocietautente] => 6 [idcommessa] => 1 [idstrutturapadre] => 6320690 ) ) ) [5] => Array ( [label] => testLivello5 [url] => # [linkOptions] => Array ( [style] => [submit] => Array ( [0] => sgf3Documenti/admin ) [params] => Array ( [idsocietautente] => 6 [idcommessa] => 1 [idstrutturapadre] => 6320691 ) ) ) ) [isAdvancedSearch] => ) ) ) [13] => Array ( [file] => /var/www/html/dev/yii/framework/web/actions/CInlineAction.php [line] => 49 [function] => actionAdmin [class] => Sgf3DocumentiController [type] => -> [args] => Array ( ) ) [14] => Array ( [file] => /var/www/html/dev/yii/framework/web/CController.php [line] => 308 [function] => runWithParams [class] => CInlineAction [type] => -> [args] => Array ( [0] => Array ( ) ) ) [15] => Array ( [file] => /var/www/html/dev/yii/framework/web/filters/CFilterChain.php [line] => 134 [function] => runAction [class] => CController [type] => -> [args] => Array ( [0] => CInlineAction Object ( [_id:CAction:private] => admin [_controller:CAction:private] => Sgf3DocumentiController Object ( [layout] => column1 [menu] => Array ( ) [breadcrumbs] => Array ( ) [defaultAction] => index [_id:CController:private] => sgf3Documenti [_action:CController:private] => CInlineAction Object *RECURSION* [_pageTitle:CController:private] => [_cachingStack:CController:private] => [_clips:CController:private] => [_dynamicOutput:CController:private] => [_pageStates:CController:private] => [_module:CController:private] => [_widgetStack:CBaseController:private] => Array ( ) [_e:CComponent:private] => [_m:CComponent:private] => Array ( [eexcelview] => EExcelBehavior Object ( [_enabled:CBehavior:private] => 1 [_owner:CBehavior:private] => Sgf3DocumentiController Object *RECURSION* [_e:CComponent:private] => [_m:CComponent:private] => ) ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) ) ) [16] => Array ( [file] => /var/www/html/dev/yii/framework/web/filters/CFilter.php [line] => 40 [function] => run [class] => CFilterChain [type] => -> [args] => Array ( ) ) [17] => Array ( [file] => /var/www/html/dev/yii/framework/web/CController.php [line] => 1148 [function] => filter [class] => CFilter [type] => -> [args] => Array ( [0] => CFilterChain Object ( [controller] => Sgf3DocumentiController Object ( [layout] => column1 [menu] => Array ( ) [breadcrumbs] => Array ( ) [defaultAction] => index [_id:CController:private] => sgf3Documenti [_action:CController:private] => CInlineAction Object ( [_id:CAction:private] => admin [_controller:CAction:private] => Sgf3DocumentiController Object *RECURSION* [_e:CComponent:private] => [_m:CComponent:private] => ) [_pageTitle:CController:private] => [_cachingStack:CController:private] => [_clips:CController:private] => [_dynamicOutput:CController:private] => [_pageStates:CController:private] => [_module:CController:private] => [_widgetStack:CBaseController:private] => Array ( ) [_e:CComponent:private] => [_m:CComponent:private] => Array ( [eexcelview] => EExcelBehavior Object ( [_enabled:CBehavior:private] => 1 [_owner:CBehavior:private] => Sgf3DocumentiController Object *RECURSION* [_e:CComponent:private] => [_m:CComponent:private] => ) ) ) [action] => CInlineAction Object ( [_id:CAction:private] => admin [_controller:CAction:private] => Sgf3DocumentiController Object ( [layout] => column1 [menu] => Array ( ) [breadcrumbs] => Array ( ) [defaultAction] => index [_id:CController:private] => sgf3Documenti [_action:CController:private] => CInlineAction Object *RECURSION* [_pageTitle:CController:private] => [_cachingStack:CController:private] => [_clips:CController:private] => [_dynamicOutput:CController:private] => [_pageStates:CController:private] => [_module:CController:private] => [_widgetStack:CBaseController:private] => Array ( ) [_e:CComponent:private] => [_m:CComponent:private] => Array ( [eexcelview] => EExcelBehavior Object ( [_enabled:CBehavior:private] => 1 [_owner:CBehavior:private] => Sgf3DocumentiController Object *RECURSION* [_e:CComponent:private] => [_m:CComponent:private] => ) ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [filterIndex] => 1 [_d:CList:private] => Array ( [0] => CInlineFilter Object ( [name] => accessControl [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_c:CList:private] => 1 [_r:CList:private] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) ) [18] => Array ( [file] => /var/www/html/dev/yii/framework/web/filters/CInlineFilter.php [line] => 58 [function] => filterAccessControl [class] => CController [type] => -> [args] => Array ( [0] => CFilterChain Object ( [controller] => Sgf3DocumentiController Object ( [layout] => column1 [menu] => Array ( ) [breadcrumbs] => Array ( ) [defaultAction] => index [_id:CController:private] => sgf3Documenti [_action:CController:private] => CInlineAction Object ( [_id:CAction:private] => admin [_controller:CAction:private] => Sgf3DocumentiController Object *RECURSION* [_e:CComponent:private] => [_m:CComponent:private] => ) [_pageTitle:CController:private] => [_cachingStack:CController:private] => [_clips:CController:private] => [_dynamicOutput:CController:private] => [_pageStates:CController:private] => [_module:CController:private] => [_widgetStack:CBaseController:private] => Array ( ) [_e:CComponent:private] => [_m:CComponent:private] => Array ( [eexcelview] => EExcelBehavior Object ( [_enabled:CBehavior:private] => 1 [_owner:CBehavior:private] => Sgf3DocumentiController Object *RECURSION* [_e:CComponent:private] => [_m:CComponent:private] => ) ) ) [action] => CInlineAction Object ( [_id:CAction:private] => admin [_controller:CAction:private] => Sgf3DocumentiController Object ( [layout] => column1 [menu] => Array ( ) [breadcrumbs] => Array ( ) [defaultAction] => index [_id:CController:private] => sgf3Documenti [_action:CController:private] => CInlineAction Object *RECURSION* [_pageTitle:CController:private] => [_cachingStack:CController:private] => [_clips:CController:private] => [_dynamicOutput:CController:private] => [_pageStates:CController:private] => [_module:CController:private] => [_widgetStack:CBaseController:private] => Array ( ) [_e:CComponent:private] => [_m:CComponent:private] => Array ( [eexcelview] => EExcelBehavior Object ( [_enabled:CBehavior:private] => 1 [_owner:CBehavior:private] => Sgf3DocumentiController Object *RECURSION* [_e:CComponent:private] => [_m:CComponent:private] => ) ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [filterIndex] => 1 [_d:CList:private] => Array ( [0] => CInlineFilter Object ( [name] => accessControl [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_c:CList:private] => 1 [_r:CList:private] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) ) [19] => Array ( [file] => /var/www/html/dev/yii/framework/web/filters/CFilterChain.php [line] => 131 [function] => filter [class] => CInlineFilter [type] => -> [args] => Array ( [0] => CFilterChain Object ( [controller] => Sgf3DocumentiController Object ( [layout] => column1 [menu] => Array ( ) [breadcrumbs] => Array ( ) [defaultAction] => index [_id:CController:private] => sgf3Documenti [_action:CController:private] => CInlineAction Object ( [_id:CAction:private] => admin [_controller:CAction:private] => Sgf3DocumentiController Object *RECURSION* [_e:CComponent:private] => [_m:CComponent:private] => ) [_pageTitle:CController:private] => [_cachingStack:CController:private] => [_clips:CController:private] => [_dynamicOutput:CController:private] => [_pageStates:CController:private] => [_module:CController:private] => [_widgetStack:CBaseController:private] => Array ( ) [_e:CComponent:private] => [_m:CComponent:private] => Array ( [eexcelview] => EExcelBehavior Object ( [_enabled:CBehavior:private] => 1 [_owner:CBehavior:private] => Sgf3DocumentiController Object *RECURSION* [_e:CComponent:private] => [_m:CComponent:private] => ) ) ) [action] => CInlineAction Object ( [_id:CAction:private] => admin [_controller:CAction:private] => Sgf3DocumentiController Object ( [layout] => column1 [menu] => Array ( ) [breadcrumbs] => Array ( ) [defaultAction] => index [_id:CController:private] => sgf3Documenti [_action:CController:private] => CInlineAction Object *RECURSION* [_pageTitle:CController:private] => [_cachingStack:CController:private] => [_clips:CController:private] => [_dynamicOutput:CController:private] => [_pageStates:CController:private] => [_module:CController:private] => [_widgetStack:CBaseController:private] => Array ( ) [_e:CComponent:private] => [_m:CComponent:private] => Array ( [eexcelview] => EExcelBehavior Object ( [_enabled:CBehavior:private] => 1 [_owner:CBehavior:private] => Sgf3DocumentiController Object *RECURSION* [_e:CComponent:private] => [_m:CComponent:private] => ) ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [filterIndex] => 1 [_d:CList:private] => Array ( [0] => CInlineFilter Object ( [name] => accessControl [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_c:CList:private] => 1 [_r:CList:private] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) ) [20] => Array ( [file] => /var/www/html/dev/yii/framework/web/CController.php [line] => 291 [function] => run [class] => CFilterChain [type] => -> [args] => Array ( ) ) [21] => Array ( [file] => /var/www/html/dev/yii/framework/web/CController.php [line] => 265 [function] => runActionWithFilters [class] => CController [type] => -> [args] => Array ( [0] => CInlineAction Object ( [_id:CAction:private] => admin [_controller:CAction:private] => Sgf3DocumentiController Object ( [layout] => column1 [menu] => Array ( ) [breadcrumbs] => Array ( ) [defaultAction] => index [_id:CController:private] => sgf3Documenti [_action:CController:private] => CInlineAction Object *RECURSION* [_pageTitle:CController:private] => [_cachingStack:CController:private] => [_clips:CController:private] => [_dynamicOutput:CController:private] => [_pageStates:CController:private] => [_module:CController:private] => [_widgetStack:CBaseController:private] => Array ( ) [_e:CComponent:private] => [_m:CComponent:private] => Array ( [eexcelview] => EExcelBehavior Object ( [_enabled:CBehavior:private] => 1 [_owner:CBehavior:private] => Sgf3DocumentiController Object *RECURSION* [_e:CComponent:private] => [_m:CComponent:private] => ) ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [1] => Array ( [0] => accessControl [1] => postOnly + delete ) ) ) [22] => Array ( [file] => /var/www/html/dev/yii/framework/web/CWebApplication.php [line] => 282 [function] => run [class] => CController [type] => -> [args] => Array ( [0] => admin ) ) [23] => Array ( [file] => /var/www/html/dev/yii/framework/web/CWebApplication.php [line] => 141 [function] => runController [class] => CWebApplication [type] => -> [args] => Array ( [0] => sgf3Documenti/admin ) ) [24] => Array ( [file] => /var/www/html/dev/yii/framework/base/CApplication.php [line] => 185 [function] => processRequest [class] => CWebApplication [type] => -> [args] => Array ( ) ) [25] => Array ( [file] => /var/www/html/dev/sgf3/index.php [line] => 46 [function] => run [class] => CApplication [type] => -> [args] => Array ( ) ) ) 03/06/2025 16:55:32 - TYPE ERROR:Error 03/06/2025 16:55:32 - MESSAGE:Call to undefined function arry() 03/06/2025 16:55:32 - Error File LINE: 03/06/2025 16:55:32 - /var/www/html/dev/sgf3/protected/views/sgf3Documenti/admin.php(1335) 03/06/2025 16:55:32 - Error SOURCE CODE: 03/06/2025 16:55:32 -
1323                                                                  },
1324                                                                }
1325                                                              });
1326                                                            }",
1327                                                    'visible'=>'!$data->valido',
1328                                                    'options'=>array('class'=>'recupera ie-icons'),
1329                                                  ),
1330                                 )
1331                                );
1332           
1333           //20250212 - TICKET:0009408
1334           //DOC_SHARING - colonna con composizione widget Restrizioni per il Documento corrente
1335           $restrizioniDoc = arry();
1336           if(hasAnyRole('amministratore_sistema')){                        
1337             $restrizioniDoc = array('header'=>tr('Abilitazioni'),                            
1338                                     'type'=> 'raw',
1339                                     'value'=>function($data) use ($wgdRestrizioniStruttura) {
1340                                       $val = '';
1341                                       $wgdRestrizioniDoc = $this->widget('widgets.FrmBtnsRestrizioniClienti',
1342                                                                         array(
1343                                                                           'captureOutput' => true,
1344                                                                           'model' => new Sgf3DocumentiSocutenteRestrizioni(),
1345                                                                           'urlSave' => $this->createUrl('Sgf3DocumentiSocutenteRestrizioni/SaveRestrizioniClientiDocumento'),
1346                                                                           'clienti' => $wgdRestrizioniStruttura->clienti,
1347                                                                           'restrizioni' => Sgf3DocumentiSocutenteRestrizioni::model()->docSharingSearchRestrizioniDocumentoSocutente($data->iddocumento),
03/06/2025 16:55:32 - Stack Trace:Array ( [0] => Array ( [file] => /var/www/html/dev/yii/framework/web/CBaseController.php [line] => 126 [function] => require ) [1] => Array ( [file] => /var/www/html/dev/yii/framework/web/CBaseController.php [line] => 95 [function] => renderInternal [class] => CBaseController [type] => -> [args] => Array ( [0] => /var/www/html/dev/sgf3/protected/views/sgf3Documenti/admin.php [1] => Array ( [documenti] => Sgf3Documenti Object ( [idcommessaStruttura] => [dataFrom] => [dataTo] => [dataFromFormatted] => [dataToFormatted] => [descSearchProt] => [dataSearchProtFromFormatted] => [dataSearchProtToFormatted] => [mittenteSearchProt] => [destinatarioSearchProt] => [rifprotSearchProt] => [protocolloEstSearchProt] => [statoSearchProt] => [autoreSearchProt] => [ownerSearchProt] => [categoriaSearchProt] => [tagsSearchProt] => [testoDoc] => [notin_tipostruttura] => [isAdvancedSearch] => [file_size] => [chkGetFileToZip] => Array ( ) [nRighe] => [_new:CActiveRecord:private] => 1 [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [progressivo] => [pubblicato] => 1 [valido] => 1 [stamp_insert_user] => [stamp_update_user] => [idstruttura] => 162 [iddocumento] => [iddocumentocondiviso] => [stampdoc] => [descrizione] => [idfile] => [tags] => [protocollo] => [idmittente] => [mittente] => [destinatario] => [iddestinatario] => [autore] => [idautore] => [owner] => [idowner] => [idcategoria] => [idstato] => [note] => [protocolloext] => [rifprotocollo] => [idsitodeposito] => [idprocesso] => [idveicolocliente] => [idtipodocumento] => [stamp_update] => [stamp_insert] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => CList Object ( [_d:CList:private] => Array ( [0] => CRequiredValidator Object ( [requiredValue] => [strict] => [trim] => 1 [attributes] => Array ( [0] => idstruttura [1] => stampdoc [2] => descrizione ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [1] => CRequiredValidator Object ( [requiredValue] => [strict] => [trim] => 1 [attributes] => Array ( [0] => idmittente [1] => iddestinatario [2] => idautore [3] => idstato [4] => idcategoria ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [2] => CInlineValidator Object ( [method] => validaMittente [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => idmittente ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [3] => CInlineValidator Object ( [method] => validaDestinatario [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => iddestinatario ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [4] => CInlineValidator Object ( [method] => validaProcesso [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => idprocesso ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [5] => CInlineValidator Object ( [method] => validaTipodoc [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => idtipodocumento ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [6] => CInlineValidator Object ( [method] => validaveicolocliente [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => idveicolocliente ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [7] => CSafeValidator Object ( [attributes] => Array ( [0] => stampdocFormatted [1] => tagsArray [2] => file_size [3] => chkGetFileToZip [4] => nRighe ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [8] => CInlineValidator Object ( [method] => update [params] => Array ( [on] => update ) [clientValidate] => [attributes] => Array ( [0] => stampdoc [1] => descrizione [2] => protocollo [3] => idmittente [4] => mittente [5] => iddestinatario [6] => destinatario [7] => protocolloext [8] => autore [9] => note ) [message] => [skipOnError] => [on] => Array ( [update] => update ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [9] => CNumberValidator Object ( [integerOnly] => 1 [allowEmpty] => 1 [max] => [min] => [tooBig] => [tooSmall] => [integerPattern] => /^\s*[+-]?\d+\s*$/ [numberPattern] => /^\s*[-+]?[0-9]*\.?[0-9]+([eE][-+]?[0-9]+)?\s*$/ [attributes] => Array ( [0] => idsocieta [1] => idstabilimento [2] => idstruttura [3] => idfile [4] => stamp_insert_user [5] => stamp_update_user [6] => idmittente [7] => iddestinatario [8] => idautore [9] => idowner [10] => idcategoria [11] => progressivo [12] => idstato [13] => pubblicato [14] => valido [15] => idsitodeposito [16] => idprocesso [17] => idveicolocliente [18] => idtipodocumento [19] => iddocumentocondiviso ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [10] => CStringValidator Object ( [max] => 200 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => descrizione ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [11] => CStringValidator Object ( [max] => 100 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => protocollo ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [12] => CStringValidator Object ( [max] => 100 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => mittente ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [13] => CStringValidator Object ( [max] => 100 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => destinatario ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [14] => CStringValidator Object ( [max] => 100 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => protocolloext ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [15] => CStringValidator Object ( [max] => 50 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => rifprotocollo ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [16] => CStringValidator Object ( [max] => 50 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => autore ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [17] => CStringValidator Object ( [max] => 50 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => owner ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [18] => CStringValidator Object ( [max] => 250 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => note ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [19] => CStringValidator Object ( [max] => 500 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => tags ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [20] => CSafeValidator Object ( [attributes] => Array ( [0] => idsocieta [1] => idstabilimento [2] => idstruttura [3] => iddocumento [4] => iddocumentocondiviso [5] => stampdoc [6] => descrizione [7] => idfile [8] => stamp_insert_user [9] => stamp_update_user [10] => stamp_update [11] => stamp_insert [12] => protocollo [13] => protocolloext [14] => idmittente [15] => mittente [16] => iddestinatario [17] => destinatario [18] => note [19] => autore [20] => idautore [21] => idowner [22] => idcategoria [23] => progressivo [24] => idstato [25] => pubblicato [26] => rifprotocollo [27] => owner [28] => tags [29] => descSearchProt [30] => dataSearchProtFromFormatted [31] => dataSearchProtToFormatted [32] => mittenteSearchProt [33] => destinatarioSearchProt [34] => rifprotSearchProt [35] => protocolloEstSearchProt [36] => statoSearchProt [37] => autoreSearchProt [38] => ownerSearchProt [39] => categoriaSearchProt [40] => tagsSearchProt [41] => valido [42] => idsitodeposito [43] => idprocesso [44] => idveicolocliente [45] => idtipodocumento [46] => testoDoc [47] => nRighe ) [message] => [skipOnError] => [on] => Array ( [search] => search ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_c:CList:private] => 21 [_r:CList:private] => [_e:CComponent:private] => [_m:CComponent:private] => ) [_scenario:CModel:private] => search [_e:CComponent:private] => [_m:CComponent:private] => ) [prenotazioneProtocollo] => Sgf3Documenti Object ( [idcommessaStruttura] => [dataFrom] => [dataTo] => [dataFromFormatted] => [dataToFormatted] => [descSearchProt] => [dataSearchProtFromFormatted] => [dataSearchProtToFormatted] => [mittenteSearchProt] => [destinatarioSearchProt] => [rifprotSearchProt] => [protocolloEstSearchProt] => [statoSearchProt] => [autoreSearchProt] => [ownerSearchProt] => [categoriaSearchProt] => [tagsSearchProt] => [testoDoc] => [notin_tipostruttura] => [isAdvancedSearch] => [file_size] => [chkGetFileToZip] => Array ( ) [nRighe] => [_new:CActiveRecord:private] => 1 [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [progressivo] => 0 [pubblicato] => 1 [valido] => 1 [stamp_insert_user] => 1 [stamp_update_user] => 1 [idstato] => 2 ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => prenotaProtocollo [_e:CComponent:private] => [_m:CComponent:private] => ) [comboSocUte] => Array ( [descrizioneSocUte] => Array ( [6] => TRENITALIA ) ) [idStruttura] => 162 [idSocUtente] => 6 [idCommessa] => 1 [vociBreadcrumbs] => Array ( [Home] => Home [PIANO DI QUALITÀ] => PIANO DI QUALITÀ [Indice del Piano di Qualità] => Indice del Piano di Qualità ) [elementiMenu] => Array ( [0] => Array ( [label] => testLivello [url] => # [linkOptions] => Array ( [style] => [submit] => Array ( [0] => sgf3Documenti/admin ) [params] => Array ( [idsocietautente] => 6 [idcommessa] => 1 [idstrutturapadre] => 6320686 ) ) ) [1] => Array ( [label] => testLivello [url] => # [linkOptions] => Array ( [style] => [submit] => Array ( [0] => sgf3Documenti/admin ) [params] => Array ( [idsocietautente] => 6 [idcommessa] => 1 [idstrutturapadre] => 6320687 ) ) ) [2] => Array ( [label] => testLivello [url] => # [linkOptions] => Array ( [style] => [submit] => Array ( [0] => sgf3Documenti/admin ) [params] => Array ( [idsocietautente] => 6 [idcommessa] => 1 [idstrutturapadre] => 6320688 ) ) ) [3] => Array ( [label] => testLivello [url] => # [linkOptions] => Array ( [style] => [submit] => Array ( [0] => sgf3Documenti/admin ) [params] => Array ( [idsocietautente] => 6 [idcommessa] => 1 [idstrutturapadre] => 6320689 ) ) ) [4] => Array ( [label] => testLivello [url] => # [linkOptions] => Array ( [style] => [submit] => Array ( [0] => sgf3Documenti/admin ) [params] => Array ( [idsocietautente] => 6 [idcommessa] => 1 [idstrutturapadre] => 6320690 ) ) ) [5] => Array ( [label] => testLivello5 [url] => # [linkOptions] => Array ( [style] => [submit] => Array ( [0] => sgf3Documenti/admin ) [params] => Array ( [idsocietautente] => 6 [idcommessa] => 1 [idstrutturapadre] => 6320691 ) ) ) ) [isAdvancedSearch] => ) [2] => 1 ) ) [2] => Array ( [file] => /var/www/html/dev/yii/framework/web/CController.php [line] => 872 [function] => renderFile [class] => CBaseController [type] => -> [args] => Array ( [0] => /var/www/html/dev/sgf3/protected/views/sgf3Documenti/admin.php [1] => Array ( [documenti] => Sgf3Documenti Object ( [idcommessaStruttura] => [dataFrom] => [dataTo] => [dataFromFormatted] => [dataToFormatted] => [descSearchProt] => [dataSearchProtFromFormatted] => [dataSearchProtToFormatted] => [mittenteSearchProt] => [destinatarioSearchProt] => [rifprotSearchProt] => [protocolloEstSearchProt] => [statoSearchProt] => [autoreSearchProt] => [ownerSearchProt] => [categoriaSearchProt] => [tagsSearchProt] => [testoDoc] => [notin_tipostruttura] => [isAdvancedSearch] => [file_size] => [chkGetFileToZip] => Array ( ) [nRighe] => [_new:CActiveRecord:private] => 1 [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [progressivo] => [pubblicato] => 1 [valido] => 1 [stamp_insert_user] => [stamp_update_user] => [idstruttura] => 162 [iddocumento] => [iddocumentocondiviso] => [stampdoc] => [descrizione] => [idfile] => [tags] => [protocollo] => [idmittente] => [mittente] => [destinatario] => [iddestinatario] => [autore] => [idautore] => [owner] => [idowner] => [idcategoria] => [idstato] => [note] => [protocolloext] => [rifprotocollo] => [idsitodeposito] => [idprocesso] => [idveicolocliente] => [idtipodocumento] => [stamp_update] => [stamp_insert] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => CList Object ( [_d:CList:private] => Array ( [0] => CRequiredValidator Object ( [requiredValue] => [strict] => [trim] => 1 [attributes] => Array ( [0] => idstruttura [1] => stampdoc [2] => descrizione ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [1] => CRequiredValidator Object ( [requiredValue] => [strict] => [trim] => 1 [attributes] => Array ( [0] => idmittente [1] => iddestinatario [2] => idautore [3] => idstato [4] => idcategoria ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [2] => CInlineValidator Object ( [method] => validaMittente [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => idmittente ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [3] => CInlineValidator Object ( [method] => validaDestinatario [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => iddestinatario ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [4] => CInlineValidator Object ( [method] => validaProcesso [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => idprocesso ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [5] => CInlineValidator Object ( [method] => validaTipodoc [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => idtipodocumento ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [6] => CInlineValidator Object ( [method] => validaveicolocliente [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => idveicolocliente ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [7] => CSafeValidator Object ( [attributes] => Array ( [0] => stampdocFormatted [1] => tagsArray [2] => file_size [3] => chkGetFileToZip [4] => nRighe ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [8] => CInlineValidator Object ( [method] => update [params] => Array ( [on] => update ) [clientValidate] => [attributes] => Array ( [0] => stampdoc [1] => descrizione [2] => protocollo [3] => idmittente [4] => mittente [5] => iddestinatario [6] => destinatario [7] => protocolloext [8] => autore [9] => note ) [message] => [skipOnError] => [on] => Array ( [update] => update ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [9] => CNumberValidator Object ( [integerOnly] => 1 [allowEmpty] => 1 [max] => [min] => [tooBig] => [tooSmall] => [integerPattern] => /^\s*[+-]?\d+\s*$/ [numberPattern] => /^\s*[-+]?[0-9]*\.?[0-9]+([eE][-+]?[0-9]+)?\s*$/ [attributes] => Array ( [0] => idsocieta [1] => idstabilimento [2] => idstruttura [3] => idfile [4] => stamp_insert_user [5] => stamp_update_user [6] => idmittente [7] => iddestinatario [8] => idautore [9] => idowner [10] => idcategoria [11] => progressivo [12] => idstato [13] => pubblicato [14] => valido [15] => idsitodeposito [16] => idprocesso [17] => idveicolocliente [18] => idtipodocumento [19] => iddocumentocondiviso ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [10] => CStringValidator Object ( [max] => 200 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => descrizione ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [11] => CStringValidator Object ( [max] => 100 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => protocollo ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [12] => CStringValidator Object ( [max] => 100 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => mittente ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [13] => CStringValidator Object ( [max] => 100 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => destinatario ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [14] => CStringValidator Object ( [max] => 100 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => protocolloext ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [15] => CStringValidator Object ( [max] => 50 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => rifprotocollo ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [16] => CStringValidator Object ( [max] => 50 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => autore ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [17] => CStringValidator Object ( [max] => 50 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => owner ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [18] => CStringValidator Object ( [max] => 250 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => note ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [19] => CStringValidator Object ( [max] => 500 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => tags ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [20] => CSafeValidator Object ( [attributes] => Array ( [0] => idsocieta [1] => idstabilimento [2] => idstruttura [3] => iddocumento [4] => iddocumentocondiviso [5] => stampdoc [6] => descrizione [7] => idfile [8] => stamp_insert_user [9] => stamp_update_user [10] => stamp_update [11] => stamp_insert [12] => protocollo [13] => protocolloext [14] => idmittente [15] => mittente [16] => iddestinatario [17] => destinatario [18] => note [19] => autore [20] => idautore [21] => idowner [22] => idcategoria [23] => progressivo [24] => idstato [25] => pubblicato [26] => rifprotocollo [27] => owner [28] => tags [29] => descSearchProt [30] => dataSearchProtFromFormatted [31] => dataSearchProtToFormatted [32] => mittenteSearchProt [33] => destinatarioSearchProt [34] => rifprotSearchProt [35] => protocolloEstSearchProt [36] => statoSearchProt [37] => autoreSearchProt [38] => ownerSearchProt [39] => categoriaSearchProt [40] => tagsSearchProt [41] => valido [42] => idsitodeposito [43] => idprocesso [44] => idveicolocliente [45] => idtipodocumento [46] => testoDoc [47] => nRighe ) [message] => [skipOnError] => [on] => Array ( [search] => search ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_c:CList:private] => 21 [_r:CList:private] => [_e:CComponent:private] => [_m:CComponent:private] => ) [_scenario:CModel:private] => search [_e:CComponent:private] => [_m:CComponent:private] => ) [prenotazioneProtocollo] => Sgf3Documenti Object ( [idcommessaStruttura] => [dataFrom] => [dataTo] => [dataFromFormatted] => [dataToFormatted] => [descSearchProt] => [dataSearchProtFromFormatted] => [dataSearchProtToFormatted] => [mittenteSearchProt] => [destinatarioSearchProt] => [rifprotSearchProt] => [protocolloEstSearchProt] => [statoSearchProt] => [autoreSearchProt] => [ownerSearchProt] => [categoriaSearchProt] => [tagsSearchProt] => [testoDoc] => [notin_tipostruttura] => [isAdvancedSearch] => [file_size] => [chkGetFileToZip] => Array ( ) [nRighe] => [_new:CActiveRecord:private] => 1 [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [progressivo] => 0 [pubblicato] => 1 [valido] => 1 [stamp_insert_user] => 1 [stamp_update_user] => 1 [idstato] => 2 ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => prenotaProtocollo [_e:CComponent:private] => [_m:CComponent:private] => ) [comboSocUte] => Array ( [descrizioneSocUte] => Array ( [6] => TRENITALIA ) ) [idStruttura] => 162 [idSocUtente] => 6 [idCommessa] => 1 [vociBreadcrumbs] => Array ( [Home] => Home [PIANO DI QUALITÀ] => PIANO DI QUALITÀ [Indice del Piano di Qualità] => Indice del Piano di Qualità ) [elementiMenu] => Array ( [0] => Array ( [label] => testLivello [url] => # [linkOptions] => Array ( [style] => [submit] => Array ( [0] => sgf3Documenti/admin ) [params] => Array ( [idsocietautente] => 6 [idcommessa] => 1 [idstrutturapadre] => 6320686 ) ) ) [1] => Array ( [label] => testLivello [url] => # [linkOptions] => Array ( [style] => [submit] => Array ( [0] => sgf3Documenti/admin ) [params] => Array ( [idsocietautente] => 6 [idcommessa] => 1 [idstrutturapadre] => 6320687 ) ) ) [2] => Array ( [label] => testLivello [url] => # [linkOptions] => Array ( [style] => [submit] => Array ( [0] => sgf3Documenti/admin ) [params] => Array ( [idsocietautente] => 6 [idcommessa] => 1 [idstrutturapadre] => 6320688 ) ) ) [3] => Array ( [label] => testLivello [url] => # [linkOptions] => Array ( [style] => [submit] => Array ( [0] => sgf3Documenti/admin ) [params] => Array ( [idsocietautente] => 6 [idcommessa] => 1 [idstrutturapadre] => 6320689 ) ) ) [4] => Array ( [label] => testLivello [url] => # [linkOptions] => Array ( [style] => [submit] => Array ( [0] => sgf3Documenti/admin ) [params] => Array ( [idsocietautente] => 6 [idcommessa] => 1 [idstrutturapadre] => 6320690 ) ) ) [5] => Array ( [label] => testLivello5 [url] => # [linkOptions] => Array ( [style] => [submit] => Array ( [0] => sgf3Documenti/admin ) [params] => Array ( [idsocietautente] => 6 [idcommessa] => 1 [idstrutturapadre] => 6320691 ) ) ) ) [isAdvancedSearch] => ) [2] => 1 ) ) [3] => Array ( [file] => /var/www/html/dev/yii/framework/web/CController.php [line] => 785 [function] => renderPartial [class] => CController [type] => -> [args] => Array ( [0] => admin [1] => Array ( [documenti] => Sgf3Documenti Object ( [idcommessaStruttura] => [dataFrom] => [dataTo] => [dataFromFormatted] => [dataToFormatted] => [descSearchProt] => [dataSearchProtFromFormatted] => [dataSearchProtToFormatted] => [mittenteSearchProt] => [destinatarioSearchProt] => [rifprotSearchProt] => [protocolloEstSearchProt] => [statoSearchProt] => [autoreSearchProt] => [ownerSearchProt] => [categoriaSearchProt] => [tagsSearchProt] => [testoDoc] => [notin_tipostruttura] => [isAdvancedSearch] => [file_size] => [chkGetFileToZip] => Array ( ) [nRighe] => [_new:CActiveRecord:private] => 1 [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [progressivo] => [pubblicato] => 1 [valido] => 1 [stamp_insert_user] => [stamp_update_user] => [idstruttura] => 162 [iddocumento] => [iddocumentocondiviso] => [stampdoc] => [descrizione] => [idfile] => [tags] => [protocollo] => [idmittente] => [mittente] => [destinatario] => [iddestinatario] => [autore] => [idautore] => [owner] => [idowner] => [idcategoria] => [idstato] => [note] => [protocolloext] => [rifprotocollo] => [idsitodeposito] => [idprocesso] => [idveicolocliente] => [idtipodocumento] => [stamp_update] => [stamp_insert] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => CList Object ( [_d:CList:private] => Array ( [0] => CRequiredValidator Object ( [requiredValue] => [strict] => [trim] => 1 [attributes] => Array ( [0] => idstruttura [1] => stampdoc [2] => descrizione ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [1] => CRequiredValidator Object ( [requiredValue] => [strict] => [trim] => 1 [attributes] => Array ( [0] => idmittente [1] => iddestinatario [2] => idautore [3] => idstato [4] => idcategoria ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [2] => CInlineValidator Object ( [method] => validaMittente [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => idmittente ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [3] => CInlineValidator Object ( [method] => validaDestinatario [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => iddestinatario ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [4] => CInlineValidator Object ( [method] => validaProcesso [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => idprocesso ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [5] => CInlineValidator Object ( [method] => validaTipodoc [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => idtipodocumento ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [6] => CInlineValidator Object ( [method] => validaveicolocliente [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => idveicolocliente ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [7] => CSafeValidator Object ( [attributes] => Array ( [0] => stampdocFormatted [1] => tagsArray [2] => file_size [3] => chkGetFileToZip [4] => nRighe ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [8] => CInlineValidator Object ( [method] => update [params] => Array ( [on] => update ) [clientValidate] => [attributes] => Array ( [0] => stampdoc [1] => descrizione [2] => protocollo [3] => idmittente [4] => mittente [5] => iddestinatario [6] => destinatario [7] => protocolloext [8] => autore [9] => note ) [message] => [skipOnError] => [on] => Array ( [update] => update ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [9] => CNumberValidator Object ( [integerOnly] => 1 [allowEmpty] => 1 [max] => [min] => [tooBig] => [tooSmall] => [integerPattern] => /^\s*[+-]?\d+\s*$/ [numberPattern] => /^\s*[-+]?[0-9]*\.?[0-9]+([eE][-+]?[0-9]+)?\s*$/ [attributes] => Array ( [0] => idsocieta [1] => idstabilimento [2] => idstruttura [3] => idfile [4] => stamp_insert_user [5] => stamp_update_user [6] => idmittente [7] => iddestinatario [8] => idautore [9] => idowner [10] => idcategoria [11] => progressivo [12] => idstato [13] => pubblicato [14] => valido [15] => idsitodeposito [16] => idprocesso [17] => idveicolocliente [18] => idtipodocumento [19] => iddocumentocondiviso ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [10] => CStringValidator Object ( [max] => 200 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => descrizione ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [11] => CStringValidator Object ( [max] => 100 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => protocollo ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [12] => CStringValidator Object ( [max] => 100 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => mittente ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [13] => CStringValidator Object ( [max] => 100 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => destinatario ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [14] => CStringValidator Object ( [max] => 100 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => protocolloext ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [15] => CStringValidator Object ( [max] => 50 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => rifprotocollo ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [16] => CStringValidator Object ( [max] => 50 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => autore ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [17] => CStringValidator Object ( [max] => 50 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => owner ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [18] => CStringValidator Object ( [max] => 250 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => note ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [19] => CStringValidator Object ( [max] => 500 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => tags ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [20] => CSafeValidator Object ( [attributes] => Array ( [0] => idsocieta [1] => idstabilimento [2] => idstruttura [3] => iddocumento [4] => iddocumentocondiviso [5] => stampdoc [6] => descrizione [7] => idfile [8] => stamp_insert_user [9] => stamp_update_user [10] => stamp_update [11] => stamp_insert [12] => protocollo [13] => protocolloext [14] => idmittente [15] => mittente [16] => iddestinatario [17] => destinatario [18] => note [19] => autore [20] => idautore [21] => idowner [22] => idcategoria [23] => progressivo [24] => idstato [25] => pubblicato [26] => rifprotocollo [27] => owner [28] => tags [29] => descSearchProt [30] => dataSearchProtFromFormatted [31] => dataSearchProtToFormatted [32] => mittenteSearchProt [33] => destinatarioSearchProt [34] => rifprotSearchProt [35] => protocolloEstSearchProt [36] => statoSearchProt [37] => autoreSearchProt [38] => ownerSearchProt [39] => categoriaSearchProt [40] => tagsSearchProt [41] => valido [42] => idsitodeposito [43] => idprocesso [44] => idveicolocliente [45] => idtipodocumento [46] => testoDoc [47] => nRighe ) [message] => [skipOnError] => [on] => Array ( [search] => search ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_c:CList:private] => 21 [_r:CList:private] => [_e:CComponent:private] => [_m:CComponent:private] => ) [_scenario:CModel:private] => search [_e:CComponent:private] => [_m:CComponent:private] => ) [prenotazioneProtocollo] => Sgf3Documenti Object ( [idcommessaStruttura] => [dataFrom] => [dataTo] => [dataFromFormatted] => [dataToFormatted] => [descSearchProt] => [dataSearchProtFromFormatted] => [dataSearchProtToFormatted] => [mittenteSearchProt] => [destinatarioSearchProt] => [rifprotSearchProt] => [protocolloEstSearchProt] => [statoSearchProt] => [autoreSearchProt] => [ownerSearchProt] => [categoriaSearchProt] => [tagsSearchProt] => [testoDoc] => [notin_tipostruttura] => [isAdvancedSearch] => [file_size] => [chkGetFileToZip] => Array ( ) [nRighe] => [_new:CActiveRecord:private] => 1 [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [progressivo] => 0 [pubblicato] => 1 [valido] => 1 [stamp_insert_user] => 1 [stamp_update_user] => 1 [idstato] => 2 ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => prenotaProtocollo [_e:CComponent:private] => [_m:CComponent:private] => ) [comboSocUte] => Array ( [descrizioneSocUte] => Array ( [6] => TRENITALIA ) ) [idStruttura] => 162 [idSocUtente] => 6 [idCommessa] => 1 [vociBreadcrumbs] => Array ( [Home] => Home [PIANO DI QUALITÀ] => PIANO DI QUALITÀ [Indice del Piano di Qualità] => Indice del Piano di Qualità ) [elementiMenu] => Array ( [0] => Array ( [label] => testLivello [url] => # [linkOptions] => Array ( [style] => [submit] => Array ( [0] => sgf3Documenti/admin ) [params] => Array ( [idsocietautente] => 6 [idcommessa] => 1 [idstrutturapadre] => 6320686 ) ) ) [1] => Array ( [label] => testLivello [url] => # [linkOptions] => Array ( [style] => [submit] => Array ( [0] => sgf3Documenti/admin ) [params] => Array ( [idsocietautente] => 6 [idcommessa] => 1 [idstrutturapadre] => 6320687 ) ) ) [2] => Array ( [label] => testLivello [url] => # [linkOptions] => Array ( [style] => [submit] => Array ( [0] => sgf3Documenti/admin ) [params] => Array ( [idsocietautente] => 6 [idcommessa] => 1 [idstrutturapadre] => 6320688 ) ) ) [3] => Array ( [label] => testLivello [url] => # [linkOptions] => Array ( [style] => [submit] => Array ( [0] => sgf3Documenti/admin ) [params] => Array ( [idsocietautente] => 6 [idcommessa] => 1 [idstrutturapadre] => 6320689 ) ) ) [4] => Array ( [label] => testLivello [url] => # [linkOptions] => Array ( [style] => [submit] => Array ( [0] => sgf3Documenti/admin ) [params] => Array ( [idsocietautente] => 6 [idcommessa] => 1 [idstrutturapadre] => 6320690 ) ) ) [5] => Array ( [label] => testLivello5 [url] => # [linkOptions] => Array ( [style] => [submit] => Array ( [0] => sgf3Documenti/admin ) [params] => Array ( [idsocietautente] => 6 [idcommessa] => 1 [idstrutturapadre] => 6320691 ) ) ) ) [isAdvancedSearch] => ) [2] => 1 ) ) [4] => Array ( [file] => /var/www/html/dev/sgf3/protected/controllers/Sgf3DocumentiController.php [line] => 559 [function] => render [class] => CController [type] => -> [args] => Array ( [0] => admin [1] => Array ( [documenti] => Sgf3Documenti Object ( [idcommessaStruttura] => [dataFrom] => [dataTo] => [dataFromFormatted] => [dataToFormatted] => [descSearchProt] => [dataSearchProtFromFormatted] => [dataSearchProtToFormatted] => [mittenteSearchProt] => [destinatarioSearchProt] => [rifprotSearchProt] => [protocolloEstSearchProt] => [statoSearchProt] => [autoreSearchProt] => [ownerSearchProt] => [categoriaSearchProt] => [tagsSearchProt] => [testoDoc] => [notin_tipostruttura] => [isAdvancedSearch] => [file_size] => [chkGetFileToZip] => Array ( ) [nRighe] => [_new:CActiveRecord:private] => 1 [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [progressivo] => [pubblicato] => 1 [valido] => 1 [stamp_insert_user] => [stamp_update_user] => [idstruttura] => 162 [iddocumento] => [iddocumentocondiviso] => [stampdoc] => [descrizione] => [idfile] => [tags] => [protocollo] => [idmittente] => [mittente] => [destinatario] => [iddestinatario] => [autore] => [idautore] => [owner] => [idowner] => [idcategoria] => [idstato] => [note] => [protocolloext] => [rifprotocollo] => [idsitodeposito] => [idprocesso] => [idveicolocliente] => [idtipodocumento] => [stamp_update] => [stamp_insert] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => CList Object ( [_d:CList:private] => Array ( [0] => CRequiredValidator Object ( [requiredValue] => [strict] => [trim] => 1 [attributes] => Array ( [0] => idstruttura [1] => stampdoc [2] => descrizione ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [1] => CRequiredValidator Object ( [requiredValue] => [strict] => [trim] => 1 [attributes] => Array ( [0] => idmittente [1] => iddestinatario [2] => idautore [3] => idstato [4] => idcategoria ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [2] => CInlineValidator Object ( [method] => validaMittente [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => idmittente ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [3] => CInlineValidator Object ( [method] => validaDestinatario [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => iddestinatario ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [4] => CInlineValidator Object ( [method] => validaProcesso [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => idprocesso ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [5] => CInlineValidator Object ( [method] => validaTipodoc [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => idtipodocumento ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [6] => CInlineValidator Object ( [method] => validaveicolocliente [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => idveicolocliente ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [7] => CSafeValidator Object ( [attributes] => Array ( [0] => stampdocFormatted [1] => tagsArray [2] => file_size [3] => chkGetFileToZip [4] => nRighe ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [8] => CInlineValidator Object ( [method] => update [params] => Array ( [on] => update ) [clientValidate] => [attributes] => Array ( [0] => stampdoc [1] => descrizione [2] => protocollo [3] => idmittente [4] => mittente [5] => iddestinatario [6] => destinatario [7] => protocolloext [8] => autore [9] => note ) [message] => [skipOnError] => [on] => Array ( [update] => update ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [9] => CNumberValidator Object ( [integerOnly] => 1 [allowEmpty] => 1 [max] => [min] => [tooBig] => [tooSmall] => [integerPattern] => /^\s*[+-]?\d+\s*$/ [numberPattern] => /^\s*[-+]?[0-9]*\.?[0-9]+([eE][-+]?[0-9]+)?\s*$/ [attributes] => Array ( [0] => idsocieta [1] => idstabilimento [2] => idstruttura [3] => idfile [4] => stamp_insert_user [5] => stamp_update_user [6] => idmittente [7] => iddestinatario [8] => idautore [9] => idowner [10] => idcategoria [11] => progressivo [12] => idstato [13] => pubblicato [14] => valido [15] => idsitodeposito [16] => idprocesso [17] => idveicolocliente [18] => idtipodocumento [19] => iddocumentocondiviso ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [10] => CStringValidator Object ( [max] => 200 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => descrizione ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [11] => CStringValidator Object ( [max] => 100 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => protocollo ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [12] => CStringValidator Object ( [max] => 100 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => mittente ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [13] => CStringValidator Object ( [max] => 100 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => destinatario ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [14] => CStringValidator Object ( [max] => 100 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => protocolloext ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [15] => CStringValidator Object ( [max] => 50 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => rifprotocollo ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [16] => CStringValidator Object ( [max] => 50 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => autore ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [17] => CStringValidator Object ( [max] => 50 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => owner ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [18] => CStringValidator Object ( [max] => 250 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => note ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [19] => CStringValidator Object ( [max] => 500 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => tags ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [20] => CSafeValidator Object ( [attributes] => Array ( [0] => idsocieta [1] => idstabilimento [2] => idstruttura [3] => iddocumento [4] => iddocumentocondiviso [5] => stampdoc [6] => descrizione [7] => idfile [8] => stamp_insert_user [9] => stamp_update_user [10] => stamp_update [11] => stamp_insert [12] => protocollo [13] => protocolloext [14] => idmittente [15] => mittente [16] => iddestinatario [17] => destinatario [18] => note [19] => autore [20] => idautore [21] => idowner [22] => idcategoria [23] => progressivo [24] => idstato [25] => pubblicato [26] => rifprotocollo [27] => owner [28] => tags [29] => descSearchProt [30] => dataSearchProtFromFormatted [31] => dataSearchProtToFormatted [32] => mittenteSearchProt [33] => destinatarioSearchProt [34] => rifprotSearchProt [35] => protocolloEstSearchProt [36] => statoSearchProt [37] => autoreSearchProt [38] => ownerSearchProt [39] => categoriaSearchProt [40] => tagsSearchProt [41] => valido [42] => idsitodeposito [43] => idprocesso [44] => idveicolocliente [45] => idtipodocumento [46] => testoDoc [47] => nRighe ) [message] => [skipOnError] => [on] => Array ( [search] => search ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_c:CList:private] => 21 [_r:CList:private] => [_e:CComponent:private] => [_m:CComponent:private] => ) [_scenario:CModel:private] => search [_e:CComponent:private] => [_m:CComponent:private] => ) [prenotazioneProtocollo] => Sgf3Documenti Object ( [idcommessaStruttura] => [dataFrom] => [dataTo] => [dataFromFormatted] => [dataToFormatted] => [descSearchProt] => [dataSearchProtFromFormatted] => [dataSearchProtToFormatted] => [mittenteSearchProt] => [destinatarioSearchProt] => [rifprotSearchProt] => [protocolloEstSearchProt] => [statoSearchProt] => [autoreSearchProt] => [ownerSearchProt] => [categoriaSearchProt] => [tagsSearchProt] => [testoDoc] => [notin_tipostruttura] => [isAdvancedSearch] => [file_size] => [chkGetFileToZip] => Array ( ) [nRighe] => [_new:CActiveRecord:private] => 1 [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [progressivo] => 0 [pubblicato] => 1 [valido] => 1 [stamp_insert_user] => 1 [stamp_update_user] => 1 [idstato] => 2 ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => prenotaProtocollo [_e:CComponent:private] => [_m:CComponent:private] => ) [comboSocUte] => Array ( [descrizioneSocUte] => Array ( [6] => TRENITALIA ) ) [idStruttura] => 162 [idSocUtente] => 6 [idCommessa] => 1 [vociBreadcrumbs] => Array ( [Home] => Home [PIANO DI QUALITÀ] => PIANO DI QUALITÀ [Indice del Piano di Qualità] => Indice del Piano di Qualità ) [elementiMenu] => Array ( [0] => Array ( [label] => testLivello [url] => # [linkOptions] => Array ( [style] => [submit] => Array ( [0] => sgf3Documenti/admin ) [params] => Array ( [idsocietautente] => 6 [idcommessa] => 1 [idstrutturapadre] => 6320686 ) ) ) [1] => Array ( [label] => testLivello [url] => # [linkOptions] => Array ( [style] => [submit] => Array ( [0] => sgf3Documenti/admin ) [params] => Array ( [idsocietautente] => 6 [idcommessa] => 1 [idstrutturapadre] => 6320687 ) ) ) [2] => Array ( [label] => testLivello [url] => # [linkOptions] => Array ( [style] => [submit] => Array ( [0] => sgf3Documenti/admin ) [params] => Array ( [idsocietautente] => 6 [idcommessa] => 1 [idstrutturapadre] => 6320688 ) ) ) [3] => Array ( [label] => testLivello [url] => # [linkOptions] => Array ( [style] => [submit] => Array ( [0] => sgf3Documenti/admin ) [params] => Array ( [idsocietautente] => 6 [idcommessa] => 1 [idstrutturapadre] => 6320689 ) ) ) [4] => Array ( [label] => testLivello [url] => # [linkOptions] => Array ( [style] => [submit] => Array ( [0] => sgf3Documenti/admin ) [params] => Array ( [idsocietautente] => 6 [idcommessa] => 1 [idstrutturapadre] => 6320690 ) ) ) [5] => Array ( [label] => testLivello5 [url] => # [linkOptions] => Array ( [style] => [submit] => Array ( [0] => sgf3Documenti/admin ) [params] => Array ( [idsocietautente] => 6 [idcommessa] => 1 [idstrutturapadre] => 6320691 ) ) ) ) [isAdvancedSearch] => ) ) ) [5] => Array ( [file] => /var/www/html/dev/yii/framework/web/actions/CInlineAction.php [line] => 49 [function] => actionAdmin [class] => Sgf3DocumentiController [type] => -> [args] => Array ( ) ) [6] => Array ( [file] => /var/www/html/dev/yii/framework/web/CController.php [line] => 308 [function] => runWithParams [class] => CInlineAction [type] => -> [args] => Array ( [0] => Array ( ) ) ) [7] => Array ( [file] => /var/www/html/dev/yii/framework/web/filters/CFilterChain.php [line] => 134 [function] => runAction [class] => CController [type] => -> [args] => Array ( [0] => CInlineAction Object ( [_id:CAction:private] => admin [_controller:CAction:private] => Sgf3DocumentiController Object ( [layout] => column1 [menu] => Array ( ) [breadcrumbs] => Array ( ) [defaultAction] => index [_id:CController:private] => sgf3Documenti [_action:CController:private] => CInlineAction Object *RECURSION* [_pageTitle:CController:private] => [_cachingStack:CController:private] => [_clips:CController:private] => [_dynamicOutput:CController:private] => [_pageStates:CController:private] => [_module:CController:private] => [_widgetStack:CBaseController:private] => Array ( ) [_e:CComponent:private] => [_m:CComponent:private] => Array ( [eexcelview] => EExcelBehavior Object ( [_enabled:CBehavior:private] => 1 [_owner:CBehavior:private] => Sgf3DocumentiController Object *RECURSION* [_e:CComponent:private] => [_m:CComponent:private] => ) ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) ) ) [8] => Array ( [file] => /var/www/html/dev/yii/framework/web/filters/CFilter.php [line] => 40 [function] => run [class] => CFilterChain [type] => -> [args] => Array ( ) ) [9] => Array ( [file] => /var/www/html/dev/yii/framework/web/CController.php [line] => 1148 [function] => filter [class] => CFilter [type] => -> [args] => Array ( [0] => CFilterChain Object ( [controller] => Sgf3DocumentiController Object ( [layout] => column1 [menu] => Array ( ) [breadcrumbs] => Array ( ) [defaultAction] => index [_id:CController:private] => sgf3Documenti [_action:CController:private] => CInlineAction Object ( [_id:CAction:private] => admin [_controller:CAction:private] => Sgf3DocumentiController Object *RECURSION* [_e:CComponent:private] => [_m:CComponent:private] => ) [_pageTitle:CController:private] => [_cachingStack:CController:private] => [_clips:CController:private] => [_dynamicOutput:CController:private] => [_pageStates:CController:private] => [_module:CController:private] => [_widgetStack:CBaseController:private] => Array ( ) [_e:CComponent:private] => [_m:CComponent:private] => Array ( [eexcelview] => EExcelBehavior Object ( [_enabled:CBehavior:private] => 1 [_owner:CBehavior:private] => Sgf3DocumentiController Object *RECURSION* [_e:CComponent:private] => [_m:CComponent:private] => ) ) ) [action] => CInlineAction Object ( [_id:CAction:private] => admin [_controller:CAction:private] => Sgf3DocumentiController Object ( [layout] => column1 [menu] => Array ( ) [breadcrumbs] => Array ( ) [defaultAction] => index [_id:CController:private] => sgf3Documenti [_action:CController:private] => CInlineAction Object *RECURSION* [_pageTitle:CController:private] => [_cachingStack:CController:private] => [_clips:CController:private] => [_dynamicOutput:CController:private] => [_pageStates:CController:private] => [_module:CController:private] => [_widgetStack:CBaseController:private] => Array ( ) [_e:CComponent:private] => [_m:CComponent:private] => Array ( [eexcelview] => EExcelBehavior Object ( [_enabled:CBehavior:private] => 1 [_owner:CBehavior:private] => Sgf3DocumentiController Object *RECURSION* [_e:CComponent:private] => [_m:CComponent:private] => ) ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [filterIndex] => 1 [_d:CList:private] => Array ( [0] => CInlineFilter Object ( [name] => accessControl [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_c:CList:private] => 1 [_r:CList:private] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) ) [10] => Array ( [file] => /var/www/html/dev/yii/framework/web/filters/CInlineFilter.php [line] => 58 [function] => filterAccessControl [class] => CController [type] => -> [args] => Array ( [0] => CFilterChain Object ( [controller] => Sgf3DocumentiController Object ( [layout] => column1 [menu] => Array ( ) [breadcrumbs] => Array ( ) [defaultAction] => index [_id:CController:private] => sgf3Documenti [_action:CController:private] => CInlineAction Object ( [_id:CAction:private] => admin [_controller:CAction:private] => Sgf3DocumentiController Object *RECURSION* [_e:CComponent:private] => [_m:CComponent:private] => ) [_pageTitle:CController:private] => [_cachingStack:CController:private] => [_clips:CController:private] => [_dynamicOutput:CController:private] => [_pageStates:CController:private] => [_module:CController:private] => [_widgetStack:CBaseController:private] => Array ( ) [_e:CComponent:private] => [_m:CComponent:private] => Array ( [eexcelview] => EExcelBehavior Object ( [_enabled:CBehavior:private] => 1 [_owner:CBehavior:private] => Sgf3DocumentiController Object *RECURSION* [_e:CComponent:private] => [_m:CComponent:private] => ) ) ) [action] => CInlineAction Object ( [_id:CAction:private] => admin [_controller:CAction:private] => Sgf3DocumentiController Object ( [layout] => column1 [menu] => Array ( ) [breadcrumbs] => Array ( ) [defaultAction] => index [_id:CController:private] => sgf3Documenti [_action:CController:private] => CInlineAction Object *RECURSION* [_pageTitle:CController:private] => [_cachingStack:CController:private] => [_clips:CController:private] => [_dynamicOutput:CController:private] => [_pageStates:CController:private] => [_module:CController:private] => [_widgetStack:CBaseController:private] => Array ( ) [_e:CComponent:private] => [_m:CComponent:private] => Array ( [eexcelview] => EExcelBehavior Object ( [_enabled:CBehavior:private] => 1 [_owner:CBehavior:private] => Sgf3DocumentiController Object *RECURSION* [_e:CComponent:private] => [_m:CComponent:private] => ) ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [filterIndex] => 1 [_d:CList:private] => Array ( [0] => CInlineFilter Object ( [name] => accessControl [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_c:CList:private] => 1 [_r:CList:private] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) ) [11] => Array ( [file] => /var/www/html/dev/yii/framework/web/filters/CFilterChain.php [line] => 131 [function] => filter [class] => CInlineFilter [type] => -> [args] => Array ( [0] => CFilterChain Object ( [controller] => Sgf3DocumentiController Object ( [layout] => column1 [menu] => Array ( ) [breadcrumbs] => Array ( ) [defaultAction] => index [_id:CController:private] => sgf3Documenti [_action:CController:private] => CInlineAction Object ( [_id:CAction:private] => admin [_controller:CAction:private] => Sgf3DocumentiController Object *RECURSION* [_e:CComponent:private] => [_m:CComponent:private] => ) [_pageTitle:CController:private] => [_cachingStack:CController:private] => [_clips:CController:private] => [_dynamicOutput:CController:private] => [_pageStates:CController:private] => [_module:CController:private] => [_widgetStack:CBaseController:private] => Array ( ) [_e:CComponent:private] => [_m:CComponent:private] => Array ( [eexcelview] => EExcelBehavior Object ( [_enabled:CBehavior:private] => 1 [_owner:CBehavior:private] => Sgf3DocumentiController Object *RECURSION* [_e:CComponent:private] => [_m:CComponent:private] => ) ) ) [action] => CInlineAction Object ( [_id:CAction:private] => admin [_controller:CAction:private] => Sgf3DocumentiController Object ( [layout] => column1 [menu] => Array ( ) [breadcrumbs] => Array ( ) [defaultAction] => index [_id:CController:private] => sgf3Documenti [_action:CController:private] => CInlineAction Object *RECURSION* [_pageTitle:CController:private] => [_cachingStack:CController:private] => [_clips:CController:private] => [_dynamicOutput:CController:private] => [_pageStates:CController:private] => [_module:CController:private] => [_widgetStack:CBaseController:private] => Array ( ) [_e:CComponent:private] => [_m:CComponent:private] => Array ( [eexcelview] => EExcelBehavior Object ( [_enabled:CBehavior:private] => 1 [_owner:CBehavior:private] => Sgf3DocumentiController Object *RECURSION* [_e:CComponent:private] => [_m:CComponent:private] => ) ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [filterIndex] => 1 [_d:CList:private] => Array ( [0] => CInlineFilter Object ( [name] => accessControl [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_c:CList:private] => 1 [_r:CList:private] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) ) [12] => Array ( [file] => /var/www/html/dev/yii/framework/web/CController.php [line] => 291 [function] => run [class] => CFilterChain [type] => -> [args] => Array ( ) ) [13] => Array ( [file] => /var/www/html/dev/yii/framework/web/CController.php [line] => 265 [function] => runActionWithFilters [class] => CController [type] => -> [args] => Array ( [0] => CInlineAction Object ( [_id:CAction:private] => admin [_controller:CAction:private] => Sgf3DocumentiController Object ( [layout] => column1 [menu] => Array ( ) [breadcrumbs] => Array ( ) [defaultAction] => index [_id:CController:private] => sgf3Documenti [_action:CController:private] => CInlineAction Object *RECURSION* [_pageTitle:CController:private] => [_cachingStack:CController:private] => [_clips:CController:private] => [_dynamicOutput:CController:private] => [_pageStates:CController:private] => [_module:CController:private] => [_widgetStack:CBaseController:private] => Array ( ) [_e:CComponent:private] => [_m:CComponent:private] => Array ( [eexcelview] => EExcelBehavior Object ( [_enabled:CBehavior:private] => 1 [_owner:CBehavior:private] => Sgf3DocumentiController Object *RECURSION* [_e:CComponent:private] => [_m:CComponent:private] => ) ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [1] => Array ( [0] => accessControl [1] => postOnly + delete ) ) ) [14] => Array ( [file] => /var/www/html/dev/yii/framework/web/CWebApplication.php [line] => 282 [function] => run [class] => CController [type] => -> [args] => Array ( [0] => admin ) ) [15] => Array ( [file] => /var/www/html/dev/yii/framework/web/CWebApplication.php [line] => 141 [function] => runController [class] => CWebApplication [type] => -> [args] => Array ( [0] => sgf3Documenti/admin ) ) [16] => Array ( [file] => /var/www/html/dev/yii/framework/base/CApplication.php [line] => 185 [function] => processRequest [class] => CWebApplication [type] => -> [args] => Array ( ) ) [17] => Array ( [file] => /var/www/html/dev/sgf3/index.php [line] => 46 [function] => run [class] => CApplication [type] => -> [args] => Array ( ) ) ) 03/06/2025 16:55:45 - TYPE ERROR:CException 03/06/2025 16:55:45 - MESSAGE:Per CDataColumn deve essere specificato o il "name" o il "value". 03/06/2025 16:55:45 - Error File LINE: 03/06/2025 16:55:45 - /var/www/html/dev/yii/framework/zii/widgets/grid/CDataColumn.php(90) 03/06/2025 16:55:45 - Error SOURCE CODE: 03/06/2025 16:55:45 -
078      */
079     public $filter;
080 
081     /**
082      * Initializes the column.
083      */
084     public function init()
085     {
086         parent::init();
087         if($this->name===null)
088             $this->sortable=false;
089         if($this->name===null && $this->value===null)
090             throw new CException(Yii::t('zii','Either "name" or "value" must be specified for CDataColumn.'));
091     }
092 
093     /**
094      * Returns the filter cell content.
095      * This method will return the {@link filter} as is if it is a string.
096      * If {@link filter} is an array, it is assumed to be a list of options, and a dropdown selector will be rendered.
097      * Otherwise if {@link filter} is not false, a text field is rendered.
098      * @return string the filter cell content
099      * @since 1.1.16
100      */
101     public function getFilterCellContent()
102     {
03/06/2025 16:55:45 - Stack Trace:Array ( [0] => Array ( [file] => /var/www/html/dev/yii/framework/zii/widgets/grid/CGridView.php [line] => 417 [function] => init [class] => CDataColumn [type] => -> [args] => Array ( ) ) [1] => Array ( [file] => /var/www/html/dev/sgf3/protected/extensions/yiibooster/widgets/TbGridView.php [line] => 125 [function] => initColumns [class] => CGridView [type] => -> [args] => Array ( ) ) [2] => Array ( [file] => /var/www/html/dev/yii/framework/zii/widgets/grid/CGridView.php [line] => 375 [function] => initColumns [class] => TbGridView [type] => -> [args] => Array ( ) ) [3] => Array ( [file] => /var/www/html/dev/sgf3/protected/extensions/yiibooster/widgets/TbGridView.php [line] => 68 [function] => init [class] => CGridView [type] => -> [args] => Array ( ) ) [4] => Array ( [file] => /var/www/html/dev/sgf3/protected/extensions/yiibooster/widgets/TbExtendedGridView.php [line] => 234 [function] => init [class] => TbGridView [type] => -> [args] => Array ( ) ) [5] => Array ( [file] => /var/www/html/dev/yii/framework/web/CBaseController.php [line] => 147 [function] => init [class] => TbExtendedGridView [type] => -> [args] => Array ( ) ) [6] => Array ( [file] => /var/www/html/dev/yii/framework/web/CBaseController.php [line] => 181 [function] => createWidget [class] => CBaseController [type] => -> [args] => Array ( [0] => booster.widgets.TbExtendedGridView [1] => Array ( [id] => sgf3-documenti-grid [dataProvider] => CActiveDataProvider Object ( [modelClass] => Sgf3Documenti [model] => Sgf3Documenti Object ( [idcommessaStruttura] => [dataFrom] => [dataTo] => [dataFromFormatted] => [dataToFormatted] => [descSearchProt] => [dataSearchProtFromFormatted] => [dataSearchProtToFormatted] => [mittenteSearchProt] => [destinatarioSearchProt] => [rifprotSearchProt] => [protocolloEstSearchProt] => [statoSearchProt] => [autoreSearchProt] => [ownerSearchProt] => [categoriaSearchProt] => [tagsSearchProt] => [testoDoc] => [notin_tipostruttura] => [isAdvancedSearch] => [file_size] => [chkGetFileToZip] => Array ( ) [nRighe] => [_new:CActiveRecord:private] => 1 [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [progressivo] => [pubblicato] => 1 [valido] => 1 [stamp_insert_user] => [stamp_update_user] => [idstruttura] => 162 [iddocumento] => [iddocumentocondiviso] => [stampdoc] => [descrizione] => [idfile] => [tags] => [protocollo] => [idmittente] => [mittente] => [destinatario] => [iddestinatario] => [autore] => [idautore] => [owner] => [idowner] => [idcategoria] => [idstato] => [note] => [protocolloext] => [rifprotocollo] => [idsitodeposito] => [idprocesso] => [idveicolocliente] => [idtipodocumento] => [stamp_update] => [stamp_insert] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => CList Object ( [_d:CList:private] => Array ( [0] => CRequiredValidator Object ( [requiredValue] => [strict] => [trim] => 1 [attributes] => Array ( [0] => idstruttura [1] => stampdoc [2] => descrizione ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [1] => CRequiredValidator Object ( [requiredValue] => [strict] => [trim] => 1 [attributes] => Array ( [0] => idmittente [1] => iddestinatario [2] => idautore [3] => idstato [4] => idcategoria ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [2] => CInlineValidator Object ( [method] => validaMittente [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => idmittente ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [3] => CInlineValidator Object ( [method] => validaDestinatario [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => iddestinatario ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [4] => CInlineValidator Object ( [method] => validaProcesso [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => idprocesso ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [5] => CInlineValidator Object ( [method] => validaTipodoc [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => idtipodocumento ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [6] => CInlineValidator Object ( [method] => validaveicolocliente [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => idveicolocliente ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [7] => CSafeValidator Object ( [attributes] => Array ( [0] => stampdocFormatted [1] => tagsArray [2] => file_size [3] => chkGetFileToZip [4] => nRighe ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [8] => CInlineValidator Object ( [method] => update [params] => Array ( [on] => update ) [clientValidate] => [attributes] => Array ( [0] => stampdoc [1] => descrizione [2] => protocollo [3] => idmittente [4] => mittente [5] => iddestinatario [6] => destinatario [7] => protocolloext [8] => autore [9] => note ) [message] => [skipOnError] => [on] => Array ( [update] => update ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [9] => CNumberValidator Object ( [integerOnly] => 1 [allowEmpty] => 1 [max] => [min] => [tooBig] => [tooSmall] => [integerPattern] => /^\s*[+-]?\d+\s*$/ [numberPattern] => /^\s*[-+]?[0-9]*\.?[0-9]+([eE][-+]?[0-9]+)?\s*$/ [attributes] => Array ( [0] => idsocieta [1] => idstabilimento [2] => idstruttura [3] => idfile [4] => stamp_insert_user [5] => stamp_update_user [6] => idmittente [7] => iddestinatario [8] => idautore [9] => idowner [10] => idcategoria [11] => progressivo [12] => idstato [13] => pubblicato [14] => valido [15] => idsitodeposito [16] => idprocesso [17] => idveicolocliente [18] => idtipodocumento [19] => iddocumentocondiviso ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [10] => CStringValidator Object ( [max] => 200 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => descrizione ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [11] => CStringValidator Object ( [max] => 100 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => protocollo ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [12] => CStringValidator Object ( [max] => 100 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => mittente ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [13] => CStringValidator Object ( [max] => 100 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => destinatario ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [14] => CStringValidator Object ( [max] => 100 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => protocolloext ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [15] => CStringValidator Object ( [max] => 50 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => rifprotocollo ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [16] => CStringValidator Object ( [max] => 50 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => autore ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [17] => CStringValidator Object ( [max] => 50 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => owner ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [18] => CStringValidator Object ( [max] => 250 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => note ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [19] => CStringValidator Object ( [max] => 500 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => tags ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [20] => CSafeValidator Object ( [attributes] => Array ( [0] => idsocieta [1] => idstabilimento [2] => idstruttura [3] => iddocumento [4] => iddocumentocondiviso [5] => stampdoc [6] => descrizione [7] => idfile [8] => stamp_insert_user [9] => stamp_update_user [10] => stamp_update [11] => stamp_insert [12] => protocollo [13] => protocolloext [14] => idmittente [15] => mittente [16] => iddestinatario [17] => destinatario [18] => note [19] => autore [20] => idautore [21] => idowner [22] => idcategoria [23] => progressivo [24] => idstato [25] => pubblicato [26] => rifprotocollo [27] => owner [28] => tags [29] => descSearchProt [30] => dataSearchProtFromFormatted [31] => dataSearchProtToFormatted [32] => mittenteSearchProt [33] => destinatarioSearchProt [34] => rifprotSearchProt [35] => protocolloEstSearchProt [36] => statoSearchProt [37] => autoreSearchProt [38] => ownerSearchProt [39] => categoriaSearchProt [40] => tagsSearchProt [41] => valido [42] => idsitodeposito [43] => idprocesso [44] => idveicolocliente [45] => idtipodocumento [46] => testoDoc [47] => nRighe ) [message] => [skipOnError] => [on] => Array ( [search] => search ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_c:CList:private] => 21 [_r:CList:private] => [_e:CComponent:private] => [_m:CComponent:private] => ) [_scenario:CModel:private] => search [_e:CComponent:private] => [_m:CComponent:private] => ) [keyAttribute] => [_criteria:CActiveDataProvider:private] => CDbCriteria Object ( [select] => * [distinct] => [condition] => ((((t.idsocieta=:ycp0) AND (t.idstabilimento=:ycp1)) AND (t.idstruttura=:ycp2)) AND (t.pubblicato=:ycp3)) AND ( NOT EXISTS (SELECT 1 FROM sgf3_documenti_socutente_restrizioni r WHERE 1=1 AND r.iddocumento = t.iddocumento AND r.idsocietautente = 6)) [params] => Array ( [:ycp0] => 1 [:ycp1] => 1 [:ycp2] => 162 [:ycp3] => 1 ) [limit] => -1 [offset] => -1 [order] => [group] => [join] => [having] => [with] => Array ( [0] => file [1] => stato [2] => categoria [3] => struttura ) [alias] => [together] => [index] => [scopes] => [_e:CComponent:private] => [_m:CComponent:private] => ) [_countCriteria:CActiveDataProvider:private] => [_id:CDataProvider:private] => Sgf3Documenti [_data:CDataProvider:private] => Array ( [0] => Sgf3Documenti Object ( [idcommessaStruttura] => [dataFrom] => [dataTo] => [dataFromFormatted] => [dataToFormatted] => [descSearchProt] => [dataSearchProtFromFormatted] => [dataSearchProtToFormatted] => [mittenteSearchProt] => [destinatarioSearchProt] => [rifprotSearchProt] => [protocolloEstSearchProt] => [statoSearchProt] => [autoreSearchProt] => [ownerSearchProt] => [categoriaSearchProt] => [tagsSearchProt] => [testoDoc] => [notin_tipostruttura] => [isAdvancedSearch] => [file_size] => [chkGetFileToZip] => Array ( ) [nRighe] => [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idstruttura] => 162 [iddocumento] => 50 [iddocumentocondiviso] => [stampdoc] => 2013-03-25 00:00:00 [descrizione] => Master Plan - PERT [idfile] => 682 [tags] => [protocollo] => [idmittente] => [mittente] => [destinatario] => [iddestinatario] => [autore] => [idautore] => [owner] => [idowner] => [idcategoria] => [progressivo] => 0 [idstato] => [pubblicato] => 1 [note] => [protocolloext] => [rifprotocollo] => [valido] => 1 [idsitodeposito] => [idprocesso] => [idveicolocliente] => [idtipodocumento] => [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-25 00:00:00 [stamp_insert] => 2016-06-20 14:51:00 ) [_related:CActiveRecord:private] => Array ( [file] => FrmFilesUpload Object ( [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idfile] => 682 [iduser] => 1 [filename] => NTRE-1000-M300-SAV-001-04_20130320_B_PERT.pdf [path] => \uploads\allegati\162\NTRE-1000-M300-SAV-001-04_20130320_B_PERT.pdf [type] => pdf [size] => 111901 [data_caricamento] => 1466495788 [data_scadenza] => 1466495788 [descrizione] => NTRE-1000-M300-SAV-001-04_20130320_B_PERT.pdf [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-25 00:00:00 [stamp_insert] => 2016-06-21 09:56:28 [old_idfile] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 682 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [stato] => [categoria] => [struttura] => FrmAnaStruttura Object ( [searchDescStrutturaPadre] => [ordinePrecedente:FrmAnaStruttura:private] => 0 [idstrutturapadrePrecedente:FrmAnaStruttura:private] => 0 [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idsocietautente] => 6 [idcommessa] => 1 [idstruttura] => 162 [idstrutturapadre] => 43 [level] => 3 [visible] => 1 [ordine] => 1 [idstrutturacondivisa] => [descrizione] => 2_ Secondo invio [path_struttura] => HOME/PIANO DI QUALITÀ/Indice del Piano di Qualità/2_ Secondo invio [link] => [style] => [editable] => 1 [allegati] => 0 [idallegatidoc] => [tipo_struttura] => 0 [modoprotocollo] => 1 [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2016-06-20 13:02:55 [stamp_insert] => 2016-06-20 13:02:55 ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 162 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 50 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [1] => Sgf3Documenti Object ( [idcommessaStruttura] => [dataFrom] => [dataTo] => [dataFromFormatted] => [dataToFormatted] => [descSearchProt] => [dataSearchProtFromFormatted] => [dataSearchProtToFormatted] => [mittenteSearchProt] => [destinatarioSearchProt] => [rifprotSearchProt] => [protocolloEstSearchProt] => [statoSearchProt] => [autoreSearchProt] => [ownerSearchProt] => [categoriaSearchProt] => [tagsSearchProt] => [testoDoc] => [notin_tipostruttura] => [isAdvancedSearch] => [file_size] => [chkGetFileToZip] => Array ( ) [nRighe] => [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idstruttura] => 162 [iddocumento] => 49 [iddocumentocondiviso] => [stampdoc] => 2013-03-20 00:00:00 [descrizione] => Master Plan [idfile] => 675 [tags] => [protocollo] => [idmittente] => [mittente] => [destinatario] => [iddestinatario] => [autore] => [idautore] => [owner] => [idowner] => [idcategoria] => [progressivo] => 0 [idstato] => [pubblicato] => 1 [note] => [protocolloext] => [rifprotocollo] => [valido] => 1 [idsitodeposito] => [idprocesso] => [idveicolocliente] => [idtipodocumento] => [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-20 00:00:00 [stamp_insert] => 2016-06-20 14:51:00 ) [_related:CActiveRecord:private] => Array ( [file] => FrmFilesUpload Object ( [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idfile] => 675 [iduser] => 1 [filename] => NTRE-1000-M300-SAV-001-04_20130320_B.pdf [path] => \uploads\allegati\162\NTRE-1000-M300-SAV-001-04_20130320_B.pdf [type] => pdf [size] => 1878062 [data_caricamento] => 1466495788 [data_scadenza] => 1466495788 [descrizione] => NTRE-1000-M300-SAV-001-04_20130320_B.pdf [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-20 00:00:00 [stamp_insert] => 2016-06-21 09:56:28 [old_idfile] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 675 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [stato] => [categoria] => [struttura] => FrmAnaStruttura Object ( [searchDescStrutturaPadre] => [ordinePrecedente:FrmAnaStruttura:private] => 0 [idstrutturapadrePrecedente:FrmAnaStruttura:private] => 0 [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idsocietautente] => 6 [idcommessa] => 1 [idstruttura] => 162 [idstrutturapadre] => 43 [level] => 3 [visible] => 1 [ordine] => 1 [idstrutturacondivisa] => [descrizione] => 2_ Secondo invio [path_struttura] => HOME/PIANO DI QUALITÀ/Indice del Piano di Qualità/2_ Secondo invio [link] => [style] => [editable] => 1 [allegati] => 0 [idallegatidoc] => [tipo_struttura] => 0 [modoprotocollo] => 1 [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2016-06-20 13:02:55 [stamp_insert] => 2016-06-20 13:02:55 ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 162 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 49 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [2] => Sgf3Documenti Object ( [idcommessaStruttura] => [dataFrom] => [dataTo] => [dataFromFormatted] => [dataToFormatted] => [descSearchProt] => [dataSearchProtFromFormatted] => [dataSearchProtToFormatted] => [mittenteSearchProt] => [destinatarioSearchProt] => [rifprotSearchProt] => [protocolloEstSearchProt] => [statoSearchProt] => [autoreSearchProt] => [ownerSearchProt] => [categoriaSearchProt] => [tagsSearchProt] => [testoDoc] => [notin_tipostruttura] => [isAdvancedSearch] => [file_size] => [chkGetFileToZip] => Array ( ) [nRighe] => [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idstruttura] => 162 [iddocumento] => 45 [iddocumentocondiviso] => [stampdoc] => 2013-03-15 00:00:00 [descrizione] => 01_Piano di gestione della fornitura [idfile] => 641 [tags] => [protocollo] => [idmittente] => [mittente] => [destinatario] => [iddestinatario] => [autore] => [idautore] => [owner] => [idowner] => [idcategoria] => [progressivo] => 0 [idstato] => [pubblicato] => 1 [note] => [protocolloext] => [rifprotocollo] => [valido] => 1 [idsitodeposito] => [idprocesso] => [idveicolocliente] => [idtipodocumento] => [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-20 14:51:00 ) [_related:CActiveRecord:private] => Array ( [file] => FrmFilesUpload Object ( [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idfile] => 641 [iduser] => 1 [filename] => 1_PMP_NTRE-1000-M100-SAV-001-01.pdf [path] => \uploads\allegati\162\1_PMP_NTRE-1000-M100-SAV-001-01.pdf [type] => pdf [size] => 562497 [data_caricamento] => 1466495788 [data_scadenza] => 1466495788 [descrizione] => 1_PMP_NTRE-1000-M100-SAV-001-01.pdf [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-21 09:56:28 [old_idfile] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 641 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [stato] => [categoria] => [struttura] => FrmAnaStruttura Object ( [searchDescStrutturaPadre] => [ordinePrecedente:FrmAnaStruttura:private] => 0 [idstrutturapadrePrecedente:FrmAnaStruttura:private] => 0 [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idsocietautente] => 6 [idcommessa] => 1 [idstruttura] => 162 [idstrutturapadre] => 43 [level] => 3 [visible] => 1 [ordine] => 1 [idstrutturacondivisa] => [descrizione] => 2_ Secondo invio [path_struttura] => HOME/PIANO DI QUALITÀ/Indice del Piano di Qualità/2_ Secondo invio [link] => [style] => [editable] => 1 [allegati] => 0 [idallegatidoc] => [tipo_struttura] => 0 [modoprotocollo] => 1 [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2016-06-20 13:02:55 [stamp_insert] => 2016-06-20 13:02:55 ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 162 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 45 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [3] => Sgf3Documenti Object ( [idcommessaStruttura] => [dataFrom] => [dataTo] => [dataFromFormatted] => [dataToFormatted] => [descSearchProt] => [dataSearchProtFromFormatted] => [dataSearchProtToFormatted] => [mittenteSearchProt] => [destinatarioSearchProt] => [rifprotSearchProt] => [protocolloEstSearchProt] => [statoSearchProt] => [autoreSearchProt] => [ownerSearchProt] => [categoriaSearchProt] => [tagsSearchProt] => [testoDoc] => [notin_tipostruttura] => [isAdvancedSearch] => [file_size] => [chkGetFileToZip] => Array ( ) [nRighe] => [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idstruttura] => 162 [iddocumento] => 47 [iddocumentocondiviso] => [stampdoc] => 2013-03-15 00:00:00 [descrizione] => 05_Piano della Progettazione [idfile] => 654 [tags] => [protocollo] => [idmittente] => [mittente] => [destinatario] => [iddestinatario] => [autore] => [idautore] => [owner] => [idowner] => [idcategoria] => [progressivo] => 0 [idstato] => [pubblicato] => 1 [note] => [protocolloext] => [rifprotocollo] => [valido] => 1 [idsitodeposito] => [idprocesso] => [idveicolocliente] => [idtipodocumento] => [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-20 14:51:00 ) [_related:CActiveRecord:private] => Array ( [file] => FrmFilesUpload Object ( [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idfile] => 654 [iduser] => 1 [filename] => 5_PEP_NTRE-1000-D100-SAV-001-01.pdf [path] => \uploads\allegati\162\5_PEP_NTRE-1000-D100-SAV-001-01.pdf [type] => pdf [size] => 1393898 [data_caricamento] => 1466495788 [data_scadenza] => 1466495788 [descrizione] => 5_PEP_NTRE-1000-D100-SAV-001-01.pdf [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-21 09:56:28 [old_idfile] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 654 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [stato] => [categoria] => [struttura] => FrmAnaStruttura Object ( [searchDescStrutturaPadre] => [ordinePrecedente:FrmAnaStruttura:private] => 0 [idstrutturapadrePrecedente:FrmAnaStruttura:private] => 0 [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idsocietautente] => 6 [idcommessa] => 1 [idstruttura] => 162 [idstrutturapadre] => 43 [level] => 3 [visible] => 1 [ordine] => 1 [idstrutturacondivisa] => [descrizione] => 2_ Secondo invio [path_struttura] => HOME/PIANO DI QUALITÀ/Indice del Piano di Qualità/2_ Secondo invio [link] => [style] => [editable] => 1 [allegati] => 0 [idallegatidoc] => [tipo_struttura] => 0 [modoprotocollo] => 1 [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2016-06-20 13:02:55 [stamp_insert] => 2016-06-20 13:02:55 ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 162 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 47 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [4] => Sgf3Documenti Object ( [idcommessaStruttura] => [dataFrom] => [dataTo] => [dataFromFormatted] => [dataToFormatted] => [descSearchProt] => [dataSearchProtFromFormatted] => [dataSearchProtToFormatted] => [mittenteSearchProt] => [destinatarioSearchProt] => [rifprotSearchProt] => [protocolloEstSearchProt] => [statoSearchProt] => [autoreSearchProt] => [ownerSearchProt] => [categoriaSearchProt] => [tagsSearchProt] => [testoDoc] => [notin_tipostruttura] => [isAdvancedSearch] => [file_size] => [chkGetFileToZip] => Array ( ) [nRighe] => [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idstruttura] => 162 [iddocumento] => 48 [iddocumentocondiviso] => [stampdoc] => 2013-03-15 00:00:00 [descrizione] => 08_Project Warranty Plan [idfile] => 656 [tags] => [protocollo] => [idmittente] => [mittente] => [destinatario] => [iddestinatario] => [autore] => [idautore] => [owner] => [idowner] => [idcategoria] => [progressivo] => 0 [idstato] => [pubblicato] => 1 [note] => [protocolloext] => [rifprotocollo] => [valido] => 1 [idsitodeposito] => [idprocesso] => [idveicolocliente] => [idtipodocumento] => [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-20 14:51:00 ) [_related:CActiveRecord:private] => Array ( [file] => FrmFilesUpload Object ( [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idfile] => 656 [iduser] => 1 [filename] => 8_PWP_NTRE-1000-W100-SAV-001-01.pdf [path] => \uploads\allegati\162\8_PWP_NTRE-1000-W100-SAV-001-01.pdf [type] => pdf [size] => 1820982 [data_caricamento] => 1466495787 [data_scadenza] => 1466495787 [descrizione] => 8_PWP_NTRE-1000-W100-SAV-001-01.pdf [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-21 09:56:27 [old_idfile] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 656 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [stato] => [categoria] => [struttura] => FrmAnaStruttura Object ( [searchDescStrutturaPadre] => [ordinePrecedente:FrmAnaStruttura:private] => 0 [idstrutturapadrePrecedente:FrmAnaStruttura:private] => 0 [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idsocietautente] => 6 [idcommessa] => 1 [idstruttura] => 162 [idstrutturapadre] => 43 [level] => 3 [visible] => 1 [ordine] => 1 [idstrutturacondivisa] => [descrizione] => 2_ Secondo invio [path_struttura] => HOME/PIANO DI QUALITÀ/Indice del Piano di Qualità/2_ Secondo invio [link] => [style] => [editable] => 1 [allegati] => 0 [idallegatidoc] => [tipo_struttura] => 0 [modoprotocollo] => 1 [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2016-06-20 13:02:55 [stamp_insert] => 2016-06-20 13:02:55 ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 162 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 48 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [5] => Sgf3Documenti Object ( [idcommessaStruttura] => [dataFrom] => [dataTo] => [dataFromFormatted] => [dataToFormatted] => [descSearchProt] => [dataSearchProtFromFormatted] => [dataSearchProtToFormatted] => [mittenteSearchProt] => [destinatarioSearchProt] => [rifprotSearchProt] => [protocolloEstSearchProt] => [statoSearchProt] => [autoreSearchProt] => [ownerSearchProt] => [categoriaSearchProt] => [tagsSearchProt] => [testoDoc] => [notin_tipostruttura] => [isAdvancedSearch] => [file_size] => [chkGetFileToZip] => Array ( ) [nRighe] => [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idstruttura] => 162 [iddocumento] => 52 [iddocumentocondiviso] => [stampdoc] => 2013-03-15 00:00:00 [descrizione] => 03.1_SPL [idfile] => 648 [tags] => [protocollo] => [idmittente] => [mittente] => [destinatario] => [iddestinatario] => [autore] => [idautore] => [owner] => [idowner] => [idcategoria] => [progressivo] => 0 [idstato] => [pubblicato] => 1 [note] => [protocolloext] => [rifprotocollo] => [valido] => 1 [idsitodeposito] => [idprocesso] => [idveicolocliente] => [idtipodocumento] => [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-20 14:51:00 ) [_related:CActiveRecord:private] => Array ( [file] => FrmFilesUpload Object ( [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idfile] => 648 [iduser] => 1 [filename] => 3bis_SPL_NTRE-1000-M500-SAV-004-01_foglio1.pdf [path] => \uploads\allegati\162\3bis_SPL_NTRE-1000-M500-SAV-004-01_foglio1.pdf [type] => pdf [size] => 13404 [data_caricamento] => 1466495787 [data_scadenza] => 1466495787 [descrizione] => 3bis_SPL_NTRE-1000-M500-SAV-004-01_foglio1.pdf [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-21 09:56:27 [old_idfile] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 648 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [stato] => [categoria] => [struttura] => FrmAnaStruttura Object ( [searchDescStrutturaPadre] => [ordinePrecedente:FrmAnaStruttura:private] => 0 [idstrutturapadrePrecedente:FrmAnaStruttura:private] => 0 [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idsocietautente] => 6 [idcommessa] => 1 [idstruttura] => 162 [idstrutturapadre] => 43 [level] => 3 [visible] => 1 [ordine] => 1 [idstrutturacondivisa] => [descrizione] => 2_ Secondo invio [path_struttura] => HOME/PIANO DI QUALITÀ/Indice del Piano di Qualità/2_ Secondo invio [link] => [style] => [editable] => 1 [allegati] => 0 [idallegatidoc] => [tipo_struttura] => 0 [modoprotocollo] => 1 [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2016-06-20 13:02:55 [stamp_insert] => 2016-06-20 13:02:55 ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 162 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 52 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [6] => Sgf3Documenti Object ( [idcommessaStruttura] => [dataFrom] => [dataTo] => [dataFromFormatted] => [dataToFormatted] => [descSearchProt] => [dataSearchProtFromFormatted] => [dataSearchProtToFormatted] => [mittenteSearchProt] => [destinatarioSearchProt] => [rifprotSearchProt] => [protocolloEstSearchProt] => [statoSearchProt] => [autoreSearchProt] => [ownerSearchProt] => [categoriaSearchProt] => [tagsSearchProt] => [testoDoc] => [notin_tipostruttura] => [isAdvancedSearch] => [file_size] => [chkGetFileToZip] => Array ( ) [nRighe] => [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idstruttura] => 162 [iddocumento] => 54 [iddocumentocondiviso] => [stampdoc] => 2013-03-15 00:00:00 [descrizione] => 04.2_Software Configuration [idfile] => 652 [tags] => [protocollo] => [idmittente] => [mittente] => [destinatario] => [iddestinatario] => [autore] => [idautore] => [owner] => [idowner] => [idcategoria] => [progressivo] => 0 [idstato] => [pubblicato] => 1 [note] => [protocolloext] => [rifprotocollo] => [valido] => 1 [idsitodeposito] => [idprocesso] => [idveicolocliente] => [idtipodocumento] => [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-20 14:51:00 ) [_related:CActiveRecord:private] => Array ( [file] => FrmFilesUpload Object ( [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idfile] => 652 [iduser] => 1 [filename] => 4B_ALLEGATO2_Software_Configuration_NTRE.pdf [path] => \uploads\allegati\162\4B_ALLEGATO2_Software_Configuration_NTRE.pdf [type] => pdf [size] => 40790 [data_caricamento] => 1466495787 [data_scadenza] => 1466495787 [descrizione] => 4B_ALLEGATO2_Software_Configuration_NTRE.pdf [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-21 09:56:27 [old_idfile] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 652 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [stato] => [categoria] => [struttura] => FrmAnaStruttura Object ( [searchDescStrutturaPadre] => [ordinePrecedente:FrmAnaStruttura:private] => 0 [idstrutturapadrePrecedente:FrmAnaStruttura:private] => 0 [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idsocietautente] => 6 [idcommessa] => 1 [idstruttura] => 162 [idstrutturapadre] => 43 [level] => 3 [visible] => 1 [ordine] => 1 [idstrutturacondivisa] => [descrizione] => 2_ Secondo invio [path_struttura] => HOME/PIANO DI QUALITÀ/Indice del Piano di Qualità/2_ Secondo invio [link] => [style] => [editable] => 1 [allegati] => 0 [idallegatidoc] => [tipo_struttura] => 0 [modoprotocollo] => 1 [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2016-06-20 13:02:55 [stamp_insert] => 2016-06-20 13:02:55 ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 162 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 54 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [7] => Sgf3Documenti Object ( [idcommessaStruttura] => [dataFrom] => [dataTo] => [dataFromFormatted] => [dataToFormatted] => [descSearchProt] => [dataSearchProtFromFormatted] => [dataSearchProtToFormatted] => [mittenteSearchProt] => [destinatarioSearchProt] => [rifprotSearchProt] => [protocolloEstSearchProt] => [statoSearchProt] => [autoreSearchProt] => [ownerSearchProt] => [categoriaSearchProt] => [tagsSearchProt] => [testoDoc] => [notin_tipostruttura] => [isAdvancedSearch] => [file_size] => [chkGetFileToZip] => Array ( ) [nRighe] => [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idstruttura] => 162 [iddocumento] => 55 [iddocumentocondiviso] => [stampdoc] => 2013-03-15 00:00:00 [descrizione] => 08.2_PWP allegato B [idfile] => 658 [tags] => [protocollo] => [idmittente] => [mittente] => [destinatario] => [iddestinatario] => [autore] => [idautore] => [owner] => [idowner] => [idcategoria] => [progressivo] => 0 [idstato] => [pubblicato] => 1 [note] => [protocolloext] => [rifprotocollo] => [valido] => 1 [idsitodeposito] => [idprocesso] => [idveicolocliente] => [idtipodocumento] => [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-20 14:51:00 ) [_related:CActiveRecord:private] => Array ( [file] => FrmFilesUpload Object ( [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idfile] => 658 [iduser] => 1 [filename] => 8B_ALLEGATO2_PWP_NTRE-1000-W100-SAV-001-01.pdf [path] => \uploads\allegati\162\8B_ALLEGATO2_PWP_NTRE-1000-W100-SAV-001-01.pdf [type] => pdf [size] => 1919637 [data_caricamento] => 1466495786 [data_scadenza] => 1466495786 [descrizione] => 8B_ALLEGATO2_PWP_NTRE-1000-W100-SAV-001-01.pdf [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-21 09:56:26 [old_idfile] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 658 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [stato] => [categoria] => [struttura] => FrmAnaStruttura Object ( [searchDescStrutturaPadre] => [ordinePrecedente:FrmAnaStruttura:private] => 0 [idstrutturapadrePrecedente:FrmAnaStruttura:private] => 0 [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idsocietautente] => 6 [idcommessa] => 1 [idstruttura] => 162 [idstrutturapadre] => 43 [level] => 3 [visible] => 1 [ordine] => 1 [idstrutturacondivisa] => [descrizione] => 2_ Secondo invio [path_struttura] => HOME/PIANO DI QUALITÀ/Indice del Piano di Qualità/2_ Secondo invio [link] => [style] => [editable] => 1 [allegati] => 0 [idallegatidoc] => [tipo_struttura] => 0 [modoprotocollo] => 1 [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2016-06-20 13:02:55 [stamp_insert] => 2016-06-20 13:02:55 ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 162 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 55 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [8] => Sgf3Documenti Object ( [idcommessaStruttura] => [dataFrom] => [dataTo] => [dataFromFormatted] => [dataToFormatted] => [descSearchProt] => [dataSearchProtFromFormatted] => [dataSearchProtToFormatted] => [mittenteSearchProt] => [destinatarioSearchProt] => [rifprotSearchProt] => [protocolloEstSearchProt] => [statoSearchProt] => [autoreSearchProt] => [ownerSearchProt] => [categoriaSearchProt] => [tagsSearchProt] => [testoDoc] => [notin_tipostruttura] => [isAdvancedSearch] => [file_size] => [chkGetFileToZip] => Array ( ) [nRighe] => [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idstruttura] => 162 [iddocumento] => 56 [iddocumentocondiviso] => [stampdoc] => 2013-03-15 00:00:00 [descrizione] => 10_Piano AMIS [idfile] => 659 [tags] => [protocollo] => [idmittente] => [mittente] => [destinatario] => [iddestinatario] => [autore] => [idautore] => [owner] => [idowner] => [idcategoria] => [progressivo] => 0 [idstato] => [pubblicato] => 1 [note] => [protocolloext] => [rifprotocollo] => [valido] => 1 [idsitodeposito] => [idprocesso] => [idveicolocliente] => [idtipodocumento] => [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-20 14:51:00 ) [_related:CActiveRecord:private] => Array ( [file] => FrmFilesUpload Object ( [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idfile] => 659 [iduser] => 1 [filename] => 10_Piano AMIS_NTRE-1000-T300-SAV-001-00.pdf [path] => \uploads\allegati\162\10_Piano AMIS_NTRE-1000-T300-SAV-001-00.pdf [type] => pdf [size] => 644243 [data_caricamento] => 1466495788 [data_scadenza] => 1466495788 [descrizione] => 10_Piano AMIS_NTRE-1000-T300-SAV-001-00.pdf [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-21 09:56:28 [old_idfile] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 659 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [stato] => [categoria] => [struttura] => FrmAnaStruttura Object ( [searchDescStrutturaPadre] => [ordinePrecedente:FrmAnaStruttura:private] => 0 [idstrutturapadrePrecedente:FrmAnaStruttura:private] => 0 [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idsocietautente] => 6 [idcommessa] => 1 [idstruttura] => 162 [idstrutturapadre] => 43 [level] => 3 [visible] => 1 [ordine] => 1 [idstrutturacondivisa] => [descrizione] => 2_ Secondo invio [path_struttura] => HOME/PIANO DI QUALITÀ/Indice del Piano di Qualità/2_ Secondo invio [link] => [style] => [editable] => 1 [allegati] => 0 [idallegatidoc] => [tipo_struttura] => 0 [modoprotocollo] => 1 [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2016-06-20 13:02:55 [stamp_insert] => 2016-06-20 13:02:55 ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 162 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 56 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [9] => Sgf3Documenti Object ( [idcommessaStruttura] => [dataFrom] => [dataTo] => [dataFromFormatted] => [dataToFormatted] => [descSearchProt] => [dataSearchProtFromFormatted] => [dataSearchProtToFormatted] => [mittenteSearchProt] => [destinatarioSearchProt] => [rifprotSearchProt] => [protocolloEstSearchProt] => [statoSearchProt] => [autoreSearchProt] => [ownerSearchProt] => [categoriaSearchProt] => [tagsSearchProt] => [testoDoc] => [notin_tipostruttura] => [isAdvancedSearch] => [file_size] => [chkGetFileToZip] => Array ( ) [nRighe] => [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idstruttura] => 162 [iddocumento] => 57 [iddocumentocondiviso] => [stampdoc] => 2013-03-15 00:00:00 [descrizione] => 11_Configuration Management Plan [idfile] => 660 [tags] => [protocollo] => [idmittente] => [mittente] => [destinatario] => [iddestinatario] => [autore] => [idautore] => [owner] => [idowner] => [idcategoria] => [progressivo] => 0 [idstato] => [pubblicato] => 1 [note] => [protocolloext] => [rifprotocollo] => [valido] => 1 [idsitodeposito] => [idprocesso] => [idveicolocliente] => [idtipodocumento] => [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-20 14:51:00 ) [_related:CActiveRecord:private] => Array ( [file] => FrmFilesUpload Object ( [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idfile] => 660 [iduser] => 1 [filename] => NTRE-1000-M100-SAV-002_Rev00_Configuration_Management_Plan.pdf [path] => \uploads\allegati\162\NTRE-1000-M100-SAV-002_Rev00_Configuration_Management_Plan.pdf [type] => pdf [size] => 9387529 [data_caricamento] => 1466495786 [data_scadenza] => 1466495786 [descrizione] => NTRE-1000-M100-SAV-002_Rev00_Configuration_Management_Plan.pdf [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-21 09:56:26 [old_idfile] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 660 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [stato] => [categoria] => [struttura] => FrmAnaStruttura Object ( [searchDescStrutturaPadre] => [ordinePrecedente:FrmAnaStruttura:private] => 0 [idstrutturapadrePrecedente:FrmAnaStruttura:private] => 0 [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idsocietautente] => 6 [idcommessa] => 1 [idstruttura] => 162 [idstrutturapadre] => 43 [level] => 3 [visible] => 1 [ordine] => 1 [idstrutturacondivisa] => [descrizione] => 2_ Secondo invio [path_struttura] => HOME/PIANO DI QUALITÀ/Indice del Piano di Qualità/2_ Secondo invio [link] => [style] => [editable] => 1 [allegati] => 0 [idallegatidoc] => [tipo_struttura] => 0 [modoprotocollo] => 1 [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2016-06-20 13:02:55 [stamp_insert] => 2016-06-20 13:02:55 ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 162 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 57 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [10] => Sgf3Documenti Object ( [idcommessaStruttura] => [dataFrom] => [dataTo] => [dataFromFormatted] => [dataToFormatted] => [descSearchProt] => [dataSearchProtFromFormatted] => [dataSearchProtToFormatted] => [mittenteSearchProt] => [destinatarioSearchProt] => [rifprotSearchProt] => [protocolloEstSearchProt] => [statoSearchProt] => [autoreSearchProt] => [ownerSearchProt] => [categoriaSearchProt] => [tagsSearchProt] => [testoDoc] => [notin_tipostruttura] => [isAdvancedSearch] => [file_size] => [chkGetFileToZip] => Array ( ) [nRighe] => [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idstruttura] => 162 [iddocumento] => 58 [iddocumentocondiviso] => [stampdoc] => 2013-03-15 00:00:00 [descrizione] => 13_Project Validation Management Plan [idfile] => 662 [tags] => [protocollo] => [idmittente] => [mittente] => [destinatario] => [iddestinatario] => [autore] => [idautore] => [owner] => [idowner] => [idcategoria] => [progressivo] => 0 [idstato] => [pubblicato] => 1 [note] => [protocolloext] => [rifprotocollo] => [valido] => 1 [idsitodeposito] => [idprocesso] => [idveicolocliente] => [idtipodocumento] => [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-20 14:51:00 ) [_related:CActiveRecord:private] => Array ( [file] => FrmFilesUpload Object ( [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idfile] => 662 [iduser] => 1 [filename] => NTRE-1000-T200-SAV-001 Rev00_13-11-12 .pdf [path] => \uploads\allegati\162\NTRE-1000-T200-SAV-001 Rev00_13-11-12 .pdf [type] => pdf [size] => 598306 [data_caricamento] => 1466495786 [data_scadenza] => 1466495786 [descrizione] => NTRE-1000-T200-SAV-001 Rev00_13-11-12 .pdf [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-21 09:56:26 [old_idfile] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 662 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [stato] => [categoria] => [struttura] => FrmAnaStruttura Object ( [searchDescStrutturaPadre] => [ordinePrecedente:FrmAnaStruttura:private] => 0 [idstrutturapadrePrecedente:FrmAnaStruttura:private] => 0 [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idsocietautente] => 6 [idcommessa] => 1 [idstruttura] => 162 [idstrutturapadre] => 43 [level] => 3 [visible] => 1 [ordine] => 1 [idstrutturacondivisa] => [descrizione] => 2_ Secondo invio [path_struttura] => HOME/PIANO DI QUALITÀ/Indice del Piano di Qualità/2_ Secondo invio [link] => [style] => [editable] => 1 [allegati] => 0 [idallegatidoc] => [tipo_struttura] => 0 [modoprotocollo] => 1 [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2016-06-20 13:02:55 [stamp_insert] => 2016-06-20 13:02:55 ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 162 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 58 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [11] => Sgf3Documenti Object ( [idcommessaStruttura] => [dataFrom] => [dataTo] => [dataFromFormatted] => [dataToFormatted] => [descSearchProt] => [dataSearchProtFromFormatted] => [dataSearchProtToFormatted] => [mittenteSearchProt] => [destinatarioSearchProt] => [rifprotSearchProt] => [protocolloEstSearchProt] => [statoSearchProt] => [autoreSearchProt] => [ownerSearchProt] => [categoriaSearchProt] => [tagsSearchProt] => [testoDoc] => [notin_tipostruttura] => [isAdvancedSearch] => [file_size] => [chkGetFileToZip] => Array ( ) [nRighe] => [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idstruttura] => 162 [iddocumento] => 59 [iddocumentocondiviso] => [stampdoc] => 2013-03-15 00:00:00 [descrizione] => 12_Sub-Contractors Quality Assurance Requirements [idfile] => 661 [tags] => [protocollo] => [idmittente] => [mittente] => [destinatario] => [iddestinatario] => [autore] => [idautore] => [owner] => [idowner] => [idcategoria] => [progressivo] => 0 [idstato] => [pubblicato] => 1 [note] => [protocolloext] => [rifprotocollo] => [valido] => 1 [idsitodeposito] => [idprocesso] => [idveicolocliente] => [idtipodocumento] => [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-20 14:51:00 ) [_related:CActiveRecord:private] => Array ( [file] => FrmFilesUpload Object ( [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idfile] => 661 [iduser] => 1 [filename] => NTRE-1000-M500-SAV-003.pdf [path] => \uploads\allegati\162\NTRE-1000-M500-SAV-003.pdf [type] => pdf [size] => 3573104 [data_caricamento] => 1466495788 [data_scadenza] => 1466495788 [descrizione] => NTRE-1000-M500-SAV-003.pdf [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-21 09:56:28 [old_idfile] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 661 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [stato] => [categoria] => [struttura] => FrmAnaStruttura Object ( [searchDescStrutturaPadre] => [ordinePrecedente:FrmAnaStruttura:private] => 0 [idstrutturapadrePrecedente:FrmAnaStruttura:private] => 0 [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idsocietautente] => 6 [idcommessa] => 1 [idstruttura] => 162 [idstrutturapadre] => 43 [level] => 3 [visible] => 1 [ordine] => 1 [idstrutturacondivisa] => [descrizione] => 2_ Secondo invio [path_struttura] => HOME/PIANO DI QUALITÀ/Indice del Piano di Qualità/2_ Secondo invio [link] => [style] => [editable] => 1 [allegati] => 0 [idallegatidoc] => [tipo_struttura] => 0 [modoprotocollo] => 1 [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2016-06-20 13:02:55 [stamp_insert] => 2016-06-20 13:02:55 ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 162 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 59 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [12] => Sgf3Documenti Object ( [idcommessaStruttura] => [dataFrom] => [dataTo] => [dataFromFormatted] => [dataToFormatted] => [descSearchProt] => [dataSearchProtFromFormatted] => [dataSearchProtToFormatted] => [mittenteSearchProt] => [destinatarioSearchProt] => [rifprotSearchProt] => [protocolloEstSearchProt] => [statoSearchProt] => [autoreSearchProt] => [ownerSearchProt] => [categoriaSearchProt] => [tagsSearchProt] => [testoDoc] => [notin_tipostruttura] => [isAdvancedSearch] => [file_size] => [chkGetFileToZip] => Array ( ) [nRighe] => [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idstruttura] => 162 [iddocumento] => 60 [iddocumentocondiviso] => [stampdoc] => 2013-03-15 00:00:00 [descrizione] => 03_Project Sourcing Management Plan [idfile] => 647 [tags] => [protocollo] => [idmittente] => [mittente] => [destinatario] => [iddestinatario] => [autore] => [idautore] => [owner] => [idowner] => [idcategoria] => [progressivo] => 0 [idstato] => [pubblicato] => 1 [note] => [protocolloext] => [rifprotocollo] => [valido] => 1 [idsitodeposito] => [idprocesso] => [idveicolocliente] => [idtipodocumento] => [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-20 14:51:00 ) [_related:CActiveRecord:private] => Array ( [file] => FrmFilesUpload Object ( [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idfile] => 647 [iduser] => 1 [filename] => 3_PSMP_NTRE-1000-A100-SAV-001-01.pdf [path] => \uploads\allegati\162\3_PSMP_NTRE-1000-A100-SAV-001-01.pdf [type] => pdf [size] => 479619 [data_caricamento] => 1466495787 [data_scadenza] => 1466495787 [descrizione] => 3_PSMP_NTRE-1000-A100-SAV-001-01.pdf [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-21 09:56:27 [old_idfile] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 647 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [stato] => [categoria] => [struttura] => FrmAnaStruttura Object ( [searchDescStrutturaPadre] => [ordinePrecedente:FrmAnaStruttura:private] => 0 [idstrutturapadrePrecedente:FrmAnaStruttura:private] => 0 [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idsocietautente] => 6 [idcommessa] => 1 [idstruttura] => 162 [idstrutturapadre] => 43 [level] => 3 [visible] => 1 [ordine] => 1 [idstrutturacondivisa] => [descrizione] => 2_ Secondo invio [path_struttura] => HOME/PIANO DI QUALITÀ/Indice del Piano di Qualità/2_ Secondo invio [link] => [style] => [editable] => 1 [allegati] => 0 [idallegatidoc] => [tipo_struttura] => 0 [modoprotocollo] => 1 [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2016-06-20 13:02:55 [stamp_insert] => 2016-06-20 13:02:55 ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 162 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 60 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [13] => Sgf3Documenti Object ( [idcommessaStruttura] => [dataFrom] => [dataTo] => [dataFromFormatted] => [dataToFormatted] => [descSearchProt] => [dataSearchProtFromFormatted] => [dataSearchProtToFormatted] => [mittenteSearchProt] => [destinatarioSearchProt] => [rifprotSearchProt] => [protocolloEstSearchProt] => [statoSearchProt] => [autoreSearchProt] => [ownerSearchProt] => [categoriaSearchProt] => [tagsSearchProt] => [testoDoc] => [notin_tipostruttura] => [isAdvancedSearch] => [file_size] => [chkGetFileToZip] => Array ( ) [nRighe] => [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idstruttura] => 162 [iddocumento] => 61 [iddocumentocondiviso] => [stampdoc] => 2013-03-15 00:00:00 [descrizione] => 04_Project Quality Control Plan [idfile] => 650 [tags] => [protocollo] => [idmittente] => [mittente] => [destinatario] => [iddestinatario] => [autore] => [idautore] => [owner] => [idowner] => [idcategoria] => [progressivo] => 0 [idstato] => [pubblicato] => 1 [note] => [protocolloext] => [rifprotocollo] => [valido] => 1 [idsitodeposito] => [idprocesso] => [idveicolocliente] => [idtipodocumento] => [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-20 14:51:00 ) [_related:CActiveRecord:private] => Array ( [file] => FrmFilesUpload Object ( [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idfile] => 650 [iduser] => 1 [filename] => 4_PQCP_NTRE-1000-M500-SAV-002-01.pdf [path] => \uploads\allegati\162\4_PQCP_NTRE-1000-M500-SAV-002-01.pdf [type] => pdf [size] => 326129 [data_caricamento] => 1466495785 [data_scadenza] => 1466495785 [descrizione] => 4_PQCP_NTRE-1000-M500-SAV-002-01.pdf [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-21 09:56:25 [old_idfile] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 650 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [stato] => [categoria] => [struttura] => FrmAnaStruttura Object ( [searchDescStrutturaPadre] => [ordinePrecedente:FrmAnaStruttura:private] => 0 [idstrutturapadrePrecedente:FrmAnaStruttura:private] => 0 [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idsocietautente] => 6 [idcommessa] => 1 [idstruttura] => 162 [idstrutturapadre] => 43 [level] => 3 [visible] => 1 [ordine] => 1 [idstrutturacondivisa] => [descrizione] => 2_ Secondo invio [path_struttura] => HOME/PIANO DI QUALITÀ/Indice del Piano di Qualità/2_ Secondo invio [link] => [style] => [editable] => 1 [allegati] => 0 [idallegatidoc] => [tipo_struttura] => 0 [modoprotocollo] => 1 [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2016-06-20 13:02:55 [stamp_insert] => 2016-06-20 13:02:55 ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 162 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 61 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [14] => Sgf3Documenti Object ( [idcommessaStruttura] => [dataFrom] => [dataTo] => [dataFromFormatted] => [dataToFormatted] => [descSearchProt] => [dataSearchProtFromFormatted] => [dataSearchProtToFormatted] => [mittenteSearchProt] => [destinatarioSearchProt] => [rifprotSearchProt] => [protocolloEstSearchProt] => [statoSearchProt] => [autoreSearchProt] => [ownerSearchProt] => [categoriaSearchProt] => [tagsSearchProt] => [testoDoc] => [notin_tipostruttura] => [isAdvancedSearch] => [file_size] => [chkGetFileToZip] => Array ( ) [nRighe] => [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idstruttura] => 162 [iddocumento] => 62 [iddocumentocondiviso] => [stampdoc] => 2013-03-15 00:00:00 [descrizione] => 07_Project Testing & Commissioning Plan [idfile] => 655 [tags] => [protocollo] => [idmittente] => [mittente] => [destinatario] => [iddestinatario] => [autore] => [idautore] => [owner] => [idowner] => [idcategoria] => [progressivo] => 0 [idstato] => [pubblicato] => 1 [note] => [protocolloext] => [rifprotocollo] => [valido] => 1 [idsitodeposito] => [idprocesso] => [idveicolocliente] => [idtipodocumento] => [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-20 14:51:00 ) [_related:CActiveRecord:private] => Array ( [file] => FrmFilesUpload Object ( [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idfile] => 655 [iduser] => 1 [filename] => 7_PTandCP_NTRE-1000-C100-SAV-001-01.pdf [path] => \uploads\allegati\162\7_PTandCP_NTRE-1000-C100-SAV-001-01.pdf [type] => pdf [size] => 1187632 [data_caricamento] => 1466495786 [data_scadenza] => 1466495786 [descrizione] => 7_PTandCP_NTRE-1000-C100-SAV-001-01.pdf [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-21 09:56:26 [old_idfile] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 655 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [stato] => [categoria] => [struttura] => FrmAnaStruttura Object ( [searchDescStrutturaPadre] => [ordinePrecedente:FrmAnaStruttura:private] => 0 [idstrutturapadrePrecedente:FrmAnaStruttura:private] => 0 [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idsocietautente] => 6 [idcommessa] => 1 [idstruttura] => 162 [idstrutturapadre] => 43 [level] => 3 [visible] => 1 [ordine] => 1 [idstrutturacondivisa] => [descrizione] => 2_ Secondo invio [path_struttura] => HOME/PIANO DI QUALITÀ/Indice del Piano di Qualità/2_ Secondo invio [link] => [style] => [editable] => 1 [allegati] => 0 [idallegatidoc] => [tipo_struttura] => 0 [modoprotocollo] => 1 [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2016-06-20 13:02:55 [stamp_insert] => 2016-06-20 13:02:55 ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 162 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 62 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [15] => Sgf3Documenti Object ( [idcommessaStruttura] => [dataFrom] => [dataTo] => [dataFromFormatted] => [dataToFormatted] => [descSearchProt] => [dataSearchProtFromFormatted] => [dataSearchProtToFormatted] => [mittenteSearchProt] => [destinatarioSearchProt] => [rifprotSearchProt] => [protocolloEstSearchProt] => [statoSearchProt] => [autoreSearchProt] => [ownerSearchProt] => [categoriaSearchProt] => [tagsSearchProt] => [testoDoc] => [notin_tipostruttura] => [isAdvancedSearch] => [file_size] => [chkGetFileToZip] => Array ( ) [nRighe] => [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idstruttura] => 162 [iddocumento] => 63 [iddocumentocondiviso] => [stampdoc] => 2013-03-15 00:00:00 [descrizione] => 14_Lettera invio PdQ (2° invio) [idfile] => 663 [tags] => [protocollo] => [idmittente] => [mittente] => [destinatario] => [iddestinatario] => [autore] => [idautore] => [owner] => [idowner] => [idcategoria] => [progressivo] => 0 [idstato] => [pubblicato] => 1 [note] => [protocolloext] => [rifprotocollo] => [valido] => 1 [idsitodeposito] => [idprocesso] => [idveicolocliente] => [idtipodocumento] => [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-20 14:51:00 ) [_related:CActiveRecord:private] => Array ( [file] => FrmFilesUpload Object ( [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idfile] => 663 [iduser] => 1 [filename] => NTRE_AF_TI_2013_00030[1].pdf [path] => \uploads\allegati\162\NTRE_AF_TI_2013_00030[1].pdf [type] => pdf [size] => 232214 [data_caricamento] => 1466495787 [data_scadenza] => 1466495787 [descrizione] => NTRE_AF_TI_2013_00030[1].pdf [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-21 09:56:27 [old_idfile] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 663 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [stato] => [categoria] => [struttura] => FrmAnaStruttura Object ( [searchDescStrutturaPadre] => [ordinePrecedente:FrmAnaStruttura:private] => 0 [idstrutturapadrePrecedente:FrmAnaStruttura:private] => 0 [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idsocietautente] => 6 [idcommessa] => 1 [idstruttura] => 162 [idstrutturapadre] => 43 [level] => 3 [visible] => 1 [ordine] => 1 [idstrutturacondivisa] => [descrizione] => 2_ Secondo invio [path_struttura] => HOME/PIANO DI QUALITÀ/Indice del Piano di Qualità/2_ Secondo invio [link] => [style] => [editable] => 1 [allegati] => 0 [idallegatidoc] => [tipo_struttura] => 0 [modoprotocollo] => 1 [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2016-06-20 13:02:55 [stamp_insert] => 2016-06-20 13:02:55 ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 162 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 63 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [16] => Sgf3Documenti Object ( [idcommessaStruttura] => [dataFrom] => [dataTo] => [dataFromFormatted] => [dataToFormatted] => [descSearchProt] => [dataSearchProtFromFormatted] => [dataSearchProtToFormatted] => [mittenteSearchProt] => [destinatarioSearchProt] => [rifprotSearchProt] => [protocolloEstSearchProt] => [statoSearchProt] => [autoreSearchProt] => [ownerSearchProt] => [categoriaSearchProt] => [tagsSearchProt] => [testoDoc] => [notin_tipostruttura] => [isAdvancedSearch] => [file_size] => [chkGetFileToZip] => Array ( ) [nRighe] => [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idstruttura] => 162 [iddocumento] => 65 [iddocumentocondiviso] => [stampdoc] => 2013-03-15 00:00:00 [descrizione] => 03.2_SPL [idfile] => 649 [tags] => [protocollo] => [idmittente] => [mittente] => [destinatario] => [iddestinatario] => [autore] => [idautore] => [owner] => [idowner] => [idcategoria] => [progressivo] => 0 [idstato] => [pubblicato] => 1 [note] => [protocolloext] => [rifprotocollo] => [valido] => 1 [idsitodeposito] => [idprocesso] => [idveicolocliente] => [idtipodocumento] => [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-20 14:51:00 ) [_related:CActiveRecord:private] => Array ( [file] => FrmFilesUpload Object ( [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idfile] => 649 [iduser] => 1 [filename] => 3bis_SPL_NTRE-1000-M500-SAV-004-01_foglio2.pdf [path] => \uploads\allegati\162\3bis_SPL_NTRE-1000-M500-SAV-004-01_foglio2.pdf [type] => pdf [size] => 20539 [data_caricamento] => 1466495787 [data_scadenza] => 1466495787 [descrizione] => 3bis_SPL_NTRE-1000-M500-SAV-004-01_foglio2.pdf [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-21 09:56:27 [old_idfile] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 649 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [stato] => [categoria] => [struttura] => FrmAnaStruttura Object ( [searchDescStrutturaPadre] => [ordinePrecedente:FrmAnaStruttura:private] => 0 [idstrutturapadrePrecedente:FrmAnaStruttura:private] => 0 [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idsocietautente] => 6 [idcommessa] => 1 [idstruttura] => 162 [idstrutturapadre] => 43 [level] => 3 [visible] => 1 [ordine] => 1 [idstrutturacondivisa] => [descrizione] => 2_ Secondo invio [path_struttura] => HOME/PIANO DI QUALITÀ/Indice del Piano di Qualità/2_ Secondo invio [link] => [style] => [editable] => 1 [allegati] => 0 [idallegatidoc] => [tipo_struttura] => 0 [modoprotocollo] => 1 [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2016-06-20 13:02:55 [stamp_insert] => 2016-06-20 13:02:55 ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 162 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 65 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [17] => Sgf3Documenti Object ( [idcommessaStruttura] => [dataFrom] => [dataTo] => [dataFromFormatted] => [dataToFormatted] => [descSearchProt] => [dataSearchProtFromFormatted] => [dataSearchProtToFormatted] => [mittenteSearchProt] => [destinatarioSearchProt] => [rifprotSearchProt] => [protocolloEstSearchProt] => [statoSearchProt] => [autoreSearchProt] => [ownerSearchProt] => [categoriaSearchProt] => [tagsSearchProt] => [testoDoc] => [notin_tipostruttura] => [isAdvancedSearch] => [file_size] => [chkGetFileToZip] => Array ( ) [nRighe] => [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idstruttura] => 162 [iddocumento] => 66 [iddocumentocondiviso] => [stampdoc] => 2013-03-15 00:00:00 [descrizione] => 04.1_Elenco serializzati [idfile] => 651 [tags] => [protocollo] => [idmittente] => [mittente] => [destinatario] => [iddestinatario] => [autore] => [idautore] => [owner] => [idowner] => [idcategoria] => [progressivo] => 0 [idstato] => [pubblicato] => 1 [note] => [protocolloext] => [rifprotocollo] => [valido] => 1 [idsitodeposito] => [idprocesso] => [idveicolocliente] => [idtipodocumento] => [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-20 14:51:00 ) [_related:CActiveRecord:private] => Array ( [file] => FrmFilesUpload Object ( [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idfile] => 651 [iduser] => 1 [filename] => 4A_ALLEGATO1_Elenco_Serializzati_NTRE.pdf [path] => \uploads\allegati\162\4A_ALLEGATO1_Elenco_Serializzati_NTRE.pdf [type] => pdf [size] => 20696 [data_caricamento] => 1466495785 [data_scadenza] => 1466495785 [descrizione] => 4A_ALLEGATO1_Elenco_Serializzati_NTRE.pdf [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-21 09:56:25 [old_idfile] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 651 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [stato] => [categoria] => [struttura] => FrmAnaStruttura Object ( [searchDescStrutturaPadre] => [ordinePrecedente:FrmAnaStruttura:private] => 0 [idstrutturapadrePrecedente:FrmAnaStruttura:private] => 0 [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idsocietautente] => 6 [idcommessa] => 1 [idstruttura] => 162 [idstrutturapadre] => 43 [level] => 3 [visible] => 1 [ordine] => 1 [idstrutturacondivisa] => [descrizione] => 2_ Secondo invio [path_struttura] => HOME/PIANO DI QUALITÀ/Indice del Piano di Qualità/2_ Secondo invio [link] => [style] => [editable] => 1 [allegati] => 0 [idallegatidoc] => [tipo_struttura] => 0 [modoprotocollo] => 1 [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2016-06-20 13:02:55 [stamp_insert] => 2016-06-20 13:02:55 ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 162 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 66 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [18] => Sgf3Documenti Object ( [idcommessaStruttura] => [dataFrom] => [dataTo] => [dataFromFormatted] => [dataToFormatted] => [descSearchProt] => [dataSearchProtFromFormatted] => [dataSearchProtToFormatted] => [mittenteSearchProt] => [destinatarioSearchProt] => [rifprotSearchProt] => [protocolloEstSearchProt] => [statoSearchProt] => [autoreSearchProt] => [ownerSearchProt] => [categoriaSearchProt] => [tagsSearchProt] => [testoDoc] => [notin_tipostruttura] => [isAdvancedSearch] => [file_size] => [chkGetFileToZip] => Array ( ) [nRighe] => [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idstruttura] => 162 [iddocumento] => 67 [iddocumentocondiviso] => [stampdoc] => 2013-03-15 00:00:00 [descrizione] => 04.3_Indice Train History Book [idfile] => 653 [tags] => [protocollo] => [idmittente] => [mittente] => [destinatario] => [iddestinatario] => [autore] => [idautore] => [owner] => [idowner] => [idcategoria] => [progressivo] => 0 [idstato] => [pubblicato] => 1 [note] => [protocolloext] => [rifprotocollo] => [valido] => 1 [idsitodeposito] => [idprocesso] => [idveicolocliente] => [idtipodocumento] => [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-20 14:51:00 ) [_related:CActiveRecord:private] => Array ( [file] => FrmFilesUpload Object ( [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idfile] => 653 [iduser] => 1 [filename] => 4C_ALLEGATO3_Indice_THB_NTRE.pdf [path] => \uploads\allegati\162\4C_ALLEGATO3_Indice_THB_NTRE.pdf [type] => pdf [size] => 26281 [data_caricamento] => 1466495787 [data_scadenza] => 1466495787 [descrizione] => 4C_ALLEGATO3_Indice_THB_NTRE.pdf [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-21 09:56:27 [old_idfile] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 653 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [stato] => [categoria] => [struttura] => FrmAnaStruttura Object ( [searchDescStrutturaPadre] => [ordinePrecedente:FrmAnaStruttura:private] => 0 [idstrutturapadrePrecedente:FrmAnaStruttura:private] => 0 [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idsocietautente] => 6 [idcommessa] => 1 [idstruttura] => 162 [idstrutturapadre] => 43 [level] => 3 [visible] => 1 [ordine] => 1 [idstrutturacondivisa] => [descrizione] => 2_ Secondo invio [path_struttura] => HOME/PIANO DI QUALITÀ/Indice del Piano di Qualità/2_ Secondo invio [link] => [style] => [editable] => 1 [allegati] => 0 [idallegatidoc] => [tipo_struttura] => 0 [modoprotocollo] => 1 [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2016-06-20 13:02:55 [stamp_insert] => 2016-06-20 13:02:55 ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 162 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 67 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [19] => Sgf3Documenti Object ( [idcommessaStruttura] => [dataFrom] => [dataTo] => [dataFromFormatted] => [dataToFormatted] => [descSearchProt] => [dataSearchProtFromFormatted] => [dataSearchProtToFormatted] => [mittenteSearchProt] => [destinatarioSearchProt] => [rifprotSearchProt] => [protocolloEstSearchProt] => [statoSearchProt] => [autoreSearchProt] => [ownerSearchProt] => [categoriaSearchProt] => [tagsSearchProt] => [testoDoc] => [notin_tipostruttura] => [isAdvancedSearch] => [file_size] => [chkGetFileToZip] => Array ( ) [nRighe] => [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idstruttura] => 162 [iddocumento] => 68 [iddocumentocondiviso] => [stampdoc] => 2013-03-15 00:00:00 [descrizione] => 08.1_PWP allegato A [idfile] => 657 [tags] => [protocollo] => [idmittente] => [mittente] => [destinatario] => [iddestinatario] => [autore] => [idautore] => [owner] => [idowner] => [idcategoria] => [progressivo] => 0 [idstato] => [pubblicato] => 1 [note] => [protocolloext] => [rifprotocollo] => [valido] => 1 [idsitodeposito] => [idprocesso] => [idveicolocliente] => [idtipodocumento] => [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-20 14:51:00 ) [_related:CActiveRecord:private] => Array ( [file] => FrmFilesUpload Object ( [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idfile] => 657 [iduser] => 1 [filename] => 8A_ALLEGATO1_PWP_NTRE-1000-W100-SAV-001-01.pdf [path] => \uploads\allegati\162\8A_ALLEGATO1_PWP_NTRE-1000-W100-SAV-001-01.pdf [type] => pdf [size] => 1158069 [data_caricamento] => 1466495785 [data_scadenza] => 1466495785 [descrizione] => 8A_ALLEGATO1_PWP_NTRE-1000-W100-SAV-001-01.pdf [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-21 09:56:25 [old_idfile] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 657 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [stato] => [categoria] => [struttura] => FrmAnaStruttura Object ( [searchDescStrutturaPadre] => [ordinePrecedente:FrmAnaStruttura:private] => 0 [idstrutturapadrePrecedente:FrmAnaStruttura:private] => 0 [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idsocietautente] => 6 [idcommessa] => 1 [idstruttura] => 162 [idstrutturapadre] => 43 [level] => 3 [visible] => 1 [ordine] => 1 [idstrutturacondivisa] => [descrizione] => 2_ Secondo invio [path_struttura] => HOME/PIANO DI QUALITÀ/Indice del Piano di Qualità/2_ Secondo invio [link] => [style] => [editable] => 1 [allegati] => 0 [idallegatidoc] => [tipo_struttura] => 0 [modoprotocollo] => 1 [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2016-06-20 13:02:55 [stamp_insert] => 2016-06-20 13:02:55 ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 162 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 68 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_keys:CDataProvider:private] => [_totalItemCount:CDataProvider:private] => 21 [_sort:CDataProvider:private] => CSort Object ( [multiSort] => 1 [modelClass] => Sgf3Documenti [attributes] => Array ( [0] => * [idfile] => Array ( [asc] => file.filename ASC [desc] => file.filename DESC ) [idstato] => Array ( [asc] => stato.descrizione ASC [desc] => stato.descrizione DESC ) [idcategoria] => Array ( [asc] => categoria.codice ASC [desc] => categoria.codice DESC ) ) [sortVar] => sort [descTag] => desc [defaultOrder] => t.stampdoc DESC, t.progressivo DESC, t.mittente ASC, t.destinatario ASC [route] => [separators] => Array ( [0] => - [1] => . ) [params] => [_directions:CSort:private] => Array ( ) [_e:CComponent:private] => [_m:CComponent:private] => ) [_pagination:CDataProvider:private] => CPagination Object ( [default_page_size] => 20 [pageVar] => Sgf3Documenti_page [route] => [params] => [validateCurrentPage] => 1 [_pageSize:CPagination:private] => 20 [_itemCount:CPagination:private] => 21 [_currentPage:CPagination:private] => 0 [_e:CComponent:private] => [_m:CComponent:private] => ) [_e:CComponent:private] => [_m:CComponent:private] => ) [filter] => Sgf3Documenti Object ( [idcommessaStruttura] => [dataFrom] => [dataTo] => [dataFromFormatted] => [dataToFormatted] => [descSearchProt] => [dataSearchProtFromFormatted] => [dataSearchProtToFormatted] => [mittenteSearchProt] => [destinatarioSearchProt] => [rifprotSearchProt] => [protocolloEstSearchProt] => [statoSearchProt] => [autoreSearchProt] => [ownerSearchProt] => [categoriaSearchProt] => [tagsSearchProt] => [testoDoc] => [notin_tipostruttura] => [isAdvancedSearch] => [file_size] => [chkGetFileToZip] => Array ( ) [nRighe] => [_new:CActiveRecord:private] => 1 [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [progressivo] => [pubblicato] => 1 [valido] => 1 [stamp_insert_user] => [stamp_update_user] => [idstruttura] => 162 [iddocumento] => [iddocumentocondiviso] => [stampdoc] => [descrizione] => [idfile] => [tags] => [protocollo] => [idmittente] => [mittente] => [destinatario] => [iddestinatario] => [autore] => [idautore] => [owner] => [idowner] => [idcategoria] => [idstato] => [note] => [protocolloext] => [rifprotocollo] => [idsitodeposito] => [idprocesso] => [idveicolocliente] => [idtipodocumento] => [stamp_update] => [stamp_insert] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => CList Object ( [_d:CList:private] => Array ( [0] => CRequiredValidator Object ( [requiredValue] => [strict] => [trim] => 1 [attributes] => Array ( [0] => idstruttura [1] => stampdoc [2] => descrizione ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [1] => CRequiredValidator Object ( [requiredValue] => [strict] => [trim] => 1 [attributes] => Array ( [0] => idmittente [1] => iddestinatario [2] => idautore [3] => idstato [4] => idcategoria ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [2] => CInlineValidator Object ( [method] => validaMittente [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => idmittente ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [3] => CInlineValidator Object ( [method] => validaDestinatario [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => iddestinatario ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [4] => CInlineValidator Object ( [method] => validaProcesso [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => idprocesso ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [5] => CInlineValidator Object ( [method] => validaTipodoc [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => idtipodocumento ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [6] => CInlineValidator Object ( [method] => validaveicolocliente [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => idveicolocliente ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [7] => CSafeValidator Object ( [attributes] => Array ( [0] => stampdocFormatted [1] => tagsArray [2] => file_size [3] => chkGetFileToZip [4] => nRighe ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [8] => CInlineValidator Object ( [method] => update [params] => Array ( [on] => update ) [clientValidate] => [attributes] => Array ( [0] => stampdoc [1] => descrizione [2] => protocollo [3] => idmittente [4] => mittente [5] => iddestinatario [6] => destinatario [7] => protocolloext [8] => autore [9] => note ) [message] => [skipOnError] => [on] => Array ( [update] => update ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [9] => CNumberValidator Object ( [integerOnly] => 1 [allowEmpty] => 1 [max] => [min] => [tooBig] => [tooSmall] => [integerPattern] => /^\s*[+-]?\d+\s*$/ [numberPattern] => /^\s*[-+]?[0-9]*\.?[0-9]+([eE][-+]?[0-9]+)?\s*$/ [attributes] => Array ( [0] => idsocieta [1] => idstabilimento [2] => idstruttura [3] => idfile [4] => stamp_insert_user [5] => stamp_update_user [6] => idmittente [7] => iddestinatario [8] => idautore [9] => idowner [10] => idcategoria [11] => progressivo [12] => idstato [13] => pubblicato [14] => valido [15] => idsitodeposito [16] => idprocesso [17] => idveicolocliente [18] => idtipodocumento [19] => iddocumentocondiviso ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [10] => CStringValidator Object ( [max] => 200 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => descrizione ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [11] => CStringValidator Object ( [max] => 100 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => protocollo ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [12] => CStringValidator Object ( [max] => 100 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => mittente ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [13] => CStringValidator Object ( [max] => 100 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => destinatario ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [14] => CStringValidator Object ( [max] => 100 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => protocolloext ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [15] => CStringValidator Object ( [max] => 50 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => rifprotocollo ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [16] => CStringValidator Object ( [max] => 50 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => autore ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [17] => CStringValidator Object ( [max] => 50 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => owner ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [18] => CStringValidator Object ( [max] => 250 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => note ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [19] => CStringValidator Object ( [max] => 500 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => tags ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [20] => CSafeValidator Object ( [attributes] => Array ( [0] => idsocieta [1] => idstabilimento [2] => idstruttura [3] => iddocumento [4] => iddocumentocondiviso [5] => stampdoc [6] => descrizione [7] => idfile [8] => stamp_insert_user [9] => stamp_update_user [10] => stamp_update [11] => stamp_insert [12] => protocollo [13] => protocolloext [14] => idmittente [15] => mittente [16] => iddestinatario [17] => destinatario [18] => note [19] => autore [20] => idautore [21] => idowner [22] => idcategoria [23] => progressivo [24] => idstato [25] => pubblicato [26] => rifprotocollo [27] => owner [28] => tags [29] => descSearchProt [30] => dataSearchProtFromFormatted [31] => dataSearchProtToFormatted [32] => mittenteSearchProt [33] => destinatarioSearchProt [34] => rifprotSearchProt [35] => protocolloEstSearchProt [36] => statoSearchProt [37] => autoreSearchProt [38] => ownerSearchProt [39] => categoriaSearchProt [40] => tagsSearchProt [41] => valido [42] => idsitodeposito [43] => idprocesso [44] => idveicolocliente [45] => idtipodocumento [46] => testoDoc [47] => nRighe ) [message] => [skipOnError] => [on] => Array ( [search] => search ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_c:CList:private] => 21 [_r:CList:private] => [_e:CComponent:private] => [_m:CComponent:private] => ) [_scenario:CModel:private] => search [_e:CComponent:private] => [_m:CComponent:private] => ) [beforeAjaxUpdate] => function(id,options){resetFormDettaglioProtocollo();} [responsiveTable] => 1 [rowCssClassExpression] => ($data->valido==0)?"redrow":(($row%2)?"even":"odd") [afterAjaxUpdate] => afterAjax [ajaxType] => POST [pager] => Array ( [class] => booster.widgets.TbPager [displayFirstAndLast] => 1 ) [columns] => Array ( [0] => Array ( [header] => [type] => raw [value] => [filter] => [headerHtmlOptions] => Array ( [style] => width:0%; display:none ) [filterHtmlOptions] => Array ( [style] => width:0%; display:none ) [htmlOptions] => Array ( [style] => width:0%; display:none ) ) [1] => Array ( [header] => [name] => chkGetFileToZip [value] => Closure Object ( [this] => Sgf3DocumentiController Object ( [layout] => column1 [menu] => Array ( ) [breadcrumbs] => Array ( ) [defaultAction] => index [_id:CController:private] => sgf3Documenti [_action:CController:private] => CInlineAction Object ( [_id:CAction:private] => admin [_controller:CAction:private] => Sgf3DocumentiController Object *RECURSION* [_e:CComponent:private] => [_m:CComponent:private] => ) [_pageTitle:CController:private] => [_cachingStack:CController:private] => [_clips:CController:private] => [_dynamicOutput:CController:private] => [_pageStates:CController:private] => [_module:CController:private] => [_widgetStack:CBaseController:private] => Array ( ) [_e:CComponent:private] => [_m:CComponent:private] => Array ( [eexcelview] => EExcelBehavior Object ( [_enabled:CBehavior:private] => 1 [_owner:CBehavior:private] => Sgf3DocumentiController Object *RECURSION* [_e:CComponent:private] => [_m:CComponent:private] => ) ) ) [parameter] => Array ( [$data] => ) ) [type] => raw [htmlOptions] => Array ( [class] => td-check [style] => text-align:center; ) [headerHtmlOptions] => Array ( [class] => td-check [style] => text-align:center; ) [filter] => ) [2] => Array ( [header] => Percorso [filter] => [type] => raw [value] => $data->drawpercorsostruttura(1,6) [sortable] => [visible] => ) [3] => Array ( [class] => booster.widgets.TbEditableColumn [htmlOptions] => Array ( [style] => width:90px; ) [name] => stampdoc [value] => ((strtotime($data->stampdoc) > 0)?date("d/m/Y", strtotime($data->stampdoc)):'') [sortable] => 1 [filter] => [editable] => Array ( [mode] => popup [apply] => (false || (false && (false || empty($data->file->filename)))) [type] => date [viewformat] => dd/mm/yyyy [url] => /sgf3/Sgf3Documenti/UpdateInline [placement] => right [inputclass] => span3 [emptytext] => Valorizzare la data ) ) [4] => Array ( [class] => booster.widgets.TbEditableColumn [name] => protocollo [filter] => [sortable] => 1 [editable] => Array ( [mode] => inline [apply] => [type] => text [url] => /sgf3/Sgf3Documenti/UpdateInline [placement] => right [inputclass] => span3 [emptytext] => Inserire valore ) [visible] => [htmlOptions] => Array ( [class] => td-protocollo ) ) [5] => Array ( [class] => booster.widgets.TbEditableColumn [name] => protocolloext [filter] => [sortable] => 1 [editable] => Array ( [mode] => inline [apply] => [type] => text [url] => /sgf3/Sgf3Documenti/UpdateInline [placement] => right [inputclass] => span3 [emptytext] => Vuoto ) [visible] => [htmlOptions] => Array ( [class] => td-protocolloext ) ) [6] => Array ( [class] => booster.widgets.TbEditableColumn [name] => rifprotocollo [filter] => [sortable] => 1 [editable] => Array ( [mode] => inline [apply] => [type] => text [url] => /sgf3/Sgf3Documenti/UpdateInline [placement] => right [inputclass] => span3 [emptytext] => Vuoto ) [visible] => ) [7] => Array ( [class] => booster.widgets.TbEditableColumn [name] => idmittente [filter] => [sortable] => 1 [value] => $data->mittente [editable] => Array ( [mode] => inline [apply] => [type] => select2 [source] => Array ( [103] => Alstom ARSS [110] => Alstom Katowice [4] => ALSTOM S.p.A. [116] => Alstom Salzgitter [117] => Alstom Sesto San Giovanni [120] => Alstom TLS Italia [102] => ANSF [105] => Europainting [106] => Fayveley [108] => Fogtec [107] => Fornitore Generico [111] => MELCO Mitsubishi [112] => Poli Wabtech [113] => Regione Campania [115] => Regione Puglia [114] => RINA [122] => Trasfor PM [302] => Trasporto Ferroviario Toscano [6] => TRENITALIA [121] => TreNord ) [url] => /sgf3/Sgf3Documenti/UpdateInline [placement] => right [inputclass] => span3 [emptytext] => Vuoto ) [visible] => ) [8] => Array ( [class] => booster.widgets.TbEditableColumn [name] => iddestinatario [visible] => [filter] => [sortable] => 1 [value] => $data->destinatario [editable] => Array ( [mode] => inline [apply] => [type] => select2 [source] => Array ( [103] => Alstom ARSS [110] => Alstom Katowice [4] => ALSTOM S.p.A. [116] => Alstom Salzgitter [117] => Alstom Sesto San Giovanni [120] => Alstom TLS Italia [102] => ANSF [105] => Europainting [106] => Fayveley [108] => Fogtec [107] => Fornitore Generico [111] => MELCO Mitsubishi [112] => Poli Wabtech [113] => Regione Campania [115] => Regione Puglia [114] => RINA [122] => Trasfor PM [302] => Trasporto Ferroviario Toscano [6] => TRENITALIA [121] => TreNord ) [url] => /sgf3/Sgf3Documenti/UpdateInline [placement] => right [inputclass] => span3 [emptytext] => Vuoto ) ) [9] => Array ( [class] => booster.widgets.TbEditableColumn [name] => descrizione [header] => descrizione [filter] => [sortable] => 1 [editable] => Array ( [mode] => inline [apply] => (false || (false && (false || empty($data->file->filename)))) && (!false) [type] => text [url] => /sgf3/Sgf3Documenti/UpdateInline [placement] => right [inputclass] => span3 [emptytext] => Vuoto ) [htmlOptions] => Array ( [class] => td-descrizione ) ) [10] => Array ( [class] => booster.widgets.TbEditableColumn [name] => file_size [filter] => [value] => Closure Object ( [this] => Sgf3DocumentiController Object ( [layout] => column1 [menu] => Array ( ) [breadcrumbs] => Array ( ) [defaultAction] => index [_id:CController:private] => sgf3Documenti [_action:CController:private] => CInlineAction Object ( [_id:CAction:private] => admin [_controller:CAction:private] => Sgf3DocumentiController Object *RECURSION* [_e:CComponent:private] => [_m:CComponent:private] => ) [_pageTitle:CController:private] => [_cachingStack:CController:private] => [_clips:CController:private] => [_dynamicOutput:CController:private] => [_pageStates:CController:private] => [_module:CController:private] => [_widgetStack:CBaseController:private] => Array ( ) [_e:CComponent:private] => [_m:CComponent:private] => Array ( [eexcelview] => EExcelBehavior Object ( [_enabled:CBehavior:private] => 1 [_owner:CBehavior:private] => Sgf3DocumentiController Object *RECURSION* [_e:CComponent:private] => [_m:CComponent:private] => ) ) ) [parameter] => Array ( [$data] => ) ) [sortable] => 1 [editable] => Array ( [mode] => inline [apply] => [type] => text [url] => [placement] => right [inputclass] => span3 [emptytext] => Vuoto ) [htmlOptions] => Array ( [class] => td-size [style] => text-align:right; ) ) [11] => Array ( [class] => booster.widgets.TbEditableColumn [name] => autore [filter] => [sortable] => 1 [editable] => Array ( [mode] => inline [apply] => [type] => text [url] => /sgf3/Sgf3Documenti/UpdateInline [emptytext] => Vuoto ) [visible] => ) [12] => Array ( [class] => booster.widgets.TbEditableColumn [name] => idautore [filter] => [value] => (!empty($data->autore))?$data->autore:"" [sortable] => 1 [editable] => Array ( [mode] => inline [apply] => ( (empty($data->file->filename) || false) && (false)) [type] => select2 [source] => Array ( [321] => RINA [305] => Alstom Bologna PM [307] => Alstom Sesto PM [324] => Andreotti Fabio [246] => Barale Marco [65] => Bava Giorgio [156] => Bonelli Andrea [134] => Brundu Gavino [195] => Cagliero Giorgia [313] => Canella Paolo [326] => Carfora Ilaria [314] => Colini Stefano [132] => Colombero Ivan [106] => Contibutor sophia [1178] => cuni massimo [64] => Dabbene Enrico [41] => Del Corno Davide [856] => demichelis luca [952] => Diatto Francesco [205] => diotti renzo [157] => FAULE Fulvia [76] => Feliziani Claudio [12] => Gamba Enrico [435] => Guion Alexandra [72] => MANTOVANI Anna [315] => Masoero Davide [318] => Melco PM [68] => Negro Cristina [8] => Nervo Marina [452] => Pandolfo Gianmarco [20] => Panero Giuseppe [266] => PASSARO Roberto [301] => Pautasso Giuseppina [174] => peletti roberto [99] => PM ANSF [260] => PM Trenord [1179] => poggio diego [35] => Pomeri Emanuele [312] => Previati Roberto [328] => Puglia PM [325] => Regione Campania [329] => Reviglio Diego [306] => Sesto PM [320] => Spagnuolo Gerardo [400] => Spagnuolo Spagnuolo [231] => stilo domenico [94] => Tonello Sandra [322] => Trasfor PM [327] => Trasporto Ferroviario Toscano PM [302] => Trenitalia Emu [317] => Trucco Roberto [36] => Viara Luca [169] => Villani Federico [871] => Vincitorio Sara ) [url] => /sgf3/Sgf3Documenti/UpdateInline [emptytext] => Vuoto [options] => Array ( [prompt] => ) ) [visible] => ) [13] => Array ( [class] => booster.widgets.TbEditableColumn [name] => idowner [filter] => [value] => (!empty($data->owner))?$data->owner:"" [sortable] => 1 [editable] => Array ( [mode] => inline [apply] => false [type] => select2 [source] => Array ( [321] => RINA [305] => Alstom Bologna PM [307] => Alstom Sesto PM [324] => Andreotti Fabio [246] => Barale Marco [65] => Bava Giorgio [156] => Bonelli Andrea [134] => Brundu Gavino [195] => Cagliero Giorgia [313] => Canella Paolo [326] => Carfora Ilaria [314] => Colini Stefano [132] => Colombero Ivan [106] => Contibutor sophia [1178] => cuni massimo [64] => Dabbene Enrico [41] => Del Corno Davide [856] => demichelis luca [952] => Diatto Francesco [205] => diotti renzo [157] => FAULE Fulvia [76] => Feliziani Claudio [12] => Gamba Enrico [435] => Guion Alexandra [72] => MANTOVANI Anna [315] => Masoero Davide [318] => Melco PM [68] => Negro Cristina [8] => Nervo Marina [452] => Pandolfo Gianmarco [20] => Panero Giuseppe [266] => PASSARO Roberto [301] => Pautasso Giuseppina [174] => peletti roberto [99] => PM ANSF [260] => PM Trenord [1179] => poggio diego [35] => Pomeri Emanuele [312] => Previati Roberto [328] => Puglia PM [325] => Regione Campania [329] => Reviglio Diego [306] => Sesto PM [320] => Spagnuolo Gerardo [400] => Spagnuolo Spagnuolo [231] => stilo domenico [94] => Tonello Sandra [322] => Trasfor PM [327] => Trasporto Ferroviario Toscano PM [302] => Trenitalia Emu [317] => Trucco Roberto [36] => Viara Luca [169] => Villani Federico [871] => Vincitorio Sara ) [url] => /sgf3/Sgf3Documenti/UpdateInline [emptytext] => Vuoto [options] => Array ( [prompt] => ) ) [visible] => ) [14] => Array ( [class] => booster.widgets.TbEditableColumn [name] => note [filter] => [sortable] => 1 [editable] => Array ( [mode] => inline [apply] => [type] => text [url] => /sgf3/Sgf3Documenti/UpdateInline [emptytext] => Vuoto ) [visible] => ) [15] => Array ( [class] => booster.widgets.TbEditableColumn [name] => idstato [filter] => [value] => (!empty($data->stato->descrizione))?$data->stato->descrizione:"" [sortable] => 1 [editable] => Array ( [mode] => inline [apply] => ( (empty($data->file->filename) || false) && (false || false)) [type] => select2 [source] => Array ( [1] => Open [2] => Closed [3] => Suspended [4] => Deleted ) [url] => /sgf3/Sgf3Documenti/UpdateInline [emptytext] => Vuoto ) [visible] => ) [16] => Array ( [class] => booster.widgets.TbEditableColumn [name] => idcategoria [filter] => [value] => (!empty($data->categoria->descrizione))?$data->categoria->descrizione:"" [sortable] => 1 [editable] => Array ( [mode] => inline [apply] => ( (empty($data->file->filename) || false) && (false || false)) [type] => select2 [source] => Array ( [15] => Certificazione [18] => Engineering [14] => Finance [17] => GENERICA [16] => Project [19] => Quality ) [url] => /sgf3/Sgf3Documenti/UpdateInline [emptytext] => Vuoto ) [visible] => ) [17] => Array ( [header] => File [name] => idfile [type] => raw [value] => $data->drawFileColumn(true,0) [htmlOptions] => Array ( [class] => td-file [style] => width:100px; font-size:15px; ) ) [18] => Array ( [header] => Allegati [type] => raw [value] => (!empty($data->file->filename)?link_sgf3_suballegati(0, $data->iddocumento,6,1,162):'') [visible] => [htmlOptions] => Array ( [class] => gridButtons ) ) [19] => Array ( ) [20] => Array ( [header] => [htmlOptions] => Array ( [class] => gridButtons [style] => width:75px; ) [class] => booster.widgets.TbButtonColumn [template] => [visible] => [buttons] => Array ( [pubblica] => Array ( [url] => Yii::app()->createUrl("Sgf3Documenti/CambiaPubblicazione", array("iddocumento"=>$data->iddocumento)) [label] => Pubblica [icon] => glyphicon glyphicon-hand-right [click] => function(){ $('#page_loader').fadeIn(); $.fn.yiiGridView.update('sgf3-documenti-grid', { type:'POST', url:$(this).attr('href'), success:function(data) { $.fn.yiiGridView.update('sgf3-documenti-grid', {}); $('#page_loader').fadeOut(); } }) return false; } [visible] => (!$data->pubblicato) && !empty($data->file->filename) ) [modifica_dettaglio] => Array ( [url] => Yii::app()->createUrl("Sgf3Documenti/loadProtocollo/$data->iddocumento") [label] => Modifica dettaglio [icon] => glyphicon glyphicon-pencil [click] => function(){ button = $(this); $.ajax({ url: $(this).attr("href"), type: "POST", success:function(data) { caricaDatiDettaglio(data,true,false,false,false); //20170118 - TICKET:0001488 } }); return false; } ) [visualizza_dettaglio] => Array ( [url] => Yii::app()->createUrl("Sgf3Documenti/loadProtocollo/$data->iddocumento") [label] => Modifica dettaglio [icon] => glyphicon glyphicon-eye-open [click] => function(){ button = $(this); $.ajax({ url: $(this).attr("href"), type: "POST", success:function(data) { caricaDatiDettaglio(data,false,false,false,false); //20170118 - TICKET:0001488 } }); return false; } ) [toglipubblicazione] => Array ( [url] => Yii::app()->createUrl("Sgf3Documenti/CambiaPubblicazione", array("iddocumento"=>$data->iddocumento)) [label] => Rimuovi Pubblicazione [icon] => glyphicon glyphicon-hand-left [click] => function(){ $('#page_loader').fadeIn(); $.fn.yiiGridView.update('sgf3-documenti-grid', { type:'POST', url:$(this).attr('href'), success:function(data) { $.fn.yiiGridView.update('sgf3-documenti-grid', {}); $('#page_loader').fadeOut(); } }) $('#page_loader').fadeOut(); return false; } [visible] => ($data->pubblicato) && !empty($data->file->filename) [options] => Array ( [class] => ie-icons ) ) [annulla] => Array ( [url] => Yii::app()->createUrl("Sgf3Documenti/AnnullaRecuperaDocumento", array("iddocumento"=>$data->iddocumento)) [label] => Annulla [icon] => glyphicon glyphicon-ban-circle [click] => function(__event){ var url = jQuery(this).attr('href');__event.preventDefault();bootbox.dialog({ title: "ATTENZIONE", message: "Il documento selezionato verrà annullato, continuare?", show: true, backdrop: true, closeButton: true, animate: true, buttons: { cancel: { label: 'Annulla', className: 'btn-default', }, 'Conferma': { className: 'btn-danger', callback: function() {$('#page_loader').show();jQuery('#sgf3-documenti-grid').yiiGridView('update', { type: 'POST', url: url, success: function(data) { var parsedData = JSON.parse(data); if(!parsedData.esito){$('#page_loader').hide(); bootbox.dialog({ title: "ATTENZIONE", message: parsedData.messaggio, show: true, backdrop: true, closeButton: true, animate: true, buttons: { cancel: { label: 'OK', className: 'btn-danger', }, } }); }else{ jQuery('#sgf3-documenti-grid').yiiGridView('update'); } } }); } }, } }); } [visible] => $data->valido [options] => Array ( [class] => annulla ie-icons ) ) [recupera] => Array ( [url] => Yii::app()->createUrl("Sgf3Documenti/AnnullaRecuperaDocumento", array("iddocumento"=>$data->iddocumento)) [label] => Recupera [icon] => glyphicon glyphicon-repeat [click] => function(__event){ var url = jQuery(this).attr('href');__event.preventDefault();bootbox.dialog({ title: "ATTENZIONE", message: "Il documento selezionato verrà recuperato, continuare?", show: true, backdrop: true, closeButton: true, animate: true, buttons: { cancel: { label: 'Annulla', className: 'btn-default', }, 'Conferma': { className: 'btn-danger', callback: function() {$('#page_loader').show();jQuery('#sgf3-documenti-grid').yiiGridView('update', { type: 'POST', url: url, success: function(data) { var parsedData = JSON.parse(data); if(!parsedData.esito){$('#page_loader').hide(); bootbox.dialog({ title: "ATTENZIONE", message: parsedData.messaggio, show: true, backdrop: true, closeButton: true, animate: true, buttons: { cancel: { label: 'OK', className: 'btn-danger', }, } }); }else{ jQuery('#sgf3-documenti-grid').yiiGridView('update'); } } }); } }, } }); } [visible] => !$data->valido [options] => Array ( [class] => recupera ie-icons ) ) ) ) ) [htmlOptions] => Array ( [class] => boosterTable ) ) ) ) [7] => Array ( [file] => /var/www/html/dev/sgf3/protected/views/sgf3Documenti/admin.php [line] => 1415 [function] => widget [class] => CBaseController [type] => -> [args] => Array ( [0] => booster.widgets.TbExtendedGridView [1] => Array ( [id] => sgf3-documenti-grid [dataProvider] => CActiveDataProvider Object ( [modelClass] => Sgf3Documenti [model] => Sgf3Documenti Object ( [idcommessaStruttura] => [dataFrom] => [dataTo] => [dataFromFormatted] => [dataToFormatted] => [descSearchProt] => [dataSearchProtFromFormatted] => [dataSearchProtToFormatted] => [mittenteSearchProt] => [destinatarioSearchProt] => [rifprotSearchProt] => [protocolloEstSearchProt] => [statoSearchProt] => [autoreSearchProt] => [ownerSearchProt] => [categoriaSearchProt] => [tagsSearchProt] => [testoDoc] => [notin_tipostruttura] => [isAdvancedSearch] => [file_size] => [chkGetFileToZip] => Array ( ) [nRighe] => [_new:CActiveRecord:private] => 1 [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [progressivo] => [pubblicato] => 1 [valido] => 1 [stamp_insert_user] => [stamp_update_user] => [idstruttura] => 162 [iddocumento] => [iddocumentocondiviso] => [stampdoc] => [descrizione] => [idfile] => [tags] => [protocollo] => [idmittente] => [mittente] => [destinatario] => [iddestinatario] => [autore] => [idautore] => [owner] => [idowner] => [idcategoria] => [idstato] => [note] => [protocolloext] => [rifprotocollo] => [idsitodeposito] => [idprocesso] => [idveicolocliente] => [idtipodocumento] => [stamp_update] => [stamp_insert] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => CList Object ( [_d:CList:private] => Array ( [0] => CRequiredValidator Object ( [requiredValue] => [strict] => [trim] => 1 [attributes] => Array ( [0] => idstruttura [1] => stampdoc [2] => descrizione ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [1] => CRequiredValidator Object ( [requiredValue] => [strict] => [trim] => 1 [attributes] => Array ( [0] => idmittente [1] => iddestinatario [2] => idautore [3] => idstato [4] => idcategoria ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [2] => CInlineValidator Object ( [method] => validaMittente [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => idmittente ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [3] => CInlineValidator Object ( [method] => validaDestinatario [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => iddestinatario ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [4] => CInlineValidator Object ( [method] => validaProcesso [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => idprocesso ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [5] => CInlineValidator Object ( [method] => validaTipodoc [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => idtipodocumento ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [6] => CInlineValidator Object ( [method] => validaveicolocliente [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => idveicolocliente ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [7] => CSafeValidator Object ( [attributes] => Array ( [0] => stampdocFormatted [1] => tagsArray [2] => file_size [3] => chkGetFileToZip [4] => nRighe ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [8] => CInlineValidator Object ( [method] => update [params] => Array ( [on] => update ) [clientValidate] => [attributes] => Array ( [0] => stampdoc [1] => descrizione [2] => protocollo [3] => idmittente [4] => mittente [5] => iddestinatario [6] => destinatario [7] => protocolloext [8] => autore [9] => note ) [message] => [skipOnError] => [on] => Array ( [update] => update ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [9] => CNumberValidator Object ( [integerOnly] => 1 [allowEmpty] => 1 [max] => [min] => [tooBig] => [tooSmall] => [integerPattern] => /^\s*[+-]?\d+\s*$/ [numberPattern] => /^\s*[-+]?[0-9]*\.?[0-9]+([eE][-+]?[0-9]+)?\s*$/ [attributes] => Array ( [0] => idsocieta [1] => idstabilimento [2] => idstruttura [3] => idfile [4] => stamp_insert_user [5] => stamp_update_user [6] => idmittente [7] => iddestinatario [8] => idautore [9] => idowner [10] => idcategoria [11] => progressivo [12] => idstato [13] => pubblicato [14] => valido [15] => idsitodeposito [16] => idprocesso [17] => idveicolocliente [18] => idtipodocumento [19] => iddocumentocondiviso ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [10] => CStringValidator Object ( [max] => 200 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => descrizione ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [11] => CStringValidator Object ( [max] => 100 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => protocollo ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [12] => CStringValidator Object ( [max] => 100 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => mittente ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [13] => CStringValidator Object ( [max] => 100 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => destinatario ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [14] => CStringValidator Object ( [max] => 100 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => protocolloext ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [15] => CStringValidator Object ( [max] => 50 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => rifprotocollo ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [16] => CStringValidator Object ( [max] => 50 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => autore ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [17] => CStringValidator Object ( [max] => 50 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => owner ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [18] => CStringValidator Object ( [max] => 250 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => note ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [19] => CStringValidator Object ( [max] => 500 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => tags ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [20] => CSafeValidator Object ( [attributes] => Array ( [0] => idsocieta [1] => idstabilimento [2] => idstruttura [3] => iddocumento [4] => iddocumentocondiviso [5] => stampdoc [6] => descrizione [7] => idfile [8] => stamp_insert_user [9] => stamp_update_user [10] => stamp_update [11] => stamp_insert [12] => protocollo [13] => protocolloext [14] => idmittente [15] => mittente [16] => iddestinatario [17] => destinatario [18] => note [19] => autore [20] => idautore [21] => idowner [22] => idcategoria [23] => progressivo [24] => idstato [25] => pubblicato [26] => rifprotocollo [27] => owner [28] => tags [29] => descSearchProt [30] => dataSearchProtFromFormatted [31] => dataSearchProtToFormatted [32] => mittenteSearchProt [33] => destinatarioSearchProt [34] => rifprotSearchProt [35] => protocolloEstSearchProt [36] => statoSearchProt [37] => autoreSearchProt [38] => ownerSearchProt [39] => categoriaSearchProt [40] => tagsSearchProt [41] => valido [42] => idsitodeposito [43] => idprocesso [44] => idveicolocliente [45] => idtipodocumento [46] => testoDoc [47] => nRighe ) [message] => [skipOnError] => [on] => Array ( [search] => search ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_c:CList:private] => 21 [_r:CList:private] => [_e:CComponent:private] => [_m:CComponent:private] => ) [_scenario:CModel:private] => search [_e:CComponent:private] => [_m:CComponent:private] => ) [keyAttribute] => [_criteria:CActiveDataProvider:private] => CDbCriteria Object ( [select] => * [distinct] => [condition] => ((((t.idsocieta=:ycp0) AND (t.idstabilimento=:ycp1)) AND (t.idstruttura=:ycp2)) AND (t.pubblicato=:ycp3)) AND ( NOT EXISTS (SELECT 1 FROM sgf3_documenti_socutente_restrizioni r WHERE 1=1 AND r.iddocumento = t.iddocumento AND r.idsocietautente = 6)) [params] => Array ( [:ycp0] => 1 [:ycp1] => 1 [:ycp2] => 162 [:ycp3] => 1 ) [limit] => -1 [offset] => -1 [order] => [group] => [join] => [having] => [with] => Array ( [0] => file [1] => stato [2] => categoria [3] => struttura ) [alias] => [together] => [index] => [scopes] => [_e:CComponent:private] => [_m:CComponent:private] => ) [_countCriteria:CActiveDataProvider:private] => [_id:CDataProvider:private] => Sgf3Documenti [_data:CDataProvider:private] => Array ( [0] => Sgf3Documenti Object ( [idcommessaStruttura] => [dataFrom] => [dataTo] => [dataFromFormatted] => [dataToFormatted] => [descSearchProt] => [dataSearchProtFromFormatted] => [dataSearchProtToFormatted] => [mittenteSearchProt] => [destinatarioSearchProt] => [rifprotSearchProt] => [protocolloEstSearchProt] => [statoSearchProt] => [autoreSearchProt] => [ownerSearchProt] => [categoriaSearchProt] => [tagsSearchProt] => [testoDoc] => [notin_tipostruttura] => [isAdvancedSearch] => [file_size] => [chkGetFileToZip] => Array ( ) [nRighe] => [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idstruttura] => 162 [iddocumento] => 50 [iddocumentocondiviso] => [stampdoc] => 2013-03-25 00:00:00 [descrizione] => Master Plan - PERT [idfile] => 682 [tags] => [protocollo] => [idmittente] => [mittente] => [destinatario] => [iddestinatario] => [autore] => [idautore] => [owner] => [idowner] => [idcategoria] => [progressivo] => 0 [idstato] => [pubblicato] => 1 [note] => [protocolloext] => [rifprotocollo] => [valido] => 1 [idsitodeposito] => [idprocesso] => [idveicolocliente] => [idtipodocumento] => [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-25 00:00:00 [stamp_insert] => 2016-06-20 14:51:00 ) [_related:CActiveRecord:private] => Array ( [file] => FrmFilesUpload Object ( [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idfile] => 682 [iduser] => 1 [filename] => NTRE-1000-M300-SAV-001-04_20130320_B_PERT.pdf [path] => \uploads\allegati\162\NTRE-1000-M300-SAV-001-04_20130320_B_PERT.pdf [type] => pdf [size] => 111901 [data_caricamento] => 1466495788 [data_scadenza] => 1466495788 [descrizione] => NTRE-1000-M300-SAV-001-04_20130320_B_PERT.pdf [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-25 00:00:00 [stamp_insert] => 2016-06-21 09:56:28 [old_idfile] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 682 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [stato] => [categoria] => [struttura] => FrmAnaStruttura Object ( [searchDescStrutturaPadre] => [ordinePrecedente:FrmAnaStruttura:private] => 0 [idstrutturapadrePrecedente:FrmAnaStruttura:private] => 0 [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idsocietautente] => 6 [idcommessa] => 1 [idstruttura] => 162 [idstrutturapadre] => 43 [level] => 3 [visible] => 1 [ordine] => 1 [idstrutturacondivisa] => [descrizione] => 2_ Secondo invio [path_struttura] => HOME/PIANO DI QUALITÀ/Indice del Piano di Qualità/2_ Secondo invio [link] => [style] => [editable] => 1 [allegati] => 0 [idallegatidoc] => [tipo_struttura] => 0 [modoprotocollo] => 1 [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2016-06-20 13:02:55 [stamp_insert] => 2016-06-20 13:02:55 ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 162 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 50 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [1] => Sgf3Documenti Object ( [idcommessaStruttura] => [dataFrom] => [dataTo] => [dataFromFormatted] => [dataToFormatted] => [descSearchProt] => [dataSearchProtFromFormatted] => [dataSearchProtToFormatted] => [mittenteSearchProt] => [destinatarioSearchProt] => [rifprotSearchProt] => [protocolloEstSearchProt] => [statoSearchProt] => [autoreSearchProt] => [ownerSearchProt] => [categoriaSearchProt] => [tagsSearchProt] => [testoDoc] => [notin_tipostruttura] => [isAdvancedSearch] => [file_size] => [chkGetFileToZip] => Array ( ) [nRighe] => [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idstruttura] => 162 [iddocumento] => 49 [iddocumentocondiviso] => [stampdoc] => 2013-03-20 00:00:00 [descrizione] => Master Plan [idfile] => 675 [tags] => [protocollo] => [idmittente] => [mittente] => [destinatario] => [iddestinatario] => [autore] => [idautore] => [owner] => [idowner] => [idcategoria] => [progressivo] => 0 [idstato] => [pubblicato] => 1 [note] => [protocolloext] => [rifprotocollo] => [valido] => 1 [idsitodeposito] => [idprocesso] => [idveicolocliente] => [idtipodocumento] => [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-20 00:00:00 [stamp_insert] => 2016-06-20 14:51:00 ) [_related:CActiveRecord:private] => Array ( [file] => FrmFilesUpload Object ( [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idfile] => 675 [iduser] => 1 [filename] => NTRE-1000-M300-SAV-001-04_20130320_B.pdf [path] => \uploads\allegati\162\NTRE-1000-M300-SAV-001-04_20130320_B.pdf [type] => pdf [size] => 1878062 [data_caricamento] => 1466495788 [data_scadenza] => 1466495788 [descrizione] => NTRE-1000-M300-SAV-001-04_20130320_B.pdf [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-20 00:00:00 [stamp_insert] => 2016-06-21 09:56:28 [old_idfile] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 675 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [stato] => [categoria] => [struttura] => FrmAnaStruttura Object ( [searchDescStrutturaPadre] => [ordinePrecedente:FrmAnaStruttura:private] => 0 [idstrutturapadrePrecedente:FrmAnaStruttura:private] => 0 [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idsocietautente] => 6 [idcommessa] => 1 [idstruttura] => 162 [idstrutturapadre] => 43 [level] => 3 [visible] => 1 [ordine] => 1 [idstrutturacondivisa] => [descrizione] => 2_ Secondo invio [path_struttura] => HOME/PIANO DI QUALITÀ/Indice del Piano di Qualità/2_ Secondo invio [link] => [style] => [editable] => 1 [allegati] => 0 [idallegatidoc] => [tipo_struttura] => 0 [modoprotocollo] => 1 [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2016-06-20 13:02:55 [stamp_insert] => 2016-06-20 13:02:55 ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 162 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 49 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [2] => Sgf3Documenti Object ( [idcommessaStruttura] => [dataFrom] => [dataTo] => [dataFromFormatted] => [dataToFormatted] => [descSearchProt] => [dataSearchProtFromFormatted] => [dataSearchProtToFormatted] => [mittenteSearchProt] => [destinatarioSearchProt] => [rifprotSearchProt] => [protocolloEstSearchProt] => [statoSearchProt] => [autoreSearchProt] => [ownerSearchProt] => [categoriaSearchProt] => [tagsSearchProt] => [testoDoc] => [notin_tipostruttura] => [isAdvancedSearch] => [file_size] => [chkGetFileToZip] => Array ( ) [nRighe] => [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idstruttura] => 162 [iddocumento] => 45 [iddocumentocondiviso] => [stampdoc] => 2013-03-15 00:00:00 [descrizione] => 01_Piano di gestione della fornitura [idfile] => 641 [tags] => [protocollo] => [idmittente] => [mittente] => [destinatario] => [iddestinatario] => [autore] => [idautore] => [owner] => [idowner] => [idcategoria] => [progressivo] => 0 [idstato] => [pubblicato] => 1 [note] => [protocolloext] => [rifprotocollo] => [valido] => 1 [idsitodeposito] => [idprocesso] => [idveicolocliente] => [idtipodocumento] => [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-20 14:51:00 ) [_related:CActiveRecord:private] => Array ( [file] => FrmFilesUpload Object ( [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idfile] => 641 [iduser] => 1 [filename] => 1_PMP_NTRE-1000-M100-SAV-001-01.pdf [path] => \uploads\allegati\162\1_PMP_NTRE-1000-M100-SAV-001-01.pdf [type] => pdf [size] => 562497 [data_caricamento] => 1466495788 [data_scadenza] => 1466495788 [descrizione] => 1_PMP_NTRE-1000-M100-SAV-001-01.pdf [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-21 09:56:28 [old_idfile] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 641 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [stato] => [categoria] => [struttura] => FrmAnaStruttura Object ( [searchDescStrutturaPadre] => [ordinePrecedente:FrmAnaStruttura:private] => 0 [idstrutturapadrePrecedente:FrmAnaStruttura:private] => 0 [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idsocietautente] => 6 [idcommessa] => 1 [idstruttura] => 162 [idstrutturapadre] => 43 [level] => 3 [visible] => 1 [ordine] => 1 [idstrutturacondivisa] => [descrizione] => 2_ Secondo invio [path_struttura] => HOME/PIANO DI QUALITÀ/Indice del Piano di Qualità/2_ Secondo invio [link] => [style] => [editable] => 1 [allegati] => 0 [idallegatidoc] => [tipo_struttura] => 0 [modoprotocollo] => 1 [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2016-06-20 13:02:55 [stamp_insert] => 2016-06-20 13:02:55 ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 162 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 45 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [3] => Sgf3Documenti Object ( [idcommessaStruttura] => [dataFrom] => [dataTo] => [dataFromFormatted] => [dataToFormatted] => [descSearchProt] => [dataSearchProtFromFormatted] => [dataSearchProtToFormatted] => [mittenteSearchProt] => [destinatarioSearchProt] => [rifprotSearchProt] => [protocolloEstSearchProt] => [statoSearchProt] => [autoreSearchProt] => [ownerSearchProt] => [categoriaSearchProt] => [tagsSearchProt] => [testoDoc] => [notin_tipostruttura] => [isAdvancedSearch] => [file_size] => [chkGetFileToZip] => Array ( ) [nRighe] => [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idstruttura] => 162 [iddocumento] => 47 [iddocumentocondiviso] => [stampdoc] => 2013-03-15 00:00:00 [descrizione] => 05_Piano della Progettazione [idfile] => 654 [tags] => [protocollo] => [idmittente] => [mittente] => [destinatario] => [iddestinatario] => [autore] => [idautore] => [owner] => [idowner] => [idcategoria] => [progressivo] => 0 [idstato] => [pubblicato] => 1 [note] => [protocolloext] => [rifprotocollo] => [valido] => 1 [idsitodeposito] => [idprocesso] => [idveicolocliente] => [idtipodocumento] => [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-20 14:51:00 ) [_related:CActiveRecord:private] => Array ( [file] => FrmFilesUpload Object ( [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idfile] => 654 [iduser] => 1 [filename] => 5_PEP_NTRE-1000-D100-SAV-001-01.pdf [path] => \uploads\allegati\162\5_PEP_NTRE-1000-D100-SAV-001-01.pdf [type] => pdf [size] => 1393898 [data_caricamento] => 1466495788 [data_scadenza] => 1466495788 [descrizione] => 5_PEP_NTRE-1000-D100-SAV-001-01.pdf [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-21 09:56:28 [old_idfile] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 654 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [stato] => [categoria] => [struttura] => FrmAnaStruttura Object ( [searchDescStrutturaPadre] => [ordinePrecedente:FrmAnaStruttura:private] => 0 [idstrutturapadrePrecedente:FrmAnaStruttura:private] => 0 [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idsocietautente] => 6 [idcommessa] => 1 [idstruttura] => 162 [idstrutturapadre] => 43 [level] => 3 [visible] => 1 [ordine] => 1 [idstrutturacondivisa] => [descrizione] => 2_ Secondo invio [path_struttura] => HOME/PIANO DI QUALITÀ/Indice del Piano di Qualità/2_ Secondo invio [link] => [style] => [editable] => 1 [allegati] => 0 [idallegatidoc] => [tipo_struttura] => 0 [modoprotocollo] => 1 [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2016-06-20 13:02:55 [stamp_insert] => 2016-06-20 13:02:55 ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 162 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 47 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [4] => Sgf3Documenti Object ( [idcommessaStruttura] => [dataFrom] => [dataTo] => [dataFromFormatted] => [dataToFormatted] => [descSearchProt] => [dataSearchProtFromFormatted] => [dataSearchProtToFormatted] => [mittenteSearchProt] => [destinatarioSearchProt] => [rifprotSearchProt] => [protocolloEstSearchProt] => [statoSearchProt] => [autoreSearchProt] => [ownerSearchProt] => [categoriaSearchProt] => [tagsSearchProt] => [testoDoc] => [notin_tipostruttura] => [isAdvancedSearch] => [file_size] => [chkGetFileToZip] => Array ( ) [nRighe] => [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idstruttura] => 162 [iddocumento] => 48 [iddocumentocondiviso] => [stampdoc] => 2013-03-15 00:00:00 [descrizione] => 08_Project Warranty Plan [idfile] => 656 [tags] => [protocollo] => [idmittente] => [mittente] => [destinatario] => [iddestinatario] => [autore] => [idautore] => [owner] => [idowner] => [idcategoria] => [progressivo] => 0 [idstato] => [pubblicato] => 1 [note] => [protocolloext] => [rifprotocollo] => [valido] => 1 [idsitodeposito] => [idprocesso] => [idveicolocliente] => [idtipodocumento] => [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-20 14:51:00 ) [_related:CActiveRecord:private] => Array ( [file] => FrmFilesUpload Object ( [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idfile] => 656 [iduser] => 1 [filename] => 8_PWP_NTRE-1000-W100-SAV-001-01.pdf [path] => \uploads\allegati\162\8_PWP_NTRE-1000-W100-SAV-001-01.pdf [type] => pdf [size] => 1820982 [data_caricamento] => 1466495787 [data_scadenza] => 1466495787 [descrizione] => 8_PWP_NTRE-1000-W100-SAV-001-01.pdf [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-21 09:56:27 [old_idfile] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 656 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [stato] => [categoria] => [struttura] => FrmAnaStruttura Object ( [searchDescStrutturaPadre] => [ordinePrecedente:FrmAnaStruttura:private] => 0 [idstrutturapadrePrecedente:FrmAnaStruttura:private] => 0 [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idsocietautente] => 6 [idcommessa] => 1 [idstruttura] => 162 [idstrutturapadre] => 43 [level] => 3 [visible] => 1 [ordine] => 1 [idstrutturacondivisa] => [descrizione] => 2_ Secondo invio [path_struttura] => HOME/PIANO DI QUALITÀ/Indice del Piano di Qualità/2_ Secondo invio [link] => [style] => [editable] => 1 [allegati] => 0 [idallegatidoc] => [tipo_struttura] => 0 [modoprotocollo] => 1 [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2016-06-20 13:02:55 [stamp_insert] => 2016-06-20 13:02:55 ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 162 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 48 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [5] => Sgf3Documenti Object ( [idcommessaStruttura] => [dataFrom] => [dataTo] => [dataFromFormatted] => [dataToFormatted] => [descSearchProt] => [dataSearchProtFromFormatted] => [dataSearchProtToFormatted] => [mittenteSearchProt] => [destinatarioSearchProt] => [rifprotSearchProt] => [protocolloEstSearchProt] => [statoSearchProt] => [autoreSearchProt] => [ownerSearchProt] => [categoriaSearchProt] => [tagsSearchProt] => [testoDoc] => [notin_tipostruttura] => [isAdvancedSearch] => [file_size] => [chkGetFileToZip] => Array ( ) [nRighe] => [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idstruttura] => 162 [iddocumento] => 52 [iddocumentocondiviso] => [stampdoc] => 2013-03-15 00:00:00 [descrizione] => 03.1_SPL [idfile] => 648 [tags] => [protocollo] => [idmittente] => [mittente] => [destinatario] => [iddestinatario] => [autore] => [idautore] => [owner] => [idowner] => [idcategoria] => [progressivo] => 0 [idstato] => [pubblicato] => 1 [note] => [protocolloext] => [rifprotocollo] => [valido] => 1 [idsitodeposito] => [idprocesso] => [idveicolocliente] => [idtipodocumento] => [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-20 14:51:00 ) [_related:CActiveRecord:private] => Array ( [file] => FrmFilesUpload Object ( [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idfile] => 648 [iduser] => 1 [filename] => 3bis_SPL_NTRE-1000-M500-SAV-004-01_foglio1.pdf [path] => \uploads\allegati\162\3bis_SPL_NTRE-1000-M500-SAV-004-01_foglio1.pdf [type] => pdf [size] => 13404 [data_caricamento] => 1466495787 [data_scadenza] => 1466495787 [descrizione] => 3bis_SPL_NTRE-1000-M500-SAV-004-01_foglio1.pdf [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-21 09:56:27 [old_idfile] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 648 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [stato] => [categoria] => [struttura] => FrmAnaStruttura Object ( [searchDescStrutturaPadre] => [ordinePrecedente:FrmAnaStruttura:private] => 0 [idstrutturapadrePrecedente:FrmAnaStruttura:private] => 0 [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idsocietautente] => 6 [idcommessa] => 1 [idstruttura] => 162 [idstrutturapadre] => 43 [level] => 3 [visible] => 1 [ordine] => 1 [idstrutturacondivisa] => [descrizione] => 2_ Secondo invio [path_struttura] => HOME/PIANO DI QUALITÀ/Indice del Piano di Qualità/2_ Secondo invio [link] => [style] => [editable] => 1 [allegati] => 0 [idallegatidoc] => [tipo_struttura] => 0 [modoprotocollo] => 1 [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2016-06-20 13:02:55 [stamp_insert] => 2016-06-20 13:02:55 ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 162 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 52 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [6] => Sgf3Documenti Object ( [idcommessaStruttura] => [dataFrom] => [dataTo] => [dataFromFormatted] => [dataToFormatted] => [descSearchProt] => [dataSearchProtFromFormatted] => [dataSearchProtToFormatted] => [mittenteSearchProt] => [destinatarioSearchProt] => [rifprotSearchProt] => [protocolloEstSearchProt] => [statoSearchProt] => [autoreSearchProt] => [ownerSearchProt] => [categoriaSearchProt] => [tagsSearchProt] => [testoDoc] => [notin_tipostruttura] => [isAdvancedSearch] => [file_size] => [chkGetFileToZip] => Array ( ) [nRighe] => [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idstruttura] => 162 [iddocumento] => 54 [iddocumentocondiviso] => [stampdoc] => 2013-03-15 00:00:00 [descrizione] => 04.2_Software Configuration [idfile] => 652 [tags] => [protocollo] => [idmittente] => [mittente] => [destinatario] => [iddestinatario] => [autore] => [idautore] => [owner] => [idowner] => [idcategoria] => [progressivo] => 0 [idstato] => [pubblicato] => 1 [note] => [protocolloext] => [rifprotocollo] => [valido] => 1 [idsitodeposito] => [idprocesso] => [idveicolocliente] => [idtipodocumento] => [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-20 14:51:00 ) [_related:CActiveRecord:private] => Array ( [file] => FrmFilesUpload Object ( [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idfile] => 652 [iduser] => 1 [filename] => 4B_ALLEGATO2_Software_Configuration_NTRE.pdf [path] => \uploads\allegati\162\4B_ALLEGATO2_Software_Configuration_NTRE.pdf [type] => pdf [size] => 40790 [data_caricamento] => 1466495787 [data_scadenza] => 1466495787 [descrizione] => 4B_ALLEGATO2_Software_Configuration_NTRE.pdf [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-21 09:56:27 [old_idfile] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 652 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [stato] => [categoria] => [struttura] => FrmAnaStruttura Object ( [searchDescStrutturaPadre] => [ordinePrecedente:FrmAnaStruttura:private] => 0 [idstrutturapadrePrecedente:FrmAnaStruttura:private] => 0 [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idsocietautente] => 6 [idcommessa] => 1 [idstruttura] => 162 [idstrutturapadre] => 43 [level] => 3 [visible] => 1 [ordine] => 1 [idstrutturacondivisa] => [descrizione] => 2_ Secondo invio [path_struttura] => HOME/PIANO DI QUALITÀ/Indice del Piano di Qualità/2_ Secondo invio [link] => [style] => [editable] => 1 [allegati] => 0 [idallegatidoc] => [tipo_struttura] => 0 [modoprotocollo] => 1 [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2016-06-20 13:02:55 [stamp_insert] => 2016-06-20 13:02:55 ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 162 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 54 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [7] => Sgf3Documenti Object ( [idcommessaStruttura] => [dataFrom] => [dataTo] => [dataFromFormatted] => [dataToFormatted] => [descSearchProt] => [dataSearchProtFromFormatted] => [dataSearchProtToFormatted] => [mittenteSearchProt] => [destinatarioSearchProt] => [rifprotSearchProt] => [protocolloEstSearchProt] => [statoSearchProt] => [autoreSearchProt] => [ownerSearchProt] => [categoriaSearchProt] => [tagsSearchProt] => [testoDoc] => [notin_tipostruttura] => [isAdvancedSearch] => [file_size] => [chkGetFileToZip] => Array ( ) [nRighe] => [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idstruttura] => 162 [iddocumento] => 55 [iddocumentocondiviso] => [stampdoc] => 2013-03-15 00:00:00 [descrizione] => 08.2_PWP allegato B [idfile] => 658 [tags] => [protocollo] => [idmittente] => [mittente] => [destinatario] => [iddestinatario] => [autore] => [idautore] => [owner] => [idowner] => [idcategoria] => [progressivo] => 0 [idstato] => [pubblicato] => 1 [note] => [protocolloext] => [rifprotocollo] => [valido] => 1 [idsitodeposito] => [idprocesso] => [idveicolocliente] => [idtipodocumento] => [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-20 14:51:00 ) [_related:CActiveRecord:private] => Array ( [file] => FrmFilesUpload Object ( [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idfile] => 658 [iduser] => 1 [filename] => 8B_ALLEGATO2_PWP_NTRE-1000-W100-SAV-001-01.pdf [path] => \uploads\allegati\162\8B_ALLEGATO2_PWP_NTRE-1000-W100-SAV-001-01.pdf [type] => pdf [size] => 1919637 [data_caricamento] => 1466495786 [data_scadenza] => 1466495786 [descrizione] => 8B_ALLEGATO2_PWP_NTRE-1000-W100-SAV-001-01.pdf [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-21 09:56:26 [old_idfile] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 658 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [stato] => [categoria] => [struttura] => FrmAnaStruttura Object ( [searchDescStrutturaPadre] => [ordinePrecedente:FrmAnaStruttura:private] => 0 [idstrutturapadrePrecedente:FrmAnaStruttura:private] => 0 [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idsocietautente] => 6 [idcommessa] => 1 [idstruttura] => 162 [idstrutturapadre] => 43 [level] => 3 [visible] => 1 [ordine] => 1 [idstrutturacondivisa] => [descrizione] => 2_ Secondo invio [path_struttura] => HOME/PIANO DI QUALITÀ/Indice del Piano di Qualità/2_ Secondo invio [link] => [style] => [editable] => 1 [allegati] => 0 [idallegatidoc] => [tipo_struttura] => 0 [modoprotocollo] => 1 [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2016-06-20 13:02:55 [stamp_insert] => 2016-06-20 13:02:55 ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 162 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 55 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [8] => Sgf3Documenti Object ( [idcommessaStruttura] => [dataFrom] => [dataTo] => [dataFromFormatted] => [dataToFormatted] => [descSearchProt] => [dataSearchProtFromFormatted] => [dataSearchProtToFormatted] => [mittenteSearchProt] => [destinatarioSearchProt] => [rifprotSearchProt] => [protocolloEstSearchProt] => [statoSearchProt] => [autoreSearchProt] => [ownerSearchProt] => [categoriaSearchProt] => [tagsSearchProt] => [testoDoc] => [notin_tipostruttura] => [isAdvancedSearch] => [file_size] => [chkGetFileToZip] => Array ( ) [nRighe] => [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idstruttura] => 162 [iddocumento] => 56 [iddocumentocondiviso] => [stampdoc] => 2013-03-15 00:00:00 [descrizione] => 10_Piano AMIS [idfile] => 659 [tags] => [protocollo] => [idmittente] => [mittente] => [destinatario] => [iddestinatario] => [autore] => [idautore] => [owner] => [idowner] => [idcategoria] => [progressivo] => 0 [idstato] => [pubblicato] => 1 [note] => [protocolloext] => [rifprotocollo] => [valido] => 1 [idsitodeposito] => [idprocesso] => [idveicolocliente] => [idtipodocumento] => [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-20 14:51:00 ) [_related:CActiveRecord:private] => Array ( [file] => FrmFilesUpload Object ( [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idfile] => 659 [iduser] => 1 [filename] => 10_Piano AMIS_NTRE-1000-T300-SAV-001-00.pdf [path] => \uploads\allegati\162\10_Piano AMIS_NTRE-1000-T300-SAV-001-00.pdf [type] => pdf [size] => 644243 [data_caricamento] => 1466495788 [data_scadenza] => 1466495788 [descrizione] => 10_Piano AMIS_NTRE-1000-T300-SAV-001-00.pdf [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-21 09:56:28 [old_idfile] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 659 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [stato] => [categoria] => [struttura] => FrmAnaStruttura Object ( [searchDescStrutturaPadre] => [ordinePrecedente:FrmAnaStruttura:private] => 0 [idstrutturapadrePrecedente:FrmAnaStruttura:private] => 0 [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idsocietautente] => 6 [idcommessa] => 1 [idstruttura] => 162 [idstrutturapadre] => 43 [level] => 3 [visible] => 1 [ordine] => 1 [idstrutturacondivisa] => [descrizione] => 2_ Secondo invio [path_struttura] => HOME/PIANO DI QUALITÀ/Indice del Piano di Qualità/2_ Secondo invio [link] => [style] => [editable] => 1 [allegati] => 0 [idallegatidoc] => [tipo_struttura] => 0 [modoprotocollo] => 1 [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2016-06-20 13:02:55 [stamp_insert] => 2016-06-20 13:02:55 ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 162 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 56 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [9] => Sgf3Documenti Object ( [idcommessaStruttura] => [dataFrom] => [dataTo] => [dataFromFormatted] => [dataToFormatted] => [descSearchProt] => [dataSearchProtFromFormatted] => [dataSearchProtToFormatted] => [mittenteSearchProt] => [destinatarioSearchProt] => [rifprotSearchProt] => [protocolloEstSearchProt] => [statoSearchProt] => [autoreSearchProt] => [ownerSearchProt] => [categoriaSearchProt] => [tagsSearchProt] => [testoDoc] => [notin_tipostruttura] => [isAdvancedSearch] => [file_size] => [chkGetFileToZip] => Array ( ) [nRighe] => [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idstruttura] => 162 [iddocumento] => 57 [iddocumentocondiviso] => [stampdoc] => 2013-03-15 00:00:00 [descrizione] => 11_Configuration Management Plan [idfile] => 660 [tags] => [protocollo] => [idmittente] => [mittente] => [destinatario] => [iddestinatario] => [autore] => [idautore] => [owner] => [idowner] => [idcategoria] => [progressivo] => 0 [idstato] => [pubblicato] => 1 [note] => [protocolloext] => [rifprotocollo] => [valido] => 1 [idsitodeposito] => [idprocesso] => [idveicolocliente] => [idtipodocumento] => [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-20 14:51:00 ) [_related:CActiveRecord:private] => Array ( [file] => FrmFilesUpload Object ( [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idfile] => 660 [iduser] => 1 [filename] => NTRE-1000-M100-SAV-002_Rev00_Configuration_Management_Plan.pdf [path] => \uploads\allegati\162\NTRE-1000-M100-SAV-002_Rev00_Configuration_Management_Plan.pdf [type] => pdf [size] => 9387529 [data_caricamento] => 1466495786 [data_scadenza] => 1466495786 [descrizione] => NTRE-1000-M100-SAV-002_Rev00_Configuration_Management_Plan.pdf [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-21 09:56:26 [old_idfile] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 660 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [stato] => [categoria] => [struttura] => FrmAnaStruttura Object ( [searchDescStrutturaPadre] => [ordinePrecedente:FrmAnaStruttura:private] => 0 [idstrutturapadrePrecedente:FrmAnaStruttura:private] => 0 [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idsocietautente] => 6 [idcommessa] => 1 [idstruttura] => 162 [idstrutturapadre] => 43 [level] => 3 [visible] => 1 [ordine] => 1 [idstrutturacondivisa] => [descrizione] => 2_ Secondo invio [path_struttura] => HOME/PIANO DI QUALITÀ/Indice del Piano di Qualità/2_ Secondo invio [link] => [style] => [editable] => 1 [allegati] => 0 [idallegatidoc] => [tipo_struttura] => 0 [modoprotocollo] => 1 [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2016-06-20 13:02:55 [stamp_insert] => 2016-06-20 13:02:55 ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 162 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 57 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [10] => Sgf3Documenti Object ( [idcommessaStruttura] => [dataFrom] => [dataTo] => [dataFromFormatted] => [dataToFormatted] => [descSearchProt] => [dataSearchProtFromFormatted] => [dataSearchProtToFormatted] => [mittenteSearchProt] => [destinatarioSearchProt] => [rifprotSearchProt] => [protocolloEstSearchProt] => [statoSearchProt] => [autoreSearchProt] => [ownerSearchProt] => [categoriaSearchProt] => [tagsSearchProt] => [testoDoc] => [notin_tipostruttura] => [isAdvancedSearch] => [file_size] => [chkGetFileToZip] => Array ( ) [nRighe] => [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idstruttura] => 162 [iddocumento] => 58 [iddocumentocondiviso] => [stampdoc] => 2013-03-15 00:00:00 [descrizione] => 13_Project Validation Management Plan [idfile] => 662 [tags] => [protocollo] => [idmittente] => [mittente] => [destinatario] => [iddestinatario] => [autore] => [idautore] => [owner] => [idowner] => [idcategoria] => [progressivo] => 0 [idstato] => [pubblicato] => 1 [note] => [protocolloext] => [rifprotocollo] => [valido] => 1 [idsitodeposito] => [idprocesso] => [idveicolocliente] => [idtipodocumento] => [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-20 14:51:00 ) [_related:CActiveRecord:private] => Array ( [file] => FrmFilesUpload Object ( [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idfile] => 662 [iduser] => 1 [filename] => NTRE-1000-T200-SAV-001 Rev00_13-11-12 .pdf [path] => \uploads\allegati\162\NTRE-1000-T200-SAV-001 Rev00_13-11-12 .pdf [type] => pdf [size] => 598306 [data_caricamento] => 1466495786 [data_scadenza] => 1466495786 [descrizione] => NTRE-1000-T200-SAV-001 Rev00_13-11-12 .pdf [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-21 09:56:26 [old_idfile] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 662 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [stato] => [categoria] => [struttura] => FrmAnaStruttura Object ( [searchDescStrutturaPadre] => [ordinePrecedente:FrmAnaStruttura:private] => 0 [idstrutturapadrePrecedente:FrmAnaStruttura:private] => 0 [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idsocietautente] => 6 [idcommessa] => 1 [idstruttura] => 162 [idstrutturapadre] => 43 [level] => 3 [visible] => 1 [ordine] => 1 [idstrutturacondivisa] => [descrizione] => 2_ Secondo invio [path_struttura] => HOME/PIANO DI QUALITÀ/Indice del Piano di Qualità/2_ Secondo invio [link] => [style] => [editable] => 1 [allegati] => 0 [idallegatidoc] => [tipo_struttura] => 0 [modoprotocollo] => 1 [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2016-06-20 13:02:55 [stamp_insert] => 2016-06-20 13:02:55 ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 162 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 58 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [11] => Sgf3Documenti Object ( [idcommessaStruttura] => [dataFrom] => [dataTo] => [dataFromFormatted] => [dataToFormatted] => [descSearchProt] => [dataSearchProtFromFormatted] => [dataSearchProtToFormatted] => [mittenteSearchProt] => [destinatarioSearchProt] => [rifprotSearchProt] => [protocolloEstSearchProt] => [statoSearchProt] => [autoreSearchProt] => [ownerSearchProt] => [categoriaSearchProt] => [tagsSearchProt] => [testoDoc] => [notin_tipostruttura] => [isAdvancedSearch] => [file_size] => [chkGetFileToZip] => Array ( ) [nRighe] => [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idstruttura] => 162 [iddocumento] => 59 [iddocumentocondiviso] => [stampdoc] => 2013-03-15 00:00:00 [descrizione] => 12_Sub-Contractors Quality Assurance Requirements [idfile] => 661 [tags] => [protocollo] => [idmittente] => [mittente] => [destinatario] => [iddestinatario] => [autore] => [idautore] => [owner] => [idowner] => [idcategoria] => [progressivo] => 0 [idstato] => [pubblicato] => 1 [note] => [protocolloext] => [rifprotocollo] => [valido] => 1 [idsitodeposito] => [idprocesso] => [idveicolocliente] => [idtipodocumento] => [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-20 14:51:00 ) [_related:CActiveRecord:private] => Array ( [file] => FrmFilesUpload Object ( [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idfile] => 661 [iduser] => 1 [filename] => NTRE-1000-M500-SAV-003.pdf [path] => \uploads\allegati\162\NTRE-1000-M500-SAV-003.pdf [type] => pdf [size] => 3573104 [data_caricamento] => 1466495788 [data_scadenza] => 1466495788 [descrizione] => NTRE-1000-M500-SAV-003.pdf [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-21 09:56:28 [old_idfile] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 661 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [stato] => [categoria] => [struttura] => FrmAnaStruttura Object ( [searchDescStrutturaPadre] => [ordinePrecedente:FrmAnaStruttura:private] => 0 [idstrutturapadrePrecedente:FrmAnaStruttura:private] => 0 [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idsocietautente] => 6 [idcommessa] => 1 [idstruttura] => 162 [idstrutturapadre] => 43 [level] => 3 [visible] => 1 [ordine] => 1 [idstrutturacondivisa] => [descrizione] => 2_ Secondo invio [path_struttura] => HOME/PIANO DI QUALITÀ/Indice del Piano di Qualità/2_ Secondo invio [link] => [style] => [editable] => 1 [allegati] => 0 [idallegatidoc] => [tipo_struttura] => 0 [modoprotocollo] => 1 [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2016-06-20 13:02:55 [stamp_insert] => 2016-06-20 13:02:55 ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 162 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 59 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [12] => Sgf3Documenti Object ( [idcommessaStruttura] => [dataFrom] => [dataTo] => [dataFromFormatted] => [dataToFormatted] => [descSearchProt] => [dataSearchProtFromFormatted] => [dataSearchProtToFormatted] => [mittenteSearchProt] => [destinatarioSearchProt] => [rifprotSearchProt] => [protocolloEstSearchProt] => [statoSearchProt] => [autoreSearchProt] => [ownerSearchProt] => [categoriaSearchProt] => [tagsSearchProt] => [testoDoc] => [notin_tipostruttura] => [isAdvancedSearch] => [file_size] => [chkGetFileToZip] => Array ( ) [nRighe] => [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idstruttura] => 162 [iddocumento] => 60 [iddocumentocondiviso] => [stampdoc] => 2013-03-15 00:00:00 [descrizione] => 03_Project Sourcing Management Plan [idfile] => 647 [tags] => [protocollo] => [idmittente] => [mittente] => [destinatario] => [iddestinatario] => [autore] => [idautore] => [owner] => [idowner] => [idcategoria] => [progressivo] => 0 [idstato] => [pubblicato] => 1 [note] => [protocolloext] => [rifprotocollo] => [valido] => 1 [idsitodeposito] => [idprocesso] => [idveicolocliente] => [idtipodocumento] => [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-20 14:51:00 ) [_related:CActiveRecord:private] => Array ( [file] => FrmFilesUpload Object ( [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idfile] => 647 [iduser] => 1 [filename] => 3_PSMP_NTRE-1000-A100-SAV-001-01.pdf [path] => \uploads\allegati\162\3_PSMP_NTRE-1000-A100-SAV-001-01.pdf [type] => pdf [size] => 479619 [data_caricamento] => 1466495787 [data_scadenza] => 1466495787 [descrizione] => 3_PSMP_NTRE-1000-A100-SAV-001-01.pdf [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-21 09:56:27 [old_idfile] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 647 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [stato] => [categoria] => [struttura] => FrmAnaStruttura Object ( [searchDescStrutturaPadre] => [ordinePrecedente:FrmAnaStruttura:private] => 0 [idstrutturapadrePrecedente:FrmAnaStruttura:private] => 0 [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idsocietautente] => 6 [idcommessa] => 1 [idstruttura] => 162 [idstrutturapadre] => 43 [level] => 3 [visible] => 1 [ordine] => 1 [idstrutturacondivisa] => [descrizione] => 2_ Secondo invio [path_struttura] => HOME/PIANO DI QUALITÀ/Indice del Piano di Qualità/2_ Secondo invio [link] => [style] => [editable] => 1 [allegati] => 0 [idallegatidoc] => [tipo_struttura] => 0 [modoprotocollo] => 1 [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2016-06-20 13:02:55 [stamp_insert] => 2016-06-20 13:02:55 ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 162 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 60 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [13] => Sgf3Documenti Object ( [idcommessaStruttura] => [dataFrom] => [dataTo] => [dataFromFormatted] => [dataToFormatted] => [descSearchProt] => [dataSearchProtFromFormatted] => [dataSearchProtToFormatted] => [mittenteSearchProt] => [destinatarioSearchProt] => [rifprotSearchProt] => [protocolloEstSearchProt] => [statoSearchProt] => [autoreSearchProt] => [ownerSearchProt] => [categoriaSearchProt] => [tagsSearchProt] => [testoDoc] => [notin_tipostruttura] => [isAdvancedSearch] => [file_size] => [chkGetFileToZip] => Array ( ) [nRighe] => [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idstruttura] => 162 [iddocumento] => 61 [iddocumentocondiviso] => [stampdoc] => 2013-03-15 00:00:00 [descrizione] => 04_Project Quality Control Plan [idfile] => 650 [tags] => [protocollo] => [idmittente] => [mittente] => [destinatario] => [iddestinatario] => [autore] => [idautore] => [owner] => [idowner] => [idcategoria] => [progressivo] => 0 [idstato] => [pubblicato] => 1 [note] => [protocolloext] => [rifprotocollo] => [valido] => 1 [idsitodeposito] => [idprocesso] => [idveicolocliente] => [idtipodocumento] => [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-20 14:51:00 ) [_related:CActiveRecord:private] => Array ( [file] => FrmFilesUpload Object ( [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idfile] => 650 [iduser] => 1 [filename] => 4_PQCP_NTRE-1000-M500-SAV-002-01.pdf [path] => \uploads\allegati\162\4_PQCP_NTRE-1000-M500-SAV-002-01.pdf [type] => pdf [size] => 326129 [data_caricamento] => 1466495785 [data_scadenza] => 1466495785 [descrizione] => 4_PQCP_NTRE-1000-M500-SAV-002-01.pdf [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-21 09:56:25 [old_idfile] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 650 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [stato] => [categoria] => [struttura] => FrmAnaStruttura Object ( [searchDescStrutturaPadre] => [ordinePrecedente:FrmAnaStruttura:private] => 0 [idstrutturapadrePrecedente:FrmAnaStruttura:private] => 0 [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idsocietautente] => 6 [idcommessa] => 1 [idstruttura] => 162 [idstrutturapadre] => 43 [level] => 3 [visible] => 1 [ordine] => 1 [idstrutturacondivisa] => [descrizione] => 2_ Secondo invio [path_struttura] => HOME/PIANO DI QUALITÀ/Indice del Piano di Qualità/2_ Secondo invio [link] => [style] => [editable] => 1 [allegati] => 0 [idallegatidoc] => [tipo_struttura] => 0 [modoprotocollo] => 1 [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2016-06-20 13:02:55 [stamp_insert] => 2016-06-20 13:02:55 ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 162 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 61 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [14] => Sgf3Documenti Object ( [idcommessaStruttura] => [dataFrom] => [dataTo] => [dataFromFormatted] => [dataToFormatted] => [descSearchProt] => [dataSearchProtFromFormatted] => [dataSearchProtToFormatted] => [mittenteSearchProt] => [destinatarioSearchProt] => [rifprotSearchProt] => [protocolloEstSearchProt] => [statoSearchProt] => [autoreSearchProt] => [ownerSearchProt] => [categoriaSearchProt] => [tagsSearchProt] => [testoDoc] => [notin_tipostruttura] => [isAdvancedSearch] => [file_size] => [chkGetFileToZip] => Array ( ) [nRighe] => [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idstruttura] => 162 [iddocumento] => 62 [iddocumentocondiviso] => [stampdoc] => 2013-03-15 00:00:00 [descrizione] => 07_Project Testing & Commissioning Plan [idfile] => 655 [tags] => [protocollo] => [idmittente] => [mittente] => [destinatario] => [iddestinatario] => [autore] => [idautore] => [owner] => [idowner] => [idcategoria] => [progressivo] => 0 [idstato] => [pubblicato] => 1 [note] => [protocolloext] => [rifprotocollo] => [valido] => 1 [idsitodeposito] => [idprocesso] => [idveicolocliente] => [idtipodocumento] => [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-20 14:51:00 ) [_related:CActiveRecord:private] => Array ( [file] => FrmFilesUpload Object ( [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idfile] => 655 [iduser] => 1 [filename] => 7_PTandCP_NTRE-1000-C100-SAV-001-01.pdf [path] => \uploads\allegati\162\7_PTandCP_NTRE-1000-C100-SAV-001-01.pdf [type] => pdf [size] => 1187632 [data_caricamento] => 1466495786 [data_scadenza] => 1466495786 [descrizione] => 7_PTandCP_NTRE-1000-C100-SAV-001-01.pdf [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-21 09:56:26 [old_idfile] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 655 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [stato] => [categoria] => [struttura] => FrmAnaStruttura Object ( [searchDescStrutturaPadre] => [ordinePrecedente:FrmAnaStruttura:private] => 0 [idstrutturapadrePrecedente:FrmAnaStruttura:private] => 0 [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idsocietautente] => 6 [idcommessa] => 1 [idstruttura] => 162 [idstrutturapadre] => 43 [level] => 3 [visible] => 1 [ordine] => 1 [idstrutturacondivisa] => [descrizione] => 2_ Secondo invio [path_struttura] => HOME/PIANO DI QUALITÀ/Indice del Piano di Qualità/2_ Secondo invio [link] => [style] => [editable] => 1 [allegati] => 0 [idallegatidoc] => [tipo_struttura] => 0 [modoprotocollo] => 1 [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2016-06-20 13:02:55 [stamp_insert] => 2016-06-20 13:02:55 ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 162 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 62 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [15] => Sgf3Documenti Object ( [idcommessaStruttura] => [dataFrom] => [dataTo] => [dataFromFormatted] => [dataToFormatted] => [descSearchProt] => [dataSearchProtFromFormatted] => [dataSearchProtToFormatted] => [mittenteSearchProt] => [destinatarioSearchProt] => [rifprotSearchProt] => [protocolloEstSearchProt] => [statoSearchProt] => [autoreSearchProt] => [ownerSearchProt] => [categoriaSearchProt] => [tagsSearchProt] => [testoDoc] => [notin_tipostruttura] => [isAdvancedSearch] => [file_size] => [chkGetFileToZip] => Array ( ) [nRighe] => [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idstruttura] => 162 [iddocumento] => 63 [iddocumentocondiviso] => [stampdoc] => 2013-03-15 00:00:00 [descrizione] => 14_Lettera invio PdQ (2° invio) [idfile] => 663 [tags] => [protocollo] => [idmittente] => [mittente] => [destinatario] => [iddestinatario] => [autore] => [idautore] => [owner] => [idowner] => [idcategoria] => [progressivo] => 0 [idstato] => [pubblicato] => 1 [note] => [protocolloext] => [rifprotocollo] => [valido] => 1 [idsitodeposito] => [idprocesso] => [idveicolocliente] => [idtipodocumento] => [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-20 14:51:00 ) [_related:CActiveRecord:private] => Array ( [file] => FrmFilesUpload Object ( [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idfile] => 663 [iduser] => 1 [filename] => NTRE_AF_TI_2013_00030[1].pdf [path] => \uploads\allegati\162\NTRE_AF_TI_2013_00030[1].pdf [type] => pdf [size] => 232214 [data_caricamento] => 1466495787 [data_scadenza] => 1466495787 [descrizione] => NTRE_AF_TI_2013_00030[1].pdf [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-21 09:56:27 [old_idfile] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 663 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [stato] => [categoria] => [struttura] => FrmAnaStruttura Object ( [searchDescStrutturaPadre] => [ordinePrecedente:FrmAnaStruttura:private] => 0 [idstrutturapadrePrecedente:FrmAnaStruttura:private] => 0 [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idsocietautente] => 6 [idcommessa] => 1 [idstruttura] => 162 [idstrutturapadre] => 43 [level] => 3 [visible] => 1 [ordine] => 1 [idstrutturacondivisa] => [descrizione] => 2_ Secondo invio [path_struttura] => HOME/PIANO DI QUALITÀ/Indice del Piano di Qualità/2_ Secondo invio [link] => [style] => [editable] => 1 [allegati] => 0 [idallegatidoc] => [tipo_struttura] => 0 [modoprotocollo] => 1 [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2016-06-20 13:02:55 [stamp_insert] => 2016-06-20 13:02:55 ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 162 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 63 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [16] => Sgf3Documenti Object ( [idcommessaStruttura] => [dataFrom] => [dataTo] => [dataFromFormatted] => [dataToFormatted] => [descSearchProt] => [dataSearchProtFromFormatted] => [dataSearchProtToFormatted] => [mittenteSearchProt] => [destinatarioSearchProt] => [rifprotSearchProt] => [protocolloEstSearchProt] => [statoSearchProt] => [autoreSearchProt] => [ownerSearchProt] => [categoriaSearchProt] => [tagsSearchProt] => [testoDoc] => [notin_tipostruttura] => [isAdvancedSearch] => [file_size] => [chkGetFileToZip] => Array ( ) [nRighe] => [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idstruttura] => 162 [iddocumento] => 65 [iddocumentocondiviso] => [stampdoc] => 2013-03-15 00:00:00 [descrizione] => 03.2_SPL [idfile] => 649 [tags] => [protocollo] => [idmittente] => [mittente] => [destinatario] => [iddestinatario] => [autore] => [idautore] => [owner] => [idowner] => [idcategoria] => [progressivo] => 0 [idstato] => [pubblicato] => 1 [note] => [protocolloext] => [rifprotocollo] => [valido] => 1 [idsitodeposito] => [idprocesso] => [idveicolocliente] => [idtipodocumento] => [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-20 14:51:00 ) [_related:CActiveRecord:private] => Array ( [file] => FrmFilesUpload Object ( [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idfile] => 649 [iduser] => 1 [filename] => 3bis_SPL_NTRE-1000-M500-SAV-004-01_foglio2.pdf [path] => \uploads\allegati\162\3bis_SPL_NTRE-1000-M500-SAV-004-01_foglio2.pdf [type] => pdf [size] => 20539 [data_caricamento] => 1466495787 [data_scadenza] => 1466495787 [descrizione] => 3bis_SPL_NTRE-1000-M500-SAV-004-01_foglio2.pdf [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-21 09:56:27 [old_idfile] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 649 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [stato] => [categoria] => [struttura] => FrmAnaStruttura Object ( [searchDescStrutturaPadre] => [ordinePrecedente:FrmAnaStruttura:private] => 0 [idstrutturapadrePrecedente:FrmAnaStruttura:private] => 0 [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idsocietautente] => 6 [idcommessa] => 1 [idstruttura] => 162 [idstrutturapadre] => 43 [level] => 3 [visible] => 1 [ordine] => 1 [idstrutturacondivisa] => [descrizione] => 2_ Secondo invio [path_struttura] => HOME/PIANO DI QUALITÀ/Indice del Piano di Qualità/2_ Secondo invio [link] => [style] => [editable] => 1 [allegati] => 0 [idallegatidoc] => [tipo_struttura] => 0 [modoprotocollo] => 1 [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2016-06-20 13:02:55 [stamp_insert] => 2016-06-20 13:02:55 ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 162 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 65 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [17] => Sgf3Documenti Object ( [idcommessaStruttura] => [dataFrom] => [dataTo] => [dataFromFormatted] => [dataToFormatted] => [descSearchProt] => [dataSearchProtFromFormatted] => [dataSearchProtToFormatted] => [mittenteSearchProt] => [destinatarioSearchProt] => [rifprotSearchProt] => [protocolloEstSearchProt] => [statoSearchProt] => [autoreSearchProt] => [ownerSearchProt] => [categoriaSearchProt] => [tagsSearchProt] => [testoDoc] => [notin_tipostruttura] => [isAdvancedSearch] => [file_size] => [chkGetFileToZip] => Array ( ) [nRighe] => [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idstruttura] => 162 [iddocumento] => 66 [iddocumentocondiviso] => [stampdoc] => 2013-03-15 00:00:00 [descrizione] => 04.1_Elenco serializzati [idfile] => 651 [tags] => [protocollo] => [idmittente] => [mittente] => [destinatario] => [iddestinatario] => [autore] => [idautore] => [owner] => [idowner] => [idcategoria] => [progressivo] => 0 [idstato] => [pubblicato] => 1 [note] => [protocolloext] => [rifprotocollo] => [valido] => 1 [idsitodeposito] => [idprocesso] => [idveicolocliente] => [idtipodocumento] => [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-20 14:51:00 ) [_related:CActiveRecord:private] => Array ( [file] => FrmFilesUpload Object ( [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idfile] => 651 [iduser] => 1 [filename] => 4A_ALLEGATO1_Elenco_Serializzati_NTRE.pdf [path] => \uploads\allegati\162\4A_ALLEGATO1_Elenco_Serializzati_NTRE.pdf [type] => pdf [size] => 20696 [data_caricamento] => 1466495785 [data_scadenza] => 1466495785 [descrizione] => 4A_ALLEGATO1_Elenco_Serializzati_NTRE.pdf [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-21 09:56:25 [old_idfile] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 651 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [stato] => [categoria] => [struttura] => FrmAnaStruttura Object ( [searchDescStrutturaPadre] => [ordinePrecedente:FrmAnaStruttura:private] => 0 [idstrutturapadrePrecedente:FrmAnaStruttura:private] => 0 [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idsocietautente] => 6 [idcommessa] => 1 [idstruttura] => 162 [idstrutturapadre] => 43 [level] => 3 [visible] => 1 [ordine] => 1 [idstrutturacondivisa] => [descrizione] => 2_ Secondo invio [path_struttura] => HOME/PIANO DI QUALITÀ/Indice del Piano di Qualità/2_ Secondo invio [link] => [style] => [editable] => 1 [allegati] => 0 [idallegatidoc] => [tipo_struttura] => 0 [modoprotocollo] => 1 [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2016-06-20 13:02:55 [stamp_insert] => 2016-06-20 13:02:55 ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 162 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 66 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [18] => Sgf3Documenti Object ( [idcommessaStruttura] => [dataFrom] => [dataTo] => [dataFromFormatted] => [dataToFormatted] => [descSearchProt] => [dataSearchProtFromFormatted] => [dataSearchProtToFormatted] => [mittenteSearchProt] => [destinatarioSearchProt] => [rifprotSearchProt] => [protocolloEstSearchProt] => [statoSearchProt] => [autoreSearchProt] => [ownerSearchProt] => [categoriaSearchProt] => [tagsSearchProt] => [testoDoc] => [notin_tipostruttura] => [isAdvancedSearch] => [file_size] => [chkGetFileToZip] => Array ( ) [nRighe] => [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idstruttura] => 162 [iddocumento] => 67 [iddocumentocondiviso] => [stampdoc] => 2013-03-15 00:00:00 [descrizione] => 04.3_Indice Train History Book [idfile] => 653 [tags] => [protocollo] => [idmittente] => [mittente] => [destinatario] => [iddestinatario] => [autore] => [idautore] => [owner] => [idowner] => [idcategoria] => [progressivo] => 0 [idstato] => [pubblicato] => 1 [note] => [protocolloext] => [rifprotocollo] => [valido] => 1 [idsitodeposito] => [idprocesso] => [idveicolocliente] => [idtipodocumento] => [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-20 14:51:00 ) [_related:CActiveRecord:private] => Array ( [file] => FrmFilesUpload Object ( [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idfile] => 653 [iduser] => 1 [filename] => 4C_ALLEGATO3_Indice_THB_NTRE.pdf [path] => \uploads\allegati\162\4C_ALLEGATO3_Indice_THB_NTRE.pdf [type] => pdf [size] => 26281 [data_caricamento] => 1466495787 [data_scadenza] => 1466495787 [descrizione] => 4C_ALLEGATO3_Indice_THB_NTRE.pdf [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-21 09:56:27 [old_idfile] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 653 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [stato] => [categoria] => [struttura] => FrmAnaStruttura Object ( [searchDescStrutturaPadre] => [ordinePrecedente:FrmAnaStruttura:private] => 0 [idstrutturapadrePrecedente:FrmAnaStruttura:private] => 0 [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idsocietautente] => 6 [idcommessa] => 1 [idstruttura] => 162 [idstrutturapadre] => 43 [level] => 3 [visible] => 1 [ordine] => 1 [idstrutturacondivisa] => [descrizione] => 2_ Secondo invio [path_struttura] => HOME/PIANO DI QUALITÀ/Indice del Piano di Qualità/2_ Secondo invio [link] => [style] => [editable] => 1 [allegati] => 0 [idallegatidoc] => [tipo_struttura] => 0 [modoprotocollo] => 1 [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2016-06-20 13:02:55 [stamp_insert] => 2016-06-20 13:02:55 ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 162 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 67 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [19] => Sgf3Documenti Object ( [idcommessaStruttura] => [dataFrom] => [dataTo] => [dataFromFormatted] => [dataToFormatted] => [descSearchProt] => [dataSearchProtFromFormatted] => [dataSearchProtToFormatted] => [mittenteSearchProt] => [destinatarioSearchProt] => [rifprotSearchProt] => [protocolloEstSearchProt] => [statoSearchProt] => [autoreSearchProt] => [ownerSearchProt] => [categoriaSearchProt] => [tagsSearchProt] => [testoDoc] => [notin_tipostruttura] => [isAdvancedSearch] => [file_size] => [chkGetFileToZip] => Array ( ) [nRighe] => [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idstruttura] => 162 [iddocumento] => 68 [iddocumentocondiviso] => [stampdoc] => 2013-03-15 00:00:00 [descrizione] => 08.1_PWP allegato A [idfile] => 657 [tags] => [protocollo] => [idmittente] => [mittente] => [destinatario] => [iddestinatario] => [autore] => [idautore] => [owner] => [idowner] => [idcategoria] => [progressivo] => 0 [idstato] => [pubblicato] => 1 [note] => [protocolloext] => [rifprotocollo] => [valido] => 1 [idsitodeposito] => [idprocesso] => [idveicolocliente] => [idtipodocumento] => [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-20 14:51:00 ) [_related:CActiveRecord:private] => Array ( [file] => FrmFilesUpload Object ( [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idfile] => 657 [iduser] => 1 [filename] => 8A_ALLEGATO1_PWP_NTRE-1000-W100-SAV-001-01.pdf [path] => \uploads\allegati\162\8A_ALLEGATO1_PWP_NTRE-1000-W100-SAV-001-01.pdf [type] => pdf [size] => 1158069 [data_caricamento] => 1466495785 [data_scadenza] => 1466495785 [descrizione] => 8A_ALLEGATO1_PWP_NTRE-1000-W100-SAV-001-01.pdf [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2013-03-15 00:00:00 [stamp_insert] => 2016-06-21 09:56:25 [old_idfile] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 657 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [stato] => [categoria] => [struttura] => FrmAnaStruttura Object ( [searchDescStrutturaPadre] => [ordinePrecedente:FrmAnaStruttura:private] => 0 [idstrutturapadrePrecedente:FrmAnaStruttura:private] => 0 [_new:CActiveRecord:private] => [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [idsocietautente] => 6 [idcommessa] => 1 [idstruttura] => 162 [idstrutturapadre] => 43 [level] => 3 [visible] => 1 [ordine] => 1 [idstrutturacondivisa] => [descrizione] => 2_ Secondo invio [path_struttura] => HOME/PIANO DI QUALITÀ/Indice del Piano di Qualità/2_ Secondo invio [link] => [style] => [editable] => 1 [allegati] => 0 [idallegatidoc] => [tipo_struttura] => 0 [modoprotocollo] => 1 [stamp_insert_user] => 1 [stamp_update_user] => 1 [stamp_update] => 2016-06-20 13:02:55 [stamp_insert] => 2016-06-20 13:02:55 ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 162 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 68 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_keys:CDataProvider:private] => [_totalItemCount:CDataProvider:private] => 21 [_sort:CDataProvider:private] => CSort Object ( [multiSort] => 1 [modelClass] => Sgf3Documenti [attributes] => Array ( [0] => * [idfile] => Array ( [asc] => file.filename ASC [desc] => file.filename DESC ) [idstato] => Array ( [asc] => stato.descrizione ASC [desc] => stato.descrizione DESC ) [idcategoria] => Array ( [asc] => categoria.codice ASC [desc] => categoria.codice DESC ) ) [sortVar] => sort [descTag] => desc [defaultOrder] => t.stampdoc DESC, t.progressivo DESC, t.mittente ASC, t.destinatario ASC [route] => [separators] => Array ( [0] => - [1] => . ) [params] => [_directions:CSort:private] => Array ( ) [_e:CComponent:private] => [_m:CComponent:private] => ) [_pagination:CDataProvider:private] => CPagination Object ( [default_page_size] => 20 [pageVar] => Sgf3Documenti_page [route] => [params] => [validateCurrentPage] => 1 [_pageSize:CPagination:private] => 20 [_itemCount:CPagination:private] => 21 [_currentPage:CPagination:private] => 0 [_e:CComponent:private] => [_m:CComponent:private] => ) [_e:CComponent:private] => [_m:CComponent:private] => ) [filter] => Sgf3Documenti Object ( [idcommessaStruttura] => [dataFrom] => [dataTo] => [dataFromFormatted] => [dataToFormatted] => [descSearchProt] => [dataSearchProtFromFormatted] => [dataSearchProtToFormatted] => [mittenteSearchProt] => [destinatarioSearchProt] => [rifprotSearchProt] => [protocolloEstSearchProt] => [statoSearchProt] => [autoreSearchProt] => [ownerSearchProt] => [categoriaSearchProt] => [tagsSearchProt] => [testoDoc] => [notin_tipostruttura] => [isAdvancedSearch] => [file_size] => [chkGetFileToZip] => Array ( ) [nRighe] => [_new:CActiveRecord:private] => 1 [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [progressivo] => [pubblicato] => 1 [valido] => 1 [stamp_insert_user] => [stamp_update_user] => [idstruttura] => 162 [iddocumento] => [iddocumentocondiviso] => [stampdoc] => [descrizione] => [idfile] => [tags] => [protocollo] => [idmittente] => [mittente] => [destinatario] => [iddestinatario] => [autore] => [idautore] => [owner] => [idowner] => [idcategoria] => [idstato] => [note] => [protocolloext] => [rifprotocollo] => [idsitodeposito] => [idprocesso] => [idveicolocliente] => [idtipodocumento] => [stamp_update] => [stamp_insert] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => CList Object ( [_d:CList:private] => Array ( [0] => CRequiredValidator Object ( [requiredValue] => [strict] => [trim] => 1 [attributes] => Array ( [0] => idstruttura [1] => stampdoc [2] => descrizione ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [1] => CRequiredValidator Object ( [requiredValue] => [strict] => [trim] => 1 [attributes] => Array ( [0] => idmittente [1] => iddestinatario [2] => idautore [3] => idstato [4] => idcategoria ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [2] => CInlineValidator Object ( [method] => validaMittente [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => idmittente ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [3] => CInlineValidator Object ( [method] => validaDestinatario [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => iddestinatario ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [4] => CInlineValidator Object ( [method] => validaProcesso [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => idprocesso ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [5] => CInlineValidator Object ( [method] => validaTipodoc [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => idtipodocumento ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [6] => CInlineValidator Object ( [method] => validaveicolocliente [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => idveicolocliente ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [7] => CSafeValidator Object ( [attributes] => Array ( [0] => stampdocFormatted [1] => tagsArray [2] => file_size [3] => chkGetFileToZip [4] => nRighe ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [8] => CInlineValidator Object ( [method] => update [params] => Array ( [on] => update ) [clientValidate] => [attributes] => Array ( [0] => stampdoc [1] => descrizione [2] => protocollo [3] => idmittente [4] => mittente [5] => iddestinatario [6] => destinatario [7] => protocolloext [8] => autore [9] => note ) [message] => [skipOnError] => [on] => Array ( [update] => update ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [9] => CNumberValidator Object ( [integerOnly] => 1 [allowEmpty] => 1 [max] => [min] => [tooBig] => [tooSmall] => [integerPattern] => /^\s*[+-]?\d+\s*$/ [numberPattern] => /^\s*[-+]?[0-9]*\.?[0-9]+([eE][-+]?[0-9]+)?\s*$/ [attributes] => Array ( [0] => idsocieta [1] => idstabilimento [2] => idstruttura [3] => idfile [4] => stamp_insert_user [5] => stamp_update_user [6] => idmittente [7] => iddestinatario [8] => idautore [9] => idowner [10] => idcategoria [11] => progressivo [12] => idstato [13] => pubblicato [14] => valido [15] => idsitodeposito [16] => idprocesso [17] => idveicolocliente [18] => idtipodocumento [19] => iddocumentocondiviso ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [10] => CStringValidator Object ( [max] => 200 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => descrizione ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [11] => CStringValidator Object ( [max] => 100 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => protocollo ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [12] => CStringValidator Object ( [max] => 100 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => mittente ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [13] => CStringValidator Object ( [max] => 100 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => destinatario ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [14] => CStringValidator Object ( [max] => 100 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => protocolloext ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [15] => CStringValidator Object ( [max] => 50 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => rifprotocollo ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [16] => CStringValidator Object ( [max] => 50 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => autore ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [17] => CStringValidator Object ( [max] => 50 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => owner ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [18] => CStringValidator Object ( [max] => 250 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => note ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [19] => CStringValidator Object ( [max] => 500 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => tags ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [20] => CSafeValidator Object ( [attributes] => Array ( [0] => idsocieta [1] => idstabilimento [2] => idstruttura [3] => iddocumento [4] => iddocumentocondiviso [5] => stampdoc [6] => descrizione [7] => idfile [8] => stamp_insert_user [9] => stamp_update_user [10] => stamp_update [11] => stamp_insert [12] => protocollo [13] => protocolloext [14] => idmittente [15] => mittente [16] => iddestinatario [17] => destinatario [18] => note [19] => autore [20] => idautore [21] => idowner [22] => idcategoria [23] => progressivo [24] => idstato [25] => pubblicato [26] => rifprotocollo [27] => owner [28] => tags [29] => descSearchProt [30] => dataSearchProtFromFormatted [31] => dataSearchProtToFormatted [32] => mittenteSearchProt [33] => destinatarioSearchProt [34] => rifprotSearchProt [35] => protocolloEstSearchProt [36] => statoSearchProt [37] => autoreSearchProt [38] => ownerSearchProt [39] => categoriaSearchProt [40] => tagsSearchProt [41] => valido [42] => idsitodeposito [43] => idprocesso [44] => idveicolocliente [45] => idtipodocumento [46] => testoDoc [47] => nRighe ) [message] => [skipOnError] => [on] => Array ( [search] => search ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_c:CList:private] => 21 [_r:CList:private] => [_e:CComponent:private] => [_m:CComponent:private] => ) [_scenario:CModel:private] => search [_e:CComponent:private] => [_m:CComponent:private] => ) [beforeAjaxUpdate] => function(id,options){resetFormDettaglioProtocollo();} [responsiveTable] => 1 [rowCssClassExpression] => ($data->valido==0)?"redrow":(($row%2)?"even":"odd") [afterAjaxUpdate] => afterAjax [ajaxType] => POST [pager] => Array ( [class] => booster.widgets.TbPager [displayFirstAndLast] => 1 ) [columns] => Array ( [0] => Array ( [header] => [type] => raw [value] => [filter] => [headerHtmlOptions] => Array ( [style] => width:0%; display:none ) [filterHtmlOptions] => Array ( [style] => width:0%; display:none ) [htmlOptions] => Array ( [style] => width:0%; display:none ) ) [1] => Array ( [header] => [name] => chkGetFileToZip [value] => Closure Object ( [this] => Sgf3DocumentiController Object ( [layout] => column1 [menu] => Array ( ) [breadcrumbs] => Array ( ) [defaultAction] => index [_id:CController:private] => sgf3Documenti [_action:CController:private] => CInlineAction Object ( [_id:CAction:private] => admin [_controller:CAction:private] => Sgf3DocumentiController Object *RECURSION* [_e:CComponent:private] => [_m:CComponent:private] => ) [_pageTitle:CController:private] => [_cachingStack:CController:private] => [_clips:CController:private] => [_dynamicOutput:CController:private] => [_pageStates:CController:private] => [_module:CController:private] => [_widgetStack:CBaseController:private] => Array ( ) [_e:CComponent:private] => [_m:CComponent:private] => Array ( [eexcelview] => EExcelBehavior Object ( [_enabled:CBehavior:private] => 1 [_owner:CBehavior:private] => Sgf3DocumentiController Object *RECURSION* [_e:CComponent:private] => [_m:CComponent:private] => ) ) ) [parameter] => Array ( [$data] => ) ) [type] => raw [htmlOptions] => Array ( [class] => td-check [style] => text-align:center; ) [headerHtmlOptions] => Array ( [class] => td-check [style] => text-align:center; ) [filter] => ) [2] => Array ( [header] => Percorso [filter] => [type] => raw [value] => $data->drawpercorsostruttura(1,6) [sortable] => [visible] => ) [3] => Array ( [class] => booster.widgets.TbEditableColumn [htmlOptions] => Array ( [style] => width:90px; ) [name] => stampdoc [value] => ((strtotime($data->stampdoc) > 0)?date("d/m/Y", strtotime($data->stampdoc)):'') [sortable] => 1 [filter] => [editable] => Array ( [mode] => popup [apply] => (false || (false && (false || empty($data->file->filename)))) [type] => date [viewformat] => dd/mm/yyyy [url] => /sgf3/Sgf3Documenti/UpdateInline [placement] => right [inputclass] => span3 [emptytext] => Valorizzare la data ) ) [4] => Array ( [class] => booster.widgets.TbEditableColumn [name] => protocollo [filter] => [sortable] => 1 [editable] => Array ( [mode] => inline [apply] => [type] => text [url] => /sgf3/Sgf3Documenti/UpdateInline [placement] => right [inputclass] => span3 [emptytext] => Inserire valore ) [visible] => [htmlOptions] => Array ( [class] => td-protocollo ) ) [5] => Array ( [class] => booster.widgets.TbEditableColumn [name] => protocolloext [filter] => [sortable] => 1 [editable] => Array ( [mode] => inline [apply] => [type] => text [url] => /sgf3/Sgf3Documenti/UpdateInline [placement] => right [inputclass] => span3 [emptytext] => Vuoto ) [visible] => [htmlOptions] => Array ( [class] => td-protocolloext ) ) [6] => Array ( [class] => booster.widgets.TbEditableColumn [name] => rifprotocollo [filter] => [sortable] => 1 [editable] => Array ( [mode] => inline [apply] => [type] => text [url] => /sgf3/Sgf3Documenti/UpdateInline [placement] => right [inputclass] => span3 [emptytext] => Vuoto ) [visible] => ) [7] => Array ( [class] => booster.widgets.TbEditableColumn [name] => idmittente [filter] => [sortable] => 1 [value] => $data->mittente [editable] => Array ( [mode] => inline [apply] => [type] => select2 [source] => Array ( [103] => Alstom ARSS [110] => Alstom Katowice [4] => ALSTOM S.p.A. [116] => Alstom Salzgitter [117] => Alstom Sesto San Giovanni [120] => Alstom TLS Italia [102] => ANSF [105] => Europainting [106] => Fayveley [108] => Fogtec [107] => Fornitore Generico [111] => MELCO Mitsubishi [112] => Poli Wabtech [113] => Regione Campania [115] => Regione Puglia [114] => RINA [122] => Trasfor PM [302] => Trasporto Ferroviario Toscano [6] => TRENITALIA [121] => TreNord ) [url] => /sgf3/Sgf3Documenti/UpdateInline [placement] => right [inputclass] => span3 [emptytext] => Vuoto ) [visible] => ) [8] => Array ( [class] => booster.widgets.TbEditableColumn [name] => iddestinatario [visible] => [filter] => [sortable] => 1 [value] => $data->destinatario [editable] => Array ( [mode] => inline [apply] => [type] => select2 [source] => Array ( [103] => Alstom ARSS [110] => Alstom Katowice [4] => ALSTOM S.p.A. [116] => Alstom Salzgitter [117] => Alstom Sesto San Giovanni [120] => Alstom TLS Italia [102] => ANSF [105] => Europainting [106] => Fayveley [108] => Fogtec [107] => Fornitore Generico [111] => MELCO Mitsubishi [112] => Poli Wabtech [113] => Regione Campania [115] => Regione Puglia [114] => RINA [122] => Trasfor PM [302] => Trasporto Ferroviario Toscano [6] => TRENITALIA [121] => TreNord ) [url] => /sgf3/Sgf3Documenti/UpdateInline [placement] => right [inputclass] => span3 [emptytext] => Vuoto ) ) [9] => Array ( [class] => booster.widgets.TbEditableColumn [name] => descrizione [header] => descrizione [filter] => [sortable] => 1 [editable] => Array ( [mode] => inline [apply] => (false || (false && (false || empty($data->file->filename)))) && (!false) [type] => text [url] => /sgf3/Sgf3Documenti/UpdateInline [placement] => right [inputclass] => span3 [emptytext] => Vuoto ) [htmlOptions] => Array ( [class] => td-descrizione ) ) [10] => Array ( [class] => booster.widgets.TbEditableColumn [name] => file_size [filter] => [value] => Closure Object ( [this] => Sgf3DocumentiController Object ( [layout] => column1 [menu] => Array ( ) [breadcrumbs] => Array ( ) [defaultAction] => index [_id:CController:private] => sgf3Documenti [_action:CController:private] => CInlineAction Object ( [_id:CAction:private] => admin [_controller:CAction:private] => Sgf3DocumentiController Object *RECURSION* [_e:CComponent:private] => [_m:CComponent:private] => ) [_pageTitle:CController:private] => [_cachingStack:CController:private] => [_clips:CController:private] => [_dynamicOutput:CController:private] => [_pageStates:CController:private] => [_module:CController:private] => [_widgetStack:CBaseController:private] => Array ( ) [_e:CComponent:private] => [_m:CComponent:private] => Array ( [eexcelview] => EExcelBehavior Object ( [_enabled:CBehavior:private] => 1 [_owner:CBehavior:private] => Sgf3DocumentiController Object *RECURSION* [_e:CComponent:private] => [_m:CComponent:private] => ) ) ) [parameter] => Array ( [$data] => ) ) [sortable] => 1 [editable] => Array ( [mode] => inline [apply] => [type] => text [url] => [placement] => right [inputclass] => span3 [emptytext] => Vuoto ) [htmlOptions] => Array ( [class] => td-size [style] => text-align:right; ) ) [11] => Array ( [class] => booster.widgets.TbEditableColumn [name] => autore [filter] => [sortable] => 1 [editable] => Array ( [mode] => inline [apply] => [type] => text [url] => /sgf3/Sgf3Documenti/UpdateInline [emptytext] => Vuoto ) [visible] => ) [12] => Array ( [class] => booster.widgets.TbEditableColumn [name] => idautore [filter] => [value] => (!empty($data->autore))?$data->autore:"" [sortable] => 1 [editable] => Array ( [mode] => inline [apply] => ( (empty($data->file->filename) || false) && (false)) [type] => select2 [source] => Array ( [321] => RINA [305] => Alstom Bologna PM [307] => Alstom Sesto PM [324] => Andreotti Fabio [246] => Barale Marco [65] => Bava Giorgio [156] => Bonelli Andrea [134] => Brundu Gavino [195] => Cagliero Giorgia [313] => Canella Paolo [326] => Carfora Ilaria [314] => Colini Stefano [132] => Colombero Ivan [106] => Contibutor sophia [1178] => cuni massimo [64] => Dabbene Enrico [41] => Del Corno Davide [856] => demichelis luca [952] => Diatto Francesco [205] => diotti renzo [157] => FAULE Fulvia [76] => Feliziani Claudio [12] => Gamba Enrico [435] => Guion Alexandra [72] => MANTOVANI Anna [315] => Masoero Davide [318] => Melco PM [68] => Negro Cristina [8] => Nervo Marina [452] => Pandolfo Gianmarco [20] => Panero Giuseppe [266] => PASSARO Roberto [301] => Pautasso Giuseppina [174] => peletti roberto [99] => PM ANSF [260] => PM Trenord [1179] => poggio diego [35] => Pomeri Emanuele [312] => Previati Roberto [328] => Puglia PM [325] => Regione Campania [329] => Reviglio Diego [306] => Sesto PM [320] => Spagnuolo Gerardo [400] => Spagnuolo Spagnuolo [231] => stilo domenico [94] => Tonello Sandra [322] => Trasfor PM [327] => Trasporto Ferroviario Toscano PM [302] => Trenitalia Emu [317] => Trucco Roberto [36] => Viara Luca [169] => Villani Federico [871] => Vincitorio Sara ) [url] => /sgf3/Sgf3Documenti/UpdateInline [emptytext] => Vuoto [options] => Array ( [prompt] => ) ) [visible] => ) [13] => Array ( [class] => booster.widgets.TbEditableColumn [name] => idowner [filter] => [value] => (!empty($data->owner))?$data->owner:"" [sortable] => 1 [editable] => Array ( [mode] => inline [apply] => false [type] => select2 [source] => Array ( [321] => RINA [305] => Alstom Bologna PM [307] => Alstom Sesto PM [324] => Andreotti Fabio [246] => Barale Marco [65] => Bava Giorgio [156] => Bonelli Andrea [134] => Brundu Gavino [195] => Cagliero Giorgia [313] => Canella Paolo [326] => Carfora Ilaria [314] => Colini Stefano [132] => Colombero Ivan [106] => Contibutor sophia [1178] => cuni massimo [64] => Dabbene Enrico [41] => Del Corno Davide [856] => demichelis luca [952] => Diatto Francesco [205] => diotti renzo [157] => FAULE Fulvia [76] => Feliziani Claudio [12] => Gamba Enrico [435] => Guion Alexandra [72] => MANTOVANI Anna [315] => Masoero Davide [318] => Melco PM [68] => Negro Cristina [8] => Nervo Marina [452] => Pandolfo Gianmarco [20] => Panero Giuseppe [266] => PASSARO Roberto [301] => Pautasso Giuseppina [174] => peletti roberto [99] => PM ANSF [260] => PM Trenord [1179] => poggio diego [35] => Pomeri Emanuele [312] => Previati Roberto [328] => Puglia PM [325] => Regione Campania [329] => Reviglio Diego [306] => Sesto PM [320] => Spagnuolo Gerardo [400] => Spagnuolo Spagnuolo [231] => stilo domenico [94] => Tonello Sandra [322] => Trasfor PM [327] => Trasporto Ferroviario Toscano PM [302] => Trenitalia Emu [317] => Trucco Roberto [36] => Viara Luca [169] => Villani Federico [871] => Vincitorio Sara ) [url] => /sgf3/Sgf3Documenti/UpdateInline [emptytext] => Vuoto [options] => Array ( [prompt] => ) ) [visible] => ) [14] => Array ( [class] => booster.widgets.TbEditableColumn [name] => note [filter] => [sortable] => 1 [editable] => Array ( [mode] => inline [apply] => [type] => text [url] => /sgf3/Sgf3Documenti/UpdateInline [emptytext] => Vuoto ) [visible] => ) [15] => Array ( [class] => booster.widgets.TbEditableColumn [name] => idstato [filter] => [value] => (!empty($data->stato->descrizione))?$data->stato->descrizione:"" [sortable] => 1 [editable] => Array ( [mode] => inline [apply] => ( (empty($data->file->filename) || false) && (false || false)) [type] => select2 [source] => Array ( [1] => Open [2] => Closed [3] => Suspended [4] => Deleted ) [url] => /sgf3/Sgf3Documenti/UpdateInline [emptytext] => Vuoto ) [visible] => ) [16] => Array ( [class] => booster.widgets.TbEditableColumn [name] => idcategoria [filter] => [value] => (!empty($data->categoria->descrizione))?$data->categoria->descrizione:"" [sortable] => 1 [editable] => Array ( [mode] => inline [apply] => ( (empty($data->file->filename) || false) && (false || false)) [type] => select2 [source] => Array ( [15] => Certificazione [18] => Engineering [14] => Finance [17] => GENERICA [16] => Project [19] => Quality ) [url] => /sgf3/Sgf3Documenti/UpdateInline [emptytext] => Vuoto ) [visible] => ) [17] => Array ( [header] => File [name] => idfile [type] => raw [value] => $data->drawFileColumn(true,0) [htmlOptions] => Array ( [class] => td-file [style] => width:100px; font-size:15px; ) ) [18] => Array ( [header] => Allegati [type] => raw [value] => (!empty($data->file->filename)?link_sgf3_suballegati(0, $data->iddocumento,6,1,162):'') [visible] => [htmlOptions] => Array ( [class] => gridButtons ) ) [19] => Array ( ) [20] => Array ( [header] => [htmlOptions] => Array ( [class] => gridButtons [style] => width:75px; ) [class] => booster.widgets.TbButtonColumn [template] => [visible] => [buttons] => Array ( [pubblica] => Array ( [url] => Yii::app()->createUrl("Sgf3Documenti/CambiaPubblicazione", array("iddocumento"=>$data->iddocumento)) [label] => Pubblica [icon] => glyphicon glyphicon-hand-right [click] => function(){ $('#page_loader').fadeIn(); $.fn.yiiGridView.update('sgf3-documenti-grid', { type:'POST', url:$(this).attr('href'), success:function(data) { $.fn.yiiGridView.update('sgf3-documenti-grid', {}); $('#page_loader').fadeOut(); } }) return false; } [visible] => (!$data->pubblicato) && !empty($data->file->filename) ) [modifica_dettaglio] => Array ( [url] => Yii::app()->createUrl("Sgf3Documenti/loadProtocollo/$data->iddocumento") [label] => Modifica dettaglio [icon] => glyphicon glyphicon-pencil [click] => function(){ button = $(this); $.ajax({ url: $(this).attr("href"), type: "POST", success:function(data) { caricaDatiDettaglio(data,true,false,false,false); //20170118 - TICKET:0001488 } }); return false; } ) [visualizza_dettaglio] => Array ( [url] => Yii::app()->createUrl("Sgf3Documenti/loadProtocollo/$data->iddocumento") [label] => Modifica dettaglio [icon] => glyphicon glyphicon-eye-open [click] => function(){ button = $(this); $.ajax({ url: $(this).attr("href"), type: "POST", success:function(data) { caricaDatiDettaglio(data,false,false,false,false); //20170118 - TICKET:0001488 } }); return false; } ) [toglipubblicazione] => Array ( [url] => Yii::app()->createUrl("Sgf3Documenti/CambiaPubblicazione", array("iddocumento"=>$data->iddocumento)) [label] => Rimuovi Pubblicazione [icon] => glyphicon glyphicon-hand-left [click] => function(){ $('#page_loader').fadeIn(); $.fn.yiiGridView.update('sgf3-documenti-grid', { type:'POST', url:$(this).attr('href'), success:function(data) { $.fn.yiiGridView.update('sgf3-documenti-grid', {}); $('#page_loader').fadeOut(); } }) $('#page_loader').fadeOut(); return false; } [visible] => ($data->pubblicato) && !empty($data->file->filename) [options] => Array ( [class] => ie-icons ) ) [annulla] => Array ( [url] => Yii::app()->createUrl("Sgf3Documenti/AnnullaRecuperaDocumento", array("iddocumento"=>$data->iddocumento)) [label] => Annulla [icon] => glyphicon glyphicon-ban-circle [click] => function(__event){ var url = jQuery(this).attr('href');__event.preventDefault();bootbox.dialog({ title: "ATTENZIONE", message: "Il documento selezionato verrà annullato, continuare?", show: true, backdrop: true, closeButton: true, animate: true, buttons: { cancel: { label: 'Annulla', className: 'btn-default', }, 'Conferma': { className: 'btn-danger', callback: function() {$('#page_loader').show();jQuery('#sgf3-documenti-grid').yiiGridView('update', { type: 'POST', url: url, success: function(data) { var parsedData = JSON.parse(data); if(!parsedData.esito){$('#page_loader').hide(); bootbox.dialog({ title: "ATTENZIONE", message: parsedData.messaggio, show: true, backdrop: true, closeButton: true, animate: true, buttons: { cancel: { label: 'OK', className: 'btn-danger', }, } }); }else{ jQuery('#sgf3-documenti-grid').yiiGridView('update'); } } }); } }, } }); } [visible] => $data->valido [options] => Array ( [class] => annulla ie-icons ) ) [recupera] => Array ( [url] => Yii::app()->createUrl("Sgf3Documenti/AnnullaRecuperaDocumento", array("iddocumento"=>$data->iddocumento)) [label] => Recupera [icon] => glyphicon glyphicon-repeat [click] => function(__event){ var url = jQuery(this).attr('href');__event.preventDefault();bootbox.dialog({ title: "ATTENZIONE", message: "Il documento selezionato verrà recuperato, continuare?", show: true, backdrop: true, closeButton: true, animate: true, buttons: { cancel: { label: 'Annulla', className: 'btn-default', }, 'Conferma': { className: 'btn-danger', callback: function() {$('#page_loader').show();jQuery('#sgf3-documenti-grid').yiiGridView('update', { type: 'POST', url: url, success: function(data) { var parsedData = JSON.parse(data); if(!parsedData.esito){$('#page_loader').hide(); bootbox.dialog({ title: "ATTENZIONE", message: parsedData.messaggio, show: true, backdrop: true, closeButton: true, animate: true, buttons: { cancel: { label: 'OK', className: 'btn-danger', }, } }); }else{ jQuery('#sgf3-documenti-grid').yiiGridView('update'); } } }); } }, } }); } [visible] => !$data->valido [options] => Array ( [class] => recupera ie-icons ) ) ) ) ) [htmlOptions] => Array ( [class] => boosterTable ) ) ) ) [8] => Array ( [file] => /var/www/html/dev/yii/framework/web/CBaseController.php [line] => 126 [args] => Array ( [0] => /var/www/html/dev/sgf3/protected/views/sgf3Documenti/admin.php ) [function] => require ) [9] => Array ( [file] => /var/www/html/dev/yii/framework/web/CBaseController.php [line] => 95 [function] => renderInternal [class] => CBaseController [type] => -> [args] => Array ( [0] => /var/www/html/dev/sgf3/protected/views/sgf3Documenti/admin.php [1] => Array ( [documenti] => Sgf3Documenti Object ( [idcommessaStruttura] => [dataFrom] => [dataTo] => [dataFromFormatted] => [dataToFormatted] => [descSearchProt] => [dataSearchProtFromFormatted] => [dataSearchProtToFormatted] => [mittenteSearchProt] => [destinatarioSearchProt] => [rifprotSearchProt] => [protocolloEstSearchProt] => [statoSearchProt] => [autoreSearchProt] => [ownerSearchProt] => [categoriaSearchProt] => [tagsSearchProt] => [testoDoc] => [notin_tipostruttura] => [isAdvancedSearch] => [file_size] => [chkGetFileToZip] => Array ( ) [nRighe] => [_new:CActiveRecord:private] => 1 [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [progressivo] => [pubblicato] => 1 [valido] => 1 [stamp_insert_user] => [stamp_update_user] => [idstruttura] => 162 [iddocumento] => [iddocumentocondiviso] => [stampdoc] => [descrizione] => [idfile] => [tags] => [protocollo] => [idmittente] => [mittente] => [destinatario] => [iddestinatario] => [autore] => [idautore] => [owner] => [idowner] => [idcategoria] => [idstato] => [note] => [protocolloext] => [rifprotocollo] => [idsitodeposito] => [idprocesso] => [idveicolocliente] => [idtipodocumento] => [stamp_update] => [stamp_insert] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => CList Object ( [_d:CList:private] => Array ( [0] => CRequiredValidator Object ( [requiredValue] => [strict] => [trim] => 1 [attributes] => Array ( [0] => idstruttura [1] => stampdoc [2] => descrizione ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [1] => CRequiredValidator Object ( [requiredValue] => [strict] => [trim] => 1 [attributes] => Array ( [0] => idmittente [1] => iddestinatario [2] => idautore [3] => idstato [4] => idcategoria ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [2] => CInlineValidator Object ( [method] => validaMittente [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => idmittente ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [3] => CInlineValidator Object ( [method] => validaDestinatario [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => iddestinatario ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [4] => CInlineValidator Object ( [method] => validaProcesso [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => idprocesso ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [5] => CInlineValidator Object ( [method] => validaTipodoc [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => idtipodocumento ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [6] => CInlineValidator Object ( [method] => validaveicolocliente [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => idveicolocliente ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [7] => CSafeValidator Object ( [attributes] => Array ( [0] => stampdocFormatted [1] => tagsArray [2] => file_size [3] => chkGetFileToZip [4] => nRighe ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [8] => CInlineValidator Object ( [method] => update [params] => Array ( [on] => update ) [clientValidate] => [attributes] => Array ( [0] => stampdoc [1] => descrizione [2] => protocollo [3] => idmittente [4] => mittente [5] => iddestinatario [6] => destinatario [7] => protocolloext [8] => autore [9] => note ) [message] => [skipOnError] => [on] => Array ( [update] => update ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [9] => CNumberValidator Object ( [integerOnly] => 1 [allowEmpty] => 1 [max] => [min] => [tooBig] => [tooSmall] => [integerPattern] => /^\s*[+-]?\d+\s*$/ [numberPattern] => /^\s*[-+]?[0-9]*\.?[0-9]+([eE][-+]?[0-9]+)?\s*$/ [attributes] => Array ( [0] => idsocieta [1] => idstabilimento [2] => idstruttura [3] => idfile [4] => stamp_insert_user [5] => stamp_update_user [6] => idmittente [7] => iddestinatario [8] => idautore [9] => idowner [10] => idcategoria [11] => progressivo [12] => idstato [13] => pubblicato [14] => valido [15] => idsitodeposito [16] => idprocesso [17] => idveicolocliente [18] => idtipodocumento [19] => iddocumentocondiviso ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [10] => CStringValidator Object ( [max] => 200 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => descrizione ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [11] => CStringValidator Object ( [max] => 100 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => protocollo ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [12] => CStringValidator Object ( [max] => 100 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => mittente ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [13] => CStringValidator Object ( [max] => 100 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => destinatario ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [14] => CStringValidator Object ( [max] => 100 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => protocolloext ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [15] => CStringValidator Object ( [max] => 50 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => rifprotocollo ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [16] => CStringValidator Object ( [max] => 50 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => autore ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [17] => CStringValidator Object ( [max] => 50 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => owner ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [18] => CStringValidator Object ( [max] => 250 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => note ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [19] => CStringValidator Object ( [max] => 500 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => tags ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [20] => CSafeValidator Object ( [attributes] => Array ( [0] => idsocieta [1] => idstabilimento [2] => idstruttura [3] => iddocumento [4] => iddocumentocondiviso [5] => stampdoc [6] => descrizione [7] => idfile [8] => stamp_insert_user [9] => stamp_update_user [10] => stamp_update [11] => stamp_insert [12] => protocollo [13] => protocolloext [14] => idmittente [15] => mittente [16] => iddestinatario [17] => destinatario [18] => note [19] => autore [20] => idautore [21] => idowner [22] => idcategoria [23] => progressivo [24] => idstato [25] => pubblicato [26] => rifprotocollo [27] => owner [28] => tags [29] => descSearchProt [30] => dataSearchProtFromFormatted [31] => dataSearchProtToFormatted [32] => mittenteSearchProt [33] => destinatarioSearchProt [34] => rifprotSearchProt [35] => protocolloEstSearchProt [36] => statoSearchProt [37] => autoreSearchProt [38] => ownerSearchProt [39] => categoriaSearchProt [40] => tagsSearchProt [41] => valido [42] => idsitodeposito [43] => idprocesso [44] => idveicolocliente [45] => idtipodocumento [46] => testoDoc [47] => nRighe ) [message] => [skipOnError] => [on] => Array ( [search] => search ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_c:CList:private] => 21 [_r:CList:private] => [_e:CComponent:private] => [_m:CComponent:private] => ) [_scenario:CModel:private] => search [_e:CComponent:private] => [_m:CComponent:private] => ) [prenotazioneProtocollo] => Sgf3Documenti Object ( [idcommessaStruttura] => [dataFrom] => [dataTo] => [dataFromFormatted] => [dataToFormatted] => [descSearchProt] => [dataSearchProtFromFormatted] => [dataSearchProtToFormatted] => [mittenteSearchProt] => [destinatarioSearchProt] => [rifprotSearchProt] => [protocolloEstSearchProt] => [statoSearchProt] => [autoreSearchProt] => [ownerSearchProt] => [categoriaSearchProt] => [tagsSearchProt] => [testoDoc] => [notin_tipostruttura] => [isAdvancedSearch] => [file_size] => [chkGetFileToZip] => Array ( ) [nRighe] => [_new:CActiveRecord:private] => 1 [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [progressivo] => 0 [pubblicato] => 1 [valido] => 1 [stamp_insert_user] => 1 [stamp_update_user] => 1 [idstato] => 2 ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => prenotaProtocollo [_e:CComponent:private] => [_m:CComponent:private] => ) [comboSocUte] => Array ( [descrizioneSocUte] => Array ( [6] => TRENITALIA ) ) [idStruttura] => 162 [idSocUtente] => 6 [idCommessa] => 1 [vociBreadcrumbs] => Array ( [Home] => Home [PIANO DI QUALITÀ] => PIANO DI QUALITÀ [Indice del Piano di Qualità] => Indice del Piano di Qualità ) [elementiMenu] => Array ( [0] => Array ( [label] => testLivello [url] => # [linkOptions] => Array ( [style] => [submit] => Array ( [0] => sgf3Documenti/admin ) [params] => Array ( [idsocietautente] => 6 [idcommessa] => 1 [idstrutturapadre] => 6320686 ) ) ) [1] => Array ( [label] => testLivello [url] => # [linkOptions] => Array ( [style] => [submit] => Array ( [0] => sgf3Documenti/admin ) [params] => Array ( [idsocietautente] => 6 [idcommessa] => 1 [idstrutturapadre] => 6320687 ) ) ) [2] => Array ( [label] => testLivello [url] => # [linkOptions] => Array ( [style] => [submit] => Array ( [0] => sgf3Documenti/admin ) [params] => Array ( [idsocietautente] => 6 [idcommessa] => 1 [idstrutturapadre] => 6320688 ) ) ) [3] => Array ( [label] => testLivello [url] => # [linkOptions] => Array ( [style] => [submit] => Array ( [0] => sgf3Documenti/admin ) [params] => Array ( [idsocietautente] => 6 [idcommessa] => 1 [idstrutturapadre] => 6320689 ) ) ) [4] => Array ( [label] => testLivello [url] => # [linkOptions] => Array ( [style] => [submit] => Array ( [0] => sgf3Documenti/admin ) [params] => Array ( [idsocietautente] => 6 [idcommessa] => 1 [idstrutturapadre] => 6320690 ) ) ) [5] => Array ( [label] => testLivello5 [url] => # [linkOptions] => Array ( [style] => [submit] => Array ( [0] => sgf3Documenti/admin ) [params] => Array ( [idsocietautente] => 6 [idcommessa] => 1 [idstrutturapadre] => 6320691 ) ) ) ) [isAdvancedSearch] => ) [2] => 1 ) ) [10] => Array ( [file] => /var/www/html/dev/yii/framework/web/CController.php [line] => 872 [function] => renderFile [class] => CBaseController [type] => -> [args] => Array ( [0] => /var/www/html/dev/sgf3/protected/views/sgf3Documenti/admin.php [1] => Array ( [documenti] => Sgf3Documenti Object ( [idcommessaStruttura] => [dataFrom] => [dataTo] => [dataFromFormatted] => [dataToFormatted] => [descSearchProt] => [dataSearchProtFromFormatted] => [dataSearchProtToFormatted] => [mittenteSearchProt] => [destinatarioSearchProt] => [rifprotSearchProt] => [protocolloEstSearchProt] => [statoSearchProt] => [autoreSearchProt] => [ownerSearchProt] => [categoriaSearchProt] => [tagsSearchProt] => [testoDoc] => [notin_tipostruttura] => [isAdvancedSearch] => [file_size] => [chkGetFileToZip] => Array ( ) [nRighe] => [_new:CActiveRecord:private] => 1 [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [progressivo] => [pubblicato] => 1 [valido] => 1 [stamp_insert_user] => [stamp_update_user] => [idstruttura] => 162 [iddocumento] => [iddocumentocondiviso] => [stampdoc] => [descrizione] => [idfile] => [tags] => [protocollo] => [idmittente] => [mittente] => [destinatario] => [iddestinatario] => [autore] => [idautore] => [owner] => [idowner] => [idcategoria] => [idstato] => [note] => [protocolloext] => [rifprotocollo] => [idsitodeposito] => [idprocesso] => [idveicolocliente] => [idtipodocumento] => [stamp_update] => [stamp_insert] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => CList Object ( [_d:CList:private] => Array ( [0] => CRequiredValidator Object ( [requiredValue] => [strict] => [trim] => 1 [attributes] => Array ( [0] => idstruttura [1] => stampdoc [2] => descrizione ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [1] => CRequiredValidator Object ( [requiredValue] => [strict] => [trim] => 1 [attributes] => Array ( [0] => idmittente [1] => iddestinatario [2] => idautore [3] => idstato [4] => idcategoria ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [2] => CInlineValidator Object ( [method] => validaMittente [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => idmittente ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [3] => CInlineValidator Object ( [method] => validaDestinatario [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => iddestinatario ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [4] => CInlineValidator Object ( [method] => validaProcesso [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => idprocesso ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [5] => CInlineValidator Object ( [method] => validaTipodoc [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => idtipodocumento ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [6] => CInlineValidator Object ( [method] => validaveicolocliente [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => idveicolocliente ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [7] => CSafeValidator Object ( [attributes] => Array ( [0] => stampdocFormatted [1] => tagsArray [2] => file_size [3] => chkGetFileToZip [4] => nRighe ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [8] => CInlineValidator Object ( [method] => update [params] => Array ( [on] => update ) [clientValidate] => [attributes] => Array ( [0] => stampdoc [1] => descrizione [2] => protocollo [3] => idmittente [4] => mittente [5] => iddestinatario [6] => destinatario [7] => protocolloext [8] => autore [9] => note ) [message] => [skipOnError] => [on] => Array ( [update] => update ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [9] => CNumberValidator Object ( [integerOnly] => 1 [allowEmpty] => 1 [max] => [min] => [tooBig] => [tooSmall] => [integerPattern] => /^\s*[+-]?\d+\s*$/ [numberPattern] => /^\s*[-+]?[0-9]*\.?[0-9]+([eE][-+]?[0-9]+)?\s*$/ [attributes] => Array ( [0] => idsocieta [1] => idstabilimento [2] => idstruttura [3] => idfile [4] => stamp_insert_user [5] => stamp_update_user [6] => idmittente [7] => iddestinatario [8] => idautore [9] => idowner [10] => idcategoria [11] => progressivo [12] => idstato [13] => pubblicato [14] => valido [15] => idsitodeposito [16] => idprocesso [17] => idveicolocliente [18] => idtipodocumento [19] => iddocumentocondiviso ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [10] => CStringValidator Object ( [max] => 200 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => descrizione ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [11] => CStringValidator Object ( [max] => 100 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => protocollo ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [12] => CStringValidator Object ( [max] => 100 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => mittente ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [13] => CStringValidator Object ( [max] => 100 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => destinatario ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [14] => CStringValidator Object ( [max] => 100 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => protocolloext ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [15] => CStringValidator Object ( [max] => 50 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => rifprotocollo ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [16] => CStringValidator Object ( [max] => 50 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => autore ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [17] => CStringValidator Object ( [max] => 50 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => owner ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [18] => CStringValidator Object ( [max] => 250 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => note ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [19] => CStringValidator Object ( [max] => 500 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => tags ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [20] => CSafeValidator Object ( [attributes] => Array ( [0] => idsocieta [1] => idstabilimento [2] => idstruttura [3] => iddocumento [4] => iddocumentocondiviso [5] => stampdoc [6] => descrizione [7] => idfile [8] => stamp_insert_user [9] => stamp_update_user [10] => stamp_update [11] => stamp_insert [12] => protocollo [13] => protocolloext [14] => idmittente [15] => mittente [16] => iddestinatario [17] => destinatario [18] => note [19] => autore [20] => idautore [21] => idowner [22] => idcategoria [23] => progressivo [24] => idstato [25] => pubblicato [26] => rifprotocollo [27] => owner [28] => tags [29] => descSearchProt [30] => dataSearchProtFromFormatted [31] => dataSearchProtToFormatted [32] => mittenteSearchProt [33] => destinatarioSearchProt [34] => rifprotSearchProt [35] => protocolloEstSearchProt [36] => statoSearchProt [37] => autoreSearchProt [38] => ownerSearchProt [39] => categoriaSearchProt [40] => tagsSearchProt [41] => valido [42] => idsitodeposito [43] => idprocesso [44] => idveicolocliente [45] => idtipodocumento [46] => testoDoc [47] => nRighe ) [message] => [skipOnError] => [on] => Array ( [search] => search ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_c:CList:private] => 21 [_r:CList:private] => [_e:CComponent:private] => [_m:CComponent:private] => ) [_scenario:CModel:private] => search [_e:CComponent:private] => [_m:CComponent:private] => ) [prenotazioneProtocollo] => Sgf3Documenti Object ( [idcommessaStruttura] => [dataFrom] => [dataTo] => [dataFromFormatted] => [dataToFormatted] => [descSearchProt] => [dataSearchProtFromFormatted] => [dataSearchProtToFormatted] => [mittenteSearchProt] => [destinatarioSearchProt] => [rifprotSearchProt] => [protocolloEstSearchProt] => [statoSearchProt] => [autoreSearchProt] => [ownerSearchProt] => [categoriaSearchProt] => [tagsSearchProt] => [testoDoc] => [notin_tipostruttura] => [isAdvancedSearch] => [file_size] => [chkGetFileToZip] => Array ( ) [nRighe] => [_new:CActiveRecord:private] => 1 [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [progressivo] => 0 [pubblicato] => 1 [valido] => 1 [stamp_insert_user] => 1 [stamp_update_user] => 1 [idstato] => 2 ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => prenotaProtocollo [_e:CComponent:private] => [_m:CComponent:private] => ) [comboSocUte] => Array ( [descrizioneSocUte] => Array ( [6] => TRENITALIA ) ) [idStruttura] => 162 [idSocUtente] => 6 [idCommessa] => 1 [vociBreadcrumbs] => Array ( [Home] => Home [PIANO DI QUALITÀ] => PIANO DI QUALITÀ [Indice del Piano di Qualità] => Indice del Piano di Qualità ) [elementiMenu] => Array ( [0] => Array ( [label] => testLivello [url] => # [linkOptions] => Array ( [style] => [submit] => Array ( [0] => sgf3Documenti/admin ) [params] => Array ( [idsocietautente] => 6 [idcommessa] => 1 [idstrutturapadre] => 6320686 ) ) ) [1] => Array ( [label] => testLivello [url] => # [linkOptions] => Array ( [style] => [submit] => Array ( [0] => sgf3Documenti/admin ) [params] => Array ( [idsocietautente] => 6 [idcommessa] => 1 [idstrutturapadre] => 6320687 ) ) ) [2] => Array ( [label] => testLivello [url] => # [linkOptions] => Array ( [style] => [submit] => Array ( [0] => sgf3Documenti/admin ) [params] => Array ( [idsocietautente] => 6 [idcommessa] => 1 [idstrutturapadre] => 6320688 ) ) ) [3] => Array ( [label] => testLivello [url] => # [linkOptions] => Array ( [style] => [submit] => Array ( [0] => sgf3Documenti/admin ) [params] => Array ( [idsocietautente] => 6 [idcommessa] => 1 [idstrutturapadre] => 6320689 ) ) ) [4] => Array ( [label] => testLivello [url] => # [linkOptions] => Array ( [style] => [submit] => Array ( [0] => sgf3Documenti/admin ) [params] => Array ( [idsocietautente] => 6 [idcommessa] => 1 [idstrutturapadre] => 6320690 ) ) ) [5] => Array ( [label] => testLivello5 [url] => # [linkOptions] => Array ( [style] => [submit] => Array ( [0] => sgf3Documenti/admin ) [params] => Array ( [idsocietautente] => 6 [idcommessa] => 1 [idstrutturapadre] => 6320691 ) ) ) ) [isAdvancedSearch] => ) [2] => 1 ) ) [11] => Array ( [file] => /var/www/html/dev/yii/framework/web/CController.php [line] => 785 [function] => renderPartial [class] => CController [type] => -> [args] => Array ( [0] => admin [1] => Array ( [documenti] => Sgf3Documenti Object ( [idcommessaStruttura] => [dataFrom] => [dataTo] => [dataFromFormatted] => [dataToFormatted] => [descSearchProt] => [dataSearchProtFromFormatted] => [dataSearchProtToFormatted] => [mittenteSearchProt] => [destinatarioSearchProt] => [rifprotSearchProt] => [protocolloEstSearchProt] => [statoSearchProt] => [autoreSearchProt] => [ownerSearchProt] => [categoriaSearchProt] => [tagsSearchProt] => [testoDoc] => [notin_tipostruttura] => [isAdvancedSearch] => [file_size] => [chkGetFileToZip] => Array ( ) [nRighe] => [_new:CActiveRecord:private] => 1 [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [progressivo] => [pubblicato] => 1 [valido] => 1 [stamp_insert_user] => [stamp_update_user] => [idstruttura] => 162 [iddocumento] => [iddocumentocondiviso] => [stampdoc] => [descrizione] => [idfile] => [tags] => [protocollo] => [idmittente] => [mittente] => [destinatario] => [iddestinatario] => [autore] => [idautore] => [owner] => [idowner] => [idcategoria] => [idstato] => [note] => [protocolloext] => [rifprotocollo] => [idsitodeposito] => [idprocesso] => [idveicolocliente] => [idtipodocumento] => [stamp_update] => [stamp_insert] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => CList Object ( [_d:CList:private] => Array ( [0] => CRequiredValidator Object ( [requiredValue] => [strict] => [trim] => 1 [attributes] => Array ( [0] => idstruttura [1] => stampdoc [2] => descrizione ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [1] => CRequiredValidator Object ( [requiredValue] => [strict] => [trim] => 1 [attributes] => Array ( [0] => idmittente [1] => iddestinatario [2] => idautore [3] => idstato [4] => idcategoria ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [2] => CInlineValidator Object ( [method] => validaMittente [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => idmittente ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [3] => CInlineValidator Object ( [method] => validaDestinatario [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => iddestinatario ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [4] => CInlineValidator Object ( [method] => validaProcesso [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => idprocesso ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [5] => CInlineValidator Object ( [method] => validaTipodoc [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => idtipodocumento ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [6] => CInlineValidator Object ( [method] => validaveicolocliente [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => idveicolocliente ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [7] => CSafeValidator Object ( [attributes] => Array ( [0] => stampdocFormatted [1] => tagsArray [2] => file_size [3] => chkGetFileToZip [4] => nRighe ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [8] => CInlineValidator Object ( [method] => update [params] => Array ( [on] => update ) [clientValidate] => [attributes] => Array ( [0] => stampdoc [1] => descrizione [2] => protocollo [3] => idmittente [4] => mittente [5] => iddestinatario [6] => destinatario [7] => protocolloext [8] => autore [9] => note ) [message] => [skipOnError] => [on] => Array ( [update] => update ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [9] => CNumberValidator Object ( [integerOnly] => 1 [allowEmpty] => 1 [max] => [min] => [tooBig] => [tooSmall] => [integerPattern] => /^\s*[+-]?\d+\s*$/ [numberPattern] => /^\s*[-+]?[0-9]*\.?[0-9]+([eE][-+]?[0-9]+)?\s*$/ [attributes] => Array ( [0] => idsocieta [1] => idstabilimento [2] => idstruttura [3] => idfile [4] => stamp_insert_user [5] => stamp_update_user [6] => idmittente [7] => iddestinatario [8] => idautore [9] => idowner [10] => idcategoria [11] => progressivo [12] => idstato [13] => pubblicato [14] => valido [15] => idsitodeposito [16] => idprocesso [17] => idveicolocliente [18] => idtipodocumento [19] => iddocumentocondiviso ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [10] => CStringValidator Object ( [max] => 200 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => descrizione ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [11] => CStringValidator Object ( [max] => 100 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => protocollo ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [12] => CStringValidator Object ( [max] => 100 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => mittente ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [13] => CStringValidator Object ( [max] => 100 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => destinatario ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [14] => CStringValidator Object ( [max] => 100 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => protocolloext ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [15] => CStringValidator Object ( [max] => 50 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => rifprotocollo ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [16] => CStringValidator Object ( [max] => 50 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => autore ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [17] => CStringValidator Object ( [max] => 50 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => owner ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [18] => CStringValidator Object ( [max] => 250 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => note ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [19] => CStringValidator Object ( [max] => 500 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => tags ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [20] => CSafeValidator Object ( [attributes] => Array ( [0] => idsocieta [1] => idstabilimento [2] => idstruttura [3] => iddocumento [4] => iddocumentocondiviso [5] => stampdoc [6] => descrizione [7] => idfile [8] => stamp_insert_user [9] => stamp_update_user [10] => stamp_update [11] => stamp_insert [12] => protocollo [13] => protocolloext [14] => idmittente [15] => mittente [16] => iddestinatario [17] => destinatario [18] => note [19] => autore [20] => idautore [21] => idowner [22] => idcategoria [23] => progressivo [24] => idstato [25] => pubblicato [26] => rifprotocollo [27] => owner [28] => tags [29] => descSearchProt [30] => dataSearchProtFromFormatted [31] => dataSearchProtToFormatted [32] => mittenteSearchProt [33] => destinatarioSearchProt [34] => rifprotSearchProt [35] => protocolloEstSearchProt [36] => statoSearchProt [37] => autoreSearchProt [38] => ownerSearchProt [39] => categoriaSearchProt [40] => tagsSearchProt [41] => valido [42] => idsitodeposito [43] => idprocesso [44] => idveicolocliente [45] => idtipodocumento [46] => testoDoc [47] => nRighe ) [message] => [skipOnError] => [on] => Array ( [search] => search ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_c:CList:private] => 21 [_r:CList:private] => [_e:CComponent:private] => [_m:CComponent:private] => ) [_scenario:CModel:private] => search [_e:CComponent:private] => [_m:CComponent:private] => ) [prenotazioneProtocollo] => Sgf3Documenti Object ( [idcommessaStruttura] => [dataFrom] => [dataTo] => [dataFromFormatted] => [dataToFormatted] => [descSearchProt] => [dataSearchProtFromFormatted] => [dataSearchProtToFormatted] => [mittenteSearchProt] => [destinatarioSearchProt] => [rifprotSearchProt] => [protocolloEstSearchProt] => [statoSearchProt] => [autoreSearchProt] => [ownerSearchProt] => [categoriaSearchProt] => [tagsSearchProt] => [testoDoc] => [notin_tipostruttura] => [isAdvancedSearch] => [file_size] => [chkGetFileToZip] => Array ( ) [nRighe] => [_new:CActiveRecord:private] => 1 [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [progressivo] => 0 [pubblicato] => 1 [valido] => 1 [stamp_insert_user] => 1 [stamp_update_user] => 1 [idstato] => 2 ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => prenotaProtocollo [_e:CComponent:private] => [_m:CComponent:private] => ) [comboSocUte] => Array ( [descrizioneSocUte] => Array ( [6] => TRENITALIA ) ) [idStruttura] => 162 [idSocUtente] => 6 [idCommessa] => 1 [vociBreadcrumbs] => Array ( [Home] => Home [PIANO DI QUALITÀ] => PIANO DI QUALITÀ [Indice del Piano di Qualità] => Indice del Piano di Qualità ) [elementiMenu] => Array ( [0] => Array ( [label] => testLivello [url] => # [linkOptions] => Array ( [style] => [submit] => Array ( [0] => sgf3Documenti/admin ) [params] => Array ( [idsocietautente] => 6 [idcommessa] => 1 [idstrutturapadre] => 6320686 ) ) ) [1] => Array ( [label] => testLivello [url] => # [linkOptions] => Array ( [style] => [submit] => Array ( [0] => sgf3Documenti/admin ) [params] => Array ( [idsocietautente] => 6 [idcommessa] => 1 [idstrutturapadre] => 6320687 ) ) ) [2] => Array ( [label] => testLivello [url] => # [linkOptions] => Array ( [style] => [submit] => Array ( [0] => sgf3Documenti/admin ) [params] => Array ( [idsocietautente] => 6 [idcommessa] => 1 [idstrutturapadre] => 6320688 ) ) ) [3] => Array ( [label] => testLivello [url] => # [linkOptions] => Array ( [style] => [submit] => Array ( [0] => sgf3Documenti/admin ) [params] => Array ( [idsocietautente] => 6 [idcommessa] => 1 [idstrutturapadre] => 6320689 ) ) ) [4] => Array ( [label] => testLivello [url] => # [linkOptions] => Array ( [style] => [submit] => Array ( [0] => sgf3Documenti/admin ) [params] => Array ( [idsocietautente] => 6 [idcommessa] => 1 [idstrutturapadre] => 6320690 ) ) ) [5] => Array ( [label] => testLivello5 [url] => # [linkOptions] => Array ( [style] => [submit] => Array ( [0] => sgf3Documenti/admin ) [params] => Array ( [idsocietautente] => 6 [idcommessa] => 1 [idstrutturapadre] => 6320691 ) ) ) ) [isAdvancedSearch] => ) [2] => 1 ) ) [12] => Array ( [file] => /var/www/html/dev/sgf3/protected/controllers/Sgf3DocumentiController.php [line] => 559 [function] => render [class] => CController [type] => -> [args] => Array ( [0] => admin [1] => Array ( [documenti] => Sgf3Documenti Object ( [idcommessaStruttura] => [dataFrom] => [dataTo] => [dataFromFormatted] => [dataToFormatted] => [descSearchProt] => [dataSearchProtFromFormatted] => [dataSearchProtToFormatted] => [mittenteSearchProt] => [destinatarioSearchProt] => [rifprotSearchProt] => [protocolloEstSearchProt] => [statoSearchProt] => [autoreSearchProt] => [ownerSearchProt] => [categoriaSearchProt] => [tagsSearchProt] => [testoDoc] => [notin_tipostruttura] => [isAdvancedSearch] => [file_size] => [chkGetFileToZip] => Array ( ) [nRighe] => [_new:CActiveRecord:private] => 1 [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [progressivo] => [pubblicato] => 1 [valido] => 1 [stamp_insert_user] => [stamp_update_user] => [idstruttura] => 162 [iddocumento] => [iddocumentocondiviso] => [stampdoc] => [descrizione] => [idfile] => [tags] => [protocollo] => [idmittente] => [mittente] => [destinatario] => [iddestinatario] => [autore] => [idautore] => [owner] => [idowner] => [idcategoria] => [idstato] => [note] => [protocolloext] => [rifprotocollo] => [idsitodeposito] => [idprocesso] => [idveicolocliente] => [idtipodocumento] => [stamp_update] => [stamp_insert] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => CList Object ( [_d:CList:private] => Array ( [0] => CRequiredValidator Object ( [requiredValue] => [strict] => [trim] => 1 [attributes] => Array ( [0] => idstruttura [1] => stampdoc [2] => descrizione ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [1] => CRequiredValidator Object ( [requiredValue] => [strict] => [trim] => 1 [attributes] => Array ( [0] => idmittente [1] => iddestinatario [2] => idautore [3] => idstato [4] => idcategoria ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [2] => CInlineValidator Object ( [method] => validaMittente [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => idmittente ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [3] => CInlineValidator Object ( [method] => validaDestinatario [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => iddestinatario ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [4] => CInlineValidator Object ( [method] => validaProcesso [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => idprocesso ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [5] => CInlineValidator Object ( [method] => validaTipodoc [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => idtipodocumento ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [6] => CInlineValidator Object ( [method] => validaveicolocliente [params] => Array ( [on] => prenotaProtocollo ) [clientValidate] => [attributes] => Array ( [0] => idveicolocliente ) [message] => [skipOnError] => [on] => Array ( [prenotaProtocollo] => prenotaProtocollo ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [7] => CSafeValidator Object ( [attributes] => Array ( [0] => stampdocFormatted [1] => tagsArray [2] => file_size [3] => chkGetFileToZip [4] => nRighe ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [8] => CInlineValidator Object ( [method] => update [params] => Array ( [on] => update ) [clientValidate] => [attributes] => Array ( [0] => stampdoc [1] => descrizione [2] => protocollo [3] => idmittente [4] => mittente [5] => iddestinatario [6] => destinatario [7] => protocolloext [8] => autore [9] => note ) [message] => [skipOnError] => [on] => Array ( [update] => update ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [9] => CNumberValidator Object ( [integerOnly] => 1 [allowEmpty] => 1 [max] => [min] => [tooBig] => [tooSmall] => [integerPattern] => /^\s*[+-]?\d+\s*$/ [numberPattern] => /^\s*[-+]?[0-9]*\.?[0-9]+([eE][-+]?[0-9]+)?\s*$/ [attributes] => Array ( [0] => idsocieta [1] => idstabilimento [2] => idstruttura [3] => idfile [4] => stamp_insert_user [5] => stamp_update_user [6] => idmittente [7] => iddestinatario [8] => idautore [9] => idowner [10] => idcategoria [11] => progressivo [12] => idstato [13] => pubblicato [14] => valido [15] => idsitodeposito [16] => idprocesso [17] => idveicolocliente [18] => idtipodocumento [19] => iddocumentocondiviso ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [10] => CStringValidator Object ( [max] => 200 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => descrizione ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [11] => CStringValidator Object ( [max] => 100 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => protocollo ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [12] => CStringValidator Object ( [max] => 100 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => mittente ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [13] => CStringValidator Object ( [max] => 100 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => destinatario ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [14] => CStringValidator Object ( [max] => 100 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => protocolloext ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [15] => CStringValidator Object ( [max] => 50 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => rifprotocollo ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [16] => CStringValidator Object ( [max] => 50 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => autore ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [17] => CStringValidator Object ( [max] => 50 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => owner ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [18] => CStringValidator Object ( [max] => 250 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => note ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [19] => CStringValidator Object ( [max] => 500 [min] => [is] => [tooShort] => [tooLong] => [allowEmpty] => 1 [encoding] => [attributes] => Array ( [0] => tags ) [message] => [skipOnError] => [on] => Array ( ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) [20] => CSafeValidator Object ( [attributes] => Array ( [0] => idsocieta [1] => idstabilimento [2] => idstruttura [3] => iddocumento [4] => iddocumentocondiviso [5] => stampdoc [6] => descrizione [7] => idfile [8] => stamp_insert_user [9] => stamp_update_user [10] => stamp_update [11] => stamp_insert [12] => protocollo [13] => protocolloext [14] => idmittente [15] => mittente [16] => iddestinatario [17] => destinatario [18] => note [19] => autore [20] => idautore [21] => idowner [22] => idcategoria [23] => progressivo [24] => idstato [25] => pubblicato [26] => rifprotocollo [27] => owner [28] => tags [29] => descSearchProt [30] => dataSearchProtFromFormatted [31] => dataSearchProtToFormatted [32] => mittenteSearchProt [33] => destinatarioSearchProt [34] => rifprotSearchProt [35] => protocolloEstSearchProt [36] => statoSearchProt [37] => autoreSearchProt [38] => ownerSearchProt [39] => categoriaSearchProt [40] => tagsSearchProt [41] => valido [42] => idsitodeposito [43] => idprocesso [44] => idveicolocliente [45] => idtipodocumento [46] => testoDoc [47] => nRighe ) [message] => [skipOnError] => [on] => Array ( [search] => search ) [except] => Array ( ) [safe] => 1 [enableClientValidation] => 1 [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_c:CList:private] => 21 [_r:CList:private] => [_e:CComponent:private] => [_m:CComponent:private] => ) [_scenario:CModel:private] => search [_e:CComponent:private] => [_m:CComponent:private] => ) [prenotazioneProtocollo] => Sgf3Documenti Object ( [idcommessaStruttura] => [dataFrom] => [dataTo] => [dataFromFormatted] => [dataToFormatted] => [descSearchProt] => [dataSearchProtFromFormatted] => [dataSearchProtToFormatted] => [mittenteSearchProt] => [destinatarioSearchProt] => [rifprotSearchProt] => [protocolloEstSearchProt] => [statoSearchProt] => [autoreSearchProt] => [ownerSearchProt] => [categoriaSearchProt] => [tagsSearchProt] => [testoDoc] => [notin_tipostruttura] => [isAdvancedSearch] => [file_size] => [chkGetFileToZip] => Array ( ) [nRighe] => [_new:CActiveRecord:private] => 1 [_attributes:CActiveRecord:private] => Array ( [idsocieta] => 1 [idstabilimento] => 1 [progressivo] => 0 [pubblicato] => 1 [valido] => 1 [stamp_insert_user] => 1 [stamp_update_user] => 1 [idstato] => 2 ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => prenotaProtocollo [_e:CComponent:private] => [_m:CComponent:private] => ) [comboSocUte] => Array ( [descrizioneSocUte] => Array ( [6] => TRENITALIA ) ) [idStruttura] => 162 [idSocUtente] => 6 [idCommessa] => 1 [vociBreadcrumbs] => Array ( [Home] => Home [PIANO DI QUALITÀ] => PIANO DI QUALITÀ [Indice del Piano di Qualità] => Indice del Piano di Qualità ) [elementiMenu] => Array ( [0] => Array ( [label] => testLivello [url] => # [linkOptions] => Array ( [style] => [submit] => Array ( [0] => sgf3Documenti/admin ) [params] => Array ( [idsocietautente] => 6 [idcommessa] => 1 [idstrutturapadre] => 6320686 ) ) ) [1] => Array ( [label] => testLivello [url] => # [linkOptions] => Array ( [style] => [submit] => Array ( [0] => sgf3Documenti/admin ) [params] => Array ( [idsocietautente] => 6 [idcommessa] => 1 [idstrutturapadre] => 6320687 ) ) ) [2] => Array ( [label] => testLivello [url] => # [linkOptions] => Array ( [style] => [submit] => Array ( [0] => sgf3Documenti/admin ) [params] => Array ( [idsocietautente] => 6 [idcommessa] => 1 [idstrutturapadre] => 6320688 ) ) ) [3] => Array ( [label] => testLivello [url] => # [linkOptions] => Array ( [style] => [submit] => Array ( [0] => sgf3Documenti/admin ) [params] => Array ( [idsocietautente] => 6 [idcommessa] => 1 [idstrutturapadre] => 6320689 ) ) ) [4] => Array ( [label] => testLivello [url] => # [linkOptions] => Array ( [style] => [submit] => Array ( [0] => sgf3Documenti/admin ) [params] => Array ( [idsocietautente] => 6 [idcommessa] => 1 [idstrutturapadre] => 6320690 ) ) ) [5] => Array ( [label] => testLivello5 [url] => # [linkOptions] => Array ( [style] => [submit] => Array ( [0] => sgf3Documenti/admin ) [params] => Array ( [idsocietautente] => 6 [idcommessa] => 1 [idstrutturapadre] => 6320691 ) ) ) ) [isAdvancedSearch] => ) ) ) [13] => Array ( [file] => /var/www/html/dev/yii/framework/web/actions/CInlineAction.php [line] => 49 [function] => actionAdmin [class] => Sgf3DocumentiController [type] => -> [args] => Array ( ) ) [14] => Array ( [file] => /var/www/html/dev/yii/framework/web/CController.php [line] => 308 [function] => runWithParams [class] => CInlineAction [type] => -> [args] => Array ( [0] => Array ( ) ) ) [15] => Array ( [file] => /var/www/html/dev/yii/framework/web/filters/CFilterChain.php [line] => 134 [function] => runAction [class] => CController [type] => -> [args] => Array ( [0] => CInlineAction Object ( [_id:CAction:private] => admin [_controller:CAction:private] => Sgf3DocumentiController Object ( [layout] => column1 [menu] => Array ( ) [breadcrumbs] => Array ( ) [defaultAction] => index [_id:CController:private] => sgf3Documenti [_action:CController:private] => CInlineAction Object *RECURSION* [_pageTitle:CController:private] => [_cachingStack:CController:private] => [_clips:CController:private] => [_dynamicOutput:CController:private] => [_pageStates:CController:private] => [_module:CController:private] => [_widgetStack:CBaseController:private] => Array ( ) [_e:CComponent:private] => [_m:CComponent:private] => Array ( [eexcelview] => EExcelBehavior Object ( [_enabled:CBehavior:private] => 1 [_owner:CBehavior:private] => Sgf3DocumentiController Object *RECURSION* [_e:CComponent:private] => [_m:CComponent:private] => ) ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) ) ) [16] => Array ( [file] => /var/www/html/dev/yii/framework/web/filters/CFilter.php [line] => 40 [function] => run [class] => CFilterChain [type] => -> [args] => Array ( ) ) [17] => Array ( [file] => /var/www/html/dev/yii/framework/web/CController.php [line] => 1148 [function] => filter [class] => CFilter [type] => -> [args] => Array ( [0] => CFilterChain Object ( [controller] => Sgf3DocumentiController Object ( [layout] => column1 [menu] => Array ( ) [breadcrumbs] => Array ( ) [defaultAction] => index [_id:CController:private] => sgf3Documenti [_action:CController:private] => CInlineAction Object ( [_id:CAction:private] => admin [_controller:CAction:private] => Sgf3DocumentiController Object *RECURSION* [_e:CComponent:private] => [_m:CComponent:private] => ) [_pageTitle:CController:private] => [_cachingStack:CController:private] => [_clips:CController:private] => [_dynamicOutput:CController:private] => [_pageStates:CController:private] => [_module:CController:private] => [_widgetStack:CBaseController:private] => Array ( ) [_e:CComponent:private] => [_m:CComponent:private] => Array ( [eexcelview] => EExcelBehavior Object ( [_enabled:CBehavior:private] => 1 [_owner:CBehavior:private] => Sgf3DocumentiController Object *RECURSION* [_e:CComponent:private] => [_m:CComponent:private] => ) ) ) [action] => CInlineAction Object ( [_id:CAction:private] => admin [_controller:CAction:private] => Sgf3DocumentiController Object ( [layout] => column1 [menu] => Array ( ) [breadcrumbs] => Array ( ) [defaultAction] => index [_id:CController:private] => sgf3Documenti [_action:CController:private] => CInlineAction Object *RECURSION* [_pageTitle:CController:private] => [_cachingStack:CController:private] => [_clips:CController:private] => [_dynamicOutput:CController:private] => [_pageStates:CController:private] => [_module:CController:private] => [_widgetStack:CBaseController:private] => Array ( ) [_e:CComponent:private] => [_m:CComponent:private] => Array ( [eexcelview] => EExcelBehavior Object ( [_enabled:CBehavior:private] => 1 [_owner:CBehavior:private] => Sgf3DocumentiController Object *RECURSION* [_e:CComponent:private] => [_m:CComponent:private] => ) ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [filterIndex] => 1 [_d:CList:private] => Array ( [0] => CInlineFilter Object ( [name] => accessControl [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_c:CList:private] => 1 [_r:CList:private] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) ) [18] => Array ( [file] => /var/www/html/dev/yii/framework/web/filters/CInlineFilter.php [line] => 58 [function] => filterAccessControl [class] => CController [type] => -> [args] => Array ( [0] => CFilterChain Object ( [controller] => Sgf3DocumentiController Object ( [layout] => column1 [menu] => Array ( ) [breadcrumbs] => Array ( ) [defaultAction] => index [_id:CController:private] => sgf3Documenti [_action:CController:private] => CInlineAction Object ( [_id:CAction:private] => admin [_controller:CAction:private] => Sgf3DocumentiController Object *RECURSION* [_e:CComponent:private] => [_m:CComponent:private] => ) [_pageTitle:CController:private] => [_cachingStack:CController:private] => [_clips:CController:private] => [_dynamicOutput:CController:private] => [_pageStates:CController:private] => [_module:CController:private] => [_widgetStack:CBaseController:private] => Array ( ) [_e:CComponent:private] => [_m:CComponent:private] => Array ( [eexcelview] => EExcelBehavior Object ( [_enabled:CBehavior:private] => 1 [_owner:CBehavior:private] => Sgf3DocumentiController Object *RECURSION* [_e:CComponent:private] => [_m:CComponent:private] => ) ) ) [action] => CInlineAction Object ( [_id:CAction:private] => admin [_controller:CAction:private] => Sgf3DocumentiController Object ( [layout] => column1 [menu] => Array ( ) [breadcrumbs] => Array ( ) [defaultAction] => index [_id:CController:private] => sgf3Documenti [_action:CController:private] => CInlineAction Object *RECURSION* [_pageTitle:CController:private] => [_cachingStack:CController:private] => [_clips:CController:private] => [_dynamicOutput:CController:private] => [_pageStates:CController:private] => [_module:CController:private] => [_widgetStack:CBaseController:private] => Array ( ) [_e:CComponent:private] => [_m:CComponent:private] => Array ( [eexcelview] => EExcelBehavior Object ( [_enabled:CBehavior:private] => 1 [_owner:CBehavior:private] => Sgf3DocumentiController Object *RECURSION* [_e:CComponent:private] => [_m:CComponent:private] => ) ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [filterIndex] => 1 [_d:CList:private] => Array ( [0] => CInlineFilter Object ( [name] => accessControl [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_c:CList:private] => 1 [_r:CList:private] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) ) [19] => Array ( [file] => /var/www/html/dev/yii/framework/web/filters/CFilterChain.php [line] => 131 [function] => filter [class] => CInlineFilter [type] => -> [args] => Array ( [0] => CFilterChain Object ( [controller] => Sgf3DocumentiController Object ( [layout] => column1 [menu] => Array ( ) [breadcrumbs] => Array ( ) [defaultAction] => index [_id:CController:private] => sgf3Documenti [_action:CController:private] => CInlineAction Object ( [_id:CAction:private] => admin [_controller:CAction:private] => Sgf3DocumentiController Object *RECURSION* [_e:CComponent:private] => [_m:CComponent:private] => ) [_pageTitle:CController:private] => [_cachingStack:CController:private] => [_clips:CController:private] => [_dynamicOutput:CController:private] => [_pageStates:CController:private] => [_module:CController:private] => [_widgetStack:CBaseController:private] => Array ( ) [_e:CComponent:private] => [_m:CComponent:private] => Array ( [eexcelview] => EExcelBehavior Object ( [_enabled:CBehavior:private] => 1 [_owner:CBehavior:private] => Sgf3DocumentiController Object *RECURSION* [_e:CComponent:private] => [_m:CComponent:private] => ) ) ) [action] => CInlineAction Object ( [_id:CAction:private] => admin [_controller:CAction:private] => Sgf3DocumentiController Object ( [layout] => column1 [menu] => Array ( ) [breadcrumbs] => Array ( ) [defaultAction] => index [_id:CController:private] => sgf3Documenti [_action:CController:private] => CInlineAction Object *RECURSION* [_pageTitle:CController:private] => [_cachingStack:CController:private] => [_clips:CController:private] => [_dynamicOutput:CController:private] => [_pageStates:CController:private] => [_module:CController:private] => [_widgetStack:CBaseController:private] => Array ( ) [_e:CComponent:private] => [_m:CComponent:private] => Array ( [eexcelview] => EExcelBehavior Object ( [_enabled:CBehavior:private] => 1 [_owner:CBehavior:private] => Sgf3DocumentiController Object *RECURSION* [_e:CComponent:private] => [_m:CComponent:private] => ) ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [filterIndex] => 1 [_d:CList:private] => Array ( [0] => CInlineFilter Object ( [name] => accessControl [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_c:CList:private] => 1 [_r:CList:private] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) ) [20] => Array ( [file] => /var/www/html/dev/yii/framework/web/CController.php [line] => 291 [function] => run [class] => CFilterChain [type] => -> [args] => Array ( ) ) [21] => Array ( [file] => /var/www/html/dev/yii/framework/web/CController.php [line] => 265 [function] => runActionWithFilters [class] => CController [type] => -> [args] => Array ( [0] => CInlineAction Object ( [_id:CAction:private] => admin [_controller:CAction:private] => Sgf3DocumentiController Object ( [layout] => column1 [menu] => Array ( ) [breadcrumbs] => Array ( ) [defaultAction] => index [_id:CController:private] => sgf3Documenti [_action:CController:private] => CInlineAction Object *RECURSION* [_pageTitle:CController:private] => [_cachingStack:CController:private] => [_clips:CController:private] => [_dynamicOutput:CController:private] => [_pageStates:CController:private] => [_module:CController:private] => [_widgetStack:CBaseController:private] => Array ( ) [_e:CComponent:private] => [_m:CComponent:private] => Array ( [eexcelview] => EExcelBehavior Object ( [_enabled:CBehavior:private] => 1 [_owner:CBehavior:private] => Sgf3DocumentiController Object *RECURSION* [_e:CComponent:private] => [_m:CComponent:private] => ) ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [1] => Array ( [0] => accessControl [1] => postOnly + delete ) ) ) [22] => Array ( [file] => /var/www/html/dev/yii/framework/web/CWebApplication.php [line] => 282 [function] => run [class] => CController [type] => -> [args] => Array ( [0] => admin ) ) [23] => Array ( [file] => /var/www/html/dev/yii/framework/web/CWebApplication.php [line] => 141 [function] => runController [class] => CWebApplication [type] => -> [args] => Array ( [0] => sgf3Documenti/admin ) ) [24] => Array ( [file] => /var/www/html/dev/yii/framework/base/CApplication.php [line] => 185 [function] => processRequest [class] => CWebApplication [type] => -> [args] => Array ( ) ) [25] => Array ( [file] => /var/www/html/dev/sgf3/index.php [line] => 46 [function] => run [class] => CApplication [type] => -> [args] => Array ( ) ) )