Database Error
Error: SQLSTATE[42000]: Syntax error or access violation: 1142 INSERT command denied to user 'studiohvnew'@'10.15.20.143' for table 'cuber20-statistiques'
SQL Query: INSERT INTO `studiohvnew`.`cuber20-statistiques` (`date`, `ip`, `page`, `adresse`, `host`, `navigateur`, `referer`, `lang`, `system`, `device`, `modified`, `created`) VALUES ('2024-12-13 00:45:06', '18.97.14.84', '/app/webroot/index.php', 'http://studiohv.fr/studio-photo/portfolio/clients/contact@studiohv.fr', '18-97-14-84.crawl.commoncrawl.org', 'Unknown', '', 'en', 'Unknown', 'Ordinateur', '2024-12-13 00:45:06', '2024-12-13 00:45:06')
Notice: If you want to customize this error message, create app/View/Errors/pdo_error.ctp
Stack Trace
- CORE/Cake/Model/Datasource/DboSource.php line 502 → PDOStatement->execute(array)
try {
$query = $this->_connection->prepare($sql, $prepareOptions);
$query->setFetchMode(PDO::FETCH_LAZY);
if (!$query->execute($params)) {
$this->_result = $query;
array()
- CORE/Cake/Model/Datasource/DboSource.php line 468 → DboSource->_execute(string, array)
$options += array('log' => $this->fullDebug);
$t = microtime(true);
$this->_result = $this->_execute($sql, $params);
'INSERT INTO `studiohvnew`.`cuber20-statistiques` (`date`, `ip`, `page`, `adresse`, `host`, `navigateur`, `referer`, `lang`, `system`, `device`, `modified`, `created`) VALUES ('2024-12-13 00:45:06', '18.97.14.84', '/app/webroot/index.php', 'http://studiohv.fr/studio-photo/portfolio/clients/contact@studiohv.fr', '18-97-14-84.crawl.commoncrawl.org', 'Unknown', '', 'en', 'Unknown', 'Ordinateur', '2024-12-13 00:45:06', '2024-12-13 00:45:06')' array()
- CORE/Cake/Model/Datasource/DboSource.php line 1132 → DboSource->execute(string)
'values' => implode(', ', $valueInsert)
);
if ($this->execute($this->renderStatement('create', $query))) {
if (empty($id)) {
'INSERT INTO `studiohvnew`.`cuber20-statistiques` (`date`, `ip`, `page`, `adresse`, `host`, `navigateur`, `referer`, `lang`, `system`, `device`, `modified`, `created`) VALUES ('2024-12-13 00:45:06', '18.97.14.84', '/app/webroot/index.php', 'http://studiohv.fr/studio-photo/portfolio/clients/contact@studiohv.fr', '18-97-14-84.crawl.commoncrawl.org', 'Unknown', '', 'en', 'Unknown', 'Ordinateur', '2024-12-13 00:45:06', '2024-12-13 00:45:06')'
- CORE/Cake/Model/Model.php line 1942 → DboSource->create(AppModel, array, array)
}
}
if (!$db->create($this, $fields, $values)) {
$success = false;
object(AppModel) { useDbConfig => 'default' useTable => 'statistiques' id => false data => array( 'Statistique' => array( 'host' => '*****', 'date' => '2024-12-13 00:45:06', 'ip' => '18.97.14.84', 'page' => '/app/webroot/index.php', 'adresse' => 'http://studiohv.fr/studio-photo/portfolio/clients/contact@studiohv.fr', 'navigateur' => 'Unknown', 'referer' => '', 'lang' => 'en', 'system' => 'Unknown', 'device' => 'Ordinateur', 'modified' => '2024-12-13 00:45:06', 'created' => '2024-12-13 00:45:06' ) ) schemaName => 'studiohvnew' table => 'statistiques' primaryKey => 'id' validate => array() validationErrors => array() validationDomain => null tablePrefix => 'cuber20-' plugin => null name => 'Statistique' alias => 'Statistique' tableToModel => array( 'statistiques' => 'Statistique' ) cacheQueries => false belongsTo => array() hasOne => array() hasMany => array() hasAndBelongsToMany => array() actsAs => null Behaviors => object(BehaviorCollection) { modelName => 'Statistique' defaultPriority => (int) 10 [protected] _methods => array([maximum depth reached]) [protected] _mappedMethods => array([maximum depth reached]) [protected] _enabled => array([maximum depth reached]) [protected] _loaded => array([maximum depth reached]) } whitelist => array() cacheSources => true findQueryType => null recursive => (int) 1 order => null virtualFields => array() __backAssociation => array() __backInnerAssociation => array() __backOriginalAssociation => array() __backContainableAssociation => array() __safeUpdateMode => false useConsistentAfterFind => true findMethods => array( 'all' => true, 'first' => true, 'count' => true, 'neighbors' => true, 'list' => true, 'threaded' => true ) [protected] _schema => array( 'host' => '*****', 'id' => array( 'type' => 'integer', 'null' => false, 'default' => null, 'length' => null, 'unsigned' => false, 'key' => 'primary' ), 'ip' => array( 'type' => 'string', 'null' => false, 'default' => null, 'length' => (int) 255, 'collate' => 'latin1_swedish_ci', 'charset' => 'latin1' ), 'date' => array( 'type' => 'string', 'null' => false, 'default' => null, 'length' => (int) 255, 'collate' => 'latin1_swedish_ci', 'charset' => 'latin1' ), 'page' => array( 'type' => 'string', 'null' => false, 'default' => null, 'length' => (int) 255, 'collate' => 'latin1_swedish_ci', 'charset' => 'latin1' ), 'adresse' => array( 'type' => 'string', 'null' => false, 'default' => null, 'length' => (int) 255, 'collate' => 'latin1_swedish_ci', 'charset' => 'latin1' ), 'navigateur' => array( 'type' => 'string', 'null' => false, 'default' => null, 'length' => (int) 255, 'collate' => 'latin1_swedish_ci', 'charset' => 'latin1' ), 'system' => array( 'type' => 'string', 'null' => false, 'default' => null, 'length' => (int) 255, 'collate' => 'latin1_swedish_ci', 'charset' => 'latin1' ), 'lang' => array( 'type' => 'string', 'null' => false, 'default' => null, 'length' => (int) 255, 'collate' => 'latin1_swedish_ci', 'charset' => 'latin1' ), 'device' => array( 'type' => 'string', 'null' => false, 'default' => null, 'length' => (int) 255, 'collate' => 'latin1_swedish_ci', 'charset' => 'latin1' ), 'pays' => array( 'type' => 'string', 'null' => false, 'default' => null, 'length' => (int) 255, 'collate' => 'latin1_swedish_ci', 'charset' => 'latin1' ), 'referer' => array( 'type' => 'string', 'null' => false, 'default' => null, 'length' => (int) 255, 'collate' => 'latin1_swedish_ci', 'charset' => 'latin1' ), 'created' => array( 'type' => 'datetime', 'null' => false, 'default' => null, 'length' => null ), 'modified' => array( 'type' => 'datetime', 'null' => false, 'default' => null, 'length' => null ) ) [protected] _associationKeys => array( 'belongsTo' => array( (int) 0 => 'className', (int) 1 => 'foreignKey', (int) 2 => 'conditions', (int) 3 => 'fields', (int) 4 => 'order', (int) 5 => 'counterCache' ), 'hasOne' => array( (int) 0 => 'className', (int) 1 => 'foreignKey', (int) 2 => 'conditions', (int) 3 => 'fields', (int) 4 => 'order', (int) 5 => 'dependent' ), 'hasMany' => array( (int) 0 => 'className', (int) 1 => 'foreignKey', (int) 2 => 'conditions', (int) 3 => 'fields', (int) 4 => 'order', (int) 5 => 'limit', (int) 6 => 'offset', (int) 7 => 'dependent', (int) 8 => 'exclusive', (int) 9 => 'finderQuery', (int) 10 => 'counterQuery' ), 'hasAndBelongsToMany' => array( (int) 0 => 'className', (int) 1 => 'joinTable', (int) 2 => 'with', (int) 3 => 'foreignKey', (int) 4 => 'associationForeignKey', (int) 5 => 'conditions', (int) 6 => 'fields', (int) 7 => 'order', (int) 8 => 'limit', (int) 9 => 'offset', (int) 10 => 'unique', (int) 11 => 'finderQuery' ) ) [protected] _associations => array( (int) 0 => 'belongsTo', (int) 1 => 'hasOne', (int) 2 => 'hasMany', (int) 3 => 'hasAndBelongsToMany' ) [protected] _insertID => null [protected] _sourceConfigured => true [protected] _eventManager => object(CakeEventManager) { [protected] _generalManager => object(CakeEventManager) {} [protected] _listeners => array( [maximum depth reached] ) [protected] _isGlobal => false } [protected] _validator => object(ModelValidator) { [protected] _fields => array([maximum depth reached]) [protected] _model => object(AppModel) {} [protected] _validate => array([maximum depth reached]) [protected] _methods => array( [maximum depth reached] ) [protected] _modelMethods => array( [maximum depth reached] ) [protected] _behaviors => array([maximum depth reached]) } } array( (int) 0 => 'date', (int) 1 => 'ip', (int) 2 => 'page', (int) 3 => 'adresse', (int) 4 => 'host', (int) 5 => 'navigateur', (int) 6 => 'referer', (int) 7 => 'lang', (int) 8 => 'system', (int) 9 => 'device', (int) 10 => 'modified', (int) 11 => 'created' ) array( (int) 0 => '2024-12-13 00:45:06', (int) 1 => '18.97.14.84', (int) 2 => '/app/webroot/index.php', (int) 3 => 'http://studiohv.fr/studio-photo/portfolio/clients/contact@studiohv.fr', (int) 4 => '18-97-14-84.crawl.commoncrawl.org', (int) 5 => 'Unknown', (int) 6 => '', (int) 7 => 'en', (int) 8 => 'Unknown', (int) 9 => 'Ordinateur', (int) 10 => '2024-12-13 00:45:06', (int) 11 => '2024-12-13 00:45:06' )
- CORE/Cake/Model/Model.php line 1760 → Model->_doSave(null, array)
$db = $this->getDataSource();
$transactionBegun = $db->begin();
try {
$success = $this->_doSave($data, $options);
if ($transactionBegun) {
null array( 'validate' => true, 'fieldList' => array(), 'callbacks' => true, 'counterCache' => true, 'atomic' => true )
- APP/Controller/AppController.php line 298 → Model->save()
'system' => $os,
'device' => $device ,
));
$this->Statistique->save();
}
- APP/Controller/PhotosController.php line 23 → AppController->statistiques()
}
public function afterFilter() {
$this->statistiques();
}
- CORE/Cake/Event/CakeEventManager.php line 244 → PhotosController->afterFilter(CakeEvent)
if ($listener['passParams'] === true) {
$result = call_user_func_array($listener['callable'], $event->data);
} else {
$result = call_user_func($listener['callable'], $event);
}
object(CakeEvent) { data => null result => null [protected] _name => 'Controller.shutdown' [protected] _subject => object(PhotosController) { helpers => array( [maximum depth reached] ) components => array( [maximum depth reached] ) paginate => array( [maximum depth reached] ) uses => array( [maximum depth reached] ) name => 'Photos' request => object(CakeRequest) {} response => object(CakeResponse) {} viewPath => 'Photos' layoutPath => null viewVars => array( [maximum depth reached] ) view => 'client' layout => 'online' autoRender => false autoLayout => true Components => object(ComponentCollection) {} viewClass => 'View' View => object(View) {} ext => '.ctp' plugin => null cacheAction => false passedArgs => array( [maximum depth reached] ) scaffold => false methods => array( [maximum depth reached] ) modelClass => 'Photo' modelKey => 'photo' validationErrors => null Cookie => object(CookieComponent) {} Flash => object(FlashComponent) {} Session => object(SessionComponent) {} Auth => object(AuthComponent) {} Paginator => object(PaginatorComponent) {} theme => 'StudioHV21' Setting => object(Setting) {} User => object(User) {} Page => object(Page) {} Photocat => object(AppModel) {} Service => object(AppModel) {} Client => object(Client) {} Photo => object(Photo) {} Filtre => object(AppModel) {} Statistique => object(AppModel) {} [protected] _responseClass => 'CakeResponse' [protected] _mergeParent => 'AppController' [protected] _eventManager => object(CakeEventManager) {} } [protected] _stopped => false }
- CORE/Cake/Controller/Controller.php line 697 → CakeEventManager->dispatch(CakeEvent)
* @triggers Controller.shutdown $this
*/
public function shutdownProcess() {
$this->getEventManager()->dispatch(new CakeEvent('Controller.shutdown', $this));
}
object(CakeEvent) { data => null result => null [protected] _name => 'Controller.shutdown' [protected] _subject => object(PhotosController) { helpers => array( [maximum depth reached] ) components => array( [maximum depth reached] ) paginate => array( [maximum depth reached] ) uses => array( [maximum depth reached] ) name => 'Photos' request => object(CakeRequest) {} response => object(CakeResponse) {} viewPath => 'Photos' layoutPath => null viewVars => array( [maximum depth reached] ) view => 'client' layout => 'online' autoRender => false autoLayout => true Components => object(ComponentCollection) {} viewClass => 'View' View => object(View) {} ext => '.ctp' plugin => null cacheAction => false passedArgs => array( [maximum depth reached] ) scaffold => false methods => array( [maximum depth reached] ) modelClass => 'Photo' modelKey => 'photo' validationErrors => null Cookie => object(CookieComponent) {} Flash => object(FlashComponent) {} Session => object(SessionComponent) {} Auth => object(AuthComponent) {} Paginator => object(PaginatorComponent) {} theme => 'StudioHV21' Setting => object(Setting) {} User => object(User) {} Page => object(Page) {} Photocat => object(AppModel) {} Service => object(AppModel) {} Client => object(Client) {} Photo => object(Photo) {} Filtre => object(AppModel) {} Statistique => object(AppModel) {} [protected] _responseClass => 'CakeResponse' [protected] _mergeParent => 'AppController' [protected] _eventManager => object(CakeEventManager) {} } [protected] _stopped => false }
- CORE/Cake/Routing/Dispatcher.php line 204 → Controller->shutdownProcess()
} elseif (!($result instanceof CakeResponse) && $response->body() === null) {
$response->body($result);
}
$controller->shutdownProcess();
- CORE/Cake/Routing/Dispatcher.php line 167 → Dispatcher->_invoke(PhotosController, CakeRequest)
));
}
$response = $this->_invoke($controller, $request);
if (isset($request->params['return'])) {
object(PhotosController) { helpers => array( (int) 0 => 'Html', (int) 1 => 'Form', (int) 2 => 'Session', (int) 3 => 'Flash', (int) 4 => 'Paginator' ) components => array( 'Cookie' => null, 'Flash' => null, 'Session' => null, 'Auth' => array( 'loginAction' => array( [maximum depth reached] ), 'loginRedirect' => array( [maximum depth reached] ), 'logoutRedirect' => array( [maximum depth reached] ), 'authError' => 'Access Denied', 'authenticate' => array( [maximum depth reached] ), 'authorize' => array( [maximum depth reached] ) ), 'Paginator' => null ) paginate => array( 'limit' => (int) 10, 'order' => 'Photo.date asc' ) uses => array( (int) 0 => 'Photo', (int) 1 => 'Setting', (int) 2 => 'Page', (int) 3 => 'Statistique', (int) 4 => 'File', (int) 5 => 'User', (int) 6 => 'Userule', (int) 7 => 'Slider', (int) 8 => 'Photo', (int) 9 => 'Photocat', (int) 10 => 'Client', (int) 11 => 'Contact', (int) 12 => 'Service', (int) 13 => 'Filtre', (int) 14 => 'Media', (int) 15 => 'Video', (int) 16 => 'Post', (int) 17 => 'Postcat', (int) 18 => 'Slider', (int) 19 => 'Reperage', (int) 20 => 'Casting', (int) 21 => 'Castingcat' ) name => 'Photos' request => object(CakeRequest) { params => array( [maximum depth reached] ) data => array([maximum depth reached]) query => array([maximum depth reached]) url => 'studio-photo/portfolio/clients/contact@studiohv.fr' base => '' webroot => '/' here => '/studio-photo/portfolio/clients/contact@studiohv.fr' [protected] _detectors => array( [maximum depth reached] ) [protected] _input => '' } response => object(CakeResponse) { [protected] _statusCodes => array( [maximum depth reached] ) [protected] _mimeTypes => array( [maximum depth reached] ) [protected] _protocol => 'HTTP/1.1' [protected] _status => (int) 200 [protected] _contentType => 'text/html' [protected] _headers => array([maximum depth reached]) [protected] _body => '<!DOCTYPE html> <html lang="fr-FR"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="x-ua-compatible" content="ie=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, shrink-to-fit=no" /> <meta name="robots" content="index, follow"/> <title> | Photographie | Studio HV | Studio Photo et agence de communication | Cholet - Nantes - Angers </title> <meta name="keywords" content="photo, photographie, photographe, creation, graphique, graphisme, conception, webdesign, photoshop, retouche, vidéo, animation, 3D, direction, artistique, code, webdesign, site, internet, html, css, ilustrator, indesign, dreamweaver, seo, referencementphoto, photographie, photographe, studio, cholet, nantes, france, agence, pub, conseil, publicité, shootings, image, images, créateur, creation, conception, réalisation, production, shooting, prise, de vue, lookbook, photos, culinaire, pdv, portrait, fond, cyclo, éclairage, elinchrom, torches, lumière, lumiere, video, fonds, mode, textile, accessoire, detail, broderie, robe, jean, chaussure, close, up, beauté, beauty, seances, seance, production, organisation, casting, modèle, modèles, mannequin, retouche, retoucher, split, frequency, dodge, burn, grain, peau, accessoires, maille, vpc, creation, graphique, graphisme, conception, webdesign, photoshop, retouche, vidéo, animation, 3D, direction, artistique, code, html, css, javascript, cake, webdesigner, site internet, web, webdesign, site, internet, html5, css3, ilustrator, illustrations, mise en page, maquette, maquettes, catalogues, plaquette, logotype, logos, charte, graphique, indesign, dreamweaver, seo, referencement"/> <meta name="description" content="Studio photo basé à cholet, Studio HV et son agence réalise pour vous votre communication basée sur l'image. Packshot, reportage, portrait, mode, prêt à porter, catalogues, digital l'agence vous apportera conseils et savoir faire."/> <link href="/favicon.ico" type="image/x-icon" rel="icon"/><link href="/favicon.ico" type="image/x-icon" rel="shortcut icon"/> <!-- Open Graph Meta Tags --> <meta property="og:url" content="https://www.fabrice-audio.fr" /> <meta property="og:type" content="website" /> <meta property="og:title" content=" | Photographie | Studio HV | Studio Photo et agence de communication | Cholet - Nantes - Angers" /> <meta property="og:description" content="Studio photo basé à cholet, Studio HV et son agence réalise pour vous votre communication basée sur l'image. Packshot, reportage, portrait, mode, prêt à porter, catalogues, digital l'agence vous apportera conseils et savoir faire." /> <meta property="og:image" content="https://www.fabrice-audio.fr/files/images/share-fabrice-audio.jpg" /> <meta property="og:title" content=" | Photographie | Studio HV | Studio Photo et agence de communication | Cholet - Nantes - Angers"/> <meta property="og:site_name" content="FA Photographe & retoucher"> <meta property="og:locale" content="fr-FR"> <meta property="og:image:width" content="1924" /> <meta property="og:image:height" content="1010" /> <!-- Twitter Card data --> <meta name="twitter:card" content="summary" /> <meta name="twitter:title" content=" | Photographie | Studio HV | Studio Photo et agence de communication | Cholet - Nantes - Angers" /> <meta name="twitter:description" content="Studio photo basé à cholet, Studio HV et son agence réalise pour vous votre communication basée sur l'image. Packshot, reportage, portrait, mode, prêt à porter, catalogues, digital l'agence vous apportera conseils et savoir faire." /> <meta name="twitter:image" content="https://www.fabrice-audio.fr/files/images/share-fabrice-audio.jpg" /> <!-- DEFAULT META TAGS --> <!-- Always make sure to check the robots tag --> <meta name="author" content="Fabrice Audio"> <meta name="distribution" content="global"> <meta name="rating" content="general"> <meta name="owner" CONTENT="Fabrice Audio"> <meta name="copyright" content="Fabrice Audio"> <meta name="revisit-after" content="2 days"> <meta name="expires" content="never"> <meta name="application-name" content="Studio HV"/> <!-- Favicon --> <meta/> <link rel="icon" type="image/x-icon" href="/favicon.ico" /> <link type="text/plain" rel="author" href="/humans.txt"> <!--Google webmaster & SEO--> <meta name="google-site-verification" content="FPDsK8ySquzcR895z1Qn_OLk40SZ-Yq_Y1s6roFfcSk" /> <!-- METAS SOCIAUX --> <meta name="mobile-web-app-capable" content="yes" /> <meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="application-name" content=Studio HV /> <meta name="apple-mobile-web-app-title" content=Studio HV /> <meta name="msapplication-starturl" content="/index.html" /> <meta name="apple-mobile-web-app-status-bar-style" content="default"> <meta name="apple-mobile-web-app-title" content="Studio HV"> <link rel="apple-touch-icon" sizes="76x76" href="/files/ico/76.png"> <link rel="apple-touch-icon" sizes="120x120" href="/files/ico/120.png"> <link rel="apple-touch-icon" sizes="152x152" href="/files/ico/152.png"> <link rel="apple-touch-icon" sizes="256x256" href="/files/ico/256.png"> <link rel="apple-touch-icon" sizes="512x512" href="/files/ico/512.png"> <link rel="apple-touch-icon" sizes="180x180" href="/files/ico/apple-touch-icon.png"> <link rel="icon" type="image/png" sizes="32x32" href="favicon.png"> <link rel="manifest" href="/site.webmanifest"> <!-- Bootstrap core CSS ================================================== --> <link rel="stylesheet" type="text/css" href="/css/Coremaker-8.1.css"/> <link rel="stylesheet" type="text/css" href="/js/royalslider/royalslider.css"/> <!-- Bootstrap core JavaScript ================================================== --> <script type="text/javascript" src="/js/plugins.js"></script> <script type="text/javascript" src="/js/royalslider/jquery.royalslider.min.js"></script> <script type="text/javascript" src="/js/Coremaker-8.1.js"></script> <!-- Personnal CSS & Javascripts ================================================== --> <link rel="stylesheet" type="text/css" href="/templates/StudioHV21/css/styles.css"/><script type="text/javascript" src="/templates/StudioHV21/js/online.js"></script> </head> <body id="" class="ct-pageWrapper bg-background-fade"> <!-- HEADER --> <header id="header" class="container" canvas=""> <div class="header-inner clearfix"> <div class="container-fluid"> <div class="row"> <div class="col-6 col-md-4 center-col text-left"> <!-- LOGO --> <div id="top-logo" class=""> <a href="/"><div class="logo"></div></a> </div> </div> <div class="col-6 col-md-8 center-col text-right"> <!-- Portfolio Filter --> <nav class="main-menu"> <ul class="no-mobile"> <li><a href="/" class="text-link-white">Accueil</a> <li><a href="/studio-photo" class="text-link-white">Studio Photo</a> <li><a href="/studio-video-digital" class="text-link-white">Video & Digital</a> <li><a href="/production-photographie" class="text-link-white">Production</a> <li><a href="/post-production" class="text-link-white">Post production</a> <li><a href="/nous-contacter" class="text-link-white">Contact</a> <li><a href="/espace-client" class="text-link-white">Espace client</a> </ul> </nav> <nav class="nav-mobile float-right" style="margin-top: -10px;"> <div class="nav-pictos open only-mobile js-toggle-left-slidebar"><i class="fas fa-bars"></i></div> </nav> </div> </div> </div> </div> </header> <!-- HEADER --> <!-- ASIDE LEFT --> <!-- ASIDE RIGHT --> <!-- MAIN --> <main id="sb-site" class="" canvas="container" role="main"> <section id="hero-header" class="hero container pages-header color-code" data-color="black-bg"> <div class="container-fluid"> <div class="row"> <div class="col-12 col-md-3"> <h1 class="text-small alt-font grey font-weight-700" style="margin-top: 20px"> <b>Le <span class="text-white">STUDIO HV</span></b>,<br> est spécialisé dans la création et la maîtrise de votre image. </h1> </div> <div class="col-12 col-md-8 offset-md-1"> <h3 class="text-large font-weight-700 alt-font"> <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr675b758218a8f-trace').style.display = (document.getElementById('cakeErr675b758218a8f-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined index: Client [<b>APP/View/Themed/StudioHV21/Photos/client.ctp</b>, line <b>12</b>]<div id="cakeErr675b758218a8f-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr675b758218a8f-code').style.display = (document.getElementById('cakeErr675b758218a8f-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr675b758218a8f-context').style.display = (document.getElementById('cakeErr675b758218a8f-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr675b758218a8f-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600"><</span><span style="color: #0000CC">div </span><span style="color: #006600">class=</span><span style="color: #CC0000">"col-12 col-md-8 offset-md-1"</span><span style="color: #006600">></span></span></code> <code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600"><</span><span style="color: #0000CC">h3 </span><span style="color: #006600">class=</span><span style="color: #CC0000">"text-large font-weight-700 alt-font"</span><span style="color: #006600">></span></span></code> <span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000CC"><?php </span><span style="color: #006600">echo (</span><span style="color: #0000CC">$client</span><span style="color: #006600">[</span><span style="color: #CC0000">'Client'</span><span style="color: #006600">][</span><span style="color: #CC0000">'nom'</span><span style="color: #006600">]); </span><span style="color: #0000CC">?></span></span></code></span></pre><pre id="cakeErr675b758218a8f-context" class="cake-context" style="display: none;">$viewFile = '/home/studiohv/www/app/View/Themed/StudioHV21/Photos/client.ctp' $dataForView = array( 'photos' => array(), 'client' => array(), 'filtres' => array( (int) 0 => array( 'Filtre' => array( [maximum depth reached] ) ), (int) 1 => array( 'Filtre' => array( [maximum depth reached] ) ), (int) 2 => array( 'Filtre' => array( [maximum depth reached] ) ), (int) 3 => array( 'Filtre' => array( [maximum depth reached] ) ), (int) 4 => array( 'Filtre' => array( [maximum depth reached] ) ), (int) 5 => array( 'Filtre' => array( [maximum depth reached] ) ) ), 'meta_keywords' => 'photo, photographie, photographe, creation, graphique, graphisme, conception, webdesign, photoshop, retouche, vidéo, animation, 3D, direction, artistique, code, webdesign, site, internet, html, css, ilustrator, indesign, dreamweaver, seo, referencementphoto, photographie, photographe, studio, cholet, nantes, france, agence, pub, conseil, publicité, shootings, image, images, créateur, creation, conception, réalisation, production, shooting, prise, de vue, lookbook, photos, culinaire, pdv, portrait, fond, cyclo, éclairage, elinchrom, torches, lumière, lumiere, video, fonds, mode, textile, accessoire, detail, broderie, robe, jean, chaussure, close, up, beauté, beauty, seances, seance, production, organisation, casting, modèle, modèles, mannequin, retouche, retoucher, split, frequency, dodge, burn, grain, peau, accessoires, maille, vpc, creation, graphique, graphisme, conception, webdesign, photoshop, retouche, vidéo, animation, 3D, direction, artistique, code, html, css, javascript, cake, webdesigner, site internet, web, webdesign, site, internet, html5, css3, ilustrator, illustrations, mise en page, maquette, maquettes, catalogues, plaquette, logotype, logos, charte, graphique, indesign, dreamweaver, seo, referencement', 'meta_description' => 'Studio photo basé à cholet, Studio HV et son agence réalise pour vous votre communication basée sur l'image. Packshot, reportage, portrait, mode, prêt à porter, catalogues, digital l'agence vous apportera conseils et savoir faire.', 'title_for_layout' => ' | Photographie | Studio HV | Studio Photo et agence de communication | Cholet - Nantes - Angers', 'clients' => array( (int) 0 => array( 'Client' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'Contact' => array( [maximum depth reached] ) ), (int) 1 => array( 'Client' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'Contact' => array( [maximum depth reached] ) ), (int) 2 => array( 'Client' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'Contact' => array( [maximum depth reached] ) ), (int) 3 => array( 'Client' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'Contact' => array( [maximum depth reached] ) ), (int) 4 => array( 'Client' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'Contact' => array( [maximum depth reached] ) ), (int) 5 => array( 'Client' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'Contact' => array( [maximum depth reached] ) ), (int) 6 => array( 'Client' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'Contact' => array( [maximum depth reached] ) ), (int) 7 => array( 'Client' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'Contact' => array( [maximum depth reached] ) ), (int) 8 => array( 'Client' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'Contact' => array( [maximum depth reached] ) ), (int) 9 => array( 'Client' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'Contact' => array( [maximum depth reached] ) ), (int) 10 => array( 'Client' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'Contact' => array( [maximum depth reached] ) ), (int) 11 => array( 'Client' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'Contact' => array( [maximum depth reached] ) ), (int) 12 => array( 'Client' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'Contact' => array( [maximum depth reached] ) ), (int) 13 => array( 'Client' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'Contact' => array( [maximum depth reached] ) ), (int) 14 => array( 'Client' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'Contact' => array( [maximum depth reached] ) ), (int) 15 => array( 'Client' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'Contact' => array( [maximum depth reached] ) ), (int) 16 => array( 'Client' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'Contact' => array( [maximum depth reached] ) ), (int) 17 => array( 'Client' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'Contact' => array( [maximum depth reached] ) ), (int) 18 => array( 'Client' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'Contact' => array( [maximum depth reached] ) ), (int) 19 => array( 'Client' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'Contact' => array( [maximum depth reached] ) ), (int) 20 => array( 'Client' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'Contact' => array( [maximum depth reached] ) ), (int) 21 => array( 'Client' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'Contact' => array( [maximum depth reached] ) ), (int) 22 => array( 'Client' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'Contact' => array( [maximum depth reached] ) ), (int) 23 => array( 'Client' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'Contact' => array( [maximum depth reached] ) ), (int) 24 => array( 'Client' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'Contact' => array( [maximum depth reached] ) ), (int) 25 => array( 'Client' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'Contact' => array( [maximum depth reached] ) ), (int) 26 => array( 'Client' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'Contact' => array( [maximum depth reached] ) ), (int) 27 => array( 'Client' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'Contact' => array( [maximum depth reached] ) ), (int) 28 => array( 'Client' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'Contact' => array( [maximum depth reached] ) ) ), 'services_list' => array( (int) 0 => array( 'Service' => array( [maximum depth reached] ) ), (int) 1 => array( 'Service' => array( [maximum depth reached] ) ) ), 'photos_cats' => array(), 'pages_list' => array( (int) 0 => array( 'Page' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ) ), (int) 1 => array( 'Page' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ) ), (int) 2 => array( 'Page' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ) ), (int) 3 => array( 'Page' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ) ), (int) 4 => array( 'Page' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ) ) ), 'sidebarbottom' => 'none', 'sidebartop' => 'none', 'sidebarright' => 'none', 'sidebarleft' => 'none', 'footerback' => 'none', 'footer' => 'footer', 'asideright' => 'none', 'asideleft' => 'none', 'header' => 'header', 'googleplus' => '', 'youtube' => '', 'linkedin' => 'https://www.linkedin.com/company/studio-hv', 'vimeo' => 'https://vimeo.com/studiohv', 'pinterest' => 'http://www.pinterest.com/studiohvphoto/', 'behance' => '', 'cinqpx' => '', 'twitter' => 'https://twitter.com/hv_studio', 'instagram' => 'https://www.instagram.com/studiohv49/', 'facebook' => 'https://www.facebook.com/studiophotohv', 'googletracking' => 'UA-73664602-1', 'googlecodeverif' => 'FPDsK8ySquzcR895z1Qn_OLk40SZ-Yq_Y1s6roFfcSk', 'appname' => 'Studio HV', 'siteemail' => 'contact@studiohv.fr', 'siteurl' => 'https://www.fabrice-audio.fr', 'sitetemplate' => 'StudioHV21', 'sitetheme' => 'StudioHV21', 'settings' => array( (int) 0 => array( 'Setting' => array( [maximum depth reached] ) ), (int) 1 => array( 'Setting' => array( [maximum depth reached] ) ), (int) 2 => array( 'Setting' => array( [maximum depth reached] ) ), (int) 3 => array( 'Setting' => array( [maximum depth reached] ) ), (int) 4 => array( 'Setting' => array( [maximum depth reached] ) ), (int) 5 => array( 'Setting' => array( [maximum depth reached] ) ), (int) 6 => array( 'Setting' => array( [maximum depth reached] ) ), (int) 7 => array( 'Setting' => array( [maximum depth reached] ) ), (int) 8 => array( 'Setting' => array( [maximum depth reached] ) ), (int) 9 => array( 'Setting' => array( [maximum depth reached] ) ), (int) 10 => array( 'Setting' => array( [maximum depth reached] ) ), (int) 11 => array( 'Setting' => array( [maximum depth reached] ) ), (int) 12 => array( 'Setting' => array( [maximum depth reached] ) ), (int) 13 => array( 'Setting' => array( [maximum depth reached] ) ), (int) 14 => array( 'Setting' => array( [maximum depth reached] ) ), (int) 15 => array( 'Setting' => array( [maximum depth reached] ) ), (int) 16 => array( 'Setting' => array( [maximum depth reached] ) ), (int) 17 => array( 'Setting' => array( [maximum depth reached] ) ), (int) 18 => array( 'Setting' => array( [maximum depth reached] ) ), (int) 19 => array( 'Setting' => array( [maximum depth reached] ) ), (int) 20 => array( 'Setting' => array( [maximum depth reached] ) ), (int) 21 => array( 'Setting' => array( [maximum depth reached] ) ), (int) 22 => array( 'Setting' => array( [maximum depth reached] ) ), (int) 23 => array( 'Setting' => array( [maximum depth reached] ) ), (int) 24 => array( 'Setting' => array( [maximum depth reached] ) ), (int) 25 => array( 'Setting' => array( [maximum depth reached] ) ), (int) 26 => array( 'Setting' => array( [maximum depth reached] ) ), (int) 27 => array( 'Setting' => array( [maximum depth reached] ) ), (int) 28 => array( 'Setting' => array( [maximum depth reached] ) ) ), 'userid' => array(), 'configlang' => null ) $photos = array() $client = array() $filtres = array( (int) 0 => array( 'Filtre' => array( 'id' => '2', 'name' => 'Culinaire', 'description' => 'Photographie culinaire', 'metas' => '', 'url' => 'culinaire', 'photos' => '1', 'posts' => '0', 'portfolios' => '0', 'videos' => '0', 'services' => null, 'status' => '1', 'created' => '2018-07-03 23:24:42', 'modified' => '2018-07-03 23:24:42' ) ), (int) 1 => array( 'Filtre' => array( 'id' => '13', 'name' => 'Lifestyle', 'description' => 'Photos lifestyle', 'metas' => '', 'url' => 'lifestyle', 'photos' => '1', 'posts' => '0', 'portfolios' => '0', 'videos' => '0', 'services' => null, 'status' => '1', 'created' => '2018-08-27 14:56:58', 'modified' => '2018-08-27 14:56:58' ) ), (int) 2 => array( 'Filtre' => array( 'id' => '1', 'name' => 'Mode / Lifestyle', 'description' => 'photographies Mode & lifestyle', 'metas' => '', 'url' => 'mode-lifestyle', 'photos' => '1', 'posts' => '0', 'portfolios' => '0', 'videos' => '0', 'services' => null, 'status' => '1', 'created' => '2018-06-28 14:25:21', 'modified' => '2018-08-25 00:36:31' ) ), (int) 3 => array( 'Filtre' => array( 'id' => '7', 'name' => 'Mode / Studio', 'description' => 'Photographie Mode réalisées en studio', 'metas' => '', 'url' => 'mode-studio', 'photos' => '1', 'posts' => '0', 'portfolios' => '0', 'videos' => '0', 'services' => null, 'status' => '1', 'created' => '2018-07-19 11:08:25', 'modified' => '2018-08-27 15:00:09' ) ), (int) 4 => array( 'Filtre' => array( 'id' => '6', 'name' => 'Packshots / Produits', 'description' => 'Photos Packshots', 'metas' => '', 'url' => 'packshots-produits', 'photos' => '1', 'posts' => '0', 'portfolios' => '0', 'videos' => '0', 'services' => null, 'status' => '1', 'created' => '2018-07-13 09:50:22', 'modified' => '2018-07-13 09:50:22' ) ), (int) 5 => array( 'Filtre' => array( 'id' => '12', 'name' => 'Reportage / Corporate', 'description' => 'Photographie de reportage et corporate', 'metas' => '', 'url' => 'reportage-corporate', 'photos' => '1', 'posts' => '0', 'portfolios' => '0', 'videos' => '0', 'services' => null, 'status' => '1', 'created' => '2018-07-24 11:14:12', 'modified' => '2018-07-24 11:14:12' ) ) ) $meta_keywords = 'photo, photographie, photographe, creation, graphique, graphisme, conception, webdesign, photoshop, retouche, vidéo, animation, 3D, direction, artistique, code, webdesign, site, internet, html, css, ilustrator, indesign, dreamweaver, seo, referencementphoto, photographie, photographe, studio, cholet, nantes, france, agence, pub, conseil, publicité, shootings, image, images, créateur, creation, conception, réalisation, production, shooting, prise, de vue, lookbook, photos, culinaire, pdv, portrait, fond, cyclo, éclairage, elinchrom, torches, lumière, lumiere, video, fonds, mode, textile, accessoire, detail, broderie, robe, jean, chaussure, close, up, beauté, beauty, seances, seance, production, organisation, casting, modèle, modèles, mannequin, retouche, retoucher, split, frequency, dodge, burn, grain, peau, accessoires, maille, vpc, creation, graphique, graphisme, conception, webdesign, photoshop, retouche, vidéo, animation, 3D, direction, artistique, code, html, css, javascript, cake, webdesigner, site internet, web, webdesign, site, internet, html5, css3, ilustrator, illustrations, mise en page, maquette, maquettes, catalogues, plaquette, logotype, logos, charte, graphique, indesign, dreamweaver, seo, referencement' $meta_description = 'Studio photo basé à cholet, Studio HV et son agence réalise pour vous votre communication basée sur l'image. Packshot, reportage, portrait, mode, prêt à porter, catalogues, digital l'agence vous apportera conseils et savoir faire.' $title_for_layout = ' | Photographie | Studio HV | Studio Photo et agence de communication | Cholet - Nantes - Angers' $clients = array( (int) 0 => array( 'Client' => array( 'id' => '49', 'nom' => '16 point 9', 'description' => '', 'meta' => 'point, neuf, 16.9, seize point neuf, textile', 'adresse' => '', 'cp' => '49300', 'ville' => 'Cholet', 'site' => 'https://www.seizepointneuf.fr', 'secteur' => null, 'logo' => null, 'url' => 'seize-point-neuf', 'status' => '2', 'email' => '', 'contact_id' => '0', 'user_id' => '0', 'created' => '0000-00-00 00:00:00', 'modified' => '2021-05-18 14:08:04' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => null, 'avatar' => null, 'username' => null, 'name' => null, 'password_clear' => null, 'email' => null, 'tel' => null, 'url' => null, 'color' => null, 'newsletter' => null, 'info' => null, 'status' => null, 'userule_id' => null, 'contact_id' => null, 'client_id' => null, 'created' => null, 'modified' => null ), 'Contact' => array( 'port' => '*****', 'id' => null, 'nom' => null, 'prenom' => null, 'poste' => null, 'adresse' => null, 'cp' => null, 'ville' => null, 'pays' => null, 'email' => null, 'tel' => null, 'information' => null, 'newsletter' => null, 'newslettercat_id' => null, 'client_id' => null, 'user_id' => null, 'status' => null, 'created' => null, 'modified' => null ) ), (int) 1 => array( 'Client' => array( 'id' => '41', 'nom' => 'Baby Art', 'description' => '', 'meta' => '', 'adresse' => '', 'cp' => '', 'ville' => '', 'site' => '', 'secteur' => 'puericulture', 'logo' => null, 'url' => 'baby-art', 'status' => '2', 'email' => '', 'contact_id' => '0', 'user_id' => '0', 'created' => '2020-03-02 16:20:14', 'modified' => '2021-03-30 08:51:38' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => null, 'avatar' => null, 'username' => null, 'name' => null, 'password_clear' => null, 'email' => null, 'tel' => null, 'url' => null, 'color' => null, 'newsletter' => null, 'info' => null, 'status' => null, 'userule_id' => null, 'contact_id' => null, 'client_id' => null, 'created' => null, 'modified' => null ), 'Contact' => array( 'port' => '*****', 'id' => null, 'nom' => null, 'prenom' => null, 'poste' => null, 'adresse' => null, 'cp' => null, 'ville' => null, 'pays' => null, 'email' => null, 'tel' => null, 'information' => null, 'newsletter' => null, 'newslettercat_id' => null, 'client_id' => null, 'user_id' => null, 'status' => null, 'created' => null, 'modified' => null ) ), (int) 2 => array( 'Client' => array( 'id' => '11', 'nom' => 'Bébé Confort', 'description' => '', 'meta' => '', 'adresse' => '', 'cp' => '', 'ville' => '', 'site' => 'http://www.bebeconfort.com/fr-fr/', 'secteur' => 'puericulture', 'logo' => 'BBC_LogoNEW_blue_rgb_LARGE.png', 'url' => 'bebe-confort', 'status' => '2', 'email' => '', 'contact_id' => '0', 'user_id' => '0', 'created' => '2017-06-13 14:15:22', 'modified' => '2021-03-30 08:51:34' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => null, 'avatar' => null, 'username' => null, 'name' => null, 'password_clear' => null, 'email' => null, 'tel' => null, 'url' => null, 'color' => null, 'newsletter' => null, 'info' => null, 'status' => null, 'userule_id' => null, 'contact_id' => null, 'client_id' => null, 'created' => null, 'modified' => null ), 'Contact' => array( 'port' => '*****', 'id' => null, 'nom' => null, 'prenom' => null, 'poste' => null, 'adresse' => null, 'cp' => null, 'ville' => null, 'pays' => null, 'email' => null, 'tel' => null, 'information' => null, 'newsletter' => null, 'newslettercat_id' => null, 'client_id' => null, 'user_id' => null, 'status' => null, 'created' => null, 'modified' => null ) ), (int) 3 => array( 'Client' => array( 'id' => '7', 'nom' => 'CAIB', 'description' => '', 'meta' => '', 'adresse' => '14, boulevard du Cormier - CS 61951', 'cp' => '49319', 'ville' => 'Cholet', 'site' => 'www.caib.fr', 'secteur' => 'industrie', 'logo' => null, 'url' => 'caib', 'status' => '2', 'email' => '', 'contact_id' => '0', 'user_id' => '0', 'created' => '2016-06-15 10:35:16', 'modified' => '2021-03-16 15:27:27' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => null, 'avatar' => null, 'username' => null, 'name' => null, 'password_clear' => null, 'email' => null, 'tel' => null, 'url' => null, 'color' => null, 'newsletter' => null, 'info' => null, 'status' => null, 'userule_id' => null, 'contact_id' => null, 'client_id' => null, 'created' => null, 'modified' => null ), 'Contact' => array( 'port' => '*****', 'id' => null, 'nom' => null, 'prenom' => null, 'poste' => null, 'adresse' => null, 'cp' => null, 'ville' => null, 'pays' => null, 'email' => null, 'tel' => null, 'information' => null, 'newsletter' => null, 'newslettercat_id' => null, 'client_id' => null, 'user_id' => null, 'status' => null, 'created' => null, 'modified' => null ) ), (int) 4 => array( 'Client' => array( 'id' => '34', 'nom' => 'Comptoir de la mer', 'description' => '', 'meta' => '', 'adresse' => '', 'cp' => '', 'ville' => '', 'site' => '', 'secteur' => 'pret-a-porter', 'logo' => null, 'url' => 'comptoir-de-la-mer', 'status' => '2', 'email' => '', 'contact_id' => '0', 'user_id' => '0', 'created' => '2020-02-04 10:22:54', 'modified' => '2021-03-16 14:42:59' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => null, 'avatar' => null, 'username' => null, 'name' => null, 'password_clear' => null, 'email' => null, 'tel' => null, 'url' => null, 'color' => null, 'newsletter' => null, 'info' => null, 'status' => null, 'userule_id' => null, 'contact_id' => null, 'client_id' => null, 'created' => null, 'modified' => null ), 'Contact' => array( 'port' => '*****', 'id' => null, 'nom' => null, 'prenom' => null, 'poste' => null, 'adresse' => null, 'cp' => null, 'ville' => null, 'pays' => null, 'email' => null, 'tel' => null, 'information' => null, 'newsletter' => null, 'newslettercat_id' => null, 'client_id' => null, 'user_id' => null, 'status' => null, 'created' => null, 'modified' => null ) ), (int) 5 => array( 'Client' => array( 'id' => '15', 'nom' => 'Cuirs Guignard', 'description' => '', 'meta' => '', 'adresse' => '', 'cp' => '', 'ville' => '', 'site' => 'www.cuirs-guignard.com', 'secteur' => 'pret-a-porter', 'logo' => null, 'url' => 'cuirs-guignard', 'status' => '2', 'email' => '', 'contact_id' => '0', 'user_id' => '0', 'created' => '2017-09-27 21:58:30', 'modified' => '2021-03-16 15:27:42' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => null, 'avatar' => null, 'username' => null, 'name' => null, 'password_clear' => null, 'email' => null, 'tel' => null, 'url' => null, 'color' => null, 'newsletter' => null, 'info' => null, 'status' => null, 'userule_id' => null, 'contact_id' => null, 'client_id' => null, 'created' => null, 'modified' => null ), 'Contact' => array( 'port' => '*****', 'id' => null, 'nom' => null, 'prenom' => null, 'poste' => null, 'adresse' => null, 'cp' => null, 'ville' => null, 'pays' => null, 'email' => null, 'tel' => null, 'information' => null, 'newsletter' => null, 'newslettercat_id' => null, 'client_id' => null, 'user_id' => null, 'status' => null, 'created' => null, 'modified' => null ) ), (int) 6 => array( 'Client' => array( 'id' => '28', 'nom' => 'DIM', 'description' => '', 'meta' => '', 'adresse' => '', 'cp' => '', 'ville' => '', 'site' => '', 'secteur' => 'pret-a-porter', 'logo' => null, 'url' => 'dim', 'status' => '2', 'email' => '', 'contact_id' => '0', 'user_id' => '0', 'created' => '2018-08-28 18:36:12', 'modified' => '2021-05-18 14:09:05' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => null, 'avatar' => null, 'username' => null, 'name' => null, 'password_clear' => null, 'email' => null, 'tel' => null, 'url' => null, 'color' => null, 'newsletter' => null, 'info' => null, 'status' => null, 'userule_id' => null, 'contact_id' => null, 'client_id' => null, 'created' => null, 'modified' => null ), 'Contact' => array( 'port' => '*****', 'id' => null, 'nom' => null, 'prenom' => null, 'poste' => null, 'adresse' => null, 'cp' => null, 'ville' => null, 'pays' => null, 'email' => null, 'tel' => null, 'information' => null, 'newsletter' => null, 'newslettercat_id' => null, 'client_id' => null, 'user_id' => null, 'status' => null, 'created' => null, 'modified' => null ) ), (int) 7 => array( 'Client' => array( 'id' => '36', 'nom' => 'Duvivier', 'description' => '', 'meta' => '', 'adresse' => '', 'cp' => '', 'ville' => '', 'site' => 'https://www.literie-duvivier.fr', 'secteur' => 'industrie', 'logo' => null, 'url' => 'duvivier', 'status' => '2', 'email' => 'l.cesbron@matfa.fr', 'contact_id' => '0', 'user_id' => '22', 'created' => '2020-02-04 10:25:02', 'modified' => '2021-05-18 14:11:08' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => '22', 'avatar' => 'duvivie.jpg', 'username' => 'Duvivier', 'name' => null, 'password_clear' => 'EuNBnNBl', 'email' => 'l.cesbron@matfa.fr', 'tel' => null, 'url' => 'duvivier', 'color' => null, 'newsletter' => '', 'info' => '', 'status' => '1', 'userule_id' => '5', 'contact_id' => '0', 'client_id' => '36', 'created' => '2021-05-18 14:10:14', 'modified' => '2021-05-18 14:14:45' ), 'Contact' => array( 'port' => '*****', 'id' => null, 'nom' => null, 'prenom' => null, 'poste' => null, 'adresse' => null, 'cp' => null, 'ville' => null, 'pays' => null, 'email' => null, 'tel' => null, 'information' => null, 'newsletter' => null, 'newslettercat_id' => null, 'client_id' => null, 'user_id' => null, 'status' => null, 'created' => null, 'modified' => null ) ), (int) 8 => array( 'Client' => array( 'id' => '16', 'nom' => 'Dynamic', 'description' => '', 'meta' => '', 'adresse' => '518 Rue Léo Backeland, ZI du Puy Nardon, BP 57', 'cp' => '85290', 'ville' => 'Mortagne s/Sèvre', 'site' => 'https://www.dynamicmixers.com', 'secteur' => 'industrie', 'logo' => 'dynamic-logo.gif', 'url' => 'dynamic', 'status' => '2', 'email' => '', 'contact_id' => '0', 'user_id' => '0', 'created' => '2018-01-20 19:55:36', 'modified' => '2021-05-18 14:07:44' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => null, 'avatar' => null, 'username' => null, 'name' => null, 'password_clear' => null, 'email' => null, 'tel' => null, 'url' => null, 'color' => null, 'newsletter' => null, 'info' => null, 'status' => null, 'userule_id' => null, 'contact_id' => null, 'client_id' => null, 'created' => null, 'modified' => null ), 'Contact' => array( 'port' => '*****', 'id' => null, 'nom' => null, 'prenom' => null, 'poste' => null, 'adresse' => null, 'cp' => null, 'ville' => null, 'pays' => null, 'email' => null, 'tel' => null, 'information' => null, 'newsletter' => null, 'newslettercat_id' => null, 'client_id' => null, 'user_id' => null, 'status' => null, 'created' => null, 'modified' => null ) ), (int) 9 => array( 'Client' => array( 'id' => '35', 'nom' => 'Edilteco', 'description' => '', 'meta' => '', 'adresse' => '', 'cp' => '', 'ville' => '', 'site' => '', 'secteur' => 'industrie', 'logo' => null, 'url' => 'edilteco', 'status' => '2', 'email' => '', 'contact_id' => '0', 'user_id' => '0', 'created' => '2020-02-04 10:24:38', 'modified' => '2021-05-18 14:07:48' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => null, 'avatar' => null, 'username' => null, 'name' => null, 'password_clear' => null, 'email' => null, 'tel' => null, 'url' => null, 'color' => null, 'newsletter' => null, 'info' => null, 'status' => null, 'userule_id' => null, 'contact_id' => null, 'client_id' => null, 'created' => null, 'modified' => null ), 'Contact' => array( 'port' => '*****', 'id' => null, 'nom' => null, 'prenom' => null, 'poste' => null, 'adresse' => null, 'cp' => null, 'ville' => null, 'pays' => null, 'email' => null, 'tel' => null, 'information' => null, 'newsletter' => null, 'newslettercat_id' => null, 'client_id' => null, 'user_id' => null, 'status' => null, 'created' => null, 'modified' => null ) ), (int) 10 => array( 'Client' => array( 'id' => '6', 'nom' => 'Eglantine creations', 'description' => '', 'meta' => '', 'adresse' => 'ZAC clos Sainte Barbe', 'cp' => '49350', 'ville' => 'Bouzillé', 'site' => 'www.eglantine-creations.fr', 'secteur' => 'createur', 'logo' => null, 'url' => 'eglantine-creations', 'status' => '2', 'email' => '', 'contact_id' => '0', 'user_id' => '0', 'created' => '2016-05-30 14:58:57', 'modified' => '2021-03-16 15:28:11' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => null, 'avatar' => null, 'username' => null, 'name' => null, 'password_clear' => null, 'email' => null, 'tel' => null, 'url' => null, 'color' => null, 'newsletter' => null, 'info' => null, 'status' => null, 'userule_id' => null, 'contact_id' => null, 'client_id' => null, 'created' => null, 'modified' => null ), 'Contact' => array( 'port' => '*****', 'id' => null, 'nom' => null, 'prenom' => null, 'poste' => null, 'adresse' => null, 'cp' => null, 'ville' => null, 'pays' => null, 'email' => null, 'tel' => null, 'information' => null, 'newsletter' => null, 'newslettercat_id' => null, 'client_id' => null, 'user_id' => null, 'status' => null, 'created' => null, 'modified' => null ) ), (int) 11 => array( 'Client' => array( 'id' => '26', 'nom' => 'Elora', 'description' => '', 'meta' => '', 'adresse' => '', 'cp' => '', 'ville' => '', 'site' => 'https://www.elora.com/fr/', 'secteur' => 'pret-a-porter', 'logo' => null, 'url' => 'elora', 'status' => '2', 'email' => '', 'contact_id' => '0', 'user_id' => '0', 'created' => '2018-08-25 00:27:37', 'modified' => '2021-05-18 14:08:08' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => null, 'avatar' => null, 'username' => null, 'name' => null, 'password_clear' => null, 'email' => null, 'tel' => null, 'url' => null, 'color' => null, 'newsletter' => null, 'info' => null, 'status' => null, 'userule_id' => null, 'contact_id' => null, 'client_id' => null, 'created' => null, 'modified' => null ), 'Contact' => array( 'port' => '*****', 'id' => null, 'nom' => null, 'prenom' => null, 'poste' => null, 'adresse' => null, 'cp' => null, 'ville' => null, 'pays' => null, 'email' => null, 'tel' => null, 'information' => null, 'newsletter' => null, 'newslettercat_id' => null, 'client_id' => null, 'user_id' => null, 'status' => null, 'created' => null, 'modified' => null ) ), (int) 12 => array( 'Client' => array( 'id' => '24', 'nom' => 'Entreprise Reulier', 'description' => '', 'meta' => '', 'adresse' => 'Z.A. Allée des Lilas', 'cp' => '49123', 'ville' => 'Ingrandes Sur Loire.', 'site' => 'http://www.entreprise-reulier.fr', 'secteur' => 'artisan', 'logo' => null, 'url' => 'entreprise-reulier', 'status' => '2', 'email' => '', 'contact_id' => '0', 'user_id' => '0', 'created' => '2018-07-24 11:15:48', 'modified' => '2021-05-18 14:08:11' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => null, 'avatar' => null, 'username' => null, 'name' => null, 'password_clear' => null, 'email' => null, 'tel' => null, 'url' => null, 'color' => null, 'newsletter' => null, 'info' => null, 'status' => null, 'userule_id' => null, 'contact_id' => null, 'client_id' => null, 'created' => null, 'modified' => null ), 'Contact' => array( 'port' => '*****', 'id' => null, 'nom' => null, 'prenom' => null, 'poste' => null, 'adresse' => null, 'cp' => null, 'ville' => null, 'pays' => null, 'email' => null, 'tel' => null, 'information' => null, 'newsletter' => null, 'newslettercat_id' => null, 'client_id' => null, 'user_id' => null, 'status' => null, 'created' => null, 'modified' => null ) ), (int) 13 => array( 'Client' => array( 'id' => '17', 'nom' => 'Evolis', 'description' => '', 'meta' => '', 'adresse' => '', 'cp' => '', 'ville' => '', 'site' => '', 'secteur' => 'industrie', 'logo' => null, 'url' => 'evolis', 'status' => '2', 'email' => '', 'contact_id' => '0', 'user_id' => '0', 'created' => '2018-02-01 17:38:23', 'modified' => '2021-05-18 14:08:14' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => null, 'avatar' => null, 'username' => null, 'name' => null, 'password_clear' => null, 'email' => null, 'tel' => null, 'url' => null, 'color' => null, 'newsletter' => null, 'info' => null, 'status' => null, 'userule_id' => null, 'contact_id' => null, 'client_id' => null, 'created' => null, 'modified' => null ), 'Contact' => array( 'port' => '*****', 'id' => null, 'nom' => null, 'prenom' => null, 'poste' => null, 'adresse' => null, 'cp' => null, 'ville' => null, 'pays' => null, 'email' => null, 'tel' => null, 'information' => null, 'newsletter' => null, 'newslettercat_id' => null, 'client_id' => null, 'user_id' => null, 'status' => null, 'created' => null, 'modified' => null ) ), (int) 14 => array( 'Client' => array( 'id' => '23', 'nom' => 'Francisco Reli', 'description' => '', 'meta' => '', 'adresse' => '', 'cp' => '', 'ville' => '', 'site' => 'https://www.franciscoreli.com', 'secteur' => 'createur', 'logo' => null, 'url' => 'francisco-reli', 'status' => '2', 'email' => '', 'contact_id' => '0', 'user_id' => '0', 'created' => '2018-06-27 13:14:11', 'modified' => '2021-05-18 14:08:17' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => null, 'avatar' => null, 'username' => null, 'name' => null, 'password_clear' => null, 'email' => null, 'tel' => null, 'url' => null, 'color' => null, 'newsletter' => null, 'info' => null, 'status' => null, 'userule_id' => null, 'contact_id' => null, 'client_id' => null, 'created' => null, 'modified' => null ), 'Contact' => array( 'port' => '*****', 'id' => null, 'nom' => null, 'prenom' => null, 'poste' => null, 'adresse' => null, 'cp' => null, 'ville' => null, 'pays' => null, 'email' => null, 'tel' => null, 'information' => null, 'newsletter' => null, 'newslettercat_id' => null, 'client_id' => null, 'user_id' => null, 'status' => null, 'created' => null, 'modified' => null ) ), (int) 15 => array( 'Client' => array( 'id' => '33', 'nom' => 'Havéa Ponroy', 'description' => '', 'meta' => '', 'adresse' => '', 'cp' => '', 'ville' => '', 'site' => 'https://www.havea.com', 'secteur' => 'services', 'logo' => null, 'url' => 'havea-ponroy', 'status' => '2', 'email' => '', 'contact_id' => '0', 'user_id' => '0', 'created' => '2019-11-25 12:12:52', 'modified' => '2021-03-30 08:51:45' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => null, 'avatar' => null, 'username' => null, 'name' => null, 'password_clear' => null, 'email' => null, 'tel' => null, 'url' => null, 'color' => null, 'newsletter' => null, 'info' => null, 'status' => null, 'userule_id' => null, 'contact_id' => null, 'client_id' => null, 'created' => null, 'modified' => null ), 'Contact' => array( 'port' => '*****', 'id' => null, 'nom' => null, 'prenom' => null, 'poste' => null, 'adresse' => null, 'cp' => null, 'ville' => null, 'pays' => null, 'email' => null, 'tel' => null, 'information' => null, 'newsletter' => null, 'newslettercat_id' => null, 'client_id' => null, 'user_id' => null, 'status' => null, 'created' => null, 'modified' => null ) ), (int) 16 => array( 'Client' => array( 'id' => '32', 'nom' => 'Heuliez Bus', 'description' => '', 'meta' => '', 'adresse' => '', 'cp' => '', 'ville' => '', 'site' => 'http://www.heuliezbus.com', 'secteur' => 'industrie', 'logo' => null, 'url' => 'heuliez-bus', 'status' => '2', 'email' => '', 'contact_id' => '0', 'user_id' => '0', 'created' => '2019-06-03 17:10:37', 'modified' => '2021-05-18 14:08:20' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => null, 'avatar' => null, 'username' => null, 'name' => null, 'password_clear' => null, 'email' => null, 'tel' => null, 'url' => null, 'color' => null, 'newsletter' => null, 'info' => null, 'status' => null, 'userule_id' => null, 'contact_id' => null, 'client_id' => null, 'created' => null, 'modified' => null ), 'Contact' => array( 'port' => '*****', 'id' => null, 'nom' => null, 'prenom' => null, 'poste' => null, 'adresse' => null, 'cp' => null, 'ville' => null, 'pays' => null, 'email' => null, 'tel' => null, 'information' => null, 'newsletter' => null, 'newslettercat_id' => null, 'client_id' => null, 'user_id' => null, 'status' => null, 'created' => null, 'modified' => null ) ), (int) 17 => array( 'Client' => array( 'id' => '30', 'nom' => 'Image de marque', 'description' => '', 'meta' => '', 'adresse' => '', 'cp' => '', 'ville' => 'cholet', 'site' => 'www.i-marque.fr', 'secteur' => 'services', 'logo' => null, 'url' => 'image-de-marque', 'status' => '2', 'email' => '', 'contact_id' => '0', 'user_id' => '0', 'created' => '2019-01-10 15:28:06', 'modified' => '2021-05-18 14:08:23' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => null, 'avatar' => null, 'username' => null, 'name' => null, 'password_clear' => null, 'email' => null, 'tel' => null, 'url' => null, 'color' => null, 'newsletter' => null, 'info' => null, 'status' => null, 'userule_id' => null, 'contact_id' => null, 'client_id' => null, 'created' => null, 'modified' => null ), 'Contact' => array( 'port' => '*****', 'id' => null, 'nom' => null, 'prenom' => null, 'poste' => null, 'adresse' => null, 'cp' => null, 'ville' => null, 'pays' => null, 'email' => null, 'tel' => null, 'information' => null, 'newsletter' => null, 'newslettercat_id' => null, 'client_id' => null, 'user_id' => null, 'status' => null, 'created' => null, 'modified' => null ) ), (int) 18 => array( 'Client' => array( 'id' => '29', 'nom' => 'Maé Mahé', 'description' => '', 'meta' => '', 'adresse' => '', 'cp' => '', 'ville' => '', 'site' => '', 'secteur' => 'pret-a-porter', 'logo' => null, 'url' => 'mae-mahe', 'status' => '2', 'email' => '', 'contact_id' => '0', 'user_id' => '0', 'created' => '2018-08-28 18:36:28', 'modified' => '2021-05-18 14:08:26' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => null, 'avatar' => null, 'username' => null, 'name' => null, 'password_clear' => null, 'email' => null, 'tel' => null, 'url' => null, 'color' => null, 'newsletter' => null, 'info' => null, 'status' => null, 'userule_id' => null, 'contact_id' => null, 'client_id' => null, 'created' => null, 'modified' => null ), 'Contact' => array( 'port' => '*****', 'id' => null, 'nom' => null, 'prenom' => null, 'poste' => null, 'adresse' => null, 'cp' => null, 'ville' => null, 'pays' => null, 'email' => null, 'tel' => null, 'information' => null, 'newsletter' => null, 'newslettercat_id' => null, 'client_id' => null, 'user_id' => null, 'status' => null, 'created' => null, 'modified' => null ) ), (int) 19 => array( 'Client' => array( 'id' => '37', 'nom' => 'MCD', 'description' => '', 'meta' => '', 'adresse' => '', 'cp' => '', 'ville' => '', 'site' => '', 'secteur' => 'industrie', 'logo' => null, 'url' => 'mcd', 'status' => '2', 'email' => '', 'contact_id' => '0', 'user_id' => '0', 'created' => '2020-02-04 10:25:40', 'modified' => '2021-05-18 14:08:30' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => null, 'avatar' => null, 'username' => null, 'name' => null, 'password_clear' => null, 'email' => null, 'tel' => null, 'url' => null, 'color' => null, 'newsletter' => null, 'info' => null, 'status' => null, 'userule_id' => null, 'contact_id' => null, 'client_id' => null, 'created' => null, 'modified' => null ), 'Contact' => array( 'port' => '*****', 'id' => null, 'nom' => null, 'prenom' => null, 'poste' => null, 'adresse' => null, 'cp' => null, 'ville' => null, 'pays' => null, 'email' => null, 'tel' => null, 'information' => null, 'newsletter' => null, 'newslettercat_id' => null, 'client_id' => null, 'user_id' => null, 'status' => null, 'created' => null, 'modified' => null ) ), (int) 20 => array( 'Client' => array( 'id' => '38', 'nom' => 'Meubles Auger', 'description' => '', 'meta' => '', 'adresse' => '', 'cp' => '', 'ville' => '', 'site' => '', 'secteur' => 'industrie', 'logo' => null, 'url' => 'meubles-auger', 'status' => '2', 'email' => '', 'contact_id' => '0', 'user_id' => '0', 'created' => '2020-02-04 10:26:00', 'modified' => '2021-05-18 14:08:33' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => null, 'avatar' => null, 'username' => null, 'name' => null, 'password_clear' => null, 'email' => null, 'tel' => null, 'url' => null, 'color' => null, 'newsletter' => null, 'info' => null, 'status' => null, 'userule_id' => null, 'contact_id' => null, 'client_id' => null, 'created' => null, 'modified' => null ), 'Contact' => array( 'port' => '*****', 'id' => null, 'nom' => null, 'prenom' => null, 'poste' => null, 'adresse' => null, 'cp' => null, 'ville' => null, 'pays' => null, 'email' => null, 'tel' => null, 'information' => null, 'newsletter' => null, 'newslettercat_id' => null, 'client_id' => null, 'user_id' => null, 'status' => null, 'created' => null, 'modified' => null ) ), (int) 21 => array( 'Client' => array( 'id' => '31', 'nom' => 'Mulliez Flory', 'description' => '', 'meta' => '', 'adresse' => '', 'cp' => '', 'ville' => '', 'site' => 'https://www.mulliez-flory.fr', 'secteur' => 'mode', 'logo' => null, 'url' => 'mulliez-flory', 'status' => '2', 'email' => '', 'contact_id' => '0', 'user_id' => '0', 'created' => '2019-06-03 17:09:28', 'modified' => '2021-03-16 15:27:55' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => null, 'avatar' => null, 'username' => null, 'name' => null, 'password_clear' => null, 'email' => null, 'tel' => null, 'url' => null, 'color' => null, 'newsletter' => null, 'info' => null, 'status' => null, 'userule_id' => null, 'contact_id' => null, 'client_id' => null, 'created' => null, 'modified' => null ), 'Contact' => array( 'port' => '*****', 'id' => null, 'nom' => null, 'prenom' => null, 'poste' => null, 'adresse' => null, 'cp' => null, 'ville' => null, 'pays' => null, 'email' => null, 'tel' => null, 'information' => null, 'newsletter' => null, 'newslettercat_id' => null, 'client_id' => null, 'user_id' => null, 'status' => null, 'created' => null, 'modified' => null ) ), (int) 22 => array( 'Client' => array( 'id' => '25', 'nom' => 'NU Natural & Unique', 'description' => '', 'meta' => '', 'adresse' => '', 'cp' => '', 'ville' => '', 'site' => '', 'secteur' => 'pret-a-porter', 'logo' => null, 'url' => 'nu-natural-unique', 'status' => '2', 'email' => '', 'contact_id' => '0', 'user_id' => '0', 'created' => '2018-07-25 11:33:45', 'modified' => '2021-05-18 14:08:36' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => null, 'avatar' => null, 'username' => null, 'name' => null, 'password_clear' => null, 'email' => null, 'tel' => null, 'url' => null, 'color' => null, 'newsletter' => null, 'info' => null, 'status' => null, 'userule_id' => null, 'contact_id' => null, 'client_id' => null, 'created' => null, 'modified' => null ), 'Contact' => array( 'port' => '*****', 'id' => null, 'nom' => null, 'prenom' => null, 'poste' => null, 'adresse' => null, 'cp' => null, 'ville' => null, 'pays' => null, 'email' => null, 'tel' => null, 'information' => null, 'newsletter' => null, 'newslettercat_id' => null, 'client_id' => null, 'user_id' => null, 'status' => null, 'created' => null, 'modified' => null ) ), (int) 23 => array( 'Client' => array( 'id' => '40', 'nom' => 'Papin & Associés', 'description' => '', 'meta' => '', 'adresse' => '', 'cp' => '', 'ville' => '', 'site' => '', 'secteur' => 'services', 'logo' => null, 'url' => 'papin-associes', 'status' => '2', 'email' => '', 'contact_id' => '0', 'user_id' => '0', 'created' => '2020-02-04 10:26:53', 'modified' => '2021-05-18 14:08:39' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => null, 'avatar' => null, 'username' => null, 'name' => null, 'password_clear' => null, 'email' => null, 'tel' => null, 'url' => null, 'color' => null, 'newsletter' => null, 'info' => null, 'status' => null, 'userule_id' => null, 'contact_id' => null, 'client_id' => null, 'created' => null, 'modified' => null ), 'Contact' => array( 'port' => '*****', 'id' => null, 'nom' => null, 'prenom' => null, 'poste' => null, 'adresse' => null, 'cp' => null, 'ville' => null, 'pays' => null, 'email' => null, 'tel' => null, 'information' => null, 'newsletter' => null, 'newslettercat_id' => null, 'client_id' => null, 'user_id' => null, 'status' => null, 'created' => null, 'modified' => null ) ), (int) 24 => array( 'Client' => array( 'id' => '10', 'nom' => 'Portes Chauvat', 'description' => '', 'meta' => '', 'adresse' => '', 'cp' => '', 'ville' => '', 'site' => '', 'secteur' => 'industrie', 'logo' => null, 'url' => 'portes-chauvat', 'status' => '2', 'email' => '', 'contact_id' => '0', 'user_id' => '0', 'created' => '2017-05-24 14:50:37', 'modified' => '2021-05-18 14:08:42' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => null, 'avatar' => null, 'username' => null, 'name' => null, 'password_clear' => null, 'email' => null, 'tel' => null, 'url' => null, 'color' => null, 'newsletter' => null, 'info' => null, 'status' => null, 'userule_id' => null, 'contact_id' => null, 'client_id' => null, 'created' => null, 'modified' => null ), 'Contact' => array( 'port' => '*****', 'id' => null, 'nom' => null, 'prenom' => null, 'poste' => null, 'adresse' => null, 'cp' => null, 'ville' => null, 'pays' => null, 'email' => null, 'tel' => null, 'information' => null, 'newsletter' => null, 'newslettercat_id' => null, 'client_id' => null, 'user_id' => null, 'status' => null, 'created' => null, 'modified' => null ) ), (int) 25 => array( 'Client' => array( 'id' => '50', 'nom' => 'Respekt', 'description' => '', 'meta' => 'respect, marque ethique, tee-shirt, prêt a porter', 'adresse' => '', 'cp' => '', 'ville' => '', 'site' => 'https://www.rt-respekt.com', 'secteur' => null, 'logo' => null, 'url' => 'respekt', 'status' => '2', 'email' => 'bruno.chretien@wanadoo.fr', 'contact_id' => '0', 'user_id' => '23', 'created' => '0000-00-00 00:00:00', 'modified' => '2021-05-21 09:21:41' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => '23', 'avatar' => 'respekt-logo-1557839620.jpg.png', 'username' => 'Respekt', 'name' => null, 'password_clear' => 'Gun3Iph6', 'email' => 'bruno.chretien@wanadoo.fr', 'tel' => null, 'url' => 'respekt', 'color' => null, 'newsletter' => '', 'info' => '', 'status' => '1', 'userule_id' => '5', 'contact_id' => '0', 'client_id' => '50', 'created' => '2021-05-21 09:19:26', 'modified' => '2021-05-21 09:21:00' ), 'Contact' => array( 'port' => '*****', 'id' => null, 'nom' => null, 'prenom' => null, 'poste' => null, 'adresse' => null, 'cp' => null, 'ville' => null, 'pays' => null, 'email' => null, 'tel' => null, 'information' => null, 'newsletter' => null, 'newslettercat_id' => null, 'client_id' => null, 'user_id' => null, 'status' => null, 'created' => null, 'modified' => null ) ), (int) 26 => array( 'Client' => array( 'id' => '39', 'nom' => 'Ruiz sur mesure', 'description' => '', 'meta' => '', 'adresse' => '', 'cp' => '', 'ville' => '', 'site' => '', 'secteur' => 'createur', 'logo' => null, 'url' => 'ruiz-sur-mesure', 'status' => '2', 'email' => '', 'contact_id' => '0', 'user_id' => '0', 'created' => '2020-02-04 10:26:31', 'modified' => '2021-05-18 14:08:46' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => null, 'avatar' => null, 'username' => null, 'name' => null, 'password_clear' => null, 'email' => null, 'tel' => null, 'url' => null, 'color' => null, 'newsletter' => null, 'info' => null, 'status' => null, 'userule_id' => null, 'contact_id' => null, 'client_id' => null, 'created' => null, 'modified' => null ), 'Contact' => array( 'port' => '*****', 'id' => null, 'nom' => null, 'prenom' => null, 'poste' => null, 'adresse' => null, 'cp' => null, 'ville' => null, 'pays' => null, 'email' => null, 'tel' => null, 'information' => null, 'newsletter' => null, 'newslettercat_id' => null, 'client_id' => null, 'user_id' => null, 'status' => null, 'created' => null, 'modified' => null ) ), (int) 27 => array( 'Client' => array( 'id' => '8', 'nom' => 'Safety First', 'description' => '', 'meta' => '', 'adresse' => '', 'cp' => '49300', 'ville' => 'Cholet', 'site' => 'https://www.safety1st.com/fr-fr/', 'secteur' => 'puericulture', 'logo' => 'safety-1st-logo.png', 'url' => 'safety-first', 'status' => '2', 'email' => '', 'contact_id' => '0', 'user_id' => '0', 'created' => '2016-06-15 10:51:33', 'modified' => '2021-05-18 14:08:50' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => null, 'avatar' => null, 'username' => null, 'name' => null, 'password_clear' => null, 'email' => null, 'tel' => null, 'url' => null, 'color' => null, 'newsletter' => null, 'info' => null, 'status' => null, 'userule_id' => null, 'contact_id' => null, 'client_id' => null, 'created' => null, 'modified' => null ), 'Contact' => array( 'port' => '*****', 'id' => null, 'nom' => null, 'prenom' => null, 'poste' => null, 'adresse' => null, 'cp' => null, 'ville' => null, 'pays' => null, 'email' => null, 'tel' => null, 'information' => null, 'newsletter' => null, 'newslettercat_id' => null, 'client_id' => null, 'user_id' => null, 'status' => null, 'created' => null, 'modified' => null ) ), (int) 28 => array( 'Client' => array( 'id' => '3', 'nom' => 'Terre de Marins', 'description' => '', 'meta' => '', 'adresse' => 'Z.I. la Bergerie - Rue Eiffel - BP 16', 'cp' => '49280', 'ville' => ' La Séguinière', 'site' => 'www.terredemarins.fr', 'secteur' => 'mode', 'logo' => null, 'url' => 'terre-de-marins', 'status' => '2', 'email' => '', 'contact_id' => '0', 'user_id' => '13', 'created' => '2016-03-17 16:50:25', 'modified' => '2021-03-16 14:25:23' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => '13', 'avatar' => 'logo_terre_de_marins.jpg', 'username' => 'TDMarins', 'name' => null, 'password_clear' => 'VZjae84l', 'email' => 's.momeux@terredemarins.com', 'tel' => null, 'url' => 'tdmarins', 'color' => null, 'newsletter' => '', 'info' => '<p style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-stretch: normal; line-height: normal; font-family: Helvetica;">Hello Séverine,</p><p style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-stretch: normal; line-height: normal; font-family: Helvetica; min-height: 14px;"><br></p><p style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-stretch: normal; line-height: normal; font-family: Helvetica;">Pour information, les photos PRODUITS Collection PE24 &nbsp;de la Session1et 2 (Photos Traitées BDef pour Web) sont à disposition sur le serveur ftp :</p><p style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-stretch: normal; line-height: normal; font-family: Helvetica;">&nbsp;" TDM-PHOTOSPRODUITSBDEF-S1et2-PE24.zip "</p><p style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-stretch: normal; line-height: normal; font-family: Helvetica; min-height: 14px;"><br></p><p style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-stretch: normal; line-height: normal; font-family: Helvetica; min-height: 14px;">Belle journée !<br></p><p style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-stretch: normal; line-height: normal; font-family: Helvetica; min-height: 14px;"><br></p><p style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-stretch: normal; line-height: normal; font-family: Helvetica;">Séverine</p><p style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-stretch: normal; line-height: normal; font-family: Helvetica;">STUDIO HV</p>', 'status' => '1', 'userule_id' => '3', 'contact_id' => '0', 'client_id' => '3', 'created' => '2021-03-11 14:28:44', 'modified' => '2023-06-12 14:15:36' ), 'Contact' => array( 'port' => '*****', 'id' => null, 'nom' => null, 'prenom' => null, 'poste' => null, 'adresse' => null, 'cp' => null, 'ville' => null, 'pays' => null, 'email' => null, 'tel' => null, 'information' => null, 'newsletter' => null, 'newslettercat_id' => null, 'client_id' => null, 'user_id' => null, 'status' => null, 'created' => null, 'modified' => null ) ) ) $services_list = array( (int) 0 => array( 'Service' => array( 'id' => '11', 'titre' => 'Culinaire & restauration', 'description' => 'Donnez une image savoureuse de vos produits et de votre entreprise.', 'meta' => 'cuisine, cuisiner, gastronomie, gastronomique, préparation, préparations, préparer, recette, recettes, pâte, pâtes, pates, plat, plats, cuisinier, cuisiniers, équipe, équipes, cuisson, cuissons, spécialité, spécialités, tradition, traditions, ingrédient, ingrédients, sélection, sélectionné, sélectionnés, sushi, sushis, talents, couscous, légume, légumes, menu, menus, carte, cartes, chinois, déguster, dégustez, dégustation, saveur, saveurs, savourer, goût, goûts, gratin, gratins, raclette, restaurant, restauration, restaurants, bistro, bistros, jarret, jarrets, robot, robots, usages, usage, ustensile, ustensiles, sauce, sauces, culture, repas, tarte, tartes, plaisir, plaisirs, partage, partager, moments, moment, convivial, conviviale, convivialité, gourmand, gourmandises, gourmands, spécialités, spécialité, origine, origines, original, originalité, saveur, saveurs, savourer, savoureux, met, mets, qualité, surprise, surprises, surprenant, surprenante', 'body' => '<p><span style="letter-spacing: 0.01em;"><b>Visez l’excellence de la lumière, dès lors une seule recette s’impose, une écoute attentive de notre part et une vigilance permanente pour une recherche de solutions nouvelles, évolutives, efficientes et créatives.</b></span><br></p><div><p style="margin-bottom: 0px; text-align: justify; font-stretch: normal; font-size: 13px; line-height: normal; font-family: &quot;Kohinoor Bangla&quot;;"><span style="font-size: 12px;">Une bonne photo culinaire est un savant équilibre entre la lumière, la palette des couleurs et la saveur qui émane de la prise. C’est un travail en commun avec la styliste culinaire.</span></p></div><div><br></div>', 'thumb' => 'header-culinaire.jpg', 'url' => 'culinaire-restauration', 'type' => 'custom', 'element' => 'culinaire-restauration', 'module_a' => 'services/none', 'module_b' => 'services/gal-photos', 'module_c' => 'modules/bandeau-contact', 'status' => '2', 'user_id' => '2', 'created' => '2020-01-23 17:23:51', 'modified' => '2020-02-08 11:45:54' ) ), (int) 1 => array( 'Service' => array( 'id' => '12', 'titre' => 'Mode et prêt à porter', 'description' => 'Apprêtez votre image de marque et valorisez vos collections. Afin de marquer votre singularité l'image de votre entreprise doit être représentative de votre univers et de votre style.', 'meta' => 'store, pop-up store, stratégie, stratégies, segmentation, segments, segment, merchandising, showroom, showroom, ligne, lignes, confection, confections, confectionner, boutique, boutiques, mode, modes, couture, coutures, cousu, cousus, luxe, luxueux, luxueuse, vêtement, vêtements, habit, habits, habiller, habillé, habillée, couturier, couturière, haute couture, défilé, défilés, styliste, stylistes, style, styles, stylé, sur-mesure, mesurer, masculin, masculins, homme, hommes, collection, collections, collectionner, accessoire, accessoires, accessoiriser, créateur, créateurs, créatrices, créer, crée, lingerie, robe, robes, féminin, femme, femmes, magasin, magasins, boutique, boutiques, habillement, habiller, chaussure, chaussures, marque, marques, maroquinerie, intérêt, intérêts, intéret, cliente, client, clients, clientes, tailleur, tailleurs, crédit, crédits, bijou, bijoux, piqûre, piqûres, piqure, raccord, raccords, point, points, tissu, tissus, vendeuse, vendeur, vendeurs, vendeuses, confectionneur, confectionneurs, confectionner, confectionné, fabrique, fabrication, fabriqué, fabriquer, obligation, obligations, besoin, besoins, enclin, importance, important, importante, importants, influence, influences, influencer, influencé, influencée, nouveau, nouveauté, nouveaux, nouveautés, nouvelle, nouvelles, couleur, couleurs, coloris, colori, matière, matières, size, sizes, qualité, qualités, quantité, stock, stocks, inspiration, inspirations, solde, soldes, réduction, réductions, prix, tarif, tarifs, impression, impressions, model, models, mannequin, mannequins', 'body' => '<p><b>Apprêtez votre image de marque et valorisez vos collections !</b></p><p>Afin de marquer votre singularité, l'image de votre entreprise doit être représentative de votre univers et de votre style. </p><p>La mode et le prêt à porter sont des secteurs imprégnés dans la culture du studio HV de par son implication dans des projets à long terme.</p><p>Nous rechercherons pour vous les meilleures solutions afin de mettre en valeur une image authentique et inspirante de votre entreprise au travers d'un plan d'actions de communication concret. Nous vous accompagnons pour révélez votre identité.</p><br>', 'thumb' => 'header-pap-1920x1252.jpg', 'url' => 'mode-et-pret-a-porter', 'type' => 'custom', 'element' => 'mode-pap', 'module_a' => 'services/gal-photos', 'module_b' => 'modules/bandeau-clients', 'module_c' => 'modules/bandeau-contact', 'status' => '2', 'user_id' => '2', 'created' => '2020-01-24 09:37:05', 'modified' => '2020-03-02 17:30:36' ) ) ) $photos_cats = array() $pages_list = array( (int) 0 => array( 'Page' => array( 'nom' => 'Studio Photo', 'id' => '2', 'titre' => 'Studio Photo', 'description' => 'Le studio HV est une agence créative pour la production de vos photographies et vidéos.', 'meta' => '', 'body' => '<p>Nous réalisons la mise en image de vos produits et de vos services, que ce soit en studio, packshot, lookbook ou en extérieur. Photographe, retoucheur, graphiste et directeurs artistiques sont intégrés au studio afin de vous apporter un savoir faire et un suivi de projet à tout instant.&nbsp;</p>', 'intro' => 'est une agence créative pour la production de vos photographies', 'thumb' => '', 'url' => 'studio-photo', 'type' => 'custom', 'element' => 'studio-photo', 'element_eng' => '', 'module_a' => 'bandeau-services', 'module_b' => 'none', 'module_c' => 'bandeau-clients', 'status' => '2', 'alaune' => '1', 'user_id' => '2', 'created' => '2020-01-14 17:45:17', 'modified' => '2021-03-12 09:52:29' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => null, 'avatar' => null, 'username' => null, 'name' => null, 'password_clear' => null, 'email' => null, 'tel' => null, 'url' => null, 'color' => null, 'newsletter' => null, 'info' => null, 'status' => null, 'userule_id' => null, 'contact_id' => null, 'client_id' => null, 'created' => null, 'modified' => null ) ), (int) 1 => array( 'Page' => array( 'nom' => 'studio video digital', 'id' => '3', 'titre' => 'Video, Motion & digital', 'description' => 'Nous réalisons la production de vos films publicitaires, digitaux et de films événementiels. Photographe, retoucheur, graphiste et directeurs artistiques sont intégrés au studio afin de vous apporter un savoir faire et un suivi de projet à tout instant. ', 'meta' => 'video, digital, motion, film, publicitaire, spot, institutionnel, promotionnelle', 'body' => '<p>Nous réalisons la production de vos films publicitaires, événementiels, spots et produits digitaux animé. Photographe, retoucheur, graphiste et directeurs artistiques sont intégrés au studio afin de vous apporter un savoir faire et un suivi de projet à tout instant.&nbsp;</p>', 'intro' => 'est une agence créative pour la production de vos vidéos et produits digitaux', 'thumb' => '', 'url' => 'studio-video-digital', 'type' => 'custom', 'element' => 'studio-video-digital', 'element_eng' => '', 'module_a' => 'bandeau-services', 'module_b' => 'none', 'module_c' => 'bandeau-clients', 'status' => '2', 'alaune' => '1', 'user_id' => '0', 'created' => '2021-03-09 17:40:47', 'modified' => '2021-03-12 09:52:35' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => null, 'avatar' => null, 'username' => null, 'name' => null, 'password_clear' => null, 'email' => null, 'tel' => null, 'url' => null, 'color' => null, 'newsletter' => null, 'info' => null, 'status' => null, 'userule_id' => null, 'contact_id' => null, 'client_id' => null, 'created' => null, 'modified' => null ) ), (int) 2 => array( 'Page' => array( 'nom' => 'production photographie', 'id' => '4', 'titre' => 'Production Photo & Video', 'description' => '', 'meta' => '', 'body' => '<p>Nous organisons nos productions photos et vidéos partout en France, en Europe et dans le Monde.&nbsp;</p><div><br></div>', 'intro' => 'est une agence créative pour la production de vos photographies.', 'thumb' => '', 'url' => 'production-photographie', 'type' => 'custom', 'element' => 'production-photo', 'element_eng' => '', 'module_a' => 'bandeau-services', 'module_b' => 'none', 'module_c' => 'bandeau-clients', 'status' => '2', 'alaune' => '1', 'user_id' => '0', 'created' => '2021-03-09 17:41:48', 'modified' => '2021-03-12 09:52:42' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => null, 'avatar' => null, 'username' => null, 'name' => null, 'password_clear' => null, 'email' => null, 'tel' => null, 'url' => null, 'color' => null, 'newsletter' => null, 'info' => null, 'status' => null, 'userule_id' => null, 'contact_id' => null, 'client_id' => null, 'created' => null, 'modified' => null ) ), (int) 3 => array( 'Page' => array( 'nom' => 'post-production', 'id' => '5', 'titre' => 'Post-Production', 'description' => '', 'meta' => '', 'body' => '<p>Nous organisons nos productions photos et vidéos partout en France, en Europe et dans le Monde.&nbsp;</p><div><br></div>', 'intro' => 'est une agence créative pour la production de vos photographies.', 'thumb' => '', 'url' => 'post-production', 'type' => 'custom', 'element' => 'post-production', 'element_eng' => '', 'module_a' => 'bandeau-services', 'module_b' => 'none', 'module_c' => 'bandeau-clients', 'status' => '2', 'alaune' => '1', 'user_id' => '0', 'created' => '2021-03-09 17:42:17', 'modified' => '2021-03-12 09:52:49' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => null, 'avatar' => null, 'username' => null, 'name' => null, 'password_clear' => null, 'email' => null, 'tel' => null, 'url' => null, 'color' => null, 'newsletter' => null, 'info' => null, 'status' => null, 'userule_id' => null, 'contact_id' => null, 'client_id' => null, 'created' => null, 'modified' => null ) ), (int) 4 => array( 'Page' => array( 'nom' => 'Nous contacter', 'id' => '20', 'titre' => 'Nous contacter', 'description' => 'Venez nous rencontrer et découvrez notre studio et toutes ses possibilités. Vous avez un projet ? parlons en ensemble.', 'meta' => 'contact, studio, hv, studio hv, cholet, nantes, angers', 'body' => '<p>Venez nous rencontrer et découvrez notre studio et toutes ses possibilités. Vous avez un projet ? parlons en ensemble.<br></p>', 'intro' => 'Vous avez un projet ? parlons en ensemble.', 'thumb' => '', 'url' => 'nous-contacter', 'type' => 'custom', 'element' => 'contact', 'element_eng' => '', 'module_a' => 'none', 'module_b' => 'none', 'module_c' => 'bandeau-clients', 'status' => '2', 'alaune' => '1', 'user_id' => '2', 'created' => '2020-01-09 00:00:00', 'modified' => '2021-03-12 10:44:08' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => null, 'avatar' => null, 'username' => null, 'name' => null, 'password_clear' => null, 'email' => null, 'tel' => null, 'url' => null, 'color' => null, 'newsletter' => null, 'info' => null, 'status' => null, 'userule_id' => null, 'contact_id' => null, 'client_id' => null, 'created' => null, 'modified' => null ) ) ) $sidebarbottom = 'none' $sidebartop = 'none' $sidebarright = 'none' $sidebarleft = 'none' $footerback = 'none' $footer = 'footer' $asideright = 'none' $asideleft = 'none' $header = 'header' $googleplus = '' $youtube = '' $linkedin = 'https://www.linkedin.com/company/studio-hv' $vimeo = 'https://vimeo.com/studiohv' $pinterest = 'http://www.pinterest.com/studiohvphoto/' $behance = '' $cinqpx = '' $twitter = 'https://twitter.com/hv_studio' $instagram = 'https://www.instagram.com/studiohv49/' $facebook = 'https://www.facebook.com/studiophotohv' $googletracking = 'UA-73664602-1' $googlecodeverif = 'FPDsK8ySquzcR895z1Qn_OLk40SZ-Yq_Y1s6roFfcSk' $appname = 'Studio HV' $siteemail = 'contact@studiohv.fr' $siteurl = 'https://www.fabrice-audio.fr' $sitetemplate = 'StudioHV21' $sitetheme = 'StudioHV21' $settings = array( (int) 0 => array( 'Setting' => array( 'id' => '1', 'key' => 'Site.status', 'value' => 'online', 'input_type' => 'checkbox', 'created' => '2015-09-21 12:21:39', 'updated' => '2020-02-04 18:22:19' ) ), (int) 1 => array( 'Setting' => array( 'id' => '2', 'key' => 'Site.title', 'value' => 'Studio HV | Studio Photo et agence de communication | Cholet - Nantes - Angers', 'input_type' => 'text', 'created' => '2015-09-21 12:21:39', 'updated' => '2018-09-11 09:19:00' ) ), (int) 2 => array( 'Setting' => array( 'id' => '3', 'key' => 'Meta.description', 'value' => 'Studio photo basé à cholet, Studio HV et son agence réalise pour vous votre communication basée sur l'image. Packshot, reportage, portrait, mode, prêt à porter, catalogues, digital l'agence vous apportera conseils et savoir faire.', 'input_type' => 'textarea', 'created' => '2015-09-21 12:21:39', 'updated' => '2018-07-25 09:34:08' ) ), (int) 3 => array( 'Setting' => array( 'id' => '4', 'key' => 'Meta.keywords', 'value' => 'photo, photographie, photographe, creation, graphique, graphisme, conception, webdesign, photoshop, retouche, vidéo, animation, 3D, direction, artistique, code, webdesign, site, internet, html, css, ilustrator, indesign, dreamweaver, seo, referencementphoto, photographie, photographe, studio, cholet, nantes, france, agence, pub, conseil, publicité, shootings, image, images, créateur, creation, conception, réalisation, production, shooting, prise, de vue, lookbook, photos, culinaire, pdv, portrait, fond, cyclo, éclairage, elinchrom, torches, lumière, lumiere, video, fonds, mode, textile, accessoire, detail, broderie, robe, jean, chaussure, close, up, beauté, beauty, seances, seance, production, organisation, casting, modèle, modèles, mannequin, retouche, retoucher, split, frequency, dodge, burn, grain, peau, accessoires, maille, vpc, creation, graphique, graphisme, conception, webdesign, photoshop, retouche, vidéo, animation, 3D, direction, artistique, code, html, css, javascript, cake, webdesigner, site internet, web, webdesign, site, internet, html5, css3, ilustrator, illustrations, mise en page, maquette, maquettes, catalogues, plaquette, logotype, logos, charte, graphique, indesign, dreamweaver, seo, referencement', 'input_type' => 'textarea', 'created' => '2015-09-21 12:21:39', 'updated' => '2017-05-09 16:23:58' ) ), (int) 4 => array( 'Setting' => array( 'id' => '5', 'key' => 'Site.theme', 'value' => 'studio-hv', 'input_type' => 'checktheme', 'created' => '2015-09-21 12:21:39', 'updated' => '2018-06-25 12:28:32' ) ), (int) 5 => array( 'Setting' => array( 'id' => '6', 'key' => 'Site.admin_theme', 'value' => 'cuber-studiohv', 'input_type' => 'text', 'created' => '2015-09-21 12:21:39', 'updated' => '2018-01-14 11:10:14' ) ), (int) 6 => array( 'Setting' => array( 'id' => '7', 'key' => 'Site.email', 'value' => 'contact@studiohv.fr', 'input_type' => 'text', 'created' => '2015-09-21 12:21:39', 'updated' => '2017-05-09 16:24:03' ) ), (int) 7 => array( 'Setting' => array( 'id' => '8', 'key' => 'App.name', 'value' => 'Studio HV', 'input_type' => 'text', 'created' => '0000-00-00 00:00:00', 'updated' => '2018-08-24 15:05:15' ) ), (int) 8 => array( 'Setting' => array( 'id' => '9', 'key' => 'Google.codeverif', 'value' => 'FPDsK8ySquzcR895z1Qn_OLk40SZ-Yq_Y1s6roFfcSk', 'input_type' => 'text', 'created' => '0000-00-00 00:00:00', 'updated' => '2017-05-09 16:24:09' ) ), (int) 9 => array( 'Setting' => array( 'id' => '10', 'key' => 'Google.tracking', 'value' => 'UA-73664602-1', 'input_type' => 'text', 'created' => '0000-00-00 00:00:00', 'updated' => '0000-00-00 00:00:00' ) ), (int) 10 => array( 'Setting' => array( 'id' => '11', 'key' => 'Id.facebook', 'value' => 'https://www.facebook.com/studiophotohv', 'input_type' => 'text', 'created' => '0000-00-00 00:00:00', 'updated' => '0000-00-00 00:00:00' ) ), (int) 11 => array( 'Setting' => array( 'id' => '12', 'key' => 'Id.instagram', 'value' => 'https://www.instagram.com/studiohv49/', 'input_type' => 'text', 'created' => '0000-00-00 00:00:00', 'updated' => '0000-00-00 00:00:00' ) ), (int) 12 => array( 'Setting' => array( 'id' => '13', 'key' => 'Id.twitter', 'value' => 'https://twitter.com/hv_studio', 'input_type' => 'text', 'created' => '0000-00-00 00:00:00', 'updated' => '2018-08-24 15:05:51' ) ), (int) 13 => array( 'Setting' => array( 'id' => '14', 'key' => 'Id.500px', 'value' => '', 'input_type' => 'text', 'created' => '0000-00-00 00:00:00', 'updated' => '0000-00-00 00:00:00' ) ), (int) 14 => array( 'Setting' => array( 'id' => '15', 'key' => 'Id.behance', 'value' => '', 'input_type' => 'text', 'created' => '0000-00-00 00:00:00', 'updated' => '0000-00-00 00:00:00' ) ), (int) 15 => array( 'Setting' => array( 'id' => '16', 'key' => 'Id.pinterest', 'value' => 'http://www.pinterest.com/studiohvphoto/', 'input_type' => 'text', 'created' => '0000-00-00 00:00:00', 'updated' => '2018-07-31 10:54:05' ) ), (int) 16 => array( 'Setting' => array( 'id' => '17', 'key' => 'Id.vimeo', 'value' => 'https://vimeo.com/studiohv', 'input_type' => 'text', 'created' => '0000-00-00 00:00:00', 'updated' => '0000-00-00 00:00:00' ) ), (int) 17 => array( 'Setting' => array( 'id' => '18', 'key' => 'Id.linkedin', 'value' => 'https://www.linkedin.com/company/studio-hv', 'input_type' => 'text', 'created' => '0000-00-00 00:00:00', 'updated' => '2018-07-31 10:51:32' ) ), (int) 18 => array( 'Setting' => array( 'id' => '19', 'key' => 'Id.youtube', 'value' => '', 'input_type' => 'text', 'created' => '0000-00-00 00:00:00', 'updated' => '2017-09-28 18:43:32' ) ), (int) 19 => array( 'Setting' => array( 'id' => '20', 'key' => 'Id.googleplus', 'value' => '', 'input_type' => 'text', 'created' => '0000-00-00 00:00:00', 'updated' => '0000-00-00 00:00:00' ) ), (int) 20 => array( 'Setting' => array( 'id' => '21', 'key' => 'Mod.header', 'value' => 'header', 'input_type' => 'text', 'created' => '0000-00-00 00:00:00', 'updated' => '2018-01-16 18:27:36' ) ), (int) 21 => array( 'Setting' => array( 'id' => '22', 'key' => 'Mod.aside.left', 'value' => 'none', 'input_type' => 'text', 'created' => '0000-00-00 00:00:00', 'updated' => '2017-12-21 23:28:58' ) ), (int) 22 => array( 'Setting' => array( 'id' => '23', 'key' => 'Mod.aside.right', 'value' => 'none', 'input_type' => 'text', 'created' => '0000-00-00 00:00:00', 'updated' => '2017-10-01 01:06:49' ) ), (int) 23 => array( 'Setting' => array( 'id' => '24', 'key' => 'Mod.footer', 'value' => 'footer', 'input_type' => 'text', 'created' => '0000-00-00 00:00:00', 'updated' => '2018-01-16 18:44:29' ) ), (int) 24 => array( 'Setting' => array( 'id' => '25', 'key' => 'Mod.footer.back', 'value' => 'none', 'input_type' => 'text', 'created' => '0000-00-00 00:00:00', 'updated' => '2017-12-21 22:50:22' ) ), (int) 25 => array( 'Setting' => array( 'id' => '26', 'key' => 'Mod.sidebar.left', 'value' => 'none', 'input_type' => 'text', 'created' => '0000-00-00 00:00:00', 'updated' => '2017-10-01 01:07:11' ) ), (int) 26 => array( 'Setting' => array( 'id' => '27', 'key' => 'Mod.sidebar.right', 'value' => 'none', 'input_type' => 'text', 'created' => '0000-00-00 00:00:00', 'updated' => '0000-00-00 00:00:00' ) ), (int) 27 => array( 'Setting' => array( 'id' => '28', 'key' => 'Mod.sidebar.top', 'value' => 'none', 'input_type' => 'text', 'created' => '0000-00-00 00:00:00', 'updated' => '0000-00-00 00:00:00' ) ), (int) 28 => array( 'Setting' => array( 'id' => '29', 'key' => 'Mod.sidebar.bottom', 'value' => 'none', 'input_type' => 'text', 'created' => '0000-00-00 00:00:00', 'updated' => '0000-00-00 00:00:00' ) ) ) $userid = array() $configlang = null</pre><pre class="stack-trace">include - APP/View/Themed/StudioHV21/Photos/client.ctp, line 12 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 117</pre></div></pre> </h3> <h2 class="text-medium alt-font font-weight-700" style="margin-top:50px"> <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr675b75821ad12-trace').style.display = (document.getElementById('cakeErr675b75821ad12-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined index: Client [<b>APP/View/Themed/StudioHV21/Photos/client.ctp</b>, line <b>15</b>]<div id="cakeErr675b75821ad12-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr675b75821ad12-code').style.display = (document.getElementById('cakeErr675b75821ad12-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr675b75821ad12-context').style.display = (document.getElementById('cakeErr675b75821ad12-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr675b75821ad12-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600"></</span><span style="color: #0000CC">h3</span><span style="color: #006600">></span></span></code> <code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600"><</span><span style="color: #0000CC">h2 </span><span style="color: #006600">class=</span><span style="color: #CC0000">"text-medium alt-font font-weight-700" </span><span style="color: #0000CC">style</span><span style="color: #006600">=</span><span style="color: #CC0000">"margin-top:50px"</span><span style="color: #006600">></span></span></code> <span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000CC"><?php </span><span style="color: #006600">echo </span><span style="color: #0000CC">$client</span><span style="color: #006600">[</span><span style="color: #CC0000">'Client'</span><span style="color: #006600">][</span><span style="color: #CC0000">'description'</span><span style="color: #006600">]; </span><span style="color: #0000CC">?></span></span></code></span></pre><pre id="cakeErr675b75821ad12-context" class="cake-context" style="display: none;">$viewFile = '/home/studiohv/www/app/View/Themed/StudioHV21/Photos/client.ctp' $dataForView = array( 'photos' => array(), 'client' => array(), 'filtres' => array( (int) 0 => array( 'Filtre' => array( [maximum depth reached] ) ), (int) 1 => array( 'Filtre' => array( [maximum depth reached] ) ), (int) 2 => array( 'Filtre' => array( [maximum depth reached] ) ), (int) 3 => array( 'Filtre' => array( [maximum depth reached] ) ), (int) 4 => array( 'Filtre' => array( [maximum depth reached] ) ), (int) 5 => array( 'Filtre' => array( [maximum depth reached] ) ) ), 'meta_keywords' => 'photo, photographie, photographe, creation, graphique, graphisme, conception, webdesign, photoshop, retouche, vidéo, animation, 3D, direction, artistique, code, webdesign, site, internet, html, css, ilustrator, indesign, dreamweaver, seo, referencementphoto, photographie, photographe, studio, cholet, nantes, france, agence, pub, conseil, publicité, shootings, image, images, créateur, creation, conception, réalisation, production, shooting, prise, de vue, lookbook, photos, culinaire, pdv, portrait, fond, cyclo, éclairage, elinchrom, torches, lumière, lumiere, video, fonds, mode, textile, accessoire, detail, broderie, robe, jean, chaussure, close, up, beauté, beauty, seances, seance, production, organisation, casting, modèle, modèles, mannequin, retouche, retoucher, split, frequency, dodge, burn, grain, peau, accessoires, maille, vpc, creation, graphique, graphisme, conception, webdesign, photoshop, retouche, vidéo, animation, 3D, direction, artistique, code, html, css, javascript, cake, webdesigner, site internet, web, webdesign, site, internet, html5, css3, ilustrator, illustrations, mise en page, maquette, maquettes, catalogues, plaquette, logotype, logos, charte, graphique, indesign, dreamweaver, seo, referencement', 'meta_description' => 'Studio photo basé à cholet, Studio HV et son agence réalise pour vous votre communication basée sur l'image. Packshot, reportage, portrait, mode, prêt à porter, catalogues, digital l'agence vous apportera conseils et savoir faire.', 'title_for_layout' => ' | Photographie | Studio HV | Studio Photo et agence de communication | Cholet - Nantes - Angers', 'clients' => array( (int) 0 => array( 'Client' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'Contact' => array( [maximum depth reached] ) ), (int) 1 => array( 'Client' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'Contact' => array( [maximum depth reached] ) ), (int) 2 => array( 'Client' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'Contact' => array( [maximum depth reached] ) ), (int) 3 => array( 'Client' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'Contact' => array( [maximum depth reached] ) ), (int) 4 => array( 'Client' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'Contact' => array( [maximum depth reached] ) ), (int) 5 => array( 'Client' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'Contact' => array( [maximum depth reached] ) ), (int) 6 => array( 'Client' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'Contact' => array( [maximum depth reached] ) ), (int) 7 => array( 'Client' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'Contact' => array( [maximum depth reached] ) ), (int) 8 => array( 'Client' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'Contact' => array( [maximum depth reached] ) ), (int) 9 => array( 'Client' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'Contact' => array( [maximum depth reached] ) ), (int) 10 => array( 'Client' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'Contact' => array( [maximum depth reached] ) ), (int) 11 => array( 'Client' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'Contact' => array( [maximum depth reached] ) ), (int) 12 => array( 'Client' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'Contact' => array( [maximum depth reached] ) ), (int) 13 => array( 'Client' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'Contact' => array( [maximum depth reached] ) ), (int) 14 => array( 'Client' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'Contact' => array( [maximum depth reached] ) ), (int) 15 => array( 'Client' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'Contact' => array( [maximum depth reached] ) ), (int) 16 => array( 'Client' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'Contact' => array( [maximum depth reached] ) ), (int) 17 => array( 'Client' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'Contact' => array( [maximum depth reached] ) ), (int) 18 => array( 'Client' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'Contact' => array( [maximum depth reached] ) ), (int) 19 => array( 'Client' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'Contact' => array( [maximum depth reached] ) ), (int) 20 => array( 'Client' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'Contact' => array( [maximum depth reached] ) ), (int) 21 => array( 'Client' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'Contact' => array( [maximum depth reached] ) ), (int) 22 => array( 'Client' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'Contact' => array( [maximum depth reached] ) ), (int) 23 => array( 'Client' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'Contact' => array( [maximum depth reached] ) ), (int) 24 => array( 'Client' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'Contact' => array( [maximum depth reached] ) ), (int) 25 => array( 'Client' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'Contact' => array( [maximum depth reached] ) ), (int) 26 => array( 'Client' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'Contact' => array( [maximum depth reached] ) ), (int) 27 => array( 'Client' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'Contact' => array( [maximum depth reached] ) ), (int) 28 => array( 'Client' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'Contact' => array( [maximum depth reached] ) ) ), 'services_list' => array( (int) 0 => array( 'Service' => array( [maximum depth reached] ) ), (int) 1 => array( 'Service' => array( [maximum depth reached] ) ) ), 'photos_cats' => array(), 'pages_list' => array( (int) 0 => array( 'Page' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ) ), (int) 1 => array( 'Page' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ) ), (int) 2 => array( 'Page' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ) ), (int) 3 => array( 'Page' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ) ), (int) 4 => array( 'Page' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ) ) ), 'sidebarbottom' => 'none', 'sidebartop' => 'none', 'sidebarright' => 'none', 'sidebarleft' => 'none', 'footerback' => 'none', 'footer' => 'footer', 'asideright' => 'none', 'asideleft' => 'none', 'header' => 'header', 'googleplus' => '', 'youtube' => '', 'linkedin' => 'https://www.linkedin.com/company/studio-hv', 'vimeo' => 'https://vimeo.com/studiohv', 'pinterest' => 'http://www.pinterest.com/studiohvphoto/', 'behance' => '', 'cinqpx' => '', 'twitter' => 'https://twitter.com/hv_studio', 'instagram' => 'https://www.instagram.com/studiohv49/', 'facebook' => 'https://www.facebook.com/studiophotohv', 'googletracking' => 'UA-73664602-1', 'googlecodeverif' => 'FPDsK8ySquzcR895z1Qn_OLk40SZ-Yq_Y1s6roFfcSk', 'appname' => 'Studio HV', 'siteemail' => 'contact@studiohv.fr', 'siteurl' => 'https://www.fabrice-audio.fr', 'sitetemplate' => 'StudioHV21', 'sitetheme' => 'StudioHV21', 'settings' => array( (int) 0 => array( 'Setting' => array( [maximum depth reached] ) ), (int) 1 => array( 'Setting' => array( [maximum depth reached] ) ), (int) 2 => array( 'Setting' => array( [maximum depth reached] ) ), (int) 3 => array( 'Setting' => array( [maximum depth reached] ) ), (int) 4 => array( 'Setting' => array( [maximum depth reached] ) ), (int) 5 => array( 'Setting' => array( [maximum depth reached] ) ), (int) 6 => array( 'Setting' => array( [maximum depth reached] ) ), (int) 7 => array( 'Setting' => array( [maximum depth reached] ) ), (int) 8 => array( 'Setting' => array( [maximum depth reached] ) ), (int) 9 => array( 'Setting' => array( [maximum depth reached] ) ), (int) 10 => array( 'Setting' => array( [maximum depth reached] ) ), (int) 11 => array( 'Setting' => array( [maximum depth reached] ) ), (int) 12 => array( 'Setting' => array( [maximum depth reached] ) ), (int) 13 => array( 'Setting' => array( [maximum depth reached] ) ), (int) 14 => array( 'Setting' => array( [maximum depth reached] ) ), (int) 15 => array( 'Setting' => array( [maximum depth reached] ) ), (int) 16 => array( 'Setting' => array( [maximum depth reached] ) ), (int) 17 => array( 'Setting' => array( [maximum depth reached] ) ), (int) 18 => array( 'Setting' => array( [maximum depth reached] ) ), (int) 19 => array( 'Setting' => array( [maximum depth reached] ) ), (int) 20 => array( 'Setting' => array( [maximum depth reached] ) ), (int) 21 => array( 'Setting' => array( [maximum depth reached] ) ), (int) 22 => array( 'Setting' => array( [maximum depth reached] ) ), (int) 23 => array( 'Setting' => array( [maximum depth reached] ) ), (int) 24 => array( 'Setting' => array( [maximum depth reached] ) ), (int) 25 => array( 'Setting' => array( [maximum depth reached] ) ), (int) 26 => array( 'Setting' => array( [maximum depth reached] ) ), (int) 27 => array( 'Setting' => array( [maximum depth reached] ) ), (int) 28 => array( 'Setting' => array( [maximum depth reached] ) ) ), 'userid' => array(), 'configlang' => null ) $photos = array() $client = array() $filtres = array( (int) 0 => array( 'Filtre' => array( 'id' => '2', 'name' => 'Culinaire', 'description' => 'Photographie culinaire', 'metas' => '', 'url' => 'culinaire', 'photos' => '1', 'posts' => '0', 'portfolios' => '0', 'videos' => '0', 'services' => null, 'status' => '1', 'created' => '2018-07-03 23:24:42', 'modified' => '2018-07-03 23:24:42' ) ), (int) 1 => array( 'Filtre' => array( 'id' => '13', 'name' => 'Lifestyle', 'description' => 'Photos lifestyle', 'metas' => '', 'url' => 'lifestyle', 'photos' => '1', 'posts' => '0', 'portfolios' => '0', 'videos' => '0', 'services' => null, 'status' => '1', 'created' => '2018-08-27 14:56:58', 'modified' => '2018-08-27 14:56:58' ) ), (int) 2 => array( 'Filtre' => array( 'id' => '1', 'name' => 'Mode / Lifestyle', 'description' => 'photographies Mode & lifestyle', 'metas' => '', 'url' => 'mode-lifestyle', 'photos' => '1', 'posts' => '0', 'portfolios' => '0', 'videos' => '0', 'services' => null, 'status' => '1', 'created' => '2018-06-28 14:25:21', 'modified' => '2018-08-25 00:36:31' ) ), (int) 3 => array( 'Filtre' => array( 'id' => '7', 'name' => 'Mode / Studio', 'description' => 'Photographie Mode réalisées en studio', 'metas' => '', 'url' => 'mode-studio', 'photos' => '1', 'posts' => '0', 'portfolios' => '0', 'videos' => '0', 'services' => null, 'status' => '1', 'created' => '2018-07-19 11:08:25', 'modified' => '2018-08-27 15:00:09' ) ), (int) 4 => array( 'Filtre' => array( 'id' => '6', 'name' => 'Packshots / Produits', 'description' => 'Photos Packshots', 'metas' => '', 'url' => 'packshots-produits', 'photos' => '1', 'posts' => '0', 'portfolios' => '0', 'videos' => '0', 'services' => null, 'status' => '1', 'created' => '2018-07-13 09:50:22', 'modified' => '2018-07-13 09:50:22' ) ), (int) 5 => array( 'Filtre' => array( 'id' => '12', 'name' => 'Reportage / Corporate', 'description' => 'Photographie de reportage et corporate', 'metas' => '', 'url' => 'reportage-corporate', 'photos' => '1', 'posts' => '0', 'portfolios' => '0', 'videos' => '0', 'services' => null, 'status' => '1', 'created' => '2018-07-24 11:14:12', 'modified' => '2018-07-24 11:14:12' ) ) ) $meta_keywords = 'photo, photographie, photographe, creation, graphique, graphisme, conception, webdesign, photoshop, retouche, vidéo, animation, 3D, direction, artistique, code, webdesign, site, internet, html, css, ilustrator, indesign, dreamweaver, seo, referencementphoto, photographie, photographe, studio, cholet, nantes, france, agence, pub, conseil, publicité, shootings, image, images, créateur, creation, conception, réalisation, production, shooting, prise, de vue, lookbook, photos, culinaire, pdv, portrait, fond, cyclo, éclairage, elinchrom, torches, lumière, lumiere, video, fonds, mode, textile, accessoire, detail, broderie, robe, jean, chaussure, close, up, beauté, beauty, seances, seance, production, organisation, casting, modèle, modèles, mannequin, retouche, retoucher, split, frequency, dodge, burn, grain, peau, accessoires, maille, vpc, creation, graphique, graphisme, conception, webdesign, photoshop, retouche, vidéo, animation, 3D, direction, artistique, code, html, css, javascript, cake, webdesigner, site internet, web, webdesign, site, internet, html5, css3, ilustrator, illustrations, mise en page, maquette, maquettes, catalogues, plaquette, logotype, logos, charte, graphique, indesign, dreamweaver, seo, referencement' $meta_description = 'Studio photo basé à cholet, Studio HV et son agence réalise pour vous votre communication basée sur l'image. Packshot, reportage, portrait, mode, prêt à porter, catalogues, digital l'agence vous apportera conseils et savoir faire.' $title_for_layout = ' | Photographie | Studio HV | Studio Photo et agence de communication | Cholet - Nantes - Angers' $clients = array( (int) 0 => array( 'Client' => array( 'id' => '49', 'nom' => '16 point 9', 'description' => '', 'meta' => 'point, neuf, 16.9, seize point neuf, textile', 'adresse' => '', 'cp' => '49300', 'ville' => 'Cholet', 'site' => 'https://www.seizepointneuf.fr', 'secteur' => null, 'logo' => null, 'url' => 'seize-point-neuf', 'status' => '2', 'email' => '', 'contact_id' => '0', 'user_id' => '0', 'created' => '0000-00-00 00:00:00', 'modified' => '2021-05-18 14:08:04' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => null, 'avatar' => null, 'username' => null, 'name' => null, 'password_clear' => null, 'email' => null, 'tel' => null, 'url' => null, 'color' => null, 'newsletter' => null, 'info' => null, 'status' => null, 'userule_id' => null, 'contact_id' => null, 'client_id' => null, 'created' => null, 'modified' => null ), 'Contact' => array( 'port' => '*****', 'id' => null, 'nom' => null, 'prenom' => null, 'poste' => null, 'adresse' => null, 'cp' => null, 'ville' => null, 'pays' => null, 'email' => null, 'tel' => null, 'information' => null, 'newsletter' => null, 'newslettercat_id' => null, 'client_id' => null, 'user_id' => null, 'status' => null, 'created' => null, 'modified' => null ) ), (int) 1 => array( 'Client' => array( 'id' => '41', 'nom' => 'Baby Art', 'description' => '', 'meta' => '', 'adresse' => '', 'cp' => '', 'ville' => '', 'site' => '', 'secteur' => 'puericulture', 'logo' => null, 'url' => 'baby-art', 'status' => '2', 'email' => '', 'contact_id' => '0', 'user_id' => '0', 'created' => '2020-03-02 16:20:14', 'modified' => '2021-03-30 08:51:38' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => null, 'avatar' => null, 'username' => null, 'name' => null, 'password_clear' => null, 'email' => null, 'tel' => null, 'url' => null, 'color' => null, 'newsletter' => null, 'info' => null, 'status' => null, 'userule_id' => null, 'contact_id' => null, 'client_id' => null, 'created' => null, 'modified' => null ), 'Contact' => array( 'port' => '*****', 'id' => null, 'nom' => null, 'prenom' => null, 'poste' => null, 'adresse' => null, 'cp' => null, 'ville' => null, 'pays' => null, 'email' => null, 'tel' => null, 'information' => null, 'newsletter' => null, 'newslettercat_id' => null, 'client_id' => null, 'user_id' => null, 'status' => null, 'created' => null, 'modified' => null ) ), (int) 2 => array( 'Client' => array( 'id' => '11', 'nom' => 'Bébé Confort', 'description' => '', 'meta' => '', 'adresse' => '', 'cp' => '', 'ville' => '', 'site' => 'http://www.bebeconfort.com/fr-fr/', 'secteur' => 'puericulture', 'logo' => 'BBC_LogoNEW_blue_rgb_LARGE.png', 'url' => 'bebe-confort', 'status' => '2', 'email' => '', 'contact_id' => '0', 'user_id' => '0', 'created' => '2017-06-13 14:15:22', 'modified' => '2021-03-30 08:51:34' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => null, 'avatar' => null, 'username' => null, 'name' => null, 'password_clear' => null, 'email' => null, 'tel' => null, 'url' => null, 'color' => null, 'newsletter' => null, 'info' => null, 'status' => null, 'userule_id' => null, 'contact_id' => null, 'client_id' => null, 'created' => null, 'modified' => null ), 'Contact' => array( 'port' => '*****', 'id' => null, 'nom' => null, 'prenom' => null, 'poste' => null, 'adresse' => null, 'cp' => null, 'ville' => null, 'pays' => null, 'email' => null, 'tel' => null, 'information' => null, 'newsletter' => null, 'newslettercat_id' => null, 'client_id' => null, 'user_id' => null, 'status' => null, 'created' => null, 'modified' => null ) ), (int) 3 => array( 'Client' => array( 'id' => '7', 'nom' => 'CAIB', 'description' => '', 'meta' => '', 'adresse' => '14, boulevard du Cormier - CS 61951', 'cp' => '49319', 'ville' => 'Cholet', 'site' => 'www.caib.fr', 'secteur' => 'industrie', 'logo' => null, 'url' => 'caib', 'status' => '2', 'email' => '', 'contact_id' => '0', 'user_id' => '0', 'created' => '2016-06-15 10:35:16', 'modified' => '2021-03-16 15:27:27' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => null, 'avatar' => null, 'username' => null, 'name' => null, 'password_clear' => null, 'email' => null, 'tel' => null, 'url' => null, 'color' => null, 'newsletter' => null, 'info' => null, 'status' => null, 'userule_id' => null, 'contact_id' => null, 'client_id' => null, 'created' => null, 'modified' => null ), 'Contact' => array( 'port' => '*****', 'id' => null, 'nom' => null, 'prenom' => null, 'poste' => null, 'adresse' => null, 'cp' => null, 'ville' => null, 'pays' => null, 'email' => null, 'tel' => null, 'information' => null, 'newsletter' => null, 'newslettercat_id' => null, 'client_id' => null, 'user_id' => null, 'status' => null, 'created' => null, 'modified' => null ) ), (int) 4 => array( 'Client' => array( 'id' => '34', 'nom' => 'Comptoir de la mer', 'description' => '', 'meta' => '', 'adresse' => '', 'cp' => '', 'ville' => '', 'site' => '', 'secteur' => 'pret-a-porter', 'logo' => null, 'url' => 'comptoir-de-la-mer', 'status' => '2', 'email' => '', 'contact_id' => '0', 'user_id' => '0', 'created' => '2020-02-04 10:22:54', 'modified' => '2021-03-16 14:42:59' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => null, 'avatar' => null, 'username' => null, 'name' => null, 'password_clear' => null, 'email' => null, 'tel' => null, 'url' => null, 'color' => null, 'newsletter' => null, 'info' => null, 'status' => null, 'userule_id' => null, 'contact_id' => null, 'client_id' => null, 'created' => null, 'modified' => null ), 'Contact' => array( 'port' => '*****', 'id' => null, 'nom' => null, 'prenom' => null, 'poste' => null, 'adresse' => null, 'cp' => null, 'ville' => null, 'pays' => null, 'email' => null, 'tel' => null, 'information' => null, 'newsletter' => null, 'newslettercat_id' => null, 'client_id' => null, 'user_id' => null, 'status' => null, 'created' => null, 'modified' => null ) ), (int) 5 => array( 'Client' => array( 'id' => '15', 'nom' => 'Cuirs Guignard', 'description' => '', 'meta' => '', 'adresse' => '', 'cp' => '', 'ville' => '', 'site' => 'www.cuirs-guignard.com', 'secteur' => 'pret-a-porter', 'logo' => null, 'url' => 'cuirs-guignard', 'status' => '2', 'email' => '', 'contact_id' => '0', 'user_id' => '0', 'created' => '2017-09-27 21:58:30', 'modified' => '2021-03-16 15:27:42' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => null, 'avatar' => null, 'username' => null, 'name' => null, 'password_clear' => null, 'email' => null, 'tel' => null, 'url' => null, 'color' => null, 'newsletter' => null, 'info' => null, 'status' => null, 'userule_id' => null, 'contact_id' => null, 'client_id' => null, 'created' => null, 'modified' => null ), 'Contact' => array( 'port' => '*****', 'id' => null, 'nom' => null, 'prenom' => null, 'poste' => null, 'adresse' => null, 'cp' => null, 'ville' => null, 'pays' => null, 'email' => null, 'tel' => null, 'information' => null, 'newsletter' => null, 'newslettercat_id' => null, 'client_id' => null, 'user_id' => null, 'status' => null, 'created' => null, 'modified' => null ) ), (int) 6 => array( 'Client' => array( 'id' => '28', 'nom' => 'DIM', 'description' => '', 'meta' => '', 'adresse' => '', 'cp' => '', 'ville' => '', 'site' => '', 'secteur' => 'pret-a-porter', 'logo' => null, 'url' => 'dim', 'status' => '2', 'email' => '', 'contact_id' => '0', 'user_id' => '0', 'created' => '2018-08-28 18:36:12', 'modified' => '2021-05-18 14:09:05' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => null, 'avatar' => null, 'username' => null, 'name' => null, 'password_clear' => null, 'email' => null, 'tel' => null, 'url' => null, 'color' => null, 'newsletter' => null, 'info' => null, 'status' => null, 'userule_id' => null, 'contact_id' => null, 'client_id' => null, 'created' => null, 'modified' => null ), 'Contact' => array( 'port' => '*****', 'id' => null, 'nom' => null, 'prenom' => null, 'poste' => null, 'adresse' => null, 'cp' => null, 'ville' => null, 'pays' => null, 'email' => null, 'tel' => null, 'information' => null, 'newsletter' => null, 'newslettercat_id' => null, 'client_id' => null, 'user_id' => null, 'status' => null, 'created' => null, 'modified' => null ) ), (int) 7 => array( 'Client' => array( 'id' => '36', 'nom' => 'Duvivier', 'description' => '', 'meta' => '', 'adresse' => '', 'cp' => '', 'ville' => '', 'site' => 'https://www.literie-duvivier.fr', 'secteur' => 'industrie', 'logo' => null, 'url' => 'duvivier', 'status' => '2', 'email' => 'l.cesbron@matfa.fr', 'contact_id' => '0', 'user_id' => '22', 'created' => '2020-02-04 10:25:02', 'modified' => '2021-05-18 14:11:08' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => '22', 'avatar' => 'duvivie.jpg', 'username' => 'Duvivier', 'name' => null, 'password_clear' => 'EuNBnNBl', 'email' => 'l.cesbron@matfa.fr', 'tel' => null, 'url' => 'duvivier', 'color' => null, 'newsletter' => '', 'info' => '', 'status' => '1', 'userule_id' => '5', 'contact_id' => '0', 'client_id' => '36', 'created' => '2021-05-18 14:10:14', 'modified' => '2021-05-18 14:14:45' ), 'Contact' => array( 'port' => '*****', 'id' => null, 'nom' => null, 'prenom' => null, 'poste' => null, 'adresse' => null, 'cp' => null, 'ville' => null, 'pays' => null, 'email' => null, 'tel' => null, 'information' => null, 'newsletter' => null, 'newslettercat_id' => null, 'client_id' => null, 'user_id' => null, 'status' => null, 'created' => null, 'modified' => null ) ), (int) 8 => array( 'Client' => array( 'id' => '16', 'nom' => 'Dynamic', 'description' => '', 'meta' => '', 'adresse' => '518 Rue Léo Backeland, ZI du Puy Nardon, BP 57', 'cp' => '85290', 'ville' => 'Mortagne s/Sèvre', 'site' => 'https://www.dynamicmixers.com', 'secteur' => 'industrie', 'logo' => 'dynamic-logo.gif', 'url' => 'dynamic', 'status' => '2', 'email' => '', 'contact_id' => '0', 'user_id' => '0', 'created' => '2018-01-20 19:55:36', 'modified' => '2021-05-18 14:07:44' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => null, 'avatar' => null, 'username' => null, 'name' => null, 'password_clear' => null, 'email' => null, 'tel' => null, 'url' => null, 'color' => null, 'newsletter' => null, 'info' => null, 'status' => null, 'userule_id' => null, 'contact_id' => null, 'client_id' => null, 'created' => null, 'modified' => null ), 'Contact' => array( 'port' => '*****', 'id' => null, 'nom' => null, 'prenom' => null, 'poste' => null, 'adresse' => null, 'cp' => null, 'ville' => null, 'pays' => null, 'email' => null, 'tel' => null, 'information' => null, 'newsletter' => null, 'newslettercat_id' => null, 'client_id' => null, 'user_id' => null, 'status' => null, 'created' => null, 'modified' => null ) ), (int) 9 => array( 'Client' => array( 'id' => '35', 'nom' => 'Edilteco', 'description' => '', 'meta' => '', 'adresse' => '', 'cp' => '', 'ville' => '', 'site' => '', 'secteur' => 'industrie', 'logo' => null, 'url' => 'edilteco', 'status' => '2', 'email' => '', 'contact_id' => '0', 'user_id' => '0', 'created' => '2020-02-04 10:24:38', 'modified' => '2021-05-18 14:07:48' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => null, 'avatar' => null, 'username' => null, 'name' => null, 'password_clear' => null, 'email' => null, 'tel' => null, 'url' => null, 'color' => null, 'newsletter' => null, 'info' => null, 'status' => null, 'userule_id' => null, 'contact_id' => null, 'client_id' => null, 'created' => null, 'modified' => null ), 'Contact' => array( 'port' => '*****', 'id' => null, 'nom' => null, 'prenom' => null, 'poste' => null, 'adresse' => null, 'cp' => null, 'ville' => null, 'pays' => null, 'email' => null, 'tel' => null, 'information' => null, 'newsletter' => null, 'newslettercat_id' => null, 'client_id' => null, 'user_id' => null, 'status' => null, 'created' => null, 'modified' => null ) ), (int) 10 => array( 'Client' => array( 'id' => '6', 'nom' => 'Eglantine creations', 'description' => '', 'meta' => '', 'adresse' => 'ZAC clos Sainte Barbe', 'cp' => '49350', 'ville' => 'Bouzillé', 'site' => 'www.eglantine-creations.fr', 'secteur' => 'createur', 'logo' => null, 'url' => 'eglantine-creations', 'status' => '2', 'email' => '', 'contact_id' => '0', 'user_id' => '0', 'created' => '2016-05-30 14:58:57', 'modified' => '2021-03-16 15:28:11' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => null, 'avatar' => null, 'username' => null, 'name' => null, 'password_clear' => null, 'email' => null, 'tel' => null, 'url' => null, 'color' => null, 'newsletter' => null, 'info' => null, 'status' => null, 'userule_id' => null, 'contact_id' => null, 'client_id' => null, 'created' => null, 'modified' => null ), 'Contact' => array( 'port' => '*****', 'id' => null, 'nom' => null, 'prenom' => null, 'poste' => null, 'adresse' => null, 'cp' => null, 'ville' => null, 'pays' => null, 'email' => null, 'tel' => null, 'information' => null, 'newsletter' => null, 'newslettercat_id' => null, 'client_id' => null, 'user_id' => null, 'status' => null, 'created' => null, 'modified' => null ) ), (int) 11 => array( 'Client' => array( 'id' => '26', 'nom' => 'Elora', 'description' => '', 'meta' => '', 'adresse' => '', 'cp' => '', 'ville' => '', 'site' => 'https://www.elora.com/fr/', 'secteur' => 'pret-a-porter', 'logo' => null, 'url' => 'elora', 'status' => '2', 'email' => '', 'contact_id' => '0', 'user_id' => '0', 'created' => '2018-08-25 00:27:37', 'modified' => '2021-05-18 14:08:08' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => null, 'avatar' => null, 'username' => null, 'name' => null, 'password_clear' => null, 'email' => null, 'tel' => null, 'url' => null, 'color' => null, 'newsletter' => null, 'info' => null, 'status' => null, 'userule_id' => null, 'contact_id' => null, 'client_id' => null, 'created' => null, 'modified' => null ), 'Contact' => array( 'port' => '*****', 'id' => null, 'nom' => null, 'prenom' => null, 'poste' => null, 'adresse' => null, 'cp' => null, 'ville' => null, 'pays' => null, 'email' => null, 'tel' => null, 'information' => null, 'newsletter' => null, 'newslettercat_id' => null, 'client_id' => null, 'user_id' => null, 'status' => null, 'created' => null, 'modified' => null ) ), (int) 12 => array( 'Client' => array( 'id' => '24', 'nom' => 'Entreprise Reulier', 'description' => '', 'meta' => '', 'adresse' => 'Z.A. Allée des Lilas', 'cp' => '49123', 'ville' => 'Ingrandes Sur Loire.', 'site' => 'http://www.entreprise-reulier.fr', 'secteur' => 'artisan', 'logo' => null, 'url' => 'entreprise-reulier', 'status' => '2', 'email' => '', 'contact_id' => '0', 'user_id' => '0', 'created' => '2018-07-24 11:15:48', 'modified' => '2021-05-18 14:08:11' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => null, 'avatar' => null, 'username' => null, 'name' => null, 'password_clear' => null, 'email' => null, 'tel' => null, 'url' => null, 'color' => null, 'newsletter' => null, 'info' => null, 'status' => null, 'userule_id' => null, 'contact_id' => null, 'client_id' => null, 'created' => null, 'modified' => null ), 'Contact' => array( 'port' => '*****', 'id' => null, 'nom' => null, 'prenom' => null, 'poste' => null, 'adresse' => null, 'cp' => null, 'ville' => null, 'pays' => null, 'email' => null, 'tel' => null, 'information' => null, 'newsletter' => null, 'newslettercat_id' => null, 'client_id' => null, 'user_id' => null, 'status' => null, 'created' => null, 'modified' => null ) ), (int) 13 => array( 'Client' => array( 'id' => '17', 'nom' => 'Evolis', 'description' => '', 'meta' => '', 'adresse' => '', 'cp' => '', 'ville' => '', 'site' => '', 'secteur' => 'industrie', 'logo' => null, 'url' => 'evolis', 'status' => '2', 'email' => '', 'contact_id' => '0', 'user_id' => '0', 'created' => '2018-02-01 17:38:23', 'modified' => '2021-05-18 14:08:14' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => null, 'avatar' => null, 'username' => null, 'name' => null, 'password_clear' => null, 'email' => null, 'tel' => null, 'url' => null, 'color' => null, 'newsletter' => null, 'info' => null, 'status' => null, 'userule_id' => null, 'contact_id' => null, 'client_id' => null, 'created' => null, 'modified' => null ), 'Contact' => array( 'port' => '*****', 'id' => null, 'nom' => null, 'prenom' => null, 'poste' => null, 'adresse' => null, 'cp' => null, 'ville' => null, 'pays' => null, 'email' => null, 'tel' => null, 'information' => null, 'newsletter' => null, 'newslettercat_id' => null, 'client_id' => null, 'user_id' => null, 'status' => null, 'created' => null, 'modified' => null ) ), (int) 14 => array( 'Client' => array( 'id' => '23', 'nom' => 'Francisco Reli', 'description' => '', 'meta' => '', 'adresse' => '', 'cp' => '', 'ville' => '', 'site' => 'https://www.franciscoreli.com', 'secteur' => 'createur', 'logo' => null, 'url' => 'francisco-reli', 'status' => '2', 'email' => '', 'contact_id' => '0', 'user_id' => '0', 'created' => '2018-06-27 13:14:11', 'modified' => '2021-05-18 14:08:17' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => null, 'avatar' => null, 'username' => null, 'name' => null, 'password_clear' => null, 'email' => null, 'tel' => null, 'url' => null, 'color' => null, 'newsletter' => null, 'info' => null, 'status' => null, 'userule_id' => null, 'contact_id' => null, 'client_id' => null, 'created' => null, 'modified' => null ), 'Contact' => array( 'port' => '*****', 'id' => null, 'nom' => null, 'prenom' => null, 'poste' => null, 'adresse' => null, 'cp' => null, 'ville' => null, 'pays' => null, 'email' => null, 'tel' => null, 'information' => null, 'newsletter' => null, 'newslettercat_id' => null, 'client_id' => null, 'user_id' => null, 'status' => null, 'created' => null, 'modified' => null ) ), (int) 15 => array( 'Client' => array( 'id' => '33', 'nom' => 'Havéa Ponroy', 'description' => '', 'meta' => '', 'adresse' => '', 'cp' => '', 'ville' => '', 'site' => 'https://www.havea.com', 'secteur' => 'services', 'logo' => null, 'url' => 'havea-ponroy', 'status' => '2', 'email' => '', 'contact_id' => '0', 'user_id' => '0', 'created' => '2019-11-25 12:12:52', 'modified' => '2021-03-30 08:51:45' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => null, 'avatar' => null, 'username' => null, 'name' => null, 'password_clear' => null, 'email' => null, 'tel' => null, 'url' => null, 'color' => null, 'newsletter' => null, 'info' => null, 'status' => null, 'userule_id' => null, 'contact_id' => null, 'client_id' => null, 'created' => null, 'modified' => null ), 'Contact' => array( 'port' => '*****', 'id' => null, 'nom' => null, 'prenom' => null, 'poste' => null, 'adresse' => null, 'cp' => null, 'ville' => null, 'pays' => null, 'email' => null, 'tel' => null, 'information' => null, 'newsletter' => null, 'newslettercat_id' => null, 'client_id' => null, 'user_id' => null, 'status' => null, 'created' => null, 'modified' => null ) ), (int) 16 => array( 'Client' => array( 'id' => '32', 'nom' => 'Heuliez Bus', 'description' => '', 'meta' => '', 'adresse' => '', 'cp' => '', 'ville' => '', 'site' => 'http://www.heuliezbus.com', 'secteur' => 'industrie', 'logo' => null, 'url' => 'heuliez-bus', 'status' => '2', 'email' => '', 'contact_id' => '0', 'user_id' => '0', 'created' => '2019-06-03 17:10:37', 'modified' => '2021-05-18 14:08:20' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => null, 'avatar' => null, 'username' => null, 'name' => null, 'password_clear' => null, 'email' => null, 'tel' => null, 'url' => null, 'color' => null, 'newsletter' => null, 'info' => null, 'status' => null, 'userule_id' => null, 'contact_id' => null, 'client_id' => null, 'created' => null, 'modified' => null ), 'Contact' => array( 'port' => '*****', 'id' => null, 'nom' => null, 'prenom' => null, 'poste' => null, 'adresse' => null, 'cp' => null, 'ville' => null, 'pays' => null, 'email' => null, 'tel' => null, 'information' => null, 'newsletter' => null, 'newslettercat_id' => null, 'client_id' => null, 'user_id' => null, 'status' => null, 'created' => null, 'modified' => null ) ), (int) 17 => array( 'Client' => array( 'id' => '30', 'nom' => 'Image de marque', 'description' => '', 'meta' => '', 'adresse' => '', 'cp' => '', 'ville' => 'cholet', 'site' => 'www.i-marque.fr', 'secteur' => 'services', 'logo' => null, 'url' => 'image-de-marque', 'status' => '2', 'email' => '', 'contact_id' => '0', 'user_id' => '0', 'created' => '2019-01-10 15:28:06', 'modified' => '2021-05-18 14:08:23' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => null, 'avatar' => null, 'username' => null, 'name' => null, 'password_clear' => null, 'email' => null, 'tel' => null, 'url' => null, 'color' => null, 'newsletter' => null, 'info' => null, 'status' => null, 'userule_id' => null, 'contact_id' => null, 'client_id' => null, 'created' => null, 'modified' => null ), 'Contact' => array( 'port' => '*****', 'id' => null, 'nom' => null, 'prenom' => null, 'poste' => null, 'adresse' => null, 'cp' => null, 'ville' => null, 'pays' => null, 'email' => null, 'tel' => null, 'information' => null, 'newsletter' => null, 'newslettercat_id' => null, 'client_id' => null, 'user_id' => null, 'status' => null, 'created' => null, 'modified' => null ) ), (int) 18 => array( 'Client' => array( 'id' => '29', 'nom' => 'Maé Mahé', 'description' => '', 'meta' => '', 'adresse' => '', 'cp' => '', 'ville' => '', 'site' => '', 'secteur' => 'pret-a-porter', 'logo' => null, 'url' => 'mae-mahe', 'status' => '2', 'email' => '', 'contact_id' => '0', 'user_id' => '0', 'created' => '2018-08-28 18:36:28', 'modified' => '2021-05-18 14:08:26' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => null, 'avatar' => null, 'username' => null, 'name' => null, 'password_clear' => null, 'email' => null, 'tel' => null, 'url' => null, 'color' => null, 'newsletter' => null, 'info' => null, 'status' => null, 'userule_id' => null, 'contact_id' => null, 'client_id' => null, 'created' => null, 'modified' => null ), 'Contact' => array( 'port' => '*****', 'id' => null, 'nom' => null, 'prenom' => null, 'poste' => null, 'adresse' => null, 'cp' => null, 'ville' => null, 'pays' => null, 'email' => null, 'tel' => null, 'information' => null, 'newsletter' => null, 'newslettercat_id' => null, 'client_id' => null, 'user_id' => null, 'status' => null, 'created' => null, 'modified' => null ) ), (int) 19 => array( 'Client' => array( 'id' => '37', 'nom' => 'MCD', 'description' => '', 'meta' => '', 'adresse' => '', 'cp' => '', 'ville' => '', 'site' => '', 'secteur' => 'industrie', 'logo' => null, 'url' => 'mcd', 'status' => '2', 'email' => '', 'contact_id' => '0', 'user_id' => '0', 'created' => '2020-02-04 10:25:40', 'modified' => '2021-05-18 14:08:30' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => null, 'avatar' => null, 'username' => null, 'name' => null, 'password_clear' => null, 'email' => null, 'tel' => null, 'url' => null, 'color' => null, 'newsletter' => null, 'info' => null, 'status' => null, 'userule_id' => null, 'contact_id' => null, 'client_id' => null, 'created' => null, 'modified' => null ), 'Contact' => array( 'port' => '*****', 'id' => null, 'nom' => null, 'prenom' => null, 'poste' => null, 'adresse' => null, 'cp' => null, 'ville' => null, 'pays' => null, 'email' => null, 'tel' => null, 'information' => null, 'newsletter' => null, 'newslettercat_id' => null, 'client_id' => null, 'user_id' => null, 'status' => null, 'created' => null, 'modified' => null ) ), (int) 20 => array( 'Client' => array( 'id' => '38', 'nom' => 'Meubles Auger', 'description' => '', 'meta' => '', 'adresse' => '', 'cp' => '', 'ville' => '', 'site' => '', 'secteur' => 'industrie', 'logo' => null, 'url' => 'meubles-auger', 'status' => '2', 'email' => '', 'contact_id' => '0', 'user_id' => '0', 'created' => '2020-02-04 10:26:00', 'modified' => '2021-05-18 14:08:33' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => null, 'avatar' => null, 'username' => null, 'name' => null, 'password_clear' => null, 'email' => null, 'tel' => null, 'url' => null, 'color' => null, 'newsletter' => null, 'info' => null, 'status' => null, 'userule_id' => null, 'contact_id' => null, 'client_id' => null, 'created' => null, 'modified' => null ), 'Contact' => array( 'port' => '*****', 'id' => null, 'nom' => null, 'prenom' => null, 'poste' => null, 'adresse' => null, 'cp' => null, 'ville' => null, 'pays' => null, 'email' => null, 'tel' => null, 'information' => null, 'newsletter' => null, 'newslettercat_id' => null, 'client_id' => null, 'user_id' => null, 'status' => null, 'created' => null, 'modified' => null ) ), (int) 21 => array( 'Client' => array( 'id' => '31', 'nom' => 'Mulliez Flory', 'description' => '', 'meta' => '', 'adresse' => '', 'cp' => '', 'ville' => '', 'site' => 'https://www.mulliez-flory.fr', 'secteur' => 'mode', 'logo' => null, 'url' => 'mulliez-flory', 'status' => '2', 'email' => '', 'contact_id' => '0', 'user_id' => '0', 'created' => '2019-06-03 17:09:28', 'modified' => '2021-03-16 15:27:55' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => null, 'avatar' => null, 'username' => null, 'name' => null, 'password_clear' => null, 'email' => null, 'tel' => null, 'url' => null, 'color' => null, 'newsletter' => null, 'info' => null, 'status' => null, 'userule_id' => null, 'contact_id' => null, 'client_id' => null, 'created' => null, 'modified' => null ), 'Contact' => array( 'port' => '*****', 'id' => null, 'nom' => null, 'prenom' => null, 'poste' => null, 'adresse' => null, 'cp' => null, 'ville' => null, 'pays' => null, 'email' => null, 'tel' => null, 'information' => null, 'newsletter' => null, 'newslettercat_id' => null, 'client_id' => null, 'user_id' => null, 'status' => null, 'created' => null, 'modified' => null ) ), (int) 22 => array( 'Client' => array( 'id' => '25', 'nom' => 'NU Natural & Unique', 'description' => '', 'meta' => '', 'adresse' => '', 'cp' => '', 'ville' => '', 'site' => '', 'secteur' => 'pret-a-porter', 'logo' => null, 'url' => 'nu-natural-unique', 'status' => '2', 'email' => '', 'contact_id' => '0', 'user_id' => '0', 'created' => '2018-07-25 11:33:45', 'modified' => '2021-05-18 14:08:36' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => null, 'avatar' => null, 'username' => null, 'name' => null, 'password_clear' => null, 'email' => null, 'tel' => null, 'url' => null, 'color' => null, 'newsletter' => null, 'info' => null, 'status' => null, 'userule_id' => null, 'contact_id' => null, 'client_id' => null, 'created' => null, 'modified' => null ), 'Contact' => array( 'port' => '*****', 'id' => null, 'nom' => null, 'prenom' => null, 'poste' => null, 'adresse' => null, 'cp' => null, 'ville' => null, 'pays' => null, 'email' => null, 'tel' => null, 'information' => null, 'newsletter' => null, 'newslettercat_id' => null, 'client_id' => null, 'user_id' => null, 'status' => null, 'created' => null, 'modified' => null ) ), (int) 23 => array( 'Client' => array( 'id' => '40', 'nom' => 'Papin & Associés', 'description' => '', 'meta' => '', 'adresse' => '', 'cp' => '', 'ville' => '', 'site' => '', 'secteur' => 'services', 'logo' => null, 'url' => 'papin-associes', 'status' => '2', 'email' => '', 'contact_id' => '0', 'user_id' => '0', 'created' => '2020-02-04 10:26:53', 'modified' => '2021-05-18 14:08:39' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => null, 'avatar' => null, 'username' => null, 'name' => null, 'password_clear' => null, 'email' => null, 'tel' => null, 'url' => null, 'color' => null, 'newsletter' => null, 'info' => null, 'status' => null, 'userule_id' => null, 'contact_id' => null, 'client_id' => null, 'created' => null, 'modified' => null ), 'Contact' => array( 'port' => '*****', 'id' => null, 'nom' => null, 'prenom' => null, 'poste' => null, 'adresse' => null, 'cp' => null, 'ville' => null, 'pays' => null, 'email' => null, 'tel' => null, 'information' => null, 'newsletter' => null, 'newslettercat_id' => null, 'client_id' => null, 'user_id' => null, 'status' => null, 'created' => null, 'modified' => null ) ), (int) 24 => array( 'Client' => array( 'id' => '10', 'nom' => 'Portes Chauvat', 'description' => '', 'meta' => '', 'adresse' => '', 'cp' => '', 'ville' => '', 'site' => '', 'secteur' => 'industrie', 'logo' => null, 'url' => 'portes-chauvat', 'status' => '2', 'email' => '', 'contact_id' => '0', 'user_id' => '0', 'created' => '2017-05-24 14:50:37', 'modified' => '2021-05-18 14:08:42' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => null, 'avatar' => null, 'username' => null, 'name' => null, 'password_clear' => null, 'email' => null, 'tel' => null, 'url' => null, 'color' => null, 'newsletter' => null, 'info' => null, 'status' => null, 'userule_id' => null, 'contact_id' => null, 'client_id' => null, 'created' => null, 'modified' => null ), 'Contact' => array( 'port' => '*****', 'id' => null, 'nom' => null, 'prenom' => null, 'poste' => null, 'adresse' => null, 'cp' => null, 'ville' => null, 'pays' => null, 'email' => null, 'tel' => null, 'information' => null, 'newsletter' => null, 'newslettercat_id' => null, 'client_id' => null, 'user_id' => null, 'status' => null, 'created' => null, 'modified' => null ) ), (int) 25 => array( 'Client' => array( 'id' => '50', 'nom' => 'Respekt', 'description' => '', 'meta' => 'respect, marque ethique, tee-shirt, prêt a porter', 'adresse' => '', 'cp' => '', 'ville' => '', 'site' => 'https://www.rt-respekt.com', 'secteur' => null, 'logo' => null, 'url' => 'respekt', 'status' => '2', 'email' => 'bruno.chretien@wanadoo.fr', 'contact_id' => '0', 'user_id' => '23', 'created' => '0000-00-00 00:00:00', 'modified' => '2021-05-21 09:21:41' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => '23', 'avatar' => 'respekt-logo-1557839620.jpg.png', 'username' => 'Respekt', 'name' => null, 'password_clear' => 'Gun3Iph6', 'email' => 'bruno.chretien@wanadoo.fr', 'tel' => null, 'url' => 'respekt', 'color' => null, 'newsletter' => '', 'info' => '', 'status' => '1', 'userule_id' => '5', 'contact_id' => '0', 'client_id' => '50', 'created' => '2021-05-21 09:19:26', 'modified' => '2021-05-21 09:21:00' ), 'Contact' => array( 'port' => '*****', 'id' => null, 'nom' => null, 'prenom' => null, 'poste' => null, 'adresse' => null, 'cp' => null, 'ville' => null, 'pays' => null, 'email' => null, 'tel' => null, 'information' => null, 'newsletter' => null, 'newslettercat_id' => null, 'client_id' => null, 'user_id' => null, 'status' => null, 'created' => null, 'modified' => null ) ), (int) 26 => array( 'Client' => array( 'id' => '39', 'nom' => 'Ruiz sur mesure', 'description' => '', 'meta' => '', 'adresse' => '', 'cp' => '', 'ville' => '', 'site' => '', 'secteur' => 'createur', 'logo' => null, 'url' => 'ruiz-sur-mesure', 'status' => '2', 'email' => '', 'contact_id' => '0', 'user_id' => '0', 'created' => '2020-02-04 10:26:31', 'modified' => '2021-05-18 14:08:46' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => null, 'avatar' => null, 'username' => null, 'name' => null, 'password_clear' => null, 'email' => null, 'tel' => null, 'url' => null, 'color' => null, 'newsletter' => null, 'info' => null, 'status' => null, 'userule_id' => null, 'contact_id' => null, 'client_id' => null, 'created' => null, 'modified' => null ), 'Contact' => array( 'port' => '*****', 'id' => null, 'nom' => null, 'prenom' => null, 'poste' => null, 'adresse' => null, 'cp' => null, 'ville' => null, 'pays' => null, 'email' => null, 'tel' => null, 'information' => null, 'newsletter' => null, 'newslettercat_id' => null, 'client_id' => null, 'user_id' => null, 'status' => null, 'created' => null, 'modified' => null ) ), (int) 27 => array( 'Client' => array( 'id' => '8', 'nom' => 'Safety First', 'description' => '', 'meta' => '', 'adresse' => '', 'cp' => '49300', 'ville' => 'Cholet', 'site' => 'https://www.safety1st.com/fr-fr/', 'secteur' => 'puericulture', 'logo' => 'safety-1st-logo.png', 'url' => 'safety-first', 'status' => '2', 'email' => '', 'contact_id' => '0', 'user_id' => '0', 'created' => '2016-06-15 10:51:33', 'modified' => '2021-05-18 14:08:50' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => null, 'avatar' => null, 'username' => null, 'name' => null, 'password_clear' => null, 'email' => null, 'tel' => null, 'url' => null, 'color' => null, 'newsletter' => null, 'info' => null, 'status' => null, 'userule_id' => null, 'contact_id' => null, 'client_id' => null, 'created' => null, 'modified' => null ), 'Contact' => array( 'port' => '*****', 'id' => null, 'nom' => null, 'prenom' => null, 'poste' => null, 'adresse' => null, 'cp' => null, 'ville' => null, 'pays' => null, 'email' => null, 'tel' => null, 'information' => null, 'newsletter' => null, 'newslettercat_id' => null, 'client_id' => null, 'user_id' => null, 'status' => null, 'created' => null, 'modified' => null ) ), (int) 28 => array( 'Client' => array( 'id' => '3', 'nom' => 'Terre de Marins', 'description' => '', 'meta' => '', 'adresse' => 'Z.I. la Bergerie - Rue Eiffel - BP 16', 'cp' => '49280', 'ville' => ' La Séguinière', 'site' => 'www.terredemarins.fr', 'secteur' => 'mode', 'logo' => null, 'url' => 'terre-de-marins', 'status' => '2', 'email' => '', 'contact_id' => '0', 'user_id' => '13', 'created' => '2016-03-17 16:50:25', 'modified' => '2021-03-16 14:25:23' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => '13', 'avatar' => 'logo_terre_de_marins.jpg', 'username' => 'TDMarins', 'name' => null, 'password_clear' => 'VZjae84l', 'email' => 's.momeux@terredemarins.com', 'tel' => null, 'url' => 'tdmarins', 'color' => null, 'newsletter' => '', 'info' => '<p style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-stretch: normal; line-height: normal; font-family: Helvetica;">Hello Séverine,</p><p style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-stretch: normal; line-height: normal; font-family: Helvetica; min-height: 14px;"><br></p><p style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-stretch: normal; line-height: normal; font-family: Helvetica;">Pour information, les photos PRODUITS Collection PE24 &nbsp;de la Session1et 2 (Photos Traitées BDef pour Web) sont à disposition sur le serveur ftp :</p><p style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-stretch: normal; line-height: normal; font-family: Helvetica;">&nbsp;" TDM-PHOTOSPRODUITSBDEF-S1et2-PE24.zip "</p><p style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-stretch: normal; line-height: normal; font-family: Helvetica; min-height: 14px;"><br></p><p style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-stretch: normal; line-height: normal; font-family: Helvetica; min-height: 14px;">Belle journée !<br></p><p style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-stretch: normal; line-height: normal; font-family: Helvetica; min-height: 14px;"><br></p><p style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-stretch: normal; line-height: normal; font-family: Helvetica;">Séverine</p><p style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-stretch: normal; line-height: normal; font-family: Helvetica;">STUDIO HV</p>', 'status' => '1', 'userule_id' => '3', 'contact_id' => '0', 'client_id' => '3', 'created' => '2021-03-11 14:28:44', 'modified' => '2023-06-12 14:15:36' ), 'Contact' => array( 'port' => '*****', 'id' => null, 'nom' => null, 'prenom' => null, 'poste' => null, 'adresse' => null, 'cp' => null, 'ville' => null, 'pays' => null, 'email' => null, 'tel' => null, 'information' => null, 'newsletter' => null, 'newslettercat_id' => null, 'client_id' => null, 'user_id' => null, 'status' => null, 'created' => null, 'modified' => null ) ) ) $services_list = array( (int) 0 => array( 'Service' => array( 'id' => '11', 'titre' => 'Culinaire & restauration', 'description' => 'Donnez une image savoureuse de vos produits et de votre entreprise.', 'meta' => 'cuisine, cuisiner, gastronomie, gastronomique, préparation, préparations, préparer, recette, recettes, pâte, pâtes, pates, plat, plats, cuisinier, cuisiniers, équipe, équipes, cuisson, cuissons, spécialité, spécialités, tradition, traditions, ingrédient, ingrédients, sélection, sélectionné, sélectionnés, sushi, sushis, talents, couscous, légume, légumes, menu, menus, carte, cartes, chinois, déguster, dégustez, dégustation, saveur, saveurs, savourer, goût, goûts, gratin, gratins, raclette, restaurant, restauration, restaurants, bistro, bistros, jarret, jarrets, robot, robots, usages, usage, ustensile, ustensiles, sauce, sauces, culture, repas, tarte, tartes, plaisir, plaisirs, partage, partager, moments, moment, convivial, conviviale, convivialité, gourmand, gourmandises, gourmands, spécialités, spécialité, origine, origines, original, originalité, saveur, saveurs, savourer, savoureux, met, mets, qualité, surprise, surprises, surprenant, surprenante', 'body' => '<p><span style="letter-spacing: 0.01em;"><b>Visez l’excellence de la lumière, dès lors une seule recette s’impose, une écoute attentive de notre part et une vigilance permanente pour une recherche de solutions nouvelles, évolutives, efficientes et créatives.</b></span><br></p><div><p style="margin-bottom: 0px; text-align: justify; font-stretch: normal; font-size: 13px; line-height: normal; font-family: &quot;Kohinoor Bangla&quot;;"><span style="font-size: 12px;">Une bonne photo culinaire est un savant équilibre entre la lumière, la palette des couleurs et la saveur qui émane de la prise. C’est un travail en commun avec la styliste culinaire.</span></p></div><div><br></div>', 'thumb' => 'header-culinaire.jpg', 'url' => 'culinaire-restauration', 'type' => 'custom', 'element' => 'culinaire-restauration', 'module_a' => 'services/none', 'module_b' => 'services/gal-photos', 'module_c' => 'modules/bandeau-contact', 'status' => '2', 'user_id' => '2', 'created' => '2020-01-23 17:23:51', 'modified' => '2020-02-08 11:45:54' ) ), (int) 1 => array( 'Service' => array( 'id' => '12', 'titre' => 'Mode et prêt à porter', 'description' => 'Apprêtez votre image de marque et valorisez vos collections. Afin de marquer votre singularité l'image de votre entreprise doit être représentative de votre univers et de votre style.', 'meta' => 'store, pop-up store, stratégie, stratégies, segmentation, segments, segment, merchandising, showroom, showroom, ligne, lignes, confection, confections, confectionner, boutique, boutiques, mode, modes, couture, coutures, cousu, cousus, luxe, luxueux, luxueuse, vêtement, vêtements, habit, habits, habiller, habillé, habillée, couturier, couturière, haute couture, défilé, défilés, styliste, stylistes, style, styles, stylé, sur-mesure, mesurer, masculin, masculins, homme, hommes, collection, collections, collectionner, accessoire, accessoires, accessoiriser, créateur, créateurs, créatrices, créer, crée, lingerie, robe, robes, féminin, femme, femmes, magasin, magasins, boutique, boutiques, habillement, habiller, chaussure, chaussures, marque, marques, maroquinerie, intérêt, intérêts, intéret, cliente, client, clients, clientes, tailleur, tailleurs, crédit, crédits, bijou, bijoux, piqûre, piqûres, piqure, raccord, raccords, point, points, tissu, tissus, vendeuse, vendeur, vendeurs, vendeuses, confectionneur, confectionneurs, confectionner, confectionné, fabrique, fabrication, fabriqué, fabriquer, obligation, obligations, besoin, besoins, enclin, importance, important, importante, importants, influence, influences, influencer, influencé, influencée, nouveau, nouveauté, nouveaux, nouveautés, nouvelle, nouvelles, couleur, couleurs, coloris, colori, matière, matières, size, sizes, qualité, qualités, quantité, stock, stocks, inspiration, inspirations, solde, soldes, réduction, réductions, prix, tarif, tarifs, impression, impressions, model, models, mannequin, mannequins', 'body' => '<p><b>Apprêtez votre image de marque et valorisez vos collections !</b></p><p>Afin de marquer votre singularité, l'image de votre entreprise doit être représentative de votre univers et de votre style. </p><p>La mode et le prêt à porter sont des secteurs imprégnés dans la culture du studio HV de par son implication dans des projets à long terme.</p><p>Nous rechercherons pour vous les meilleures solutions afin de mettre en valeur une image authentique et inspirante de votre entreprise au travers d'un plan d'actions de communication concret. Nous vous accompagnons pour révélez votre identité.</p><br>', 'thumb' => 'header-pap-1920x1252.jpg', 'url' => 'mode-et-pret-a-porter', 'type' => 'custom', 'element' => 'mode-pap', 'module_a' => 'services/gal-photos', 'module_b' => 'modules/bandeau-clients', 'module_c' => 'modules/bandeau-contact', 'status' => '2', 'user_id' => '2', 'created' => '2020-01-24 09:37:05', 'modified' => '2020-03-02 17:30:36' ) ) ) $photos_cats = array() $pages_list = array( (int) 0 => array( 'Page' => array( 'nom' => 'Studio Photo', 'id' => '2', 'titre' => 'Studio Photo', 'description' => 'Le studio HV est une agence créative pour la production de vos photographies et vidéos.', 'meta' => '', 'body' => '<p>Nous réalisons la mise en image de vos produits et de vos services, que ce soit en studio, packshot, lookbook ou en extérieur. Photographe, retoucheur, graphiste et directeurs artistiques sont intégrés au studio afin de vous apporter un savoir faire et un suivi de projet à tout instant.&nbsp;</p>', 'intro' => 'est une agence créative pour la production de vos photographies', 'thumb' => '', 'url' => 'studio-photo', 'type' => 'custom', 'element' => 'studio-photo', 'element_eng' => '', 'module_a' => 'bandeau-services', 'module_b' => 'none', 'module_c' => 'bandeau-clients', 'status' => '2', 'alaune' => '1', 'user_id' => '2', 'created' => '2020-01-14 17:45:17', 'modified' => '2021-03-12 09:52:29' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => null, 'avatar' => null, 'username' => null, 'name' => null, 'password_clear' => null, 'email' => null, 'tel' => null, 'url' => null, 'color' => null, 'newsletter' => null, 'info' => null, 'status' => null, 'userule_id' => null, 'contact_id' => null, 'client_id' => null, 'created' => null, 'modified' => null ) ), (int) 1 => array( 'Page' => array( 'nom' => 'studio video digital', 'id' => '3', 'titre' => 'Video, Motion & digital', 'description' => 'Nous réalisons la production de vos films publicitaires, digitaux et de films événementiels. Photographe, retoucheur, graphiste et directeurs artistiques sont intégrés au studio afin de vous apporter un savoir faire et un suivi de projet à tout instant. ', 'meta' => 'video, digital, motion, film, publicitaire, spot, institutionnel, promotionnelle', 'body' => '<p>Nous réalisons la production de vos films publicitaires, événementiels, spots et produits digitaux animé. Photographe, retoucheur, graphiste et directeurs artistiques sont intégrés au studio afin de vous apporter un savoir faire et un suivi de projet à tout instant.&nbsp;</p>', 'intro' => 'est une agence créative pour la production de vos vidéos et produits digitaux', 'thumb' => '', 'url' => 'studio-video-digital', 'type' => 'custom', 'element' => 'studio-video-digital', 'element_eng' => '', 'module_a' => 'bandeau-services', 'module_b' => 'none', 'module_c' => 'bandeau-clients', 'status' => '2', 'alaune' => '1', 'user_id' => '0', 'created' => '2021-03-09 17:40:47', 'modified' => '2021-03-12 09:52:35' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => null, 'avatar' => null, 'username' => null, 'name' => null, 'password_clear' => null, 'email' => null, 'tel' => null, 'url' => null, 'color' => null, 'newsletter' => null, 'info' => null, 'status' => null, 'userule_id' => null, 'contact_id' => null, 'client_id' => null, 'created' => null, 'modified' => null ) ), (int) 2 => array( 'Page' => array( 'nom' => 'production photographie', 'id' => '4', 'titre' => 'Production Photo & Video', 'description' => '', 'meta' => '', 'body' => '<p>Nous organisons nos productions photos et vidéos partout en France, en Europe et dans le Monde.&nbsp;</p><div><br></div>', 'intro' => 'est une agence créative pour la production de vos photographies.', 'thumb' => '', 'url' => 'production-photographie', 'type' => 'custom', 'element' => 'production-photo', 'element_eng' => '', 'module_a' => 'bandeau-services', 'module_b' => 'none', 'module_c' => 'bandeau-clients', 'status' => '2', 'alaune' => '1', 'user_id' => '0', 'created' => '2021-03-09 17:41:48', 'modified' => '2021-03-12 09:52:42' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => null, 'avatar' => null, 'username' => null, 'name' => null, 'password_clear' => null, 'email' => null, 'tel' => null, 'url' => null, 'color' => null, 'newsletter' => null, 'info' => null, 'status' => null, 'userule_id' => null, 'contact_id' => null, 'client_id' => null, 'created' => null, 'modified' => null ) ), (int) 3 => array( 'Page' => array( 'nom' => 'post-production', 'id' => '5', 'titre' => 'Post-Production', 'description' => '', 'meta' => '', 'body' => '<p>Nous organisons nos productions photos et vidéos partout en France, en Europe et dans le Monde.&nbsp;</p><div><br></div>', 'intro' => 'est une agence créative pour la production de vos photographies.', 'thumb' => '', 'url' => 'post-production', 'type' => 'custom', 'element' => 'post-production', 'element_eng' => '', 'module_a' => 'bandeau-services', 'module_b' => 'none', 'module_c' => 'bandeau-clients', 'status' => '2', 'alaune' => '1', 'user_id' => '0', 'created' => '2021-03-09 17:42:17', 'modified' => '2021-03-12 09:52:49' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => null, 'avatar' => null, 'username' => null, 'name' => null, 'password_clear' => null, 'email' => null, 'tel' => null, 'url' => null, 'color' => null, 'newsletter' => null, 'info' => null, 'status' => null, 'userule_id' => null, 'contact_id' => null, 'client_id' => null, 'created' => null, 'modified' => null ) ), (int) 4 => array( 'Page' => array( 'nom' => 'Nous contacter', 'id' => '20', 'titre' => 'Nous contacter', 'description' => 'Venez nous rencontrer et découvrez notre studio et toutes ses possibilités. Vous avez un projet ? parlons en ensemble.', 'meta' => 'contact, studio, hv, studio hv, cholet, nantes, angers', 'body' => '<p>Venez nous rencontrer et découvrez notre studio et toutes ses possibilités. Vous avez un projet ? parlons en ensemble.<br></p>', 'intro' => 'Vous avez un projet ? parlons en ensemble.', 'thumb' => '', 'url' => 'nous-contacter', 'type' => 'custom', 'element' => 'contact', 'element_eng' => '', 'module_a' => 'none', 'module_b' => 'none', 'module_c' => 'bandeau-clients', 'status' => '2', 'alaune' => '1', 'user_id' => '2', 'created' => '2020-01-09 00:00:00', 'modified' => '2021-03-12 10:44:08' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => null, 'avatar' => null, 'username' => null, 'name' => null, 'password_clear' => null, 'email' => null, 'tel' => null, 'url' => null, 'color' => null, 'newsletter' => null, 'info' => null, 'status' => null, 'userule_id' => null, 'contact_id' => null, 'client_id' => null, 'created' => null, 'modified' => null ) ) ) $sidebarbottom = 'none' $sidebartop = 'none' $sidebarright = 'none' $sidebarleft = 'none' $footerback = 'none' $footer = 'footer' $asideright = 'none' $asideleft = 'none' $header = 'header' $googleplus = '' $youtube = '' $linkedin = 'https://www.linkedin.com/company/studio-hv' $vimeo = 'https://vimeo.com/studiohv' $pinterest = 'http://www.pinterest.com/studiohvphoto/' $behance = '' $cinqpx = '' $twitter = 'https://twitter.com/hv_studio' $instagram = 'https://www.instagram.com/studiohv49/' $facebook = 'https://www.facebook.com/studiophotohv' $googletracking = 'UA-73664602-1' $googlecodeverif = 'FPDsK8ySquzcR895z1Qn_OLk40SZ-Yq_Y1s6roFfcSk' $appname = 'Studio HV' $siteemail = 'contact@studiohv.fr' $siteurl = 'https://www.fabrice-audio.fr' $sitetemplate = 'StudioHV21' $sitetheme = 'StudioHV21' $settings = array( (int) 0 => array( 'Setting' => array( 'id' => '1', 'key' => 'Site.status', 'value' => 'online', 'input_type' => 'checkbox', 'created' => '2015-09-21 12:21:39', 'updated' => '2020-02-04 18:22:19' ) ), (int) 1 => array( 'Setting' => array( 'id' => '2', 'key' => 'Site.title', 'value' => 'Studio HV | Studio Photo et agence de communication | Cholet - Nantes - Angers', 'input_type' => 'text', 'created' => '2015-09-21 12:21:39', 'updated' => '2018-09-11 09:19:00' ) ), (int) 2 => array( 'Setting' => array( 'id' => '3', 'key' => 'Meta.description', 'value' => 'Studio photo basé à cholet, Studio HV et son agence réalise pour vous votre communication basée sur l'image. Packshot, reportage, portrait, mode, prêt à porter, catalogues, digital l'agence vous apportera conseils et savoir faire.', 'input_type' => 'textarea', 'created' => '2015-09-21 12:21:39', 'updated' => '2018-07-25 09:34:08' ) ), (int) 3 => array( 'Setting' => array( 'id' => '4', 'key' => 'Meta.keywords', 'value' => 'photo, photographie, photographe, creation, graphique, graphisme, conception, webdesign, photoshop, retouche, vidéo, animation, 3D, direction, artistique, code, webdesign, site, internet, html, css, ilustrator, indesign, dreamweaver, seo, referencementphoto, photographie, photographe, studio, cholet, nantes, france, agence, pub, conseil, publicité, shootings, image, images, créateur, creation, conception, réalisation, production, shooting, prise, de vue, lookbook, photos, culinaire, pdv, portrait, fond, cyclo, éclairage, elinchrom, torches, lumière, lumiere, video, fonds, mode, textile, accessoire, detail, broderie, robe, jean, chaussure, close, up, beauté, beauty, seances, seance, production, organisation, casting, modèle, modèles, mannequin, retouche, retoucher, split, frequency, dodge, burn, grain, peau, accessoires, maille, vpc, creation, graphique, graphisme, conception, webdesign, photoshop, retouche, vidéo, animation, 3D, direction, artistique, code, html, css, javascript, cake, webdesigner, site internet, web, webdesign, site, internet, html5, css3, ilustrator, illustrations, mise en page, maquette, maquettes, catalogues, plaquette, logotype, logos, charte, graphique, indesign, dreamweaver, seo, referencement', 'input_type' => 'textarea', 'created' => '2015-09-21 12:21:39', 'updated' => '2017-05-09 16:23:58' ) ), (int) 4 => array( 'Setting' => array( 'id' => '5', 'key' => 'Site.theme', 'value' => 'studio-hv', 'input_type' => 'checktheme', 'created' => '2015-09-21 12:21:39', 'updated' => '2018-06-25 12:28:32' ) ), (int) 5 => array( 'Setting' => array( 'id' => '6', 'key' => 'Site.admin_theme', 'value' => 'cuber-studiohv', 'input_type' => 'text', 'created' => '2015-09-21 12:21:39', 'updated' => '2018-01-14 11:10:14' ) ), (int) 6 => array( 'Setting' => array( 'id' => '7', 'key' => 'Site.email', 'value' => 'contact@studiohv.fr', 'input_type' => 'text', 'created' => '2015-09-21 12:21:39', 'updated' => '2017-05-09 16:24:03' ) ), (int) 7 => array( 'Setting' => array( 'id' => '8', 'key' => 'App.name', 'value' => 'Studio HV', 'input_type' => 'text', 'created' => '0000-00-00 00:00:00', 'updated' => '2018-08-24 15:05:15' ) ), (int) 8 => array( 'Setting' => array( 'id' => '9', 'key' => 'Google.codeverif', 'value' => 'FPDsK8ySquzcR895z1Qn_OLk40SZ-Yq_Y1s6roFfcSk', 'input_type' => 'text', 'created' => '0000-00-00 00:00:00', 'updated' => '2017-05-09 16:24:09' ) ), (int) 9 => array( 'Setting' => array( 'id' => '10', 'key' => 'Google.tracking', 'value' => 'UA-73664602-1', 'input_type' => 'text', 'created' => '0000-00-00 00:00:00', 'updated' => '0000-00-00 00:00:00' ) ), (int) 10 => array( 'Setting' => array( 'id' => '11', 'key' => 'Id.facebook', 'value' => 'https://www.facebook.com/studiophotohv', 'input_type' => 'text', 'created' => '0000-00-00 00:00:00', 'updated' => '0000-00-00 00:00:00' ) ), (int) 11 => array( 'Setting' => array( 'id' => '12', 'key' => 'Id.instagram', 'value' => 'https://www.instagram.com/studiohv49/', 'input_type' => 'text', 'created' => '0000-00-00 00:00:00', 'updated' => '0000-00-00 00:00:00' ) ), (int) 12 => array( 'Setting' => array( 'id' => '13', 'key' => 'Id.twitter', 'value' => 'https://twitter.com/hv_studio', 'input_type' => 'text', 'created' => '0000-00-00 00:00:00', 'updated' => '2018-08-24 15:05:51' ) ), (int) 13 => array( 'Setting' => array( 'id' => '14', 'key' => 'Id.500px', 'value' => '', 'input_type' => 'text', 'created' => '0000-00-00 00:00:00', 'updated' => '0000-00-00 00:00:00' ) ), (int) 14 => array( 'Setting' => array( 'id' => '15', 'key' => 'Id.behance', 'value' => '', 'input_type' => 'text', 'created' => '0000-00-00 00:00:00', 'updated' => '0000-00-00 00:00:00' ) ), (int) 15 => array( 'Setting' => array( 'id' => '16', 'key' => 'Id.pinterest', 'value' => 'http://www.pinterest.com/studiohvphoto/', 'input_type' => 'text', 'created' => '0000-00-00 00:00:00', 'updated' => '2018-07-31 10:54:05' ) ), (int) 16 => array( 'Setting' => array( 'id' => '17', 'key' => 'Id.vimeo', 'value' => 'https://vimeo.com/studiohv', 'input_type' => 'text', 'created' => '0000-00-00 00:00:00', 'updated' => '0000-00-00 00:00:00' ) ), (int) 17 => array( 'Setting' => array( 'id' => '18', 'key' => 'Id.linkedin', 'value' => 'https://www.linkedin.com/company/studio-hv', 'input_type' => 'text', 'created' => '0000-00-00 00:00:00', 'updated' => '2018-07-31 10:51:32' ) ), (int) 18 => array( 'Setting' => array( 'id' => '19', 'key' => 'Id.youtube', 'value' => '', 'input_type' => 'text', 'created' => '0000-00-00 00:00:00', 'updated' => '2017-09-28 18:43:32' ) ), (int) 19 => array( 'Setting' => array( 'id' => '20', 'key' => 'Id.googleplus', 'value' => '', 'input_type' => 'text', 'created' => '0000-00-00 00:00:00', 'updated' => '0000-00-00 00:00:00' ) ), (int) 20 => array( 'Setting' => array( 'id' => '21', 'key' => 'Mod.header', 'value' => 'header', 'input_type' => 'text', 'created' => '0000-00-00 00:00:00', 'updated' => '2018-01-16 18:27:36' ) ), (int) 21 => array( 'Setting' => array( 'id' => '22', 'key' => 'Mod.aside.left', 'value' => 'none', 'input_type' => 'text', 'created' => '0000-00-00 00:00:00', 'updated' => '2017-12-21 23:28:58' ) ), (int) 22 => array( 'Setting' => array( 'id' => '23', 'key' => 'Mod.aside.right', 'value' => 'none', 'input_type' => 'text', 'created' => '0000-00-00 00:00:00', 'updated' => '2017-10-01 01:06:49' ) ), (int) 23 => array( 'Setting' => array( 'id' => '24', 'key' => 'Mod.footer', 'value' => 'footer', 'input_type' => 'text', 'created' => '0000-00-00 00:00:00', 'updated' => '2018-01-16 18:44:29' ) ), (int) 24 => array( 'Setting' => array( 'id' => '25', 'key' => 'Mod.footer.back', 'value' => 'none', 'input_type' => 'text', 'created' => '0000-00-00 00:00:00', 'updated' => '2017-12-21 22:50:22' ) ), (int) 25 => array( 'Setting' => array( 'id' => '26', 'key' => 'Mod.sidebar.left', 'value' => 'none', 'input_type' => 'text', 'created' => '0000-00-00 00:00:00', 'updated' => '2017-10-01 01:07:11' ) ), (int) 26 => array( 'Setting' => array( 'id' => '27', 'key' => 'Mod.sidebar.right', 'value' => 'none', 'input_type' => 'text', 'created' => '0000-00-00 00:00:00', 'updated' => '0000-00-00 00:00:00' ) ), (int) 27 => array( 'Setting' => array( 'id' => '28', 'key' => 'Mod.sidebar.top', 'value' => 'none', 'input_type' => 'text', 'created' => '0000-00-00 00:00:00', 'updated' => '0000-00-00 00:00:00' ) ), (int) 28 => array( 'Setting' => array( 'id' => '29', 'key' => 'Mod.sidebar.bottom', 'value' => 'none', 'input_type' => 'text', 'created' => '0000-00-00 00:00:00', 'updated' => '0000-00-00 00:00:00' ) ) ) $userid = array() $configlang = null</pre><pre class="stack-trace">include - APP/View/Themed/StudioHV21/Photos/client.ctp, line 15 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 117</pre></div></pre> </h2> </div> </div> </div> </section> <!-- Portfolio Section --> <section id="main-section" class="container"> <div class="container-fluid"> <div class="row"> <div id="" class="col-12 col-md-8 offset-md-4"> <!-- Portfolio Wrap --> <div id="isotope-wrap" class="" style="margin-bottom: 40px"> <!-- Portfolio Columns --> <div id="grid-packery" class="masonry packery grid-troiscols"> <div class="grid-sizer"></div> <div class="gutter-sizer"></div> </div> <!-- pagination --> <div id="navinfinite" class="text-center load-more top_45 bottom_60"> <div class="page-load-status"> <div class="loader-ellips infinite-scroll-request"> <span class="loader-ellips__dot"></span> <span class="loader-ellips__dot"></span> <span class="loader-ellips__dot"></span> <span class="loader-ellips__dot"></span> </div> <p class="infinite-scroll-last titre-xsmall alt-font"> . </p> <p class="infinite-scroll-error"> Erreur de chargement, veuillez recharger cette page. </p> </div> <div id="next" class="next" style="display:none"> <span class="nextpage next btn btn-white">Next »</span> </div> </div> <!-- End Pagination --> </div> </div> </div> </div> </section> <!--/Hero Section --> <div style="clear: both;"></div> <div style="clear: both;"></div> <section id="footer-nav" class="container small-section bg-black color-code" data-color="black-bg"> <div class="container-fluid"> <div class="row"> <div class="col-xs-12 col-sm-12" style="margin-bottom:20px;"> <a href="/"> <img id="bottom-logo" srtyle="max-width:200px" src="/files/images/logo-white.png" alt="Loader Logo"> </a> </div> <div class="col-xs-12 col-sm-6"> <h6 class="text-small uppercase">Studio HV</h6> <p class="text-xsmall"> Ouvert du lundi au vendredi.<br/> de 9h à 12h30 et de 14h à 18h30.<br/> <br/> 7 Square des Grandes Claies, 49300 Cholet - France<br/> <br/> Nous appeller : <b><a href="tel:+33241581976">02 41 58 19 76</a></b> <br/> Nous écrire : <b><a class="emailcr" href="contact@studiohv.fr" target="_blank">contact@studiohv.fr</a></b> </p> </div> <div class="col-12 col-md-2 offset-md-0 no-mobile"> <p class="text-xsmall uppercase">Navigation</p> <ul class="classic-list"> <li class="strong"><a href="/">Accueil</a></li> <li class=""><a href="/studio-photo">Studio Photo</a></li> <li class=""><a href="/studio-video-digital">Video, Motion & digital</a></li> <li class=""><a href="/production-photographie">Production Photo & Video</a></li> <li class=""><a href="/post-production">Post-Production</a></li> <li class=""><a href="/nous-contacter">Nous contacter</a></li> </ul> </div> <div class="col-12 col-md-2 offset-md-0 no-mobile"> <p class="text-xsmall uppercase">Portfolio</p> <ul class="classic-list"> <li class="strong"><a href="/studio-photo/portfolio">Portfolio Photo</a></li> <li class="strong"><a href="/studio-video/portfolio">Portfolio Video</a></li> </ul> </div> <div class="col-12 col-md-2 offset-md-0 no-mobile"> <p class="text-xsmall uppercase">Divers</p> <ul class="classic-list"> <li class="strong"><a href="/espace-client">Espace Clients</a></li> </ul> </div> </div> </div> </section> <!-- Footer --> <footer id="footer-bottom" class="footer container"> <div class="container-fluid"> <div class="row" style="margin-top:20px;"> <div class="col-12 col-sm-6 col-md-6 sm-center"> <p><span>©2020 Studio HV - tous droits réservés. <a href="/pages/mentions">Mentions Légales</a> - <a href="/sitemap">Site Map</a> - <a href="/cuber" target="_blank">Powered by Cuber®</a></span></p> </div> <div class="col-xs-12 col-sm-6 text-right sm-center"> <div class="font-icons"> <a href="https://www.facebook.com/studiophotohv" target="_blank"><i class="fab fa-facebook"></i></a> <a href="https://www.instagram.com/studiohv49/" target="_blank"><i class="fab fa-instagram"></i></a> <a href="https://twitter.com/hv_studio" target="_blank"><i class="fab fa-twitter"></i></i></a> <a href="http://www.pinterest.com/studiohvphoto/" target="_blank"><i class="fab fa-pinterest"></i></a> <a href="https://vimeo.com/studiohv" target="_blank"><i class="fab fa-vimeo-v"></i></a> <a href="https://www.linkedin.com/company/studio-hv" target="_blank"><i class="fab fa-linkedin-in"></i></a> </div> </div> </div> </div> </footer> </main> <!-- SIDEBAR LEFT --> <div class="custom-fluid-width custom-duration-400" off-canvas="slidebar-1 left overlay"> <!-- ASIDES --> <div id="sidebar-left" class="container"> <div class="inner-left"> <div class="logo"> <img src="/themes/StudioHV21/images/logo.png" alt=""> </div> <div class="outter"> <div class="inner"> <div class="container"> <ul class="menu-left"> <li><a href="/" class="">Accueil</a> <li><a href="/studio-photo" class="">Photographie</a> <li><a href="/studio-video-digital" class="">Video & Digital</a> <li><a href="/production-photographie" class="">Production</a> <li><a href="/post-production" class="">Post production</a> <li>-</li> <li class=""><a class="smaller" href="/studio-photo/portfolio">Portfolio</a></li> <li><a class="smaller" href="/nous-contacter" class="e">Nous contacter</a> </ul> </br></br> <p class="alt-font text-uppercase">Contact</p> <p class="titre-xsmall" style="margin-top: 0px"> <strong>Studio HV </strong><br/> 7, Square des Grandes Claies - Cholet - France<br/> Téléphone <a class="" href="tel:+33241581979">02 41 58 19 76</a><br/> Email <a class="emailcr" href="contact{{#}}studiohv{#}fr" target="_blank">contact{{#}}studiohv{#}fr</a> </p> </br> <p>©2020 - All rights reserved - Studio HV - Cholet.</p> </br> </div> <!-- container end --> </div> </div> </div> </div> </div> <!-- SIDEBAR RIGHT --> <div class="custom-fluid-width custom-duration-400" off-canvas="slidebar-2 right overlay"> <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr675b75821c85f-trace').style.display = (document.getElementById('cakeErr675b75821c85f-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (1024)</a>: Element Not Found: Elements/sidebar-right.ctp [<b>CORE/Cake/View/View.php</b>, line <b>425</b>]<div id="cakeErr675b75821c85f-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr675b75821c85f-code').style.display = (document.getElementById('cakeErr675b75821c85f-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr675b75821c85f-context').style.display = (document.getElementById('cakeErr675b75821c85f-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr675b75821c85f-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000CC"> $name </span><span style="color: #006600">= </span><span style="color: #0000CC">str_replace</span><span style="color: #006600">(</span><span style="color: #CC0000">'/'</span><span style="color: #006600">, </span><span style="color: #0000CC">DS</span><span style="color: #006600">, </span><span style="color: #0000CC">$name</span><span style="color: #006600">);</span></span></code> <code><span style="color: #000000"><span style="color: #0000CC"> $file </span><span style="color: #006600">= </span><span style="color: #0000CC">$plugin </span><span style="color: #006600">. </span><span style="color: #CC0000">'Elements' </span><span style="color: #006600">. </span><span style="color: #0000CC">DS </span><span style="color: #006600">. </span><span style="color: #0000CC">$name </span><span style="color: #006600">. </span><span style="color: #0000CC">$this</span><span style="color: #006600">-></span><span style="color: #0000CC">ext</span><span style="color: #006600">;</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000CC"> trigger_error</span><span style="color: #006600">(</span><span style="color: #0000CC">__d</span><span style="color: #006600">(</span><span style="color: #CC0000">'cake_dev'</span><span style="color: #006600">, </span><span style="color: #CC0000">'Element Not Found: %s'</span><span style="color: #006600">, </span><span style="color: #0000CC">$file</span><span style="color: #006600">), </span><span style="color: #0000CC">E_USER_NOTICE</span><span style="color: #006600">);</span></span></code></span></pre><pre id="cakeErr675b75821c85f-context" class="cake-context" style="display: none;">$name = 'sidebar-right' $data = array() $options = array( 'callbacks' => true ) $file = 'Elements/sidebar-right.ctp' $plugin = null</pre><pre class="stack-trace">View::element() - CORE/Cake/View/View.php, line 425 include - APP/View/Layouts/online.ctp, line 167 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::renderLayout() - CORE/Cake/View/View.php, line 546 View::render() - CORE/Cake/View/View.php, line 481 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 117</pre></div></pre> </div> <div id="open-popup" class="bg-white open-popup mfp-hide"> <div id="ajax-popup"><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr675b75821cb68-trace').style.display = (document.getElementById('cakeErr675b75821cb68-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (1024)</a>: Element Not Found: Elements//popups/pop-news.ctp [<b>CORE/Cake/View/View.php</b>, line <b>425</b>]<div id="cakeErr675b75821cb68-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr675b75821cb68-code').style.display = (document.getElementById('cakeErr675b75821cb68-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr675b75821cb68-context').style.display = (document.getElementById('cakeErr675b75821cb68-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr675b75821cb68-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000CC"> $name </span><span style="color: #006600">= </span><span style="color: #0000CC">str_replace</span><span style="color: #006600">(</span><span style="color: #CC0000">'/'</span><span style="color: #006600">, </span><span style="color: #0000CC">DS</span><span style="color: #006600">, </span><span style="color: #0000CC">$name</span><span style="color: #006600">);</span></span></code> <code><span style="color: #000000"><span style="color: #0000CC"> $file </span><span style="color: #006600">= </span><span style="color: #0000CC">$plugin </span><span style="color: #006600">. </span><span style="color: #CC0000">'Elements' </span><span style="color: #006600">. </span><span style="color: #0000CC">DS </span><span style="color: #006600">. </span><span style="color: #0000CC">$name </span><span style="color: #006600">. </span><span style="color: #0000CC">$this</span><span style="color: #006600">-></span><span style="color: #0000CC">ext</span><span style="color: #006600">;</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000CC"> trigger_error</span><span style="color: #006600">(</span><span style="color: #0000CC">__d</span><span style="color: #006600">(</span><span style="color: #CC0000">'cake_dev'</span><span style="color: #006600">, </span><span style="color: #CC0000">'Element Not Found: %s'</span><span style="color: #006600">, </span><span style="color: #0000CC">$file</span><span style="color: #006600">), </span><span style="color: #0000CC">E_USER_NOTICE</span><span style="color: #006600">);</span></span></code></span></pre><pre id="cakeErr675b75821cb68-context" class="cake-context" style="display: none;">$name = '/popups/pop-news' $data = array() $options = array( 'callbacks' => false ) $file = 'Elements//popups/pop-news.ctp' $plugin = null</pre><pre class="stack-trace">View::element() - CORE/Cake/View/View.php, line 425 include - APP/View/Layouts/online.ctp, line 171 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::renderLayout() - CORE/Cake/View/View.php, line 546 View::render() - CORE/Cake/View/View.php, line 481 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 117</pre></div></pre></div> </div> <!-- SHOP CONTAINERS -- <div class="cart-message-container"></div> <div class="ct-paypal-modal-bg"> <div class="ct-paypal-modal"> <div class="ct-paypal-modal-header"> <div class="ct-paypal-modal-header-close"><span>×</span></div> </div> <div class="ct-paypal-modal-body">Payment Successful!</div> </div> </div> <!-- COOKIE JS --> <section id="easyCookie" class="ec-fixed ec-icon ec-double-btn white-cursor" data-expiresdays="8"> <div> <div class="ec-infos"> En poursuivant votre navigation sur ce site, vous acceptez l'utilisation de cookies afin de présenter un contenu adapté et optimal. </div> <div class="ec-btns"> <a href="#" class="ec-accept btn btn-squared btn-outline-white">OK</a> <a href="/mentions-legales" class="ec-empty btn btn-squared btn-outline-white"> EN SAVOIR PLUS </a> </div> </div> </section> <!-- MAGIC CURSOR --> <div id="magic-cursor"> <div id="img"></div> <div id="icon"></div> <div id="ball"></div> </div> <div id="magic-shadow"> <div id="shadow"></div> </div> <!-- NEW CODE SUIVI GOOGLE ANALYTICS !!!!!!!! Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-73664602-1"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-73664602-1'); </script> </body> </html> ' [protected] _file => null [protected] _fileRange => null [protected] _charset => 'UTF-8' [protected] _cacheDirectives => array([maximum depth reached]) [protected] _cookies => array([maximum depth reached]) } viewPath => 'Photos' layoutPath => null viewVars => array( 'photos' => array(), 'client' => array(), 'filtres' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ), (int) 5 => array( [maximum depth reached] ) ), 'meta_keywords' => 'photo, photographie, photographe, creation, graphique, graphisme, conception, webdesign, photoshop, retouche, vidéo, animation, 3D, direction, artistique, code, webdesign, site, internet, html, css, ilustrator, indesign, dreamweaver, seo, referencementphoto, photographie, photographe, studio, cholet, nantes, france, agence, pub, conseil, publicité, shootings, image, images, créateur, creation, conception, réalisation, production, shooting, prise, de vue, lookbook, photos, culinaire, pdv, portrait, fond, cyclo, éclairage, elinchrom, torches, lumière, lumiere, video, fonds, mode, textile, accessoire, detail, broderie, robe, jean, chaussure, close, up, beauté, beauty, seances, seance, production, organisation, casting, modèle, modèles, mannequin, retouche, retoucher, split, frequency, dodge, burn, grain, peau, accessoires, maille, vpc, creation, graphique, graphisme, conception, webdesign, photoshop, retouche, vidéo, animation, 3D, direction, artistique, code, html, css, javascript, cake, webdesigner, site internet, web, webdesign, site, internet, html5, css3, ilustrator, illustrations, mise en page, maquette, maquettes, catalogues, plaquette, logotype, logos, charte, graphique, indesign, dreamweaver, seo, referencement', 'meta_description' => 'Studio photo basé à cholet, Studio HV et son agence réalise pour vous votre communication basée sur l'image. Packshot, reportage, portrait, mode, prêt à porter, catalogues, digital l'agence vous apportera conseils et savoir faire.', 'title_for_layout' => ' | Photographie | Studio HV | Studio Photo et agence de communication | Cholet - Nantes - Angers', 'clients' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ), (int) 5 => array( [maximum depth reached] ), (int) 6 => array( [maximum depth reached] ), (int) 7 => array( [maximum depth reached] ), (int) 8 => array( [maximum depth reached] ), (int) 9 => array( [maximum depth reached] ), (int) 10 => array( [maximum depth reached] ), (int) 11 => array( [maximum depth reached] ), (int) 12 => array( [maximum depth reached] ), (int) 13 => array( [maximum depth reached] ), (int) 14 => array( [maximum depth reached] ), (int) 15 => array( [maximum depth reached] ), (int) 16 => array( [maximum depth reached] ), (int) 17 => array( [maximum depth reached] ), (int) 18 => array( [maximum depth reached] ), (int) 19 => array( [maximum depth reached] ), (int) 20 => array( [maximum depth reached] ), (int) 21 => array( [maximum depth reached] ), (int) 22 => array( [maximum depth reached] ), (int) 23 => array( [maximum depth reached] ), (int) 24 => array( [maximum depth reached] ), (int) 25 => array( [maximum depth reached] ), (int) 26 => array( [maximum depth reached] ), (int) 27 => array( [maximum depth reached] ), (int) 28 => array( [maximum depth reached] ) ), 'services_list' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'photos_cats' => array(), 'pages_list' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ) ), 'sidebarbottom' => 'none', 'sidebartop' => 'none', 'sidebarright' => 'none', 'sidebarleft' => 'none', 'footerback' => 'none', 'footer' => 'footer', 'asideright' => 'none', 'asideleft' => 'none', 'header' => 'header', 'googleplus' => '', 'youtube' => '', 'linkedin' => 'https://www.linkedin.com/company/studio-hv', 'vimeo' => 'https://vimeo.com/studiohv', 'pinterest' => 'http://www.pinterest.com/studiohvphoto/', 'behance' => '', 'cinqpx' => '', 'twitter' => 'https://twitter.com/hv_studio', 'instagram' => 'https://www.instagram.com/studiohv49/', 'facebook' => 'https://www.facebook.com/studiophotohv', 'googletracking' => 'UA-73664602-1', 'googlecodeverif' => 'FPDsK8ySquzcR895z1Qn_OLk40SZ-Yq_Y1s6roFfcSk', 'appname' => 'Studio HV', 'siteemail' => 'contact@studiohv.fr', 'siteurl' => 'https://www.fabrice-audio.fr', 'sitetemplate' => 'StudioHV21', 'sitetheme' => 'StudioHV21', 'settings' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ), (int) 5 => array( [maximum depth reached] ), (int) 6 => array( [maximum depth reached] ), (int) 7 => array( [maximum depth reached] ), (int) 8 => array( [maximum depth reached] ), (int) 9 => array( [maximum depth reached] ), (int) 10 => array( [maximum depth reached] ), (int) 11 => array( [maximum depth reached] ), (int) 12 => array( [maximum depth reached] ), (int) 13 => array( [maximum depth reached] ), (int) 14 => array( [maximum depth reached] ), (int) 15 => array( [maximum depth reached] ), (int) 16 => array( [maximum depth reached] ), (int) 17 => array( [maximum depth reached] ), (int) 18 => array( [maximum depth reached] ), (int) 19 => array( [maximum depth reached] ), (int) 20 => array( [maximum depth reached] ), (int) 21 => array( [maximum depth reached] ), (int) 22 => array( [maximum depth reached] ), (int) 23 => array( [maximum depth reached] ), (int) 24 => array( [maximum depth reached] ), (int) 25 => array( [maximum depth reached] ), (int) 26 => array( [maximum depth reached] ), (int) 27 => array( [maximum depth reached] ), (int) 28 => array( [maximum depth reached] ) ), 'userid' => array(), 'configlang' => null ) view => 'client' layout => 'online' autoRender => false autoLayout => true Components => object(ComponentCollection) { defaultPriority => (int) 10 [protected] _Controller => object(PhotosController) {} [protected] _enabled => array( [maximum depth reached] ) [protected] _loaded => array( [maximum depth reached] ) } viewClass => 'View' View => object(View) { Helpers => object(HelperCollection) {} Blocks => object(ViewBlock) {} plugin => null name => 'Photos' passedArgs => array( [maximum depth reached] ) helpers => array( [maximum depth reached] ) viewPath => 'Photos' viewVars => array( [maximum depth reached] ) view => 'client' layout => 'online' layoutPath => null autoLayout => true ext => '.ctp' subDir => null theme => 'StudioHV21' cacheAction => false validationErrors => array( [maximum depth reached] ) hasRendered => true uuids => array([maximum depth reached]) request => object(CakeRequest) {} response => object(CakeResponse) {} elementCache => 'default' elementCacheSettings => array([maximum depth reached]) Html => object(HtmlHelper) {} Form => object(FormHelper) {} Session => object(SessionHelper) {} Flash => object(FlashHelper) {} Paginator => object(PaginatorHelper) {} [protected] _passedVars => array( [maximum depth reached] ) [protected] _scripts => array([maximum depth reached]) [protected] _paths => array( [maximum depth reached] ) [protected] _pathsForPlugin => array([maximum depth reached]) [protected] _parents => array([maximum depth reached]) [protected] _current => '/home/studiohv/www/app/View/Layouts/online.ctp' [protected] _currentType => 'layout' [protected] _stack => array([maximum depth reached]) [protected] _eventManager => object(CakeEventManager) {} [protected] _eventManagerConfigured => true } ext => '.ctp' plugin => null cacheAction => false passedArgs => array( (int) 0 => 'contact@studiohv.fr' ) scaffold => false methods => array( (int) 2 => 'index', (int) 3 => 'client', (int) 4 => 'categorie', (int) 5 => 'isAuthorized', (int) 6 => '_setLanguage', (int) 7 => 'variables', (int) 8 => 'statistiques' ) modelClass => 'Photo' modelKey => 'photo' validationErrors => null Cookie => object(CookieComponent) { name => 'CakeCookie' time => null path => '/' domain => '' secure => false key => 'lkqsjdlqsjldjqslkjdlkqsjdeazdzkljlkqsjdlj' httpOnly => false settings => array([maximum depth reached]) components => array([maximum depth reached]) [protected] _values => array( [maximum depth reached] ) [protected] _type => 'cipher' [protected] _reset => null [protected] _expires => (int) 0 [protected] _response => object(CakeResponse) {} [protected] _Collection => object(ComponentCollection) {} [protected] _componentMap => array([maximum depth reached]) } Flash => object(FlashComponent) { settings => array([maximum depth reached]) components => array([maximum depth reached]) [protected] _defaultConfig => array( [maximum depth reached] ) [protected] _Collection => null [protected] _componentMap => array([maximum depth reached]) } Session => object(SessionComponent) { settings => array([maximum depth reached]) components => array([maximum depth reached]) [protected] _Collection => object(ComponentCollection) {} [protected] _componentMap => array([maximum depth reached]) } Auth => object(AuthComponent) { components => array( [maximum depth reached] ) authenticate => array( [maximum depth reached] ) authorize => array( [maximum depth reached] ) ajaxLogin => null flash => array( [maximum depth reached] ) loginAction => array( [maximum depth reached] ) loginRedirect => array( [maximum depth reached] ) logoutRedirect => array( [maximum depth reached] ) authError => 'Access Denied' unauthorizedRedirect => true allowedActions => array( [maximum depth reached] ) request => object(CakeRequest) {} response => object(CakeResponse) {} settings => array( [maximum depth reached] ) [protected] _authenticateObjects => array( [maximum depth reached] ) [protected] _authorizeObjects => array([maximum depth reached]) [protected] _user => array([maximum depth reached]) [protected] _methods => array( [maximum depth reached] ) [protected] _Collection => object(ComponentCollection) {} [protected] _componentMap => array( [maximum depth reached] ) } Paginator => object(PaginatorComponent) { settings => array( [maximum depth reached] ) whitelist => array( [maximum depth reached] ) components => array([maximum depth reached]) Controller => object(PhotosController) {} [protected] _Collection => object(ComponentCollection) {} [protected] _componentMap => array([maximum depth reached]) } theme => 'StudioHV21' Setting => object(Setting) { displayField => 'value' useDbConfig => 'default' useTable => 'settings' id => false data => array([maximum depth reached]) schemaName => 'studiohvnew' table => 'settings' primaryKey => 'id' validate => array([maximum depth reached]) validationErrors => array([maximum depth reached]) validationDomain => null tablePrefix => 'cuber20-' plugin => null name => 'Setting' alias => 'Setting' tableToModel => array( [maximum depth reached] ) cacheQueries => false belongsTo => array([maximum depth reached]) hasOne => array([maximum depth reached]) hasMany => array([maximum depth reached]) hasAndBelongsToMany => array([maximum depth reached]) actsAs => null Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null recursive => (int) 1 order => null virtualFields => array([maximum depth reached]) __backAssociation => array([maximum depth reached]) __backInnerAssociation => array([maximum depth reached]) __backOriginalAssociation => array([maximum depth reached]) __backContainableAssociation => array([maximum depth reached]) __safeUpdateMode => false useConsistentAfterFind => true findMethods => array( [maximum depth reached] ) [protected] _schema => null [protected] _associationKeys => array( [maximum depth reached] ) [protected] _associations => array( [maximum depth reached] ) [protected] _insertID => null [protected] _sourceConfigured => true [protected] _eventManager => object(CakeEventManager) {} [protected] _validator => null } User => object(User) { displayField => 'username' belongsTo => array( [maximum depth reached] ) validate => array( [maximum depth reached] ) useDbConfig => 'default' useTable => 'users' id => false data => array([maximum depth reached]) schemaName => 'studiohvnew' table => 'users' primaryKey => 'id' validationErrors => array([maximum depth reached]) validationDomain => null tablePrefix => 'cuber20-' plugin => null name => 'User' alias => 'User' tableToModel => array( [maximum depth reached] ) cacheQueries => false hasOne => array([maximum depth reached]) hasMany => array([maximum depth reached]) hasAndBelongsToMany => array([maximum depth reached]) actsAs => null Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null recursive => (int) 1 order => null virtualFields => array([maximum depth reached]) __backAssociation => array([maximum depth reached]) __backInnerAssociation => array([maximum depth reached]) __backOriginalAssociation => array([maximum depth reached]) __backContainableAssociation => array([maximum depth reached]) __safeUpdateMode => false useConsistentAfterFind => true findMethods => array( [maximum depth reached] ) Userule => object(AppModel) {} Contact => object(Contact) {} Client => object(Client) {} [protected] _schema => array( [maximum depth reached] ) [protected] _associationKeys => array( [maximum depth reached] ) [protected] _associations => array( [maximum depth reached] ) [protected] _insertID => null [protected] _sourceConfigured => true [protected] _eventManager => object(CakeEventManager) {} [protected] _validator => null } Page => object(Page) { displayField => 'titre' belongsTo => array( [maximum depth reached] ) validate => array( [maximum depth reached] ) useDbConfig => 'default' useTable => 'pages' id => false data => array([maximum depth reached]) schemaName => 'studiohvnew' table => 'pages' primaryKey => 'id' validationErrors => array([maximum depth reached]) validationDomain => null tablePrefix => 'cuber20-' plugin => null name => 'Page' alias => 'Page' tableToModel => array( [maximum depth reached] ) cacheQueries => false hasOne => array([maximum depth reached]) hasMany => array([maximum depth reached]) hasAndBelongsToMany => array([maximum depth reached]) actsAs => null Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null recursive => (int) 1 order => null virtualFields => array([maximum depth reached]) __backAssociation => array([maximum depth reached]) __backInnerAssociation => array([maximum depth reached]) __backOriginalAssociation => array([maximum depth reached]) __backContainableAssociation => array([maximum depth reached]) __safeUpdateMode => false useConsistentAfterFind => true findMethods => array( [maximum depth reached] ) User => object(User) {} [protected] _schema => array( [maximum depth reached] ) [protected] _associationKeys => array( [maximum depth reached] ) [protected] _associations => array( [maximum depth reached] ) [protected] _insertID => null [protected] _sourceConfigured => true [protected] _eventManager => object(CakeEventManager) {} [protected] _validator => null } Photocat => object(AppModel) { useDbConfig => 'default' useTable => 'photocats' id => false data => array([maximum depth reached]) schemaName => 'studiohvnew' table => 'photocats' primaryKey => 'id' validate => array([maximum depth reached]) validationErrors => array([maximum depth reached]) validationDomain => null tablePrefix => 'cuber20-' plugin => null name => 'Photocat' alias => 'Photocat' tableToModel => array( [maximum depth reached] ) cacheQueries => false belongsTo => array([maximum depth reached]) hasOne => array([maximum depth reached]) hasMany => array([maximum depth reached]) hasAndBelongsToMany => array([maximum depth reached]) actsAs => null Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null recursive => (int) 1 order => null virtualFields => array([maximum depth reached]) __backAssociation => array([maximum depth reached]) __backInnerAssociation => array([maximum depth reached]) __backOriginalAssociation => array([maximum depth reached]) __backContainableAssociation => array([maximum depth reached]) __safeUpdateMode => false useConsistentAfterFind => true findMethods => array( [maximum depth reached] ) [protected] _schema => array( [maximum depth reached] ) [protected] _associationKeys => array( [maximum depth reached] ) [protected] _associations => array( [maximum depth reached] ) [protected] _insertID => null [protected] _sourceConfigured => true [protected] _eventManager => object(CakeEventManager) {} [protected] _validator => null } Service => object(AppModel) { useDbConfig => 'default' useTable => 'services' id => false data => array([maximum depth reached]) schemaName => 'studiohvnew' table => 'services' primaryKey => 'id' validate => array([maximum depth reached]) validationErrors => array([maximum depth reached]) validationDomain => null tablePrefix => 'cuber20-' plugin => null name => 'Service' alias => 'Service' tableToModel => array( [maximum depth reached] ) cacheQueries => false belongsTo => array([maximum depth reached]) hasOne => array([maximum depth reached]) hasMany => array([maximum depth reached]) hasAndBelongsToMany => array([maximum depth reached]) actsAs => null Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null recursive => (int) 1 order => null virtualFields => array([maximum depth reached]) __backAssociation => array([maximum depth reached]) __backInnerAssociation => array([maximum depth reached]) __backOriginalAssociation => array([maximum depth reached]) __backContainableAssociation => array([maximum depth reached]) __safeUpdateMode => false useConsistentAfterFind => true findMethods => array( [maximum depth reached] ) [protected] _schema => null [protected] _associationKeys => array( [maximum depth reached] ) [protected] _associations => array( [maximum depth reached] ) [protected] _insertID => null [protected] _sourceConfigured => true [protected] _eventManager => object(CakeEventManager) {} [protected] _validator => null } Client => object(Client) { displayField => 'nom' belongsTo => array( [maximum depth reached] ) useDbConfig => 'default' useTable => 'clients' id => false data => array([maximum depth reached]) schemaName => 'studiohvnew' table => 'clients' primaryKey => 'id' validate => array([maximum depth reached]) validationErrors => array([maximum depth reached]) validationDomain => null tablePrefix => 'cuber20-' plugin => null name => 'Client' alias => 'Client' tableToModel => array( [maximum depth reached] ) cacheQueries => false hasOne => array([maximum depth reached]) hasMany => array([maximum depth reached]) hasAndBelongsToMany => array([maximum depth reached]) actsAs => null Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null recursive => (int) 1 order => null virtualFields => array([maximum depth reached]) __backAssociation => array([maximum depth reached]) __backInnerAssociation => array([maximum depth reached]) __backOriginalAssociation => array([maximum depth reached]) __backContainableAssociation => array([maximum depth reached]) __safeUpdateMode => false useConsistentAfterFind => true findMethods => array( [maximum depth reached] ) User => object(User) {} Contact => object(Contact) {} [protected] _schema => array( [maximum depth reached] ) [protected] _associationKeys => array( [maximum depth reached] ) [protected] _associations => array( [maximum depth reached] ) [protected] _insertID => null [protected] _sourceConfigured => true [protected] _eventManager => object(CakeEventManager) {} [protected] _validator => null } Photo => object(Photo) { displayField => 'file' belongsTo => array( [maximum depth reached] ) validate => array( [maximum depth reached] ) useDbConfig => 'default' useTable => 'photos' id => false data => array([maximum depth reached]) schemaName => 'studiohvnew' table => 'photos' primaryKey => 'id' validationErrors => array([maximum depth reached]) validationDomain => null tablePrefix => 'cuber20-' plugin => null name => 'Photo' alias => 'Photo' tableToModel => array( [maximum depth reached] ) cacheQueries => false hasOne => array([maximum depth reached]) hasMany => array([maximum depth reached]) hasAndBelongsToMany => array([maximum depth reached]) actsAs => null Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null recursive => (int) 1 order => null virtualFields => array([maximum depth reached]) __backAssociation => array([maximum depth reached]) __backInnerAssociation => array([maximum depth reached]) __backOriginalAssociation => array([maximum depth reached]) __backContainableAssociation => array([maximum depth reached]) __safeUpdateMode => false useConsistentAfterFind => true findMethods => array( [maximum depth reached] ) Photocat => object(AppModel) {} User => object(User) {} Casting => object(Casting) {} Portfolio => object(AppModel) {} [protected] _schema => array( [maximum depth reached] ) [protected] _associationKeys => array( [maximum depth reached] ) [protected] _associations => array( [maximum depth reached] ) [protected] _insertID => null [protected] _sourceConfigured => true [protected] _eventManager => object(CakeEventManager) {} [protected] _validator => null } Filtre => object(AppModel) { useDbConfig => 'default' useTable => 'filtres' id => false data => array([maximum depth reached]) schemaName => 'studiohvnew' table => 'filtres' primaryKey => 'id' validate => array([maximum depth reached]) validationErrors => array([maximum depth reached]) validationDomain => null tablePrefix => 'cuber20-' plugin => null name => 'Filtre' alias => 'Filtre' tableToModel => array( [maximum depth reached] ) cacheQueries => false belongsTo => array([maximum depth reached]) hasOne => array([maximum depth reached]) hasMany => array([maximum depth reached]) hasAndBelongsToMany => array([maximum depth reached]) actsAs => null Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null recursive => (int) 1 order => null virtualFields => array([maximum depth reached]) __backAssociation => array([maximum depth reached]) __backInnerAssociation => array([maximum depth reached]) __backOriginalAssociation => array([maximum depth reached]) __backContainableAssociation => array([maximum depth reached]) __safeUpdateMode => false useConsistentAfterFind => true findMethods => array( [maximum depth reached] ) [protected] _schema => array( [maximum depth reached] ) [protected] _associationKeys => array( [maximum depth reached] ) [protected] _associations => array( [maximum depth reached] ) [protected] _insertID => null [protected] _sourceConfigured => true [protected] _eventManager => object(CakeEventManager) {} [protected] _validator => null } Statistique => object(AppModel) { useDbConfig => 'default' useTable => 'statistiques' id => false data => array( [maximum depth reached] ) schemaName => 'studiohvnew' table => 'statistiques' primaryKey => 'id' validate => array([maximum depth reached]) validationErrors => array([maximum depth reached]) validationDomain => null tablePrefix => 'cuber20-' plugin => null name => 'Statistique' alias => 'Statistique' tableToModel => array( [maximum depth reached] ) cacheQueries => false belongsTo => array([maximum depth reached]) hasOne => array([maximum depth reached]) hasMany => array([maximum depth reached]) hasAndBelongsToMany => array([maximum depth reached]) actsAs => null Behaviors => object(BehaviorCollection) {} whitelist => array([maximum depth reached]) cacheSources => true findQueryType => null recursive => (int) 1 order => null virtualFields => array([maximum depth reached]) __backAssociation => array([maximum depth reached]) __backInnerAssociation => array([maximum depth reached]) __backOriginalAssociation => array([maximum depth reached]) __backContainableAssociation => array([maximum depth reached]) __safeUpdateMode => false useConsistentAfterFind => true findMethods => array( [maximum depth reached] ) [protected] _schema => array( [maximum depth reached] ) [protected] _associationKeys => array( [maximum depth reached] ) [protected] _associations => array( [maximum depth reached] ) [protected] _insertID => null [protected] _sourceConfigured => true [protected] _eventManager => object(CakeEventManager) {} [protected] _validator => object(ModelValidator) {} } [protected] _responseClass => 'CakeResponse' [protected] _mergeParent => 'AppController' [protected] _eventManager => object(CakeEventManager) { [protected] _generalManager => object(CakeEventManager) {} [protected] _listeners => array( [maximum depth reached] ) [protected] _isGlobal => false } } object(CakeRequest) { params => array( 'plugin' => null, 'controller' => 'photos', 'action' => 'client', 'named' => array(), 'pass' => array( (int) 0 => 'contact@studiohv.fr' ), 'client' => 'contact@studiohv.fr', 'paging' => array( 'Photo' => array( [maximum depth reached] ) ), 'models' => array( 'Photo' => array( [maximum depth reached] ), 'Setting' => array( [maximum depth reached] ), 'Page' => array( [maximum depth reached] ), 'Statistique' => array( [maximum depth reached] ), 'File' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'Userule' => array( [maximum depth reached] ), 'Slider' => array( [maximum depth reached] ), 'Photocat' => array( [maximum depth reached] ), 'Client' => array( [maximum depth reached] ), 'Contact' => array( [maximum depth reached] ), 'Service' => array( [maximum depth reached] ), 'Filtre' => array( [maximum depth reached] ), 'Media' => array( [maximum depth reached] ), 'Video' => array( [maximum depth reached] ), 'Post' => array( [maximum depth reached] ), 'Postcat' => array( [maximum depth reached] ), 'Reperage' => array( [maximum depth reached] ), 'Casting' => array( [maximum depth reached] ), 'Castingcat' => array( [maximum depth reached] ), 'Portfolio' => array( [maximum depth reached] ) ) ) data => array() query => array() url => 'studio-photo/portfolio/clients/contact@studiohv.fr' base => '' webroot => '/' here => '/studio-photo/portfolio/clients/contact@studiohv.fr' [protected] _detectors => array( 'get' => array( 'env' => 'REQUEST_METHOD', 'value' => 'GET' ), 'patch' => array( 'env' => 'REQUEST_METHOD', 'value' => 'PATCH' ), 'post' => array( 'env' => 'REQUEST_METHOD', 'value' => 'POST' ), 'put' => array( 'env' => 'REQUEST_METHOD', 'value' => 'PUT' ), 'delete' => array( 'env' => 'REQUEST_METHOD', 'value' => 'DELETE' ), 'head' => array( 'env' => 'REQUEST_METHOD', 'value' => 'HEAD' ), 'options' => array( 'env' => 'REQUEST_METHOD', 'value' => 'OPTIONS' ), 'ssl' => array( 'env' => 'HTTPS', 'value' => (int) 1 ), 'ajax' => array( 'env' => 'HTTP_X_REQUESTED_WITH', 'value' => 'XMLHttpRequest' ), 'flash' => array( 'env' => 'HTTP_USER_AGENT', 'pattern' => '/^(Shockwave|Adobe) Flash/' ), 'mobile' => array( 'env' => 'HTTP_USER_AGENT', 'options' => array( [maximum depth reached] ) ), 'requested' => array( 'param' => 'requested', 'value' => (int) 1 ), 'json' => array( 'accept' => array( [maximum depth reached] ), 'param' => 'ext', 'value' => 'json' ), 'xml' => array( 'accept' => array( [maximum depth reached] ), 'param' => 'ext', 'value' => 'xml' ) ) [protected] _input => '' }
- APP/webroot/index.php line 117 → Dispatcher->dispatch(CakeRequest, CakeResponse)
$Dispatcher = new Dispatcher();
$Dispatcher->dispatch(
new CakeRequest(),
new CakeResponse()
);
object(CakeRequest) { params => array( 'plugin' => null, 'controller' => 'photos', 'action' => 'client', 'named' => array(), 'pass' => array( (int) 0 => 'contact@studiohv.fr' ), 'client' => 'contact@studiohv.fr', 'paging' => array( 'Photo' => array( [maximum depth reached] ) ), 'models' => array( 'Photo' => array( [maximum depth reached] ), 'Setting' => array( [maximum depth reached] ), 'Page' => array( [maximum depth reached] ), 'Statistique' => array( [maximum depth reached] ), 'File' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'Userule' => array( [maximum depth reached] ), 'Slider' => array( [maximum depth reached] ), 'Photocat' => array( [maximum depth reached] ), 'Client' => array( [maximum depth reached] ), 'Contact' => array( [maximum depth reached] ), 'Service' => array( [maximum depth reached] ), 'Filtre' => array( [maximum depth reached] ), 'Media' => array( [maximum depth reached] ), 'Video' => array( [maximum depth reached] ), 'Post' => array( [maximum depth reached] ), 'Postcat' => array( [maximum depth reached] ), 'Reperage' => array( [maximum depth reached] ), 'Casting' => array( [maximum depth reached] ), 'Castingcat' => array( [maximum depth reached] ), 'Portfolio' => array( [maximum depth reached] ) ) ) data => array() query => array() url => 'studio-photo/portfolio/clients/contact@studiohv.fr' base => '' webroot => '/' here => '/studio-photo/portfolio/clients/contact@studiohv.fr' [protected] _detectors => array( 'get' => array( 'env' => 'REQUEST_METHOD', 'value' => 'GET' ), 'patch' => array( 'env' => 'REQUEST_METHOD', 'value' => 'PATCH' ), 'post' => array( 'env' => 'REQUEST_METHOD', 'value' => 'POST' ), 'put' => array( 'env' => 'REQUEST_METHOD', 'value' => 'PUT' ), 'delete' => array( 'env' => 'REQUEST_METHOD', 'value' => 'DELETE' ), 'head' => array( 'env' => 'REQUEST_METHOD', 'value' => 'HEAD' ), 'options' => array( 'env' => 'REQUEST_METHOD', 'value' => 'OPTIONS' ), 'ssl' => array( 'env' => 'HTTPS', 'value' => (int) 1 ), 'ajax' => array( 'env' => 'HTTP_X_REQUESTED_WITH', 'value' => 'XMLHttpRequest' ), 'flash' => array( 'env' => 'HTTP_USER_AGENT', 'pattern' => '/^(Shockwave|Adobe) Flash/' ), 'mobile' => array( 'env' => 'HTTP_USER_AGENT', 'options' => array( [maximum depth reached] ) ), 'requested' => array( 'param' => 'requested', 'value' => (int) 1 ), 'json' => array( 'accept' => array( [maximum depth reached] ), 'param' => 'ext', 'value' => 'json' ), 'xml' => array( 'accept' => array( [maximum depth reached] ), 'param' => 'ext', 'value' => 'xml' ) ) [protected] _input => '' } object(CakeResponse) { [protected] _statusCodes => array( (int) 100 => 'Continue', (int) 101 => 'Switching Protocols', (int) 200 => 'OK', (int) 201 => 'Created', (int) 202 => 'Accepted', (int) 203 => 'Non-Authoritative Information', (int) 204 => 'No Content', (int) 205 => 'Reset Content', (int) 206 => 'Partial Content', (int) 300 => 'Multiple Choices', (int) 301 => 'Moved Permanently', (int) 302 => 'Found', (int) 303 => 'See Other', (int) 304 => 'Not Modified', (int) 305 => 'Use Proxy', (int) 307 => 'Temporary Redirect', (int) 400 => 'Bad Request', (int) 401 => 'Unauthorized', (int) 402 => 'Payment Required', (int) 403 => 'Forbidden', (int) 404 => 'Not Found', (int) 405 => 'Method Not Allowed', (int) 406 => 'Not Acceptable', (int) 407 => 'Proxy Authentication Required', (int) 408 => 'Request Time-out', (int) 409 => 'Conflict', (int) 410 => 'Gone', (int) 411 => 'Length Required', (int) 412 => 'Precondition Failed', (int) 413 => 'Request Entity Too Large', (int) 414 => 'Request-URI Too Large', (int) 415 => 'Unsupported Media Type', (int) 416 => 'Requested range not satisfiable', (int) 417 => 'Expectation Failed', (int) 429 => 'Too Many Requests', (int) 500 => 'Internal Server Error', (int) 501 => 'Not Implemented', (int) 502 => 'Bad Gateway', (int) 503 => 'Service Unavailable', (int) 504 => 'Gateway Time-out', (int) 505 => 'Unsupported Version' ) [protected] _mimeTypes => array( 'html' => array( (int) 0 => 'text/html', (int) 1 => '*/*' ), 'json' => 'application/json', 'xml' => array( (int) 0 => 'application/xml', (int) 1 => 'text/xml' ), 'rss' => 'application/rss+xml', 'ai' => 'application/postscript', 'bcpio' => 'application/x-bcpio', 'bin' => 'application/octet-stream', 'ccad' => 'application/clariscad', 'cdf' => 'application/x-netcdf', 'class' => 'application/octet-stream', 'cpio' => 'application/x-cpio', 'cpt' => 'application/mac-compactpro', 'csh' => 'application/x-csh', 'csv' => array( (int) 0 => 'text/csv', (int) 1 => 'application/vnd.ms-excel' ), 'dcr' => 'application/x-director', 'dir' => 'application/x-director', 'dms' => 'application/octet-stream', 'doc' => 'application/msword', 'docx' => 'application/vnd.openxmlformats-officedocument.wordprocessingml.document', 'drw' => 'application/drafting', 'dvi' => 'application/x-dvi', 'dwg' => 'application/acad', 'dxf' => 'application/dxf', 'dxr' => 'application/x-director', 'eot' => 'application/vnd.ms-fontobject', 'eps' => 'application/postscript', 'exe' => 'application/octet-stream', 'ez' => 'application/andrew-inset', 'flv' => 'video/x-flv', 'gtar' => 'application/x-gtar', 'gz' => 'application/x-gzip', 'bz2' => 'application/x-bzip', '7z' => 'application/x-7z-compressed', 'hdf' => 'application/x-hdf', 'hqx' => 'application/mac-binhex40', 'ico' => 'image/x-icon', 'ips' => 'application/x-ipscript', 'ipx' => 'application/x-ipix', 'js' => 'application/javascript', 'jsonapi' => 'application/vnd.api+json', 'latex' => 'application/x-latex', 'lha' => 'application/octet-stream', 'lsp' => 'application/x-lisp', 'lzh' => 'application/octet-stream', 'man' => 'application/x-troff-man', 'me' => 'application/x-troff-me', 'mif' => 'application/vnd.mif', 'ms' => 'application/x-troff-ms', 'nc' => 'application/x-netcdf', 'oda' => 'application/oda', 'otf' => 'font/otf', 'pdf' => 'application/pdf', 'pgn' => 'application/x-chess-pgn', 'pot' => 'application/vnd.ms-powerpoint', 'pps' => 'application/vnd.ms-powerpoint', 'ppt' => 'application/vnd.ms-powerpoint', 'pptx' => 'application/vnd.openxmlformats-officedocument.presentationml.presentation', 'ppz' => 'application/vnd.ms-powerpoint', 'pre' => 'application/x-freelance', 'prt' => 'application/pro_eng', 'ps' => 'application/postscript', 'roff' => 'application/x-troff', 'scm' => 'application/x-lotusscreencam', 'set' => 'application/set', 'sh' => 'application/x-sh', 'shar' => 'application/x-shar', 'sit' => 'application/x-stuffit', 'skd' => 'application/x-koan', 'skm' => 'application/x-koan', 'skp' => 'application/x-koan', 'skt' => 'application/x-koan', 'smi' => 'application/smil', 'smil' => 'application/smil', 'sol' => 'application/solids', 'spl' => 'application/x-futuresplash', 'src' => 'application/x-wais-source', 'step' => 'application/STEP', 'stl' => 'application/SLA', 'stp' => 'application/STEP', 'sv4cpio' => 'application/x-sv4cpio', 'sv4crc' => 'application/x-sv4crc', 'svg' => 'image/svg+xml', 'svgz' => 'image/svg+xml', 'swf' => 'application/x-shockwave-flash', 't' => 'application/x-troff', 'tar' => 'application/x-tar', 'tcl' => 'application/x-tcl', 'tex' => 'application/x-tex', 'texi' => 'application/x-texinfo', 'texinfo' => 'application/x-texinfo', 'tr' => 'application/x-troff', 'tsp' => 'application/dsptype', 'ttc' => 'font/ttf', 'ttf' => 'font/ttf', 'unv' => 'application/i-deas', 'ustar' => 'application/x-ustar', 'vcd' => 'application/x-cdlink', 'vda' => 'application/vda', 'xlc' => 'application/vnd.ms-excel', 'xll' => 'application/vnd.ms-excel', 'xlm' => 'application/vnd.ms-excel', 'xls' => 'application/vnd.ms-excel', 'xlsx' => 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet', 'xlw' => 'application/vnd.ms-excel', 'zip' => 'application/zip', 'aif' => 'audio/x-aiff', 'aifc' => 'audio/x-aiff', 'aiff' => 'audio/x-aiff', 'au' => 'audio/basic', 'kar' => 'audio/midi', 'mid' => 'audio/midi', 'midi' => 'audio/midi', 'mp2' => 'audio/mpeg', 'mp3' => 'audio/mpeg', 'mpga' => 'audio/mpeg', 'ogg' => 'audio/ogg', 'oga' => 'audio/ogg', 'spx' => 'audio/ogg', 'ra' => 'audio/x-realaudio', 'ram' => 'audio/x-pn-realaudio', 'rm' => 'audio/x-pn-realaudio', 'rpm' => 'audio/x-pn-realaudio-plugin', 'snd' => 'audio/basic', 'tsi' => 'audio/TSP-audio', 'wav' => 'audio/x-wav', 'aac' => 'audio/aac', 'asc' => 'text/plain', 'c' => 'text/plain', 'cc' => 'text/plain', 'css' => 'text/css', 'etx' => 'text/x-setext', 'f' => 'text/plain', 'f90' => 'text/plain', 'h' => 'text/plain', 'hh' => 'text/plain', 'htm' => array( (int) 0 => 'text/html', (int) 1 => '*/*' ), 'ics' => 'text/calendar', 'm' => 'text/plain', 'rtf' => 'text/rtf', 'rtx' => 'text/richtext', 'sgm' => 'text/sgml', 'sgml' => 'text/sgml', 'tsv' => 'text/tab-separated-values', 'tpl' => 'text/template', 'txt' => 'text/plain', 'text' => 'text/plain', 'avi' => 'video/x-msvideo', 'fli' => 'video/x-fli', 'mov' => 'video/quicktime', 'movie' => 'video/x-sgi-movie', 'mpe' => 'video/mpeg', 'mpeg' => 'video/mpeg', 'mpg' => 'video/mpeg', 'qt' => 'video/quicktime', 'viv' => 'video/vnd.vivo', 'vivo' => 'video/vnd.vivo', 'ogv' => 'video/ogg', 'webm' => 'video/webm', 'mp4' => 'video/mp4', 'm4v' => 'video/mp4', 'f4v' => 'video/mp4', 'f4p' => 'video/mp4', 'm4a' => 'audio/mp4', 'f4a' => 'audio/mp4', 'f4b' => 'audio/mp4', 'gif' => 'image/gif', 'ief' => 'image/ief', 'jpg' => 'image/jpeg', 'jpeg' => 'image/jpeg', 'jpe' => 'image/jpeg', 'pbm' => 'image/x-portable-bitmap', 'pgm' => 'image/x-portable-graymap', 'png' => 'image/png', 'pnm' => 'image/x-portable-anymap', 'ppm' => 'image/x-portable-pixmap', 'ras' => 'image/cmu-raster', 'rgb' => 'image/x-rgb', 'tif' => 'image/tiff', 'tiff' => 'image/tiff', 'xbm' => 'image/x-xbitmap', 'xpm' => 'image/x-xpixmap', 'xwd' => 'image/x-xwindowdump', 'psd' => array( (int) 0 => 'application/photoshop', (int) 1 => 'application/psd', (int) 2 => 'image/psd', (int) 3 => 'image/x-photoshop', (int) 4 => 'image/photoshop', (int) 5 => 'zz-application/zz-winassoc-psd' ), 'ice' => 'x-conference/x-cooltalk', 'iges' => 'model/iges', 'igs' => 'model/iges', 'mesh' => 'model/mesh', 'msh' => 'model/mesh', 'silo' => 'model/mesh', 'vrml' => 'model/vrml', 'wrl' => 'model/vrml', 'mime' => 'www/mime', 'pdb' => 'chemical/x-pdb', 'xyz' => 'chemical/x-pdb', 'javascript' => 'application/javascript', 'form' => 'application/x-www-form-urlencoded', 'file' => 'multipart/form-data', 'xhtml' => array( (int) 0 => 'application/xhtml+xml', (int) 1 => 'application/xhtml', (int) 2 => 'text/xhtml' ), 'xhtml-mobile' => 'application/vnd.wap.xhtml+xml', 'atom' => 'application/atom+xml', 'amf' => 'application/x-amf', 'wap' => array( (int) 0 => 'text/vnd.wap.wml', (int) 1 => 'text/vnd.wap.wmlscript', (int) 2 => 'image/vnd.wap.wbmp' ), 'wml' => 'text/vnd.wap.wml', 'wmlscript' => 'text/vnd.wap.wmlscript', 'wbmp' => 'image/vnd.wap.wbmp', 'woff' => 'application/x-font-woff', 'webp' => 'image/webp', 'appcache' => 'text/cache-manifest', 'manifest' => 'text/cache-manifest', 'htc' => 'text/x-component', 'rdf' => 'application/xml', 'crx' => 'application/x-chrome-extension', 'oex' => 'application/x-opera-extension', 'xpi' => 'application/x-xpinstall', 'safariextz' => 'application/octet-stream', 'webapp' => 'application/x-web-app-manifest+json', 'vcf' => 'text/x-vcard', 'vtt' => 'text/vtt', 'mkv' => 'video/x-matroska', 'pkpass' => 'application/vnd.apple.pkpass', 'ajax' => 'text/html' ) [protected] _protocol => 'HTTP/1.1' [protected] _status => (int) 200 [protected] _contentType => 'text/html' [protected] _headers => array() [protected] _body => '<!DOCTYPE html> <html lang="fr-FR"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="x-ua-compatible" content="ie=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, shrink-to-fit=no" /> <meta name="robots" content="index, follow"/> <title> | Photographie | Studio HV | Studio Photo et agence de communication | Cholet - Nantes - Angers </title> <meta name="keywords" content="photo, photographie, photographe, creation, graphique, graphisme, conception, webdesign, photoshop, retouche, vidéo, animation, 3D, direction, artistique, code, webdesign, site, internet, html, css, ilustrator, indesign, dreamweaver, seo, referencementphoto, photographie, photographe, studio, cholet, nantes, france, agence, pub, conseil, publicité, shootings, image, images, créateur, creation, conception, réalisation, production, shooting, prise, de vue, lookbook, photos, culinaire, pdv, portrait, fond, cyclo, éclairage, elinchrom, torches, lumière, lumiere, video, fonds, mode, textile, accessoire, detail, broderie, robe, jean, chaussure, close, up, beauté, beauty, seances, seance, production, organisation, casting, modèle, modèles, mannequin, retouche, retoucher, split, frequency, dodge, burn, grain, peau, accessoires, maille, vpc, creation, graphique, graphisme, conception, webdesign, photoshop, retouche, vidéo, animation, 3D, direction, artistique, code, html, css, javascript, cake, webdesigner, site internet, web, webdesign, site, internet, html5, css3, ilustrator, illustrations, mise en page, maquette, maquettes, catalogues, plaquette, logotype, logos, charte, graphique, indesign, dreamweaver, seo, referencement"/> <meta name="description" content="Studio photo basé à cholet, Studio HV et son agence réalise pour vous votre communication basée sur l'image. Packshot, reportage, portrait, mode, prêt à porter, catalogues, digital l'agence vous apportera conseils et savoir faire."/> <link href="/favicon.ico" type="image/x-icon" rel="icon"/><link href="/favicon.ico" type="image/x-icon" rel="shortcut icon"/> <!-- Open Graph Meta Tags --> <meta property="og:url" content="https://www.fabrice-audio.fr" /> <meta property="og:type" content="website" /> <meta property="og:title" content=" | Photographie | Studio HV | Studio Photo et agence de communication | Cholet - Nantes - Angers" /> <meta property="og:description" content="Studio photo basé à cholet, Studio HV et son agence réalise pour vous votre communication basée sur l'image. Packshot, reportage, portrait, mode, prêt à porter, catalogues, digital l'agence vous apportera conseils et savoir faire." /> <meta property="og:image" content="https://www.fabrice-audio.fr/files/images/share-fabrice-audio.jpg" /> <meta property="og:title" content=" | Photographie | Studio HV | Studio Photo et agence de communication | Cholet - Nantes - Angers"/> <meta property="og:site_name" content="FA Photographe & retoucher"> <meta property="og:locale" content="fr-FR"> <meta property="og:image:width" content="1924" /> <meta property="og:image:height" content="1010" /> <!-- Twitter Card data --> <meta name="twitter:card" content="summary" /> <meta name="twitter:title" content=" | Photographie | Studio HV | Studio Photo et agence de communication | Cholet - Nantes - Angers" /> <meta name="twitter:description" content="Studio photo basé à cholet, Studio HV et son agence réalise pour vous votre communication basée sur l'image. Packshot, reportage, portrait, mode, prêt à porter, catalogues, digital l'agence vous apportera conseils et savoir faire." /> <meta name="twitter:image" content="https://www.fabrice-audio.fr/files/images/share-fabrice-audio.jpg" /> <!-- DEFAULT META TAGS --> <!-- Always make sure to check the robots tag --> <meta name="author" content="Fabrice Audio"> <meta name="distribution" content="global"> <meta name="rating" content="general"> <meta name="owner" CONTENT="Fabrice Audio"> <meta name="copyright" content="Fabrice Audio"> <meta name="revisit-after" content="2 days"> <meta name="expires" content="never"> <meta name="application-name" content="Studio HV"/> <!-- Favicon --> <meta/> <link rel="icon" type="image/x-icon" href="/favicon.ico" /> <link type="text/plain" rel="author" href="/humans.txt"> <!--Google webmaster & SEO--> <meta name="google-site-verification" content="FPDsK8ySquzcR895z1Qn_OLk40SZ-Yq_Y1s6roFfcSk" /> <!-- METAS SOCIAUX --> <meta name="mobile-web-app-capable" content="yes" /> <meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="application-name" content=Studio HV /> <meta name="apple-mobile-web-app-title" content=Studio HV /> <meta name="msapplication-starturl" content="/index.html" /> <meta name="apple-mobile-web-app-status-bar-style" content="default"> <meta name="apple-mobile-web-app-title" content="Studio HV"> <link rel="apple-touch-icon" sizes="76x76" href="/files/ico/76.png"> <link rel="apple-touch-icon" sizes="120x120" href="/files/ico/120.png"> <link rel="apple-touch-icon" sizes="152x152" href="/files/ico/152.png"> <link rel="apple-touch-icon" sizes="256x256" href="/files/ico/256.png"> <link rel="apple-touch-icon" sizes="512x512" href="/files/ico/512.png"> <link rel="apple-touch-icon" sizes="180x180" href="/files/ico/apple-touch-icon.png"> <link rel="icon" type="image/png" sizes="32x32" href="favicon.png"> <link rel="manifest" href="/site.webmanifest"> <!-- Bootstrap core CSS ================================================== --> <link rel="stylesheet" type="text/css" href="/css/Coremaker-8.1.css"/> <link rel="stylesheet" type="text/css" href="/js/royalslider/royalslider.css"/> <!-- Bootstrap core JavaScript ================================================== --> <script type="text/javascript" src="/js/plugins.js"></script> <script type="text/javascript" src="/js/royalslider/jquery.royalslider.min.js"></script> <script type="text/javascript" src="/js/Coremaker-8.1.js"></script> <!-- Personnal CSS & Javascripts ================================================== --> <link rel="stylesheet" type="text/css" href="/templates/StudioHV21/css/styles.css"/><script type="text/javascript" src="/templates/StudioHV21/js/online.js"></script> </head> <body id="" class="ct-pageWrapper bg-background-fade"> <!-- HEADER --> <header id="header" class="container" canvas=""> <div class="header-inner clearfix"> <div class="container-fluid"> <div class="row"> <div class="col-6 col-md-4 center-col text-left"> <!-- LOGO --> <div id="top-logo" class=""> <a href="/"><div class="logo"></div></a> </div> </div> <div class="col-6 col-md-8 center-col text-right"> <!-- Portfolio Filter --> <nav class="main-menu"> <ul class="no-mobile"> <li><a href="/" class="text-link-white">Accueil</a> <li><a href="/studio-photo" class="text-link-white">Studio Photo</a> <li><a href="/studio-video-digital" class="text-link-white">Video & Digital</a> <li><a href="/production-photographie" class="text-link-white">Production</a> <li><a href="/post-production" class="text-link-white">Post production</a> <li><a href="/nous-contacter" class="text-link-white">Contact</a> <li><a href="/espace-client" class="text-link-white">Espace client</a> </ul> </nav> <nav class="nav-mobile float-right" style="margin-top: -10px;"> <div class="nav-pictos open only-mobile js-toggle-left-slidebar"><i class="fas fa-bars"></i></div> </nav> </div> </div> </div> </div> </header> <!-- HEADER --> <!-- ASIDE LEFT --> <!-- ASIDE RIGHT --> <!-- MAIN --> <main id="sb-site" class="" canvas="container" role="main"> <section id="hero-header" class="hero container pages-header color-code" data-color="black-bg"> <div class="container-fluid"> <div class="row"> <div class="col-12 col-md-3"> <h1 class="text-small alt-font grey font-weight-700" style="margin-top: 20px"> <b>Le <span class="text-white">STUDIO HV</span></b>,<br> est spécialisé dans la création et la maîtrise de votre image. </h1> </div> <div class="col-12 col-md-8 offset-md-1"> <h3 class="text-large font-weight-700 alt-font"> <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr675b758218a8f-trace').style.display = (document.getElementById('cakeErr675b758218a8f-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined index: Client [<b>APP/View/Themed/StudioHV21/Photos/client.ctp</b>, line <b>12</b>]<div id="cakeErr675b758218a8f-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr675b758218a8f-code').style.display = (document.getElementById('cakeErr675b758218a8f-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr675b758218a8f-context').style.display = (document.getElementById('cakeErr675b758218a8f-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr675b758218a8f-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600"><</span><span style="color: #0000CC">div </span><span style="color: #006600">class=</span><span style="color: #CC0000">"col-12 col-md-8 offset-md-1"</span><span style="color: #006600">></span></span></code> <code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600"><</span><span style="color: #0000CC">h3 </span><span style="color: #006600">class=</span><span style="color: #CC0000">"text-large font-weight-700 alt-font"</span><span style="color: #006600">></span></span></code> <span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000CC"><?php </span><span style="color: #006600">echo (</span><span style="color: #0000CC">$client</span><span style="color: #006600">[</span><span style="color: #CC0000">'Client'</span><span style="color: #006600">][</span><span style="color: #CC0000">'nom'</span><span style="color: #006600">]); </span><span style="color: #0000CC">?></span></span></code></span></pre><pre id="cakeErr675b758218a8f-context" class="cake-context" style="display: none;">$viewFile = '/home/studiohv/www/app/View/Themed/StudioHV21/Photos/client.ctp' $dataForView = array( 'photos' => array(), 'client' => array(), 'filtres' => array( (int) 0 => array( 'Filtre' => array( [maximum depth reached] ) ), (int) 1 => array( 'Filtre' => array( [maximum depth reached] ) ), (int) 2 => array( 'Filtre' => array( [maximum depth reached] ) ), (int) 3 => array( 'Filtre' => array( [maximum depth reached] ) ), (int) 4 => array( 'Filtre' => array( [maximum depth reached] ) ), (int) 5 => array( 'Filtre' => array( [maximum depth reached] ) ) ), 'meta_keywords' => 'photo, photographie, photographe, creation, graphique, graphisme, conception, webdesign, photoshop, retouche, vidéo, animation, 3D, direction, artistique, code, webdesign, site, internet, html, css, ilustrator, indesign, dreamweaver, seo, referencementphoto, photographie, photographe, studio, cholet, nantes, france, agence, pub, conseil, publicité, shootings, image, images, créateur, creation, conception, réalisation, production, shooting, prise, de vue, lookbook, photos, culinaire, pdv, portrait, fond, cyclo, éclairage, elinchrom, torches, lumière, lumiere, video, fonds, mode, textile, accessoire, detail, broderie, robe, jean, chaussure, close, up, beauté, beauty, seances, seance, production, organisation, casting, modèle, modèles, mannequin, retouche, retoucher, split, frequency, dodge, burn, grain, peau, accessoires, maille, vpc, creation, graphique, graphisme, conception, webdesign, photoshop, retouche, vidéo, animation, 3D, direction, artistique, code, html, css, javascript, cake, webdesigner, site internet, web, webdesign, site, internet, html5, css3, ilustrator, illustrations, mise en page, maquette, maquettes, catalogues, plaquette, logotype, logos, charte, graphique, indesign, dreamweaver, seo, referencement', 'meta_description' => 'Studio photo basé à cholet, Studio HV et son agence réalise pour vous votre communication basée sur l'image. Packshot, reportage, portrait, mode, prêt à porter, catalogues, digital l'agence vous apportera conseils et savoir faire.', 'title_for_layout' => ' | Photographie | Studio HV | Studio Photo et agence de communication | Cholet - Nantes - Angers', 'clients' => array( (int) 0 => array( 'Client' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'Contact' => array( [maximum depth reached] ) ), (int) 1 => array( 'Client' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'Contact' => array( [maximum depth reached] ) ), (int) 2 => array( 'Client' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'Contact' => array( [maximum depth reached] ) ), (int) 3 => array( 'Client' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'Contact' => array( [maximum depth reached] ) ), (int) 4 => array( 'Client' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'Contact' => array( [maximum depth reached] ) ), (int) 5 => array( 'Client' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'Contact' => array( [maximum depth reached] ) ), (int) 6 => array( 'Client' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'Contact' => array( [maximum depth reached] ) ), (int) 7 => array( 'Client' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'Contact' => array( [maximum depth reached] ) ), (int) 8 => array( 'Client' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'Contact' => array( [maximum depth reached] ) ), (int) 9 => array( 'Client' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'Contact' => array( [maximum depth reached] ) ), (int) 10 => array( 'Client' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'Contact' => array( [maximum depth reached] ) ), (int) 11 => array( 'Client' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'Contact' => array( [maximum depth reached] ) ), (int) 12 => array( 'Client' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'Contact' => array( [maximum depth reached] ) ), (int) 13 => array( 'Client' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'Contact' => array( [maximum depth reached] ) ), (int) 14 => array( 'Client' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'Contact' => array( [maximum depth reached] ) ), (int) 15 => array( 'Client' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'Contact' => array( [maximum depth reached] ) ), (int) 16 => array( 'Client' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'Contact' => array( [maximum depth reached] ) ), (int) 17 => array( 'Client' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'Contact' => array( [maximum depth reached] ) ), (int) 18 => array( 'Client' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'Contact' => array( [maximum depth reached] ) ), (int) 19 => array( 'Client' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'Contact' => array( [maximum depth reached] ) ), (int) 20 => array( 'Client' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'Contact' => array( [maximum depth reached] ) ), (int) 21 => array( 'Client' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'Contact' => array( [maximum depth reached] ) ), (int) 22 => array( 'Client' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'Contact' => array( [maximum depth reached] ) ), (int) 23 => array( 'Client' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'Contact' => array( [maximum depth reached] ) ), (int) 24 => array( 'Client' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'Contact' => array( [maximum depth reached] ) ), (int) 25 => array( 'Client' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'Contact' => array( [maximum depth reached] ) ), (int) 26 => array( 'Client' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'Contact' => array( [maximum depth reached] ) ), (int) 27 => array( 'Client' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'Contact' => array( [maximum depth reached] ) ), (int) 28 => array( 'Client' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'Contact' => array( [maximum depth reached] ) ) ), 'services_list' => array( (int) 0 => array( 'Service' => array( [maximum depth reached] ) ), (int) 1 => array( 'Service' => array( [maximum depth reached] ) ) ), 'photos_cats' => array(), 'pages_list' => array( (int) 0 => array( 'Page' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ) ), (int) 1 => array( 'Page' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ) ), (int) 2 => array( 'Page' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ) ), (int) 3 => array( 'Page' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ) ), (int) 4 => array( 'Page' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ) ) ), 'sidebarbottom' => 'none', 'sidebartop' => 'none', 'sidebarright' => 'none', 'sidebarleft' => 'none', 'footerback' => 'none', 'footer' => 'footer', 'asideright' => 'none', 'asideleft' => 'none', 'header' => 'header', 'googleplus' => '', 'youtube' => '', 'linkedin' => 'https://www.linkedin.com/company/studio-hv', 'vimeo' => 'https://vimeo.com/studiohv', 'pinterest' => 'http://www.pinterest.com/studiohvphoto/', 'behance' => '', 'cinqpx' => '', 'twitter' => 'https://twitter.com/hv_studio', 'instagram' => 'https://www.instagram.com/studiohv49/', 'facebook' => 'https://www.facebook.com/studiophotohv', 'googletracking' => 'UA-73664602-1', 'googlecodeverif' => 'FPDsK8ySquzcR895z1Qn_OLk40SZ-Yq_Y1s6roFfcSk', 'appname' => 'Studio HV', 'siteemail' => 'contact@studiohv.fr', 'siteurl' => 'https://www.fabrice-audio.fr', 'sitetemplate' => 'StudioHV21', 'sitetheme' => 'StudioHV21', 'settings' => array( (int) 0 => array( 'Setting' => array( [maximum depth reached] ) ), (int) 1 => array( 'Setting' => array( [maximum depth reached] ) ), (int) 2 => array( 'Setting' => array( [maximum depth reached] ) ), (int) 3 => array( 'Setting' => array( [maximum depth reached] ) ), (int) 4 => array( 'Setting' => array( [maximum depth reached] ) ), (int) 5 => array( 'Setting' => array( [maximum depth reached] ) ), (int) 6 => array( 'Setting' => array( [maximum depth reached] ) ), (int) 7 => array( 'Setting' => array( [maximum depth reached] ) ), (int) 8 => array( 'Setting' => array( [maximum depth reached] ) ), (int) 9 => array( 'Setting' => array( [maximum depth reached] ) ), (int) 10 => array( 'Setting' => array( [maximum depth reached] ) ), (int) 11 => array( 'Setting' => array( [maximum depth reached] ) ), (int) 12 => array( 'Setting' => array( [maximum depth reached] ) ), (int) 13 => array( 'Setting' => array( [maximum depth reached] ) ), (int) 14 => array( 'Setting' => array( [maximum depth reached] ) ), (int) 15 => array( 'Setting' => array( [maximum depth reached] ) ), (int) 16 => array( 'Setting' => array( [maximum depth reached] ) ), (int) 17 => array( 'Setting' => array( [maximum depth reached] ) ), (int) 18 => array( 'Setting' => array( [maximum depth reached] ) ), (int) 19 => array( 'Setting' => array( [maximum depth reached] ) ), (int) 20 => array( 'Setting' => array( [maximum depth reached] ) ), (int) 21 => array( 'Setting' => array( [maximum depth reached] ) ), (int) 22 => array( 'Setting' => array( [maximum depth reached] ) ), (int) 23 => array( 'Setting' => array( [maximum depth reached] ) ), (int) 24 => array( 'Setting' => array( [maximum depth reached] ) ), (int) 25 => array( 'Setting' => array( [maximum depth reached] ) ), (int) 26 => array( 'Setting' => array( [maximum depth reached] ) ), (int) 27 => array( 'Setting' => array( [maximum depth reached] ) ), (int) 28 => array( 'Setting' => array( [maximum depth reached] ) ) ), 'userid' => array(), 'configlang' => null ) $photos = array() $client = array() $filtres = array( (int) 0 => array( 'Filtre' => array( 'id' => '2', 'name' => 'Culinaire', 'description' => 'Photographie culinaire', 'metas' => '', 'url' => 'culinaire', 'photos' => '1', 'posts' => '0', 'portfolios' => '0', 'videos' => '0', 'services' => null, 'status' => '1', 'created' => '2018-07-03 23:24:42', 'modified' => '2018-07-03 23:24:42' ) ), (int) 1 => array( 'Filtre' => array( 'id' => '13', 'name' => 'Lifestyle', 'description' => 'Photos lifestyle', 'metas' => '', 'url' => 'lifestyle', 'photos' => '1', 'posts' => '0', 'portfolios' => '0', 'videos' => '0', 'services' => null, 'status' => '1', 'created' => '2018-08-27 14:56:58', 'modified' => '2018-08-27 14:56:58' ) ), (int) 2 => array( 'Filtre' => array( 'id' => '1', 'name' => 'Mode / Lifestyle', 'description' => 'photographies Mode & lifestyle', 'metas' => '', 'url' => 'mode-lifestyle', 'photos' => '1', 'posts' => '0', 'portfolios' => '0', 'videos' => '0', 'services' => null, 'status' => '1', 'created' => '2018-06-28 14:25:21', 'modified' => '2018-08-25 00:36:31' ) ), (int) 3 => array( 'Filtre' => array( 'id' => '7', 'name' => 'Mode / Studio', 'description' => 'Photographie Mode réalisées en studio', 'metas' => '', 'url' => 'mode-studio', 'photos' => '1', 'posts' => '0', 'portfolios' => '0', 'videos' => '0', 'services' => null, 'status' => '1', 'created' => '2018-07-19 11:08:25', 'modified' => '2018-08-27 15:00:09' ) ), (int) 4 => array( 'Filtre' => array( 'id' => '6', 'name' => 'Packshots / Produits', 'description' => 'Photos Packshots', 'metas' => '', 'url' => 'packshots-produits', 'photos' => '1', 'posts' => '0', 'portfolios' => '0', 'videos' => '0', 'services' => null, 'status' => '1', 'created' => '2018-07-13 09:50:22', 'modified' => '2018-07-13 09:50:22' ) ), (int) 5 => array( 'Filtre' => array( 'id' => '12', 'name' => 'Reportage / Corporate', 'description' => 'Photographie de reportage et corporate', 'metas' => '', 'url' => 'reportage-corporate', 'photos' => '1', 'posts' => '0', 'portfolios' => '0', 'videos' => '0', 'services' => null, 'status' => '1', 'created' => '2018-07-24 11:14:12', 'modified' => '2018-07-24 11:14:12' ) ) ) $meta_keywords = 'photo, photographie, photographe, creation, graphique, graphisme, conception, webdesign, photoshop, retouche, vidéo, animation, 3D, direction, artistique, code, webdesign, site, internet, html, css, ilustrator, indesign, dreamweaver, seo, referencementphoto, photographie, photographe, studio, cholet, nantes, france, agence, pub, conseil, publicité, shootings, image, images, créateur, creation, conception, réalisation, production, shooting, prise, de vue, lookbook, photos, culinaire, pdv, portrait, fond, cyclo, éclairage, elinchrom, torches, lumière, lumiere, video, fonds, mode, textile, accessoire, detail, broderie, robe, jean, chaussure, close, up, beauté, beauty, seances, seance, production, organisation, casting, modèle, modèles, mannequin, retouche, retoucher, split, frequency, dodge, burn, grain, peau, accessoires, maille, vpc, creation, graphique, graphisme, conception, webdesign, photoshop, retouche, vidéo, animation, 3D, direction, artistique, code, html, css, javascript, cake, webdesigner, site internet, web, webdesign, site, internet, html5, css3, ilustrator, illustrations, mise en page, maquette, maquettes, catalogues, plaquette, logotype, logos, charte, graphique, indesign, dreamweaver, seo, referencement' $meta_description = 'Studio photo basé à cholet, Studio HV et son agence réalise pour vous votre communication basée sur l'image. Packshot, reportage, portrait, mode, prêt à porter, catalogues, digital l'agence vous apportera conseils et savoir faire.' $title_for_layout = ' | Photographie | Studio HV | Studio Photo et agence de communication | Cholet - Nantes - Angers' $clients = array( (int) 0 => array( 'Client' => array( 'id' => '49', 'nom' => '16 point 9', 'description' => '', 'meta' => 'point, neuf, 16.9, seize point neuf, textile', 'adresse' => '', 'cp' => '49300', 'ville' => 'Cholet', 'site' => 'https://www.seizepointneuf.fr', 'secteur' => null, 'logo' => null, 'url' => 'seize-point-neuf', 'status' => '2', 'email' => '', 'contact_id' => '0', 'user_id' => '0', 'created' => '0000-00-00 00:00:00', 'modified' => '2021-05-18 14:08:04' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => null, 'avatar' => null, 'username' => null, 'name' => null, 'password_clear' => null, 'email' => null, 'tel' => null, 'url' => null, 'color' => null, 'newsletter' => null, 'info' => null, 'status' => null, 'userule_id' => null, 'contact_id' => null, 'client_id' => null, 'created' => null, 'modified' => null ), 'Contact' => array( 'port' => '*****', 'id' => null, 'nom' => null, 'prenom' => null, 'poste' => null, 'adresse' => null, 'cp' => null, 'ville' => null, 'pays' => null, 'email' => null, 'tel' => null, 'information' => null, 'newsletter' => null, 'newslettercat_id' => null, 'client_id' => null, 'user_id' => null, 'status' => null, 'created' => null, 'modified' => null ) ), (int) 1 => array( 'Client' => array( 'id' => '41', 'nom' => 'Baby Art', 'description' => '', 'meta' => '', 'adresse' => '', 'cp' => '', 'ville' => '', 'site' => '', 'secteur' => 'puericulture', 'logo' => null, 'url' => 'baby-art', 'status' => '2', 'email' => '', 'contact_id' => '0', 'user_id' => '0', 'created' => '2020-03-02 16:20:14', 'modified' => '2021-03-30 08:51:38' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => null, 'avatar' => null, 'username' => null, 'name' => null, 'password_clear' => null, 'email' => null, 'tel' => null, 'url' => null, 'color' => null, 'newsletter' => null, 'info' => null, 'status' => null, 'userule_id' => null, 'contact_id' => null, 'client_id' => null, 'created' => null, 'modified' => null ), 'Contact' => array( 'port' => '*****', 'id' => null, 'nom' => null, 'prenom' => null, 'poste' => null, 'adresse' => null, 'cp' => null, 'ville' => null, 'pays' => null, 'email' => null, 'tel' => null, 'information' => null, 'newsletter' => null, 'newslettercat_id' => null, 'client_id' => null, 'user_id' => null, 'status' => null, 'created' => null, 'modified' => null ) ), (int) 2 => array( 'Client' => array( 'id' => '11', 'nom' => 'Bébé Confort', 'description' => '', 'meta' => '', 'adresse' => '', 'cp' => '', 'ville' => '', 'site' => 'http://www.bebeconfort.com/fr-fr/', 'secteur' => 'puericulture', 'logo' => 'BBC_LogoNEW_blue_rgb_LARGE.png', 'url' => 'bebe-confort', 'status' => '2', 'email' => '', 'contact_id' => '0', 'user_id' => '0', 'created' => '2017-06-13 14:15:22', 'modified' => '2021-03-30 08:51:34' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => null, 'avatar' => null, 'username' => null, 'name' => null, 'password_clear' => null, 'email' => null, 'tel' => null, 'url' => null, 'color' => null, 'newsletter' => null, 'info' => null, 'status' => null, 'userule_id' => null, 'contact_id' => null, 'client_id' => null, 'created' => null, 'modified' => null ), 'Contact' => array( 'port' => '*****', 'id' => null, 'nom' => null, 'prenom' => null, 'poste' => null, 'adresse' => null, 'cp' => null, 'ville' => null, 'pays' => null, 'email' => null, 'tel' => null, 'information' => null, 'newsletter' => null, 'newslettercat_id' => null, 'client_id' => null, 'user_id' => null, 'status' => null, 'created' => null, 'modified' => null ) ), (int) 3 => array( 'Client' => array( 'id' => '7', 'nom' => 'CAIB', 'description' => '', 'meta' => '', 'adresse' => '14, boulevard du Cormier - CS 61951', 'cp' => '49319', 'ville' => 'Cholet', 'site' => 'www.caib.fr', 'secteur' => 'industrie', 'logo' => null, 'url' => 'caib', 'status' => '2', 'email' => '', 'contact_id' => '0', 'user_id' => '0', 'created' => '2016-06-15 10:35:16', 'modified' => '2021-03-16 15:27:27' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => null, 'avatar' => null, 'username' => null, 'name' => null, 'password_clear' => null, 'email' => null, 'tel' => null, 'url' => null, 'color' => null, 'newsletter' => null, 'info' => null, 'status' => null, 'userule_id' => null, 'contact_id' => null, 'client_id' => null, 'created' => null, 'modified' => null ), 'Contact' => array( 'port' => '*****', 'id' => null, 'nom' => null, 'prenom' => null, 'poste' => null, 'adresse' => null, 'cp' => null, 'ville' => null, 'pays' => null, 'email' => null, 'tel' => null, 'information' => null, 'newsletter' => null, 'newslettercat_id' => null, 'client_id' => null, 'user_id' => null, 'status' => null, 'created' => null, 'modified' => null ) ), (int) 4 => array( 'Client' => array( 'id' => '34', 'nom' => 'Comptoir de la mer', 'description' => '', 'meta' => '', 'adresse' => '', 'cp' => '', 'ville' => '', 'site' => '', 'secteur' => 'pret-a-porter', 'logo' => null, 'url' => 'comptoir-de-la-mer', 'status' => '2', 'email' => '', 'contact_id' => '0', 'user_id' => '0', 'created' => '2020-02-04 10:22:54', 'modified' => '2021-03-16 14:42:59' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => null, 'avatar' => null, 'username' => null, 'name' => null, 'password_clear' => null, 'email' => null, 'tel' => null, 'url' => null, 'color' => null, 'newsletter' => null, 'info' => null, 'status' => null, 'userule_id' => null, 'contact_id' => null, 'client_id' => null, 'created' => null, 'modified' => null ), 'Contact' => array( 'port' => '*****', 'id' => null, 'nom' => null, 'prenom' => null, 'poste' => null, 'adresse' => null, 'cp' => null, 'ville' => null, 'pays' => null, 'email' => null, 'tel' => null, 'information' => null, 'newsletter' => null, 'newslettercat_id' => null, 'client_id' => null, 'user_id' => null, 'status' => null, 'created' => null, 'modified' => null ) ), (int) 5 => array( 'Client' => array( 'id' => '15', 'nom' => 'Cuirs Guignard', 'description' => '', 'meta' => '', 'adresse' => '', 'cp' => '', 'ville' => '', 'site' => 'www.cuirs-guignard.com', 'secteur' => 'pret-a-porter', 'logo' => null, 'url' => 'cuirs-guignard', 'status' => '2', 'email' => '', 'contact_id' => '0', 'user_id' => '0', 'created' => '2017-09-27 21:58:30', 'modified' => '2021-03-16 15:27:42' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => null, 'avatar' => null, 'username' => null, 'name' => null, 'password_clear' => null, 'email' => null, 'tel' => null, 'url' => null, 'color' => null, 'newsletter' => null, 'info' => null, 'status' => null, 'userule_id' => null, 'contact_id' => null, 'client_id' => null, 'created' => null, 'modified' => null ), 'Contact' => array( 'port' => '*****', 'id' => null, 'nom' => null, 'prenom' => null, 'poste' => null, 'adresse' => null, 'cp' => null, 'ville' => null, 'pays' => null, 'email' => null, 'tel' => null, 'information' => null, 'newsletter' => null, 'newslettercat_id' => null, 'client_id' => null, 'user_id' => null, 'status' => null, 'created' => null, 'modified' => null ) ), (int) 6 => array( 'Client' => array( 'id' => '28', 'nom' => 'DIM', 'description' => '', 'meta' => '', 'adresse' => '', 'cp' => '', 'ville' => '', 'site' => '', 'secteur' => 'pret-a-porter', 'logo' => null, 'url' => 'dim', 'status' => '2', 'email' => '', 'contact_id' => '0', 'user_id' => '0', 'created' => '2018-08-28 18:36:12', 'modified' => '2021-05-18 14:09:05' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => null, 'avatar' => null, 'username' => null, 'name' => null, 'password_clear' => null, 'email' => null, 'tel' => null, 'url' => null, 'color' => null, 'newsletter' => null, 'info' => null, 'status' => null, 'userule_id' => null, 'contact_id' => null, 'client_id' => null, 'created' => null, 'modified' => null ), 'Contact' => array( 'port' => '*****', 'id' => null, 'nom' => null, 'prenom' => null, 'poste' => null, 'adresse' => null, 'cp' => null, 'ville' => null, 'pays' => null, 'email' => null, 'tel' => null, 'information' => null, 'newsletter' => null, 'newslettercat_id' => null, 'client_id' => null, 'user_id' => null, 'status' => null, 'created' => null, 'modified' => null ) ), (int) 7 => array( 'Client' => array( 'id' => '36', 'nom' => 'Duvivier', 'description' => '', 'meta' => '', 'adresse' => '', 'cp' => '', 'ville' => '', 'site' => 'https://www.literie-duvivier.fr', 'secteur' => 'industrie', 'logo' => null, 'url' => 'duvivier', 'status' => '2', 'email' => 'l.cesbron@matfa.fr', 'contact_id' => '0', 'user_id' => '22', 'created' => '2020-02-04 10:25:02', 'modified' => '2021-05-18 14:11:08' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => '22', 'avatar' => 'duvivie.jpg', 'username' => 'Duvivier', 'name' => null, 'password_clear' => 'EuNBnNBl', 'email' => 'l.cesbron@matfa.fr', 'tel' => null, 'url' => 'duvivier', 'color' => null, 'newsletter' => '', 'info' => '', 'status' => '1', 'userule_id' => '5', 'contact_id' => '0', 'client_id' => '36', 'created' => '2021-05-18 14:10:14', 'modified' => '2021-05-18 14:14:45' ), 'Contact' => array( 'port' => '*****', 'id' => null, 'nom' => null, 'prenom' => null, 'poste' => null, 'adresse' => null, 'cp' => null, 'ville' => null, 'pays' => null, 'email' => null, 'tel' => null, 'information' => null, 'newsletter' => null, 'newslettercat_id' => null, 'client_id' => null, 'user_id' => null, 'status' => null, 'created' => null, 'modified' => null ) ), (int) 8 => array( 'Client' => array( 'id' => '16', 'nom' => 'Dynamic', 'description' => '', 'meta' => '', 'adresse' => '518 Rue Léo Backeland, ZI du Puy Nardon, BP 57', 'cp' => '85290', 'ville' => 'Mortagne s/Sèvre', 'site' => 'https://www.dynamicmixers.com', 'secteur' => 'industrie', 'logo' => 'dynamic-logo.gif', 'url' => 'dynamic', 'status' => '2', 'email' => '', 'contact_id' => '0', 'user_id' => '0', 'created' => '2018-01-20 19:55:36', 'modified' => '2021-05-18 14:07:44' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => null, 'avatar' => null, 'username' => null, 'name' => null, 'password_clear' => null, 'email' => null, 'tel' => null, 'url' => null, 'color' => null, 'newsletter' => null, 'info' => null, 'status' => null, 'userule_id' => null, 'contact_id' => null, 'client_id' => null, 'created' => null, 'modified' => null ), 'Contact' => array( 'port' => '*****', 'id' => null, 'nom' => null, 'prenom' => null, 'poste' => null, 'adresse' => null, 'cp' => null, 'ville' => null, 'pays' => null, 'email' => null, 'tel' => null, 'information' => null, 'newsletter' => null, 'newslettercat_id' => null, 'client_id' => null, 'user_id' => null, 'status' => null, 'created' => null, 'modified' => null ) ), (int) 9 => array( 'Client' => array( 'id' => '35', 'nom' => 'Edilteco', 'description' => '', 'meta' => '', 'adresse' => '', 'cp' => '', 'ville' => '', 'site' => '', 'secteur' => 'industrie', 'logo' => null, 'url' => 'edilteco', 'status' => '2', 'email' => '', 'contact_id' => '0', 'user_id' => '0', 'created' => '2020-02-04 10:24:38', 'modified' => '2021-05-18 14:07:48' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => null, 'avatar' => null, 'username' => null, 'name' => null, 'password_clear' => null, 'email' => null, 'tel' => null, 'url' => null, 'color' => null, 'newsletter' => null, 'info' => null, 'status' => null, 'userule_id' => null, 'contact_id' => null, 'client_id' => null, 'created' => null, 'modified' => null ), 'Contact' => array( 'port' => '*****', 'id' => null, 'nom' => null, 'prenom' => null, 'poste' => null, 'adresse' => null, 'cp' => null, 'ville' => null, 'pays' => null, 'email' => null, 'tel' => null, 'information' => null, 'newsletter' => null, 'newslettercat_id' => null, 'client_id' => null, 'user_id' => null, 'status' => null, 'created' => null, 'modified' => null ) ), (int) 10 => array( 'Client' => array( 'id' => '6', 'nom' => 'Eglantine creations', 'description' => '', 'meta' => '', 'adresse' => 'ZAC clos Sainte Barbe', 'cp' => '49350', 'ville' => 'Bouzillé', 'site' => 'www.eglantine-creations.fr', 'secteur' => 'createur', 'logo' => null, 'url' => 'eglantine-creations', 'status' => '2', 'email' => '', 'contact_id' => '0', 'user_id' => '0', 'created' => '2016-05-30 14:58:57', 'modified' => '2021-03-16 15:28:11' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => null, 'avatar' => null, 'username' => null, 'name' => null, 'password_clear' => null, 'email' => null, 'tel' => null, 'url' => null, 'color' => null, 'newsletter' => null, 'info' => null, 'status' => null, 'userule_id' => null, 'contact_id' => null, 'client_id' => null, 'created' => null, 'modified' => null ), 'Contact' => array( 'port' => '*****', 'id' => null, 'nom' => null, 'prenom' => null, 'poste' => null, 'adresse' => null, 'cp' => null, 'ville' => null, 'pays' => null, 'email' => null, 'tel' => null, 'information' => null, 'newsletter' => null, 'newslettercat_id' => null, 'client_id' => null, 'user_id' => null, 'status' => null, 'created' => null, 'modified' => null ) ), (int) 11 => array( 'Client' => array( 'id' => '26', 'nom' => 'Elora', 'description' => '', 'meta' => '', 'adresse' => '', 'cp' => '', 'ville' => '', 'site' => 'https://www.elora.com/fr/', 'secteur' => 'pret-a-porter', 'logo' => null, 'url' => 'elora', 'status' => '2', 'email' => '', 'contact_id' => '0', 'user_id' => '0', 'created' => '2018-08-25 00:27:37', 'modified' => '2021-05-18 14:08:08' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => null, 'avatar' => null, 'username' => null, 'name' => null, 'password_clear' => null, 'email' => null, 'tel' => null, 'url' => null, 'color' => null, 'newsletter' => null, 'info' => null, 'status' => null, 'userule_id' => null, 'contact_id' => null, 'client_id' => null, 'created' => null, 'modified' => null ), 'Contact' => array( 'port' => '*****', 'id' => null, 'nom' => null, 'prenom' => null, 'poste' => null, 'adresse' => null, 'cp' => null, 'ville' => null, 'pays' => null, 'email' => null, 'tel' => null, 'information' => null, 'newsletter' => null, 'newslettercat_id' => null, 'client_id' => null, 'user_id' => null, 'status' => null, 'created' => null, 'modified' => null ) ), (int) 12 => array( 'Client' => array( 'id' => '24', 'nom' => 'Entreprise Reulier', 'description' => '', 'meta' => '', 'adresse' => 'Z.A. Allée des Lilas', 'cp' => '49123', 'ville' => 'Ingrandes Sur Loire.', 'site' => 'http://www.entreprise-reulier.fr', 'secteur' => 'artisan', 'logo' => null, 'url' => 'entreprise-reulier', 'status' => '2', 'email' => '', 'contact_id' => '0', 'user_id' => '0', 'created' => '2018-07-24 11:15:48', 'modified' => '2021-05-18 14:08:11' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => null, 'avatar' => null, 'username' => null, 'name' => null, 'password_clear' => null, 'email' => null, 'tel' => null, 'url' => null, 'color' => null, 'newsletter' => null, 'info' => null, 'status' => null, 'userule_id' => null, 'contact_id' => null, 'client_id' => null, 'created' => null, 'modified' => null ), 'Contact' => array( 'port' => '*****', 'id' => null, 'nom' => null, 'prenom' => null, 'poste' => null, 'adresse' => null, 'cp' => null, 'ville' => null, 'pays' => null, 'email' => null, 'tel' => null, 'information' => null, 'newsletter' => null, 'newslettercat_id' => null, 'client_id' => null, 'user_id' => null, 'status' => null, 'created' => null, 'modified' => null ) ), (int) 13 => array( 'Client' => array( 'id' => '17', 'nom' => 'Evolis', 'description' => '', 'meta' => '', 'adresse' => '', 'cp' => '', 'ville' => '', 'site' => '', 'secteur' => 'industrie', 'logo' => null, 'url' => 'evolis', 'status' => '2', 'email' => '', 'contact_id' => '0', 'user_id' => '0', 'created' => '2018-02-01 17:38:23', 'modified' => '2021-05-18 14:08:14' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => null, 'avatar' => null, 'username' => null, 'name' => null, 'password_clear' => null, 'email' => null, 'tel' => null, 'url' => null, 'color' => null, 'newsletter' => null, 'info' => null, 'status' => null, 'userule_id' => null, 'contact_id' => null, 'client_id' => null, 'created' => null, 'modified' => null ), 'Contact' => array( 'port' => '*****', 'id' => null, 'nom' => null, 'prenom' => null, 'poste' => null, 'adresse' => null, 'cp' => null, 'ville' => null, 'pays' => null, 'email' => null, 'tel' => null, 'information' => null, 'newsletter' => null, 'newslettercat_id' => null, 'client_id' => null, 'user_id' => null, 'status' => null, 'created' => null, 'modified' => null ) ), (int) 14 => array( 'Client' => array( 'id' => '23', 'nom' => 'Francisco Reli', 'description' => '', 'meta' => '', 'adresse' => '', 'cp' => '', 'ville' => '', 'site' => 'https://www.franciscoreli.com', 'secteur' => 'createur', 'logo' => null, 'url' => 'francisco-reli', 'status' => '2', 'email' => '', 'contact_id' => '0', 'user_id' => '0', 'created' => '2018-06-27 13:14:11', 'modified' => '2021-05-18 14:08:17' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => null, 'avatar' => null, 'username' => null, 'name' => null, 'password_clear' => null, 'email' => null, 'tel' => null, 'url' => null, 'color' => null, 'newsletter' => null, 'info' => null, 'status' => null, 'userule_id' => null, 'contact_id' => null, 'client_id' => null, 'created' => null, 'modified' => null ), 'Contact' => array( 'port' => '*****', 'id' => null, 'nom' => null, 'prenom' => null, 'poste' => null, 'adresse' => null, 'cp' => null, 'ville' => null, 'pays' => null, 'email' => null, 'tel' => null, 'information' => null, 'newsletter' => null, 'newslettercat_id' => null, 'client_id' => null, 'user_id' => null, 'status' => null, 'created' => null, 'modified' => null ) ), (int) 15 => array( 'Client' => array( 'id' => '33', 'nom' => 'Havéa Ponroy', 'description' => '', 'meta' => '', 'adresse' => '', 'cp' => '', 'ville' => '', 'site' => 'https://www.havea.com', 'secteur' => 'services', 'logo' => null, 'url' => 'havea-ponroy', 'status' => '2', 'email' => '', 'contact_id' => '0', 'user_id' => '0', 'created' => '2019-11-25 12:12:52', 'modified' => '2021-03-30 08:51:45' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => null, 'avatar' => null, 'username' => null, 'name' => null, 'password_clear' => null, 'email' => null, 'tel' => null, 'url' => null, 'color' => null, 'newsletter' => null, 'info' => null, 'status' => null, 'userule_id' => null, 'contact_id' => null, 'client_id' => null, 'created' => null, 'modified' => null ), 'Contact' => array( 'port' => '*****', 'id' => null, 'nom' => null, 'prenom' => null, 'poste' => null, 'adresse' => null, 'cp' => null, 'ville' => null, 'pays' => null, 'email' => null, 'tel' => null, 'information' => null, 'newsletter' => null, 'newslettercat_id' => null, 'client_id' => null, 'user_id' => null, 'status' => null, 'created' => null, 'modified' => null ) ), (int) 16 => array( 'Client' => array( 'id' => '32', 'nom' => 'Heuliez Bus', 'description' => '', 'meta' => '', 'adresse' => '', 'cp' => '', 'ville' => '', 'site' => 'http://www.heuliezbus.com', 'secteur' => 'industrie', 'logo' => null, 'url' => 'heuliez-bus', 'status' => '2', 'email' => '', 'contact_id' => '0', 'user_id' => '0', 'created' => '2019-06-03 17:10:37', 'modified' => '2021-05-18 14:08:20' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => null, 'avatar' => null, 'username' => null, 'name' => null, 'password_clear' => null, 'email' => null, 'tel' => null, 'url' => null, 'color' => null, 'newsletter' => null, 'info' => null, 'status' => null, 'userule_id' => null, 'contact_id' => null, 'client_id' => null, 'created' => null, 'modified' => null ), 'Contact' => array( 'port' => '*****', 'id' => null, 'nom' => null, 'prenom' => null, 'poste' => null, 'adresse' => null, 'cp' => null, 'ville' => null, 'pays' => null, 'email' => null, 'tel' => null, 'information' => null, 'newsletter' => null, 'newslettercat_id' => null, 'client_id' => null, 'user_id' => null, 'status' => null, 'created' => null, 'modified' => null ) ), (int) 17 => array( 'Client' => array( 'id' => '30', 'nom' => 'Image de marque', 'description' => '', 'meta' => '', 'adresse' => '', 'cp' => '', 'ville' => 'cholet', 'site' => 'www.i-marque.fr', 'secteur' => 'services', 'logo' => null, 'url' => 'image-de-marque', 'status' => '2', 'email' => '', 'contact_id' => '0', 'user_id' => '0', 'created' => '2019-01-10 15:28:06', 'modified' => '2021-05-18 14:08:23' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => null, 'avatar' => null, 'username' => null, 'name' => null, 'password_clear' => null, 'email' => null, 'tel' => null, 'url' => null, 'color' => null, 'newsletter' => null, 'info' => null, 'status' => null, 'userule_id' => null, 'contact_id' => null, 'client_id' => null, 'created' => null, 'modified' => null ), 'Contact' => array( 'port' => '*****', 'id' => null, 'nom' => null, 'prenom' => null, 'poste' => null, 'adresse' => null, 'cp' => null, 'ville' => null, 'pays' => null, 'email' => null, 'tel' => null, 'information' => null, 'newsletter' => null, 'newslettercat_id' => null, 'client_id' => null, 'user_id' => null, 'status' => null, 'created' => null, 'modified' => null ) ), (int) 18 => array( 'Client' => array( 'id' => '29', 'nom' => 'Maé Mahé', 'description' => '', 'meta' => '', 'adresse' => '', 'cp' => '', 'ville' => '', 'site' => '', 'secteur' => 'pret-a-porter', 'logo' => null, 'url' => 'mae-mahe', 'status' => '2', 'email' => '', 'contact_id' => '0', 'user_id' => '0', 'created' => '2018-08-28 18:36:28', 'modified' => '2021-05-18 14:08:26' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => null, 'avatar' => null, 'username' => null, 'name' => null, 'password_clear' => null, 'email' => null, 'tel' => null, 'url' => null, 'color' => null, 'newsletter' => null, 'info' => null, 'status' => null, 'userule_id' => null, 'contact_id' => null, 'client_id' => null, 'created' => null, 'modified' => null ), 'Contact' => array( 'port' => '*****', 'id' => null, 'nom' => null, 'prenom' => null, 'poste' => null, 'adresse' => null, 'cp' => null, 'ville' => null, 'pays' => null, 'email' => null, 'tel' => null, 'information' => null, 'newsletter' => null, 'newslettercat_id' => null, 'client_id' => null, 'user_id' => null, 'status' => null, 'created' => null, 'modified' => null ) ), (int) 19 => array( 'Client' => array( 'id' => '37', 'nom' => 'MCD', 'description' => '', 'meta' => '', 'adresse' => '', 'cp' => '', 'ville' => '', 'site' => '', 'secteur' => 'industrie', 'logo' => null, 'url' => 'mcd', 'status' => '2', 'email' => '', 'contact_id' => '0', 'user_id' => '0', 'created' => '2020-02-04 10:25:40', 'modified' => '2021-05-18 14:08:30' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => null, 'avatar' => null, 'username' => null, 'name' => null, 'password_clear' => null, 'email' => null, 'tel' => null, 'url' => null, 'color' => null, 'newsletter' => null, 'info' => null, 'status' => null, 'userule_id' => null, 'contact_id' => null, 'client_id' => null, 'created' => null, 'modified' => null ), 'Contact' => array( 'port' => '*****', 'id' => null, 'nom' => null, 'prenom' => null, 'poste' => null, 'adresse' => null, 'cp' => null, 'ville' => null, 'pays' => null, 'email' => null, 'tel' => null, 'information' => null, 'newsletter' => null, 'newslettercat_id' => null, 'client_id' => null, 'user_id' => null, 'status' => null, 'created' => null, 'modified' => null ) ), (int) 20 => array( 'Client' => array( 'id' => '38', 'nom' => 'Meubles Auger', 'description' => '', 'meta' => '', 'adresse' => '', 'cp' => '', 'ville' => '', 'site' => '', 'secteur' => 'industrie', 'logo' => null, 'url' => 'meubles-auger', 'status' => '2', 'email' => '', 'contact_id' => '0', 'user_id' => '0', 'created' => '2020-02-04 10:26:00', 'modified' => '2021-05-18 14:08:33' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => null, 'avatar' => null, 'username' => null, 'name' => null, 'password_clear' => null, 'email' => null, 'tel' => null, 'url' => null, 'color' => null, 'newsletter' => null, 'info' => null, 'status' => null, 'userule_id' => null, 'contact_id' => null, 'client_id' => null, 'created' => null, 'modified' => null ), 'Contact' => array( 'port' => '*****', 'id' => null, 'nom' => null, 'prenom' => null, 'poste' => null, 'adresse' => null, 'cp' => null, 'ville' => null, 'pays' => null, 'email' => null, 'tel' => null, 'information' => null, 'newsletter' => null, 'newslettercat_id' => null, 'client_id' => null, 'user_id' => null, 'status' => null, 'created' => null, 'modified' => null ) ), (int) 21 => array( 'Client' => array( 'id' => '31', 'nom' => 'Mulliez Flory', 'description' => '', 'meta' => '', 'adresse' => '', 'cp' => '', 'ville' => '', 'site' => 'https://www.mulliez-flory.fr', 'secteur' => 'mode', 'logo' => null, 'url' => 'mulliez-flory', 'status' => '2', 'email' => '', 'contact_id' => '0', 'user_id' => '0', 'created' => '2019-06-03 17:09:28', 'modified' => '2021-03-16 15:27:55' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => null, 'avatar' => null, 'username' => null, 'name' => null, 'password_clear' => null, 'email' => null, 'tel' => null, 'url' => null, 'color' => null, 'newsletter' => null, 'info' => null, 'status' => null, 'userule_id' => null, 'contact_id' => null, 'client_id' => null, 'created' => null, 'modified' => null ), 'Contact' => array( 'port' => '*****', 'id' => null, 'nom' => null, 'prenom' => null, 'poste' => null, 'adresse' => null, 'cp' => null, 'ville' => null, 'pays' => null, 'email' => null, 'tel' => null, 'information' => null, 'newsletter' => null, 'newslettercat_id' => null, 'client_id' => null, 'user_id' => null, 'status' => null, 'created' => null, 'modified' => null ) ), (int) 22 => array( 'Client' => array( 'id' => '25', 'nom' => 'NU Natural & Unique', 'description' => '', 'meta' => '', 'adresse' => '', 'cp' => '', 'ville' => '', 'site' => '', 'secteur' => 'pret-a-porter', 'logo' => null, 'url' => 'nu-natural-unique', 'status' => '2', 'email' => '', 'contact_id' => '0', 'user_id' => '0', 'created' => '2018-07-25 11:33:45', 'modified' => '2021-05-18 14:08:36' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => null, 'avatar' => null, 'username' => null, 'name' => null, 'password_clear' => null, 'email' => null, 'tel' => null, 'url' => null, 'color' => null, 'newsletter' => null, 'info' => null, 'status' => null, 'userule_id' => null, 'contact_id' => null, 'client_id' => null, 'created' => null, 'modified' => null ), 'Contact' => array( 'port' => '*****', 'id' => null, 'nom' => null, 'prenom' => null, 'poste' => null, 'adresse' => null, 'cp' => null, 'ville' => null, 'pays' => null, 'email' => null, 'tel' => null, 'information' => null, 'newsletter' => null, 'newslettercat_id' => null, 'client_id' => null, 'user_id' => null, 'status' => null, 'created' => null, 'modified' => null ) ), (int) 23 => array( 'Client' => array( 'id' => '40', 'nom' => 'Papin & Associés', 'description' => '', 'meta' => '', 'adresse' => '', 'cp' => '', 'ville' => '', 'site' => '', 'secteur' => 'services', 'logo' => null, 'url' => 'papin-associes', 'status' => '2', 'email' => '', 'contact_id' => '0', 'user_id' => '0', 'created' => '2020-02-04 10:26:53', 'modified' => '2021-05-18 14:08:39' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => null, 'avatar' => null, 'username' => null, 'name' => null, 'password_clear' => null, 'email' => null, 'tel' => null, 'url' => null, 'color' => null, 'newsletter' => null, 'info' => null, 'status' => null, 'userule_id' => null, 'contact_id' => null, 'client_id' => null, 'created' => null, 'modified' => null ), 'Contact' => array( 'port' => '*****', 'id' => null, 'nom' => null, 'prenom' => null, 'poste' => null, 'adresse' => null, 'cp' => null, 'ville' => null, 'pays' => null, 'email' => null, 'tel' => null, 'information' => null, 'newsletter' => null, 'newslettercat_id' => null, 'client_id' => null, 'user_id' => null, 'status' => null, 'created' => null, 'modified' => null ) ), (int) 24 => array( 'Client' => array( 'id' => '10', 'nom' => 'Portes Chauvat', 'description' => '', 'meta' => '', 'adresse' => '', 'cp' => '', 'ville' => '', 'site' => '', 'secteur' => 'industrie', 'logo' => null, 'url' => 'portes-chauvat', 'status' => '2', 'email' => '', 'contact_id' => '0', 'user_id' => '0', 'created' => '2017-05-24 14:50:37', 'modified' => '2021-05-18 14:08:42' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => null, 'avatar' => null, 'username' => null, 'name' => null, 'password_clear' => null, 'email' => null, 'tel' => null, 'url' => null, 'color' => null, 'newsletter' => null, 'info' => null, 'status' => null, 'userule_id' => null, 'contact_id' => null, 'client_id' => null, 'created' => null, 'modified' => null ), 'Contact' => array( 'port' => '*****', 'id' => null, 'nom' => null, 'prenom' => null, 'poste' => null, 'adresse' => null, 'cp' => null, 'ville' => null, 'pays' => null, 'email' => null, 'tel' => null, 'information' => null, 'newsletter' => null, 'newslettercat_id' => null, 'client_id' => null, 'user_id' => null, 'status' => null, 'created' => null, 'modified' => null ) ), (int) 25 => array( 'Client' => array( 'id' => '50', 'nom' => 'Respekt', 'description' => '', 'meta' => 'respect, marque ethique, tee-shirt, prêt a porter', 'adresse' => '', 'cp' => '', 'ville' => '', 'site' => 'https://www.rt-respekt.com', 'secteur' => null, 'logo' => null, 'url' => 'respekt', 'status' => '2', 'email' => 'bruno.chretien@wanadoo.fr', 'contact_id' => '0', 'user_id' => '23', 'created' => '0000-00-00 00:00:00', 'modified' => '2021-05-21 09:21:41' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => '23', 'avatar' => 'respekt-logo-1557839620.jpg.png', 'username' => 'Respekt', 'name' => null, 'password_clear' => 'Gun3Iph6', 'email' => 'bruno.chretien@wanadoo.fr', 'tel' => null, 'url' => 'respekt', 'color' => null, 'newsletter' => '', 'info' => '', 'status' => '1', 'userule_id' => '5', 'contact_id' => '0', 'client_id' => '50', 'created' => '2021-05-21 09:19:26', 'modified' => '2021-05-21 09:21:00' ), 'Contact' => array( 'port' => '*****', 'id' => null, 'nom' => null, 'prenom' => null, 'poste' => null, 'adresse' => null, 'cp' => null, 'ville' => null, 'pays' => null, 'email' => null, 'tel' => null, 'information' => null, 'newsletter' => null, 'newslettercat_id' => null, 'client_id' => null, 'user_id' => null, 'status' => null, 'created' => null, 'modified' => null ) ), (int) 26 => array( 'Client' => array( 'id' => '39', 'nom' => 'Ruiz sur mesure', 'description' => '', 'meta' => '', 'adresse' => '', 'cp' => '', 'ville' => '', 'site' => '', 'secteur' => 'createur', 'logo' => null, 'url' => 'ruiz-sur-mesure', 'status' => '2', 'email' => '', 'contact_id' => '0', 'user_id' => '0', 'created' => '2020-02-04 10:26:31', 'modified' => '2021-05-18 14:08:46' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => null, 'avatar' => null, 'username' => null, 'name' => null, 'password_clear' => null, 'email' => null, 'tel' => null, 'url' => null, 'color' => null, 'newsletter' => null, 'info' => null, 'status' => null, 'userule_id' => null, 'contact_id' => null, 'client_id' => null, 'created' => null, 'modified' => null ), 'Contact' => array( 'port' => '*****', 'id' => null, 'nom' => null, 'prenom' => null, 'poste' => null, 'adresse' => null, 'cp' => null, 'ville' => null, 'pays' => null, 'email' => null, 'tel' => null, 'information' => null, 'newsletter' => null, 'newslettercat_id' => null, 'client_id' => null, 'user_id' => null, 'status' => null, 'created' => null, 'modified' => null ) ), (int) 27 => array( 'Client' => array( 'id' => '8', 'nom' => 'Safety First', 'description' => '', 'meta' => '', 'adresse' => '', 'cp' => '49300', 'ville' => 'Cholet', 'site' => 'https://www.safety1st.com/fr-fr/', 'secteur' => 'puericulture', 'logo' => 'safety-1st-logo.png', 'url' => 'safety-first', 'status' => '2', 'email' => '', 'contact_id' => '0', 'user_id' => '0', 'created' => '2016-06-15 10:51:33', 'modified' => '2021-05-18 14:08:50' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => null, 'avatar' => null, 'username' => null, 'name' => null, 'password_clear' => null, 'email' => null, 'tel' => null, 'url' => null, 'color' => null, 'newsletter' => null, 'info' => null, 'status' => null, 'userule_id' => null, 'contact_id' => null, 'client_id' => null, 'created' => null, 'modified' => null ), 'Contact' => array( 'port' => '*****', 'id' => null, 'nom' => null, 'prenom' => null, 'poste' => null, 'adresse' => null, 'cp' => null, 'ville' => null, 'pays' => null, 'email' => null, 'tel' => null, 'information' => null, 'newsletter' => null, 'newslettercat_id' => null, 'client_id' => null, 'user_id' => null, 'status' => null, 'created' => null, 'modified' => null ) ), (int) 28 => array( 'Client' => array( 'id' => '3', 'nom' => 'Terre de Marins', 'description' => '', 'meta' => '', 'adresse' => 'Z.I. la Bergerie - Rue Eiffel - BP 16', 'cp' => '49280', 'ville' => ' La Séguinière', 'site' => 'www.terredemarins.fr', 'secteur' => 'mode', 'logo' => null, 'url' => 'terre-de-marins', 'status' => '2', 'email' => '', 'contact_id' => '0', 'user_id' => '13', 'created' => '2016-03-17 16:50:25', 'modified' => '2021-03-16 14:25:23' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => '13', 'avatar' => 'logo_terre_de_marins.jpg', 'username' => 'TDMarins', 'name' => null, 'password_clear' => 'VZjae84l', 'email' => 's.momeux@terredemarins.com', 'tel' => null, 'url' => 'tdmarins', 'color' => null, 'newsletter' => '', 'info' => '<p style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-stretch: normal; line-height: normal; font-family: Helvetica;">Hello Séverine,</p><p style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-stretch: normal; line-height: normal; font-family: Helvetica; min-height: 14px;"><br></p><p style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-stretch: normal; line-height: normal; font-family: Helvetica;">Pour information, les photos PRODUITS Collection PE24 &nbsp;de la Session1et 2 (Photos Traitées BDef pour Web) sont à disposition sur le serveur ftp :</p><p style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-stretch: normal; line-height: normal; font-family: Helvetica;">&nbsp;" TDM-PHOTOSPRODUITSBDEF-S1et2-PE24.zip "</p><p style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-stretch: normal; line-height: normal; font-family: Helvetica; min-height: 14px;"><br></p><p style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-stretch: normal; line-height: normal; font-family: Helvetica; min-height: 14px;">Belle journée !<br></p><p style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-stretch: normal; line-height: normal; font-family: Helvetica; min-height: 14px;"><br></p><p style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-stretch: normal; line-height: normal; font-family: Helvetica;">Séverine</p><p style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-stretch: normal; line-height: normal; font-family: Helvetica;">STUDIO HV</p>', 'status' => '1', 'userule_id' => '3', 'contact_id' => '0', 'client_id' => '3', 'created' => '2021-03-11 14:28:44', 'modified' => '2023-06-12 14:15:36' ), 'Contact' => array( 'port' => '*****', 'id' => null, 'nom' => null, 'prenom' => null, 'poste' => null, 'adresse' => null, 'cp' => null, 'ville' => null, 'pays' => null, 'email' => null, 'tel' => null, 'information' => null, 'newsletter' => null, 'newslettercat_id' => null, 'client_id' => null, 'user_id' => null, 'status' => null, 'created' => null, 'modified' => null ) ) ) $services_list = array( (int) 0 => array( 'Service' => array( 'id' => '11', 'titre' => 'Culinaire & restauration', 'description' => 'Donnez une image savoureuse de vos produits et de votre entreprise.', 'meta' => 'cuisine, cuisiner, gastronomie, gastronomique, préparation, préparations, préparer, recette, recettes, pâte, pâtes, pates, plat, plats, cuisinier, cuisiniers, équipe, équipes, cuisson, cuissons, spécialité, spécialités, tradition, traditions, ingrédient, ingrédients, sélection, sélectionné, sélectionnés, sushi, sushis, talents, couscous, légume, légumes, menu, menus, carte, cartes, chinois, déguster, dégustez, dégustation, saveur, saveurs, savourer, goût, goûts, gratin, gratins, raclette, restaurant, restauration, restaurants, bistro, bistros, jarret, jarrets, robot, robots, usages, usage, ustensile, ustensiles, sauce, sauces, culture, repas, tarte, tartes, plaisir, plaisirs, partage, partager, moments, moment, convivial, conviviale, convivialité, gourmand, gourmandises, gourmands, spécialités, spécialité, origine, origines, original, originalité, saveur, saveurs, savourer, savoureux, met, mets, qualité, surprise, surprises, surprenant, surprenante', 'body' => '<p><span style="letter-spacing: 0.01em;"><b>Visez l’excellence de la lumière, dès lors une seule recette s’impose, une écoute attentive de notre part et une vigilance permanente pour une recherche de solutions nouvelles, évolutives, efficientes et créatives.</b></span><br></p><div><p style="margin-bottom: 0px; text-align: justify; font-stretch: normal; font-size: 13px; line-height: normal; font-family: &quot;Kohinoor Bangla&quot;;"><span style="font-size: 12px;">Une bonne photo culinaire est un savant équilibre entre la lumière, la palette des couleurs et la saveur qui émane de la prise. C’est un travail en commun avec la styliste culinaire.</span></p></div><div><br></div>', 'thumb' => 'header-culinaire.jpg', 'url' => 'culinaire-restauration', 'type' => 'custom', 'element' => 'culinaire-restauration', 'module_a' => 'services/none', 'module_b' => 'services/gal-photos', 'module_c' => 'modules/bandeau-contact', 'status' => '2', 'user_id' => '2', 'created' => '2020-01-23 17:23:51', 'modified' => '2020-02-08 11:45:54' ) ), (int) 1 => array( 'Service' => array( 'id' => '12', 'titre' => 'Mode et prêt à porter', 'description' => 'Apprêtez votre image de marque et valorisez vos collections. Afin de marquer votre singularité l'image de votre entreprise doit être représentative de votre univers et de votre style.', 'meta' => 'store, pop-up store, stratégie, stratégies, segmentation, segments, segment, merchandising, showroom, showroom, ligne, lignes, confection, confections, confectionner, boutique, boutiques, mode, modes, couture, coutures, cousu, cousus, luxe, luxueux, luxueuse, vêtement, vêtements, habit, habits, habiller, habillé, habillée, couturier, couturière, haute couture, défilé, défilés, styliste, stylistes, style, styles, stylé, sur-mesure, mesurer, masculin, masculins, homme, hommes, collection, collections, collectionner, accessoire, accessoires, accessoiriser, créateur, créateurs, créatrices, créer, crée, lingerie, robe, robes, féminin, femme, femmes, magasin, magasins, boutique, boutiques, habillement, habiller, chaussure, chaussures, marque, marques, maroquinerie, intérêt, intérêts, intéret, cliente, client, clients, clientes, tailleur, tailleurs, crédit, crédits, bijou, bijoux, piqûre, piqûres, piqure, raccord, raccords, point, points, tissu, tissus, vendeuse, vendeur, vendeurs, vendeuses, confectionneur, confectionneurs, confectionner, confectionné, fabrique, fabrication, fabriqué, fabriquer, obligation, obligations, besoin, besoins, enclin, importance, important, importante, importants, influence, influences, influencer, influencé, influencée, nouveau, nouveauté, nouveaux, nouveautés, nouvelle, nouvelles, couleur, couleurs, coloris, colori, matière, matières, size, sizes, qualité, qualités, quantité, stock, stocks, inspiration, inspirations, solde, soldes, réduction, réductions, prix, tarif, tarifs, impression, impressions, model, models, mannequin, mannequins', 'body' => '<p><b>Apprêtez votre image de marque et valorisez vos collections !</b></p><p>Afin de marquer votre singularité, l'image de votre entreprise doit être représentative de votre univers et de votre style. </p><p>La mode et le prêt à porter sont des secteurs imprégnés dans la culture du studio HV de par son implication dans des projets à long terme.</p><p>Nous rechercherons pour vous les meilleures solutions afin de mettre en valeur une image authentique et inspirante de votre entreprise au travers d'un plan d'actions de communication concret. Nous vous accompagnons pour révélez votre identité.</p><br>', 'thumb' => 'header-pap-1920x1252.jpg', 'url' => 'mode-et-pret-a-porter', 'type' => 'custom', 'element' => 'mode-pap', 'module_a' => 'services/gal-photos', 'module_b' => 'modules/bandeau-clients', 'module_c' => 'modules/bandeau-contact', 'status' => '2', 'user_id' => '2', 'created' => '2020-01-24 09:37:05', 'modified' => '2020-03-02 17:30:36' ) ) ) $photos_cats = array() $pages_list = array( (int) 0 => array( 'Page' => array( 'nom' => 'Studio Photo', 'id' => '2', 'titre' => 'Studio Photo', 'description' => 'Le studio HV est une agence créative pour la production de vos photographies et vidéos.', 'meta' => '', 'body' => '<p>Nous réalisons la mise en image de vos produits et de vos services, que ce soit en studio, packshot, lookbook ou en extérieur. Photographe, retoucheur, graphiste et directeurs artistiques sont intégrés au studio afin de vous apporter un savoir faire et un suivi de projet à tout instant.&nbsp;</p>', 'intro' => 'est une agence créative pour la production de vos photographies', 'thumb' => '', 'url' => 'studio-photo', 'type' => 'custom', 'element' => 'studio-photo', 'element_eng' => '', 'module_a' => 'bandeau-services', 'module_b' => 'none', 'module_c' => 'bandeau-clients', 'status' => '2', 'alaune' => '1', 'user_id' => '2', 'created' => '2020-01-14 17:45:17', 'modified' => '2021-03-12 09:52:29' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => null, 'avatar' => null, 'username' => null, 'name' => null, 'password_clear' => null, 'email' => null, 'tel' => null, 'url' => null, 'color' => null, 'newsletter' => null, 'info' => null, 'status' => null, 'userule_id' => null, 'contact_id' => null, 'client_id' => null, 'created' => null, 'modified' => null ) ), (int) 1 => array( 'Page' => array( 'nom' => 'studio video digital', 'id' => '3', 'titre' => 'Video, Motion & digital', 'description' => 'Nous réalisons la production de vos films publicitaires, digitaux et de films événementiels. Photographe, retoucheur, graphiste et directeurs artistiques sont intégrés au studio afin de vous apporter un savoir faire et un suivi de projet à tout instant. ', 'meta' => 'video, digital, motion, film, publicitaire, spot, institutionnel, promotionnelle', 'body' => '<p>Nous réalisons la production de vos films publicitaires, événementiels, spots et produits digitaux animé. Photographe, retoucheur, graphiste et directeurs artistiques sont intégrés au studio afin de vous apporter un savoir faire et un suivi de projet à tout instant.&nbsp;</p>', 'intro' => 'est une agence créative pour la production de vos vidéos et produits digitaux', 'thumb' => '', 'url' => 'studio-video-digital', 'type' => 'custom', 'element' => 'studio-video-digital', 'element_eng' => '', 'module_a' => 'bandeau-services', 'module_b' => 'none', 'module_c' => 'bandeau-clients', 'status' => '2', 'alaune' => '1', 'user_id' => '0', 'created' => '2021-03-09 17:40:47', 'modified' => '2021-03-12 09:52:35' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => null, 'avatar' => null, 'username' => null, 'name' => null, 'password_clear' => null, 'email' => null, 'tel' => null, 'url' => null, 'color' => null, 'newsletter' => null, 'info' => null, 'status' => null, 'userule_id' => null, 'contact_id' => null, 'client_id' => null, 'created' => null, 'modified' => null ) ), (int) 2 => array( 'Page' => array( 'nom' => 'production photographie', 'id' => '4', 'titre' => 'Production Photo & Video', 'description' => '', 'meta' => '', 'body' => '<p>Nous organisons nos productions photos et vidéos partout en France, en Europe et dans le Monde.&nbsp;</p><div><br></div>', 'intro' => 'est une agence créative pour la production de vos photographies.', 'thumb' => '', 'url' => 'production-photographie', 'type' => 'custom', 'element' => 'production-photo', 'element_eng' => '', 'module_a' => 'bandeau-services', 'module_b' => 'none', 'module_c' => 'bandeau-clients', 'status' => '2', 'alaune' => '1', 'user_id' => '0', 'created' => '2021-03-09 17:41:48', 'modified' => '2021-03-12 09:52:42' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => null, 'avatar' => null, 'username' => null, 'name' => null, 'password_clear' => null, 'email' => null, 'tel' => null, 'url' => null, 'color' => null, 'newsletter' => null, 'info' => null, 'status' => null, 'userule_id' => null, 'contact_id' => null, 'client_id' => null, 'created' => null, 'modified' => null ) ), (int) 3 => array( 'Page' => array( 'nom' => 'post-production', 'id' => '5', 'titre' => 'Post-Production', 'description' => '', 'meta' => '', 'body' => '<p>Nous organisons nos productions photos et vidéos partout en France, en Europe et dans le Monde.&nbsp;</p><div><br></div>', 'intro' => 'est une agence créative pour la production de vos photographies.', 'thumb' => '', 'url' => 'post-production', 'type' => 'custom', 'element' => 'post-production', 'element_eng' => '', 'module_a' => 'bandeau-services', 'module_b' => 'none', 'module_c' => 'bandeau-clients', 'status' => '2', 'alaune' => '1', 'user_id' => '0', 'created' => '2021-03-09 17:42:17', 'modified' => '2021-03-12 09:52:49' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => null, 'avatar' => null, 'username' => null, 'name' => null, 'password_clear' => null, 'email' => null, 'tel' => null, 'url' => null, 'color' => null, 'newsletter' => null, 'info' => null, 'status' => null, 'userule_id' => null, 'contact_id' => null, 'client_id' => null, 'created' => null, 'modified' => null ) ), (int) 4 => array( 'Page' => array( 'nom' => 'Nous contacter', 'id' => '20', 'titre' => 'Nous contacter', 'description' => 'Venez nous rencontrer et découvrez notre studio et toutes ses possibilités. Vous avez un projet ? parlons en ensemble.', 'meta' => 'contact, studio, hv, studio hv, cholet, nantes, angers', 'body' => '<p>Venez nous rencontrer et découvrez notre studio et toutes ses possibilités. Vous avez un projet ? parlons en ensemble.<br></p>', 'intro' => 'Vous avez un projet ? parlons en ensemble.', 'thumb' => '', 'url' => 'nous-contacter', 'type' => 'custom', 'element' => 'contact', 'element_eng' => '', 'module_a' => 'none', 'module_b' => 'none', 'module_c' => 'bandeau-clients', 'status' => '2', 'alaune' => '1', 'user_id' => '2', 'created' => '2020-01-09 00:00:00', 'modified' => '2021-03-12 10:44:08' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => null, 'avatar' => null, 'username' => null, 'name' => null, 'password_clear' => null, 'email' => null, 'tel' => null, 'url' => null, 'color' => null, 'newsletter' => null, 'info' => null, 'status' => null, 'userule_id' => null, 'contact_id' => null, 'client_id' => null, 'created' => null, 'modified' => null ) ) ) $sidebarbottom = 'none' $sidebartop = 'none' $sidebarright = 'none' $sidebarleft = 'none' $footerback = 'none' $footer = 'footer' $asideright = 'none' $asideleft = 'none' $header = 'header' $googleplus = '' $youtube = '' $linkedin = 'https://www.linkedin.com/company/studio-hv' $vimeo = 'https://vimeo.com/studiohv' $pinterest = 'http://www.pinterest.com/studiohvphoto/' $behance = '' $cinqpx = '' $twitter = 'https://twitter.com/hv_studio' $instagram = 'https://www.instagram.com/studiohv49/' $facebook = 'https://www.facebook.com/studiophotohv' $googletracking = 'UA-73664602-1' $googlecodeverif = 'FPDsK8ySquzcR895z1Qn_OLk40SZ-Yq_Y1s6roFfcSk' $appname = 'Studio HV' $siteemail = 'contact@studiohv.fr' $siteurl = 'https://www.fabrice-audio.fr' $sitetemplate = 'StudioHV21' $sitetheme = 'StudioHV21' $settings = array( (int) 0 => array( 'Setting' => array( 'id' => '1', 'key' => 'Site.status', 'value' => 'online', 'input_type' => 'checkbox', 'created' => '2015-09-21 12:21:39', 'updated' => '2020-02-04 18:22:19' ) ), (int) 1 => array( 'Setting' => array( 'id' => '2', 'key' => 'Site.title', 'value' => 'Studio HV | Studio Photo et agence de communication | Cholet - Nantes - Angers', 'input_type' => 'text', 'created' => '2015-09-21 12:21:39', 'updated' => '2018-09-11 09:19:00' ) ), (int) 2 => array( 'Setting' => array( 'id' => '3', 'key' => 'Meta.description', 'value' => 'Studio photo basé à cholet, Studio HV et son agence réalise pour vous votre communication basée sur l'image. Packshot, reportage, portrait, mode, prêt à porter, catalogues, digital l'agence vous apportera conseils et savoir faire.', 'input_type' => 'textarea', 'created' => '2015-09-21 12:21:39', 'updated' => '2018-07-25 09:34:08' ) ), (int) 3 => array( 'Setting' => array( 'id' => '4', 'key' => 'Meta.keywords', 'value' => 'photo, photographie, photographe, creation, graphique, graphisme, conception, webdesign, photoshop, retouche, vidéo, animation, 3D, direction, artistique, code, webdesign, site, internet, html, css, ilustrator, indesign, dreamweaver, seo, referencementphoto, photographie, photographe, studio, cholet, nantes, france, agence, pub, conseil, publicité, shootings, image, images, créateur, creation, conception, réalisation, production, shooting, prise, de vue, lookbook, photos, culinaire, pdv, portrait, fond, cyclo, éclairage, elinchrom, torches, lumière, lumiere, video, fonds, mode, textile, accessoire, detail, broderie, robe, jean, chaussure, close, up, beauté, beauty, seances, seance, production, organisation, casting, modèle, modèles, mannequin, retouche, retoucher, split, frequency, dodge, burn, grain, peau, accessoires, maille, vpc, creation, graphique, graphisme, conception, webdesign, photoshop, retouche, vidéo, animation, 3D, direction, artistique, code, html, css, javascript, cake, webdesigner, site internet, web, webdesign, site, internet, html5, css3, ilustrator, illustrations, mise en page, maquette, maquettes, catalogues, plaquette, logotype, logos, charte, graphique, indesign, dreamweaver, seo, referencement', 'input_type' => 'textarea', 'created' => '2015-09-21 12:21:39', 'updated' => '2017-05-09 16:23:58' ) ), (int) 4 => array( 'Setting' => array( 'id' => '5', 'key' => 'Site.theme', 'value' => 'studio-hv', 'input_type' => 'checktheme', 'created' => '2015-09-21 12:21:39', 'updated' => '2018-06-25 12:28:32' ) ), (int) 5 => array( 'Setting' => array( 'id' => '6', 'key' => 'Site.admin_theme', 'value' => 'cuber-studiohv', 'input_type' => 'text', 'created' => '2015-09-21 12:21:39', 'updated' => '2018-01-14 11:10:14' ) ), (int) 6 => array( 'Setting' => array( 'id' => '7', 'key' => 'Site.email', 'value' => 'contact@studiohv.fr', 'input_type' => 'text', 'created' => '2015-09-21 12:21:39', 'updated' => '2017-05-09 16:24:03' ) ), (int) 7 => array( 'Setting' => array( 'id' => '8', 'key' => 'App.name', 'value' => 'Studio HV', 'input_type' => 'text', 'created' => '0000-00-00 00:00:00', 'updated' => '2018-08-24 15:05:15' ) ), (int) 8 => array( 'Setting' => array( 'id' => '9', 'key' => 'Google.codeverif', 'value' => 'FPDsK8ySquzcR895z1Qn_OLk40SZ-Yq_Y1s6roFfcSk', 'input_type' => 'text', 'created' => '0000-00-00 00:00:00', 'updated' => '2017-05-09 16:24:09' ) ), (int) 9 => array( 'Setting' => array( 'id' => '10', 'key' => 'Google.tracking', 'value' => 'UA-73664602-1', 'input_type' => 'text', 'created' => '0000-00-00 00:00:00', 'updated' => '0000-00-00 00:00:00' ) ), (int) 10 => array( 'Setting' => array( 'id' => '11', 'key' => 'Id.facebook', 'value' => 'https://www.facebook.com/studiophotohv', 'input_type' => 'text', 'created' => '0000-00-00 00:00:00', 'updated' => '0000-00-00 00:00:00' ) ), (int) 11 => array( 'Setting' => array( 'id' => '12', 'key' => 'Id.instagram', 'value' => 'https://www.instagram.com/studiohv49/', 'input_type' => 'text', 'created' => '0000-00-00 00:00:00', 'updated' => '0000-00-00 00:00:00' ) ), (int) 12 => array( 'Setting' => array( 'id' => '13', 'key' => 'Id.twitter', 'value' => 'https://twitter.com/hv_studio', 'input_type' => 'text', 'created' => '0000-00-00 00:00:00', 'updated' => '2018-08-24 15:05:51' ) ), (int) 13 => array( 'Setting' => array( 'id' => '14', 'key' => 'Id.500px', 'value' => '', 'input_type' => 'text', 'created' => '0000-00-00 00:00:00', 'updated' => '0000-00-00 00:00:00' ) ), (int) 14 => array( 'Setting' => array( 'id' => '15', 'key' => 'Id.behance', 'value' => '', 'input_type' => 'text', 'created' => '0000-00-00 00:00:00', 'updated' => '0000-00-00 00:00:00' ) ), (int) 15 => array( 'Setting' => array( 'id' => '16', 'key' => 'Id.pinterest', 'value' => 'http://www.pinterest.com/studiohvphoto/', 'input_type' => 'text', 'created' => '0000-00-00 00:00:00', 'updated' => '2018-07-31 10:54:05' ) ), (int) 16 => array( 'Setting' => array( 'id' => '17', 'key' => 'Id.vimeo', 'value' => 'https://vimeo.com/studiohv', 'input_type' => 'text', 'created' => '0000-00-00 00:00:00', 'updated' => '0000-00-00 00:00:00' ) ), (int) 17 => array( 'Setting' => array( 'id' => '18', 'key' => 'Id.linkedin', 'value' => 'https://www.linkedin.com/company/studio-hv', 'input_type' => 'text', 'created' => '0000-00-00 00:00:00', 'updated' => '2018-07-31 10:51:32' ) ), (int) 18 => array( 'Setting' => array( 'id' => '19', 'key' => 'Id.youtube', 'value' => '', 'input_type' => 'text', 'created' => '0000-00-00 00:00:00', 'updated' => '2017-09-28 18:43:32' ) ), (int) 19 => array( 'Setting' => array( 'id' => '20', 'key' => 'Id.googleplus', 'value' => '', 'input_type' => 'text', 'created' => '0000-00-00 00:00:00', 'updated' => '0000-00-00 00:00:00' ) ), (int) 20 => array( 'Setting' => array( 'id' => '21', 'key' => 'Mod.header', 'value' => 'header', 'input_type' => 'text', 'created' => '0000-00-00 00:00:00', 'updated' => '2018-01-16 18:27:36' ) ), (int) 21 => array( 'Setting' => array( 'id' => '22', 'key' => 'Mod.aside.left', 'value' => 'none', 'input_type' => 'text', 'created' => '0000-00-00 00:00:00', 'updated' => '2017-12-21 23:28:58' ) ), (int) 22 => array( 'Setting' => array( 'id' => '23', 'key' => 'Mod.aside.right', 'value' => 'none', 'input_type' => 'text', 'created' => '0000-00-00 00:00:00', 'updated' => '2017-10-01 01:06:49' ) ), (int) 23 => array( 'Setting' => array( 'id' => '24', 'key' => 'Mod.footer', 'value' => 'footer', 'input_type' => 'text', 'created' => '0000-00-00 00:00:00', 'updated' => '2018-01-16 18:44:29' ) ), (int) 24 => array( 'Setting' => array( 'id' => '25', 'key' => 'Mod.footer.back', 'value' => 'none', 'input_type' => 'text', 'created' => '0000-00-00 00:00:00', 'updated' => '2017-12-21 22:50:22' ) ), (int) 25 => array( 'Setting' => array( 'id' => '26', 'key' => 'Mod.sidebar.left', 'value' => 'none', 'input_type' => 'text', 'created' => '0000-00-00 00:00:00', 'updated' => '2017-10-01 01:07:11' ) ), (int) 26 => array( 'Setting' => array( 'id' => '27', 'key' => 'Mod.sidebar.right', 'value' => 'none', 'input_type' => 'text', 'created' => '0000-00-00 00:00:00', 'updated' => '0000-00-00 00:00:00' ) ), (int) 27 => array( 'Setting' => array( 'id' => '28', 'key' => 'Mod.sidebar.top', 'value' => 'none', 'input_type' => 'text', 'created' => '0000-00-00 00:00:00', 'updated' => '0000-00-00 00:00:00' ) ), (int) 28 => array( 'Setting' => array( 'id' => '29', 'key' => 'Mod.sidebar.bottom', 'value' => 'none', 'input_type' => 'text', 'created' => '0000-00-00 00:00:00', 'updated' => '0000-00-00 00:00:00' ) ) ) $userid = array() $configlang = null</pre><pre class="stack-trace">include - APP/View/Themed/StudioHV21/Photos/client.ctp, line 12 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 117</pre></div></pre> </h3> <h2 class="text-medium alt-font font-weight-700" style="margin-top:50px"> <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr675b75821ad12-trace').style.display = (document.getElementById('cakeErr675b75821ad12-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined index: Client [<b>APP/View/Themed/StudioHV21/Photos/client.ctp</b>, line <b>15</b>]<div id="cakeErr675b75821ad12-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr675b75821ad12-code').style.display = (document.getElementById('cakeErr675b75821ad12-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr675b75821ad12-context').style.display = (document.getElementById('cakeErr675b75821ad12-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr675b75821ad12-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600"></</span><span style="color: #0000CC">h3</span><span style="color: #006600">></span></span></code> <code><span style="color: #000000"><span style="color: #0000CC"> </span><span style="color: #006600"><</span><span style="color: #0000CC">h2 </span><span style="color: #006600">class=</span><span style="color: #CC0000">"text-medium alt-font font-weight-700" </span><span style="color: #0000CC">style</span><span style="color: #006600">=</span><span style="color: #CC0000">"margin-top:50px"</span><span style="color: #006600">></span></span></code> <span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000CC"><?php </span><span style="color: #006600">echo </span><span style="color: #0000CC">$client</span><span style="color: #006600">[</span><span style="color: #CC0000">'Client'</span><span style="color: #006600">][</span><span style="color: #CC0000">'description'</span><span style="color: #006600">]; </span><span style="color: #0000CC">?></span></span></code></span></pre><pre id="cakeErr675b75821ad12-context" class="cake-context" style="display: none;">$viewFile = '/home/studiohv/www/app/View/Themed/StudioHV21/Photos/client.ctp' $dataForView = array( 'photos' => array(), 'client' => array(), 'filtres' => array( (int) 0 => array( 'Filtre' => array( [maximum depth reached] ) ), (int) 1 => array( 'Filtre' => array( [maximum depth reached] ) ), (int) 2 => array( 'Filtre' => array( [maximum depth reached] ) ), (int) 3 => array( 'Filtre' => array( [maximum depth reached] ) ), (int) 4 => array( 'Filtre' => array( [maximum depth reached] ) ), (int) 5 => array( 'Filtre' => array( [maximum depth reached] ) ) ), 'meta_keywords' => 'photo, photographie, photographe, creation, graphique, graphisme, conception, webdesign, photoshop, retouche, vidéo, animation, 3D, direction, artistique, code, webdesign, site, internet, html, css, ilustrator, indesign, dreamweaver, seo, referencementphoto, photographie, photographe, studio, cholet, nantes, france, agence, pub, conseil, publicité, shootings, image, images, créateur, creation, conception, réalisation, production, shooting, prise, de vue, lookbook, photos, culinaire, pdv, portrait, fond, cyclo, éclairage, elinchrom, torches, lumière, lumiere, video, fonds, mode, textile, accessoire, detail, broderie, robe, jean, chaussure, close, up, beauté, beauty, seances, seance, production, organisation, casting, modèle, modèles, mannequin, retouche, retoucher, split, frequency, dodge, burn, grain, peau, accessoires, maille, vpc, creation, graphique, graphisme, conception, webdesign, photoshop, retouche, vidéo, animation, 3D, direction, artistique, code, html, css, javascript, cake, webdesigner, site internet, web, webdesign, site, internet, html5, css3, ilustrator, illustrations, mise en page, maquette, maquettes, catalogues, plaquette, logotype, logos, charte, graphique, indesign, dreamweaver, seo, referencement', 'meta_description' => 'Studio photo basé à cholet, Studio HV et son agence réalise pour vous votre communication basée sur l'image. Packshot, reportage, portrait, mode, prêt à porter, catalogues, digital l'agence vous apportera conseils et savoir faire.', 'title_for_layout' => ' | Photographie | Studio HV | Studio Photo et agence de communication | Cholet - Nantes - Angers', 'clients' => array( (int) 0 => array( 'Client' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'Contact' => array( [maximum depth reached] ) ), (int) 1 => array( 'Client' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'Contact' => array( [maximum depth reached] ) ), (int) 2 => array( 'Client' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'Contact' => array( [maximum depth reached] ) ), (int) 3 => array( 'Client' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'Contact' => array( [maximum depth reached] ) ), (int) 4 => array( 'Client' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'Contact' => array( [maximum depth reached] ) ), (int) 5 => array( 'Client' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'Contact' => array( [maximum depth reached] ) ), (int) 6 => array( 'Client' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'Contact' => array( [maximum depth reached] ) ), (int) 7 => array( 'Client' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'Contact' => array( [maximum depth reached] ) ), (int) 8 => array( 'Client' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'Contact' => array( [maximum depth reached] ) ), (int) 9 => array( 'Client' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'Contact' => array( [maximum depth reached] ) ), (int) 10 => array( 'Client' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'Contact' => array( [maximum depth reached] ) ), (int) 11 => array( 'Client' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'Contact' => array( [maximum depth reached] ) ), (int) 12 => array( 'Client' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'Contact' => array( [maximum depth reached] ) ), (int) 13 => array( 'Client' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'Contact' => array( [maximum depth reached] ) ), (int) 14 => array( 'Client' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'Contact' => array( [maximum depth reached] ) ), (int) 15 => array( 'Client' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'Contact' => array( [maximum depth reached] ) ), (int) 16 => array( 'Client' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'Contact' => array( [maximum depth reached] ) ), (int) 17 => array( 'Client' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'Contact' => array( [maximum depth reached] ) ), (int) 18 => array( 'Client' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'Contact' => array( [maximum depth reached] ) ), (int) 19 => array( 'Client' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'Contact' => array( [maximum depth reached] ) ), (int) 20 => array( 'Client' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'Contact' => array( [maximum depth reached] ) ), (int) 21 => array( 'Client' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'Contact' => array( [maximum depth reached] ) ), (int) 22 => array( 'Client' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'Contact' => array( [maximum depth reached] ) ), (int) 23 => array( 'Client' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'Contact' => array( [maximum depth reached] ) ), (int) 24 => array( 'Client' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'Contact' => array( [maximum depth reached] ) ), (int) 25 => array( 'Client' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'Contact' => array( [maximum depth reached] ) ), (int) 26 => array( 'Client' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'Contact' => array( [maximum depth reached] ) ), (int) 27 => array( 'Client' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'Contact' => array( [maximum depth reached] ) ), (int) 28 => array( 'Client' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ), 'Contact' => array( [maximum depth reached] ) ) ), 'services_list' => array( (int) 0 => array( 'Service' => array( [maximum depth reached] ) ), (int) 1 => array( 'Service' => array( [maximum depth reached] ) ) ), 'photos_cats' => array(), 'pages_list' => array( (int) 0 => array( 'Page' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ) ), (int) 1 => array( 'Page' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ) ), (int) 2 => array( 'Page' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ) ), (int) 3 => array( 'Page' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ) ), (int) 4 => array( 'Page' => array( [maximum depth reached] ), 'User' => array( [maximum depth reached] ) ) ), 'sidebarbottom' => 'none', 'sidebartop' => 'none', 'sidebarright' => 'none', 'sidebarleft' => 'none', 'footerback' => 'none', 'footer' => 'footer', 'asideright' => 'none', 'asideleft' => 'none', 'header' => 'header', 'googleplus' => '', 'youtube' => '', 'linkedin' => 'https://www.linkedin.com/company/studio-hv', 'vimeo' => 'https://vimeo.com/studiohv', 'pinterest' => 'http://www.pinterest.com/studiohvphoto/', 'behance' => '', 'cinqpx' => '', 'twitter' => 'https://twitter.com/hv_studio', 'instagram' => 'https://www.instagram.com/studiohv49/', 'facebook' => 'https://www.facebook.com/studiophotohv', 'googletracking' => 'UA-73664602-1', 'googlecodeverif' => 'FPDsK8ySquzcR895z1Qn_OLk40SZ-Yq_Y1s6roFfcSk', 'appname' => 'Studio HV', 'siteemail' => 'contact@studiohv.fr', 'siteurl' => 'https://www.fabrice-audio.fr', 'sitetemplate' => 'StudioHV21', 'sitetheme' => 'StudioHV21', 'settings' => array( (int) 0 => array( 'Setting' => array( [maximum depth reached] ) ), (int) 1 => array( 'Setting' => array( [maximum depth reached] ) ), (int) 2 => array( 'Setting' => array( [maximum depth reached] ) ), (int) 3 => array( 'Setting' => array( [maximum depth reached] ) ), (int) 4 => array( 'Setting' => array( [maximum depth reached] ) ), (int) 5 => array( 'Setting' => array( [maximum depth reached] ) ), (int) 6 => array( 'Setting' => array( [maximum depth reached] ) ), (int) 7 => array( 'Setting' => array( [maximum depth reached] ) ), (int) 8 => array( 'Setting' => array( [maximum depth reached] ) ), (int) 9 => array( 'Setting' => array( [maximum depth reached] ) ), (int) 10 => array( 'Setting' => array( [maximum depth reached] ) ), (int) 11 => array( 'Setting' => array( [maximum depth reached] ) ), (int) 12 => array( 'Setting' => array( [maximum depth reached] ) ), (int) 13 => array( 'Setting' => array( [maximum depth reached] ) ), (int) 14 => array( 'Setting' => array( [maximum depth reached] ) ), (int) 15 => array( 'Setting' => array( [maximum depth reached] ) ), (int) 16 => array( 'Setting' => array( [maximum depth reached] ) ), (int) 17 => array( 'Setting' => array( [maximum depth reached] ) ), (int) 18 => array( 'Setting' => array( [maximum depth reached] ) ), (int) 19 => array( 'Setting' => array( [maximum depth reached] ) ), (int) 20 => array( 'Setting' => array( [maximum depth reached] ) ), (int) 21 => array( 'Setting' => array( [maximum depth reached] ) ), (int) 22 => array( 'Setting' => array( [maximum depth reached] ) ), (int) 23 => array( 'Setting' => array( [maximum depth reached] ) ), (int) 24 => array( 'Setting' => array( [maximum depth reached] ) ), (int) 25 => array( 'Setting' => array( [maximum depth reached] ) ), (int) 26 => array( 'Setting' => array( [maximum depth reached] ) ), (int) 27 => array( 'Setting' => array( [maximum depth reached] ) ), (int) 28 => array( 'Setting' => array( [maximum depth reached] ) ) ), 'userid' => array(), 'configlang' => null ) $photos = array() $client = array() $filtres = array( (int) 0 => array( 'Filtre' => array( 'id' => '2', 'name' => 'Culinaire', 'description' => 'Photographie culinaire', 'metas' => '', 'url' => 'culinaire', 'photos' => '1', 'posts' => '0', 'portfolios' => '0', 'videos' => '0', 'services' => null, 'status' => '1', 'created' => '2018-07-03 23:24:42', 'modified' => '2018-07-03 23:24:42' ) ), (int) 1 => array( 'Filtre' => array( 'id' => '13', 'name' => 'Lifestyle', 'description' => 'Photos lifestyle', 'metas' => '', 'url' => 'lifestyle', 'photos' => '1', 'posts' => '0', 'portfolios' => '0', 'videos' => '0', 'services' => null, 'status' => '1', 'created' => '2018-08-27 14:56:58', 'modified' => '2018-08-27 14:56:58' ) ), (int) 2 => array( 'Filtre' => array( 'id' => '1', 'name' => 'Mode / Lifestyle', 'description' => 'photographies Mode & lifestyle', 'metas' => '', 'url' => 'mode-lifestyle', 'photos' => '1', 'posts' => '0', 'portfolios' => '0', 'videos' => '0', 'services' => null, 'status' => '1', 'created' => '2018-06-28 14:25:21', 'modified' => '2018-08-25 00:36:31' ) ), (int) 3 => array( 'Filtre' => array( 'id' => '7', 'name' => 'Mode / Studio', 'description' => 'Photographie Mode réalisées en studio', 'metas' => '', 'url' => 'mode-studio', 'photos' => '1', 'posts' => '0', 'portfolios' => '0', 'videos' => '0', 'services' => null, 'status' => '1', 'created' => '2018-07-19 11:08:25', 'modified' => '2018-08-27 15:00:09' ) ), (int) 4 => array( 'Filtre' => array( 'id' => '6', 'name' => 'Packshots / Produits', 'description' => 'Photos Packshots', 'metas' => '', 'url' => 'packshots-produits', 'photos' => '1', 'posts' => '0', 'portfolios' => '0', 'videos' => '0', 'services' => null, 'status' => '1', 'created' => '2018-07-13 09:50:22', 'modified' => '2018-07-13 09:50:22' ) ), (int) 5 => array( 'Filtre' => array( 'id' => '12', 'name' => 'Reportage / Corporate', 'description' => 'Photographie de reportage et corporate', 'metas' => '', 'url' => 'reportage-corporate', 'photos' => '1', 'posts' => '0', 'portfolios' => '0', 'videos' => '0', 'services' => null, 'status' => '1', 'created' => '2018-07-24 11:14:12', 'modified' => '2018-07-24 11:14:12' ) ) ) $meta_keywords = 'photo, photographie, photographe, creation, graphique, graphisme, conception, webdesign, photoshop, retouche, vidéo, animation, 3D, direction, artistique, code, webdesign, site, internet, html, css, ilustrator, indesign, dreamweaver, seo, referencementphoto, photographie, photographe, studio, cholet, nantes, france, agence, pub, conseil, publicité, shootings, image, images, créateur, creation, conception, réalisation, production, shooting, prise, de vue, lookbook, photos, culinaire, pdv, portrait, fond, cyclo, éclairage, elinchrom, torches, lumière, lumiere, video, fonds, mode, textile, accessoire, detail, broderie, robe, jean, chaussure, close, up, beauté, beauty, seances, seance, production, organisation, casting, modèle, modèles, mannequin, retouche, retoucher, split, frequency, dodge, burn, grain, peau, accessoires, maille, vpc, creation, graphique, graphisme, conception, webdesign, photoshop, retouche, vidéo, animation, 3D, direction, artistique, code, html, css, javascript, cake, webdesigner, site internet, web, webdesign, site, internet, html5, css3, ilustrator, illustrations, mise en page, maquette, maquettes, catalogues, plaquette, logotype, logos, charte, graphique, indesign, dreamweaver, seo, referencement' $meta_description = 'Studio photo basé à cholet, Studio HV et son agence réalise pour vous votre communication basée sur l'image. Packshot, reportage, portrait, mode, prêt à porter, catalogues, digital l'agence vous apportera conseils et savoir faire.' $title_for_layout = ' | Photographie | Studio HV | Studio Photo et agence de communication | Cholet - Nantes - Angers' $clients = array( (int) 0 => array( 'Client' => array( 'id' => '49', 'nom' => '16 point 9', 'description' => '', 'meta' => 'point, neuf, 16.9, seize point neuf, textile', 'adresse' => '', 'cp' => '49300', 'ville' => 'Cholet', 'site' => 'https://www.seizepointneuf.fr', 'secteur' => null, 'logo' => null, 'url' => 'seize-point-neuf', 'status' => '2', 'email' => '', 'contact_id' => '0', 'user_id' => '0', 'created' => '0000-00-00 00:00:00', 'modified' => '2021-05-18 14:08:04' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => null, 'avatar' => null, 'username' => null, 'name' => null, 'password_clear' => null, 'email' => null, 'tel' => null, 'url' => null, 'color' => null, 'newsletter' => null, 'info' => null, 'status' => null, 'userule_id' => null, 'contact_id' => null, 'client_id' => null, 'created' => null, 'modified' => null ), 'Contact' => array( 'port' => '*****', 'id' => null, 'nom' => null, 'prenom' => null, 'poste' => null, 'adresse' => null, 'cp' => null, 'ville' => null, 'pays' => null, 'email' => null, 'tel' => null, 'information' => null, 'newsletter' => null, 'newslettercat_id' => null, 'client_id' => null, 'user_id' => null, 'status' => null, 'created' => null, 'modified' => null ) ), (int) 1 => array( 'Client' => array( 'id' => '41', 'nom' => 'Baby Art', 'description' => '', 'meta' => '', 'adresse' => '', 'cp' => '', 'ville' => '', 'site' => '', 'secteur' => 'puericulture', 'logo' => null, 'url' => 'baby-art', 'status' => '2', 'email' => '', 'contact_id' => '0', 'user_id' => '0', 'created' => '2020-03-02 16:20:14', 'modified' => '2021-03-30 08:51:38' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => null, 'avatar' => null, 'username' => null, 'name' => null, 'password_clear' => null, 'email' => null, 'tel' => null, 'url' => null, 'color' => null, 'newsletter' => null, 'info' => null, 'status' => null, 'userule_id' => null, 'contact_id' => null, 'client_id' => null, 'created' => null, 'modified' => null ), 'Contact' => array( 'port' => '*****', 'id' => null, 'nom' => null, 'prenom' => null, 'poste' => null, 'adresse' => null, 'cp' => null, 'ville' => null, 'pays' => null, 'email' => null, 'tel' => null, 'information' => null, 'newsletter' => null, 'newslettercat_id' => null, 'client_id' => null, 'user_id' => null, 'status' => null, 'created' => null, 'modified' => null ) ), (int) 2 => array( 'Client' => array( 'id' => '11', 'nom' => 'Bébé Confort', 'description' => '', 'meta' => '', 'adresse' => '', 'cp' => '', 'ville' => '', 'site' => 'http://www.bebeconfort.com/fr-fr/', 'secteur' => 'puericulture', 'logo' => 'BBC_LogoNEW_blue_rgb_LARGE.png', 'url' => 'bebe-confort', 'status' => '2', 'email' => '', 'contact_id' => '0', 'user_id' => '0', 'created' => '2017-06-13 14:15:22', 'modified' => '2021-03-30 08:51:34' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => null, 'avatar' => null, 'username' => null, 'name' => null, 'password_clear' => null, 'email' => null, 'tel' => null, 'url' => null, 'color' => null, 'newsletter' => null, 'info' => null, 'status' => null, 'userule_id' => null, 'contact_id' => null, 'client_id' => null, 'created' => null, 'modified' => null ), 'Contact' => array( 'port' => '*****', 'id' => null, 'nom' => null, 'prenom' => null, 'poste' => null, 'adresse' => null, 'cp' => null, 'ville' => null, 'pays' => null, 'email' => null, 'tel' => null, 'information' => null, 'newsletter' => null, 'newslettercat_id' => null, 'client_id' => null, 'user_id' => null, 'status' => null, 'created' => null, 'modified' => null ) ), (int) 3 => array( 'Client' => array( 'id' => '7', 'nom' => 'CAIB', 'description' => '', 'meta' => '', 'adresse' => '14, boulevard du Cormier - CS 61951', 'cp' => '49319', 'ville' => 'Cholet', 'site' => 'www.caib.fr', 'secteur' => 'industrie', 'logo' => null, 'url' => 'caib', 'status' => '2', 'email' => '', 'contact_id' => '0', 'user_id' => '0', 'created' => '2016-06-15 10:35:16', 'modified' => '2021-03-16 15:27:27' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => null, 'avatar' => null, 'username' => null, 'name' => null, 'password_clear' => null, 'email' => null, 'tel' => null, 'url' => null, 'color' => null, 'newsletter' => null, 'info' => null, 'status' => null, 'userule_id' => null, 'contact_id' => null, 'client_id' => null, 'created' => null, 'modified' => null ), 'Contact' => array( 'port' => '*****', 'id' => null, 'nom' => null, 'prenom' => null, 'poste' => null, 'adresse' => null, 'cp' => null, 'ville' => null, 'pays' => null, 'email' => null, 'tel' => null, 'information' => null, 'newsletter' => null, 'newslettercat_id' => null, 'client_id' => null, 'user_id' => null, 'status' => null, 'created' => null, 'modified' => null ) ), (int) 4 => array( 'Client' => array( 'id' => '34', 'nom' => 'Comptoir de la mer', 'description' => '', 'meta' => '', 'adresse' => '', 'cp' => '', 'ville' => '', 'site' => '', 'secteur' => 'pret-a-porter', 'logo' => null, 'url' => 'comptoir-de-la-mer', 'status' => '2', 'email' => '', 'contact_id' => '0', 'user_id' => '0', 'created' => '2020-02-04 10:22:54', 'modified' => '2021-03-16 14:42:59' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => null, 'avatar' => null, 'username' => null, 'name' => null, 'password_clear' => null, 'email' => null, 'tel' => null, 'url' => null, 'color' => null, 'newsletter' => null, 'info' => null, 'status' => null, 'userule_id' => null, 'contact_id' => null, 'client_id' => null, 'created' => null, 'modified' => null ), 'Contact' => array( 'port' => '*****', 'id' => null, 'nom' => null, 'prenom' => null, 'poste' => null, 'adresse' => null, 'cp' => null, 'ville' => null, 'pays' => null, 'email' => null, 'tel' => null, 'information' => null, 'newsletter' => null, 'newslettercat_id' => null, 'client_id' => null, 'user_id' => null, 'status' => null, 'created' => null, 'modified' => null ) ), (int) 5 => array( 'Client' => array( 'id' => '15', 'nom' => 'Cuirs Guignard', 'description' => '', 'meta' => '', 'adresse' => '', 'cp' => '', 'ville' => '', 'site' => 'www.cuirs-guignard.com', 'secteur' => 'pret-a-porter', 'logo' => null, 'url' => 'cuirs-guignard', 'status' => '2', 'email' => '', 'contact_id' => '0', 'user_id' => '0', 'created' => '2017-09-27 21:58:30', 'modified' => '2021-03-16 15:27:42' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => null, 'avatar' => null, 'username' => null, 'name' => null, 'password_clear' => null, 'email' => null, 'tel' => null, 'url' => null, 'color' => null, 'newsletter' => null, 'info' => null, 'status' => null, 'userule_id' => null, 'contact_id' => null, 'client_id' => null, 'created' => null, 'modified' => null ), 'Contact' => array( 'port' => '*****', 'id' => null, 'nom' => null, 'prenom' => null, 'poste' => null, 'adresse' => null, 'cp' => null, 'ville' => null, 'pays' => null, 'email' => null, 'tel' => null, 'information' => null, 'newsletter' => null, 'newslettercat_id' => null, 'client_id' => null, 'user_id' => null, 'status' => null, 'created' => null, 'modified' => null ) ), (int) 6 => array( 'Client' => array( 'id' => '28', 'nom' => 'DIM', 'description' => '', 'meta' => '', 'adresse' => '', 'cp' => '', 'ville' => '', 'site' => '', 'secteur' => 'pret-a-porter', 'logo' => null, 'url' => 'dim', 'status' => '2', 'email' => '', 'contact_id' => '0', 'user_id' => '0', 'created' => '2018-08-28 18:36:12', 'modified' => '2021-05-18 14:09:05' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => null, 'avatar' => null, 'username' => null, 'name' => null, 'password_clear' => null, 'email' => null, 'tel' => null, 'url' => null, 'color' => null, 'newsletter' => null, 'info' => null, 'status' => null, 'userule_id' => null, 'contact_id' => null, 'client_id' => null, 'created' => null, 'modified' => null ), 'Contact' => array( 'port' => '*****', 'id' => null, 'nom' => null, 'prenom' => null, 'poste' => null, 'adresse' => null, 'cp' => null, 'ville' => null, 'pays' => null, 'email' => null, 'tel' => null, 'information' => null, 'newsletter' => null, 'newslettercat_id' => null, 'client_id' => null, 'user_id' => null, 'status' => null, 'created' => null, 'modified' => null ) ), (int) 7 => array( 'Client' => array( 'id' => '36', 'nom' => 'Duvivier', 'description' => '', 'meta' => '', 'adresse' => '', 'cp' => '', 'ville' => '', 'site' => 'https://www.literie-duvivier.fr', 'secteur' => 'industrie', 'logo' => null, 'url' => 'duvivier', 'status' => '2', 'email' => 'l.cesbron@matfa.fr', 'contact_id' => '0', 'user_id' => '22', 'created' => '2020-02-04 10:25:02', 'modified' => '2021-05-18 14:11:08' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => '22', 'avatar' => 'duvivie.jpg', 'username' => 'Duvivier', 'name' => null, 'password_clear' => 'EuNBnNBl', 'email' => 'l.cesbron@matfa.fr', 'tel' => null, 'url' => 'duvivier', 'color' => null, 'newsletter' => '', 'info' => '', 'status' => '1', 'userule_id' => '5', 'contact_id' => '0', 'client_id' => '36', 'created' => '2021-05-18 14:10:14', 'modified' => '2021-05-18 14:14:45' ), 'Contact' => array( 'port' => '*****', 'id' => null, 'nom' => null, 'prenom' => null, 'poste' => null, 'adresse' => null, 'cp' => null, 'ville' => null, 'pays' => null, 'email' => null, 'tel' => null, 'information' => null, 'newsletter' => null, 'newslettercat_id' => null, 'client_id' => null, 'user_id' => null, 'status' => null, 'created' => null, 'modified' => null ) ), (int) 8 => array( 'Client' => array( 'id' => '16', 'nom' => 'Dynamic', 'description' => '', 'meta' => '', 'adresse' => '518 Rue Léo Backeland, ZI du Puy Nardon, BP 57', 'cp' => '85290', 'ville' => 'Mortagne s/Sèvre', 'site' => 'https://www.dynamicmixers.com', 'secteur' => 'industrie', 'logo' => 'dynamic-logo.gif', 'url' => 'dynamic', 'status' => '2', 'email' => '', 'contact_id' => '0', 'user_id' => '0', 'created' => '2018-01-20 19:55:36', 'modified' => '2021-05-18 14:07:44' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => null, 'avatar' => null, 'username' => null, 'name' => null, 'password_clear' => null, 'email' => null, 'tel' => null, 'url' => null, 'color' => null, 'newsletter' => null, 'info' => null, 'status' => null, 'userule_id' => null, 'contact_id' => null, 'client_id' => null, 'created' => null, 'modified' => null ), 'Contact' => array( 'port' => '*****', 'id' => null, 'nom' => null, 'prenom' => null, 'poste' => null, 'adresse' => null, 'cp' => null, 'ville' => null, 'pays' => null, 'email' => null, 'tel' => null, 'information' => null, 'newsletter' => null, 'newslettercat_id' => null, 'client_id' => null, 'user_id' => null, 'status' => null, 'created' => null, 'modified' => null ) ), (int) 9 => array( 'Client' => array( 'id' => '35', 'nom' => 'Edilteco', 'description' => '', 'meta' => '', 'adresse' => '', 'cp' => '', 'ville' => '', 'site' => '', 'secteur' => 'industrie', 'logo' => null, 'url' => 'edilteco', 'status' => '2', 'email' => '', 'contact_id' => '0', 'user_id' => '0', 'created' => '2020-02-04 10:24:38', 'modified' => '2021-05-18 14:07:48' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => null, 'avatar' => null, 'username' => null, 'name' => null, 'password_clear' => null, 'email' => null, 'tel' => null, 'url' => null, 'color' => null, 'newsletter' => null, 'info' => null, 'status' => null, 'userule_id' => null, 'contact_id' => null, 'client_id' => null, 'created' => null, 'modified' => null ), 'Contact' => array( 'port' => '*****', 'id' => null, 'nom' => null, 'prenom' => null, 'poste' => null, 'adresse' => null, 'cp' => null, 'ville' => null, 'pays' => null, 'email' => null, 'tel' => null, 'information' => null, 'newsletter' => null, 'newslettercat_id' => null, 'client_id' => null, 'user_id' => null, 'status' => null, 'created' => null, 'modified' => null ) ), (int) 10 => array( 'Client' => array( 'id' => '6', 'nom' => 'Eglantine creations', 'description' => '', 'meta' => '', 'adresse' => 'ZAC clos Sainte Barbe', 'cp' => '49350', 'ville' => 'Bouzillé', 'site' => 'www.eglantine-creations.fr', 'secteur' => 'createur', 'logo' => null, 'url' => 'eglantine-creations', 'status' => '2', 'email' => '', 'contact_id' => '0', 'user_id' => '0', 'created' => '2016-05-30 14:58:57', 'modified' => '2021-03-16 15:28:11' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => null, 'avatar' => null, 'username' => null, 'name' => null, 'password_clear' => null, 'email' => null, 'tel' => null, 'url' => null, 'color' => null, 'newsletter' => null, 'info' => null, 'status' => null, 'userule_id' => null, 'contact_id' => null, 'client_id' => null, 'created' => null, 'modified' => null ), 'Contact' => array( 'port' => '*****', 'id' => null, 'nom' => null, 'prenom' => null, 'poste' => null, 'adresse' => null, 'cp' => null, 'ville' => null, 'pays' => null, 'email' => null, 'tel' => null, 'information' => null, 'newsletter' => null, 'newslettercat_id' => null, 'client_id' => null, 'user_id' => null, 'status' => null, 'created' => null, 'modified' => null ) ), (int) 11 => array( 'Client' => array( 'id' => '26', 'nom' => 'Elora', 'description' => '', 'meta' => '', 'adresse' => '', 'cp' => '', 'ville' => '', 'site' => 'https://www.elora.com/fr/', 'secteur' => 'pret-a-porter', 'logo' => null, 'url' => 'elora', 'status' => '2', 'email' => '', 'contact_id' => '0', 'user_id' => '0', 'created' => '2018-08-25 00:27:37', 'modified' => '2021-05-18 14:08:08' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => null, 'avatar' => null, 'username' => null, 'name' => null, 'password_clear' => null, 'email' => null, 'tel' => null, 'url' => null, 'color' => null, 'newsletter' => null, 'info' => null, 'status' => null, 'userule_id' => null, 'contact_id' => null, 'client_id' => null, 'created' => null, 'modified' => null ), 'Contact' => array( 'port' => '*****', 'id' => null, 'nom' => null, 'prenom' => null, 'poste' => null, 'adresse' => null, 'cp' => null, 'ville' => null, 'pays' => null, 'email' => null, 'tel' => null, 'information' => null, 'newsletter' => null, 'newslettercat_id' => null, 'client_id' => null, 'user_id' => null, 'status' => null, 'created' => null, 'modified' => null ) ), (int) 12 => array( 'Client' => array( 'id' => '24', 'nom' => 'Entreprise Reulier', 'description' => '', 'meta' => '', 'adresse' => 'Z.A. Allée des Lilas', 'cp' => '49123', 'ville' => 'Ingrandes Sur Loire.', 'site' => 'http://www.entreprise-reulier.fr', 'secteur' => 'artisan', 'logo' => null, 'url' => 'entreprise-reulier', 'status' => '2', 'email' => '', 'contact_id' => '0', 'user_id' => '0', 'created' => '2018-07-24 11:15:48', 'modified' => '2021-05-18 14:08:11' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => null, 'avatar' => null, 'username' => null, 'name' => null, 'password_clear' => null, 'email' => null, 'tel' => null, 'url' => null, 'color' => null, 'newsletter' => null, 'info' => null, 'status' => null, 'userule_id' => null, 'contact_id' => null, 'client_id' => null, 'created' => null, 'modified' => null ), 'Contact' => array( 'port' => '*****', 'id' => null, 'nom' => null, 'prenom' => null, 'poste' => null, 'adresse' => null, 'cp' => null, 'ville' => null, 'pays' => null, 'email' => null, 'tel' => null, 'information' => null, 'newsletter' => null, 'newslettercat_id' => null, 'client_id' => null, 'user_id' => null, 'status' => null, 'created' => null, 'modified' => null ) ), (int) 13 => array( 'Client' => array( 'id' => '17', 'nom' => 'Evolis', 'description' => '', 'meta' => '', 'adresse' => '', 'cp' => '', 'ville' => '', 'site' => '', 'secteur' => 'industrie', 'logo' => null, 'url' => 'evolis', 'status' => '2', 'email' => '', 'contact_id' => '0', 'user_id' => '0', 'created' => '2018-02-01 17:38:23', 'modified' => '2021-05-18 14:08:14' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => null, 'avatar' => null, 'username' => null, 'name' => null, 'password_clear' => null, 'email' => null, 'tel' => null, 'url' => null, 'color' => null, 'newsletter' => null, 'info' => null, 'status' => null, 'userule_id' => null, 'contact_id' => null, 'client_id' => null, 'created' => null, 'modified' => null ), 'Contact' => array( 'port' => '*****', 'id' => null, 'nom' => null, 'prenom' => null, 'poste' => null, 'adresse' => null, 'cp' => null, 'ville' => null, 'pays' => null, 'email' => null, 'tel' => null, 'information' => null, 'newsletter' => null, 'newslettercat_id' => null, 'client_id' => null, 'user_id' => null, 'status' => null, 'created' => null, 'modified' => null ) ), (int) 14 => array( 'Client' => array( 'id' => '23', 'nom' => 'Francisco Reli', 'description' => '', 'meta' => '', 'adresse' => '', 'cp' => '', 'ville' => '', 'site' => 'https://www.franciscoreli.com', 'secteur' => 'createur', 'logo' => null, 'url' => 'francisco-reli', 'status' => '2', 'email' => '', 'contact_id' => '0', 'user_id' => '0', 'created' => '2018-06-27 13:14:11', 'modified' => '2021-05-18 14:08:17' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => null, 'avatar' => null, 'username' => null, 'name' => null, 'password_clear' => null, 'email' => null, 'tel' => null, 'url' => null, 'color' => null, 'newsletter' => null, 'info' => null, 'status' => null, 'userule_id' => null, 'contact_id' => null, 'client_id' => null, 'created' => null, 'modified' => null ), 'Contact' => array( 'port' => '*****', 'id' => null, 'nom' => null, 'prenom' => null, 'poste' => null, 'adresse' => null, 'cp' => null, 'ville' => null, 'pays' => null, 'email' => null, 'tel' => null, 'information' => null, 'newsletter' => null, 'newslettercat_id' => null, 'client_id' => null, 'user_id' => null, 'status' => null, 'created' => null, 'modified' => null ) ), (int) 15 => array( 'Client' => array( 'id' => '33', 'nom' => 'Havéa Ponroy', 'description' => '', 'meta' => '', 'adresse' => '', 'cp' => '', 'ville' => '', 'site' => 'https://www.havea.com', 'secteur' => 'services', 'logo' => null, 'url' => 'havea-ponroy', 'status' => '2', 'email' => '', 'contact_id' => '0', 'user_id' => '0', 'created' => '2019-11-25 12:12:52', 'modified' => '2021-03-30 08:51:45' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => null, 'avatar' => null, 'username' => null, 'name' => null, 'password_clear' => null, 'email' => null, 'tel' => null, 'url' => null, 'color' => null, 'newsletter' => null, 'info' => null, 'status' => null, 'userule_id' => null, 'contact_id' => null, 'client_id' => null, 'created' => null, 'modified' => null ), 'Contact' => array( 'port' => '*****', 'id' => null, 'nom' => null, 'prenom' => null, 'poste' => null, 'adresse' => null, 'cp' => null, 'ville' => null, 'pays' => null, 'email' => null, 'tel' => null, 'information' => null, 'newsletter' => null, 'newslettercat_id' => null, 'client_id' => null, 'user_id' => null, 'status' => null, 'created' => null, 'modified' => null ) ), (int) 16 => array( 'Client' => array( 'id' => '32', 'nom' => 'Heuliez Bus', 'description' => '', 'meta' => '', 'adresse' => '', 'cp' => '', 'ville' => '', 'site' => 'http://www.heuliezbus.com', 'secteur' => 'industrie', 'logo' => null, 'url' => 'heuliez-bus', 'status' => '2', 'email' => '', 'contact_id' => '0', 'user_id' => '0', 'created' => '2019-06-03 17:10:37', 'modified' => '2021-05-18 14:08:20' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => null, 'avatar' => null, 'username' => null, 'name' => null, 'password_clear' => null, 'email' => null, 'tel' => null, 'url' => null, 'color' => null, 'newsletter' => null, 'info' => null, 'status' => null, 'userule_id' => null, 'contact_id' => null, 'client_id' => null, 'created' => null, 'modified' => null ), 'Contact' => array( 'port' => '*****', 'id' => null, 'nom' => null, 'prenom' => null, 'poste' => null, 'adresse' => null, 'cp' => null, 'ville' => null, 'pays' => null, 'email' => null, 'tel' => null, 'information' => null, 'newsletter' => null, 'newslettercat_id' => null, 'client_id' => null, 'user_id' => null, 'status' => null, 'created' => null, 'modified' => null ) ), (int) 17 => array( 'Client' => array( 'id' => '30', 'nom' => 'Image de marque', 'description' => '', 'meta' => '', 'adresse' => '', 'cp' => '', 'ville' => 'cholet', 'site' => 'www.i-marque.fr', 'secteur' => 'services', 'logo' => null, 'url' => 'image-de-marque', 'status' => '2', 'email' => '', 'contact_id' => '0', 'user_id' => '0', 'created' => '2019-01-10 15:28:06', 'modified' => '2021-05-18 14:08:23' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => null, 'avatar' => null, 'username' => null, 'name' => null, 'password_clear' => null, 'email' => null, 'tel' => null, 'url' => null, 'color' => null, 'newsletter' => null, 'info' => null, 'status' => null, 'userule_id' => null, 'contact_id' => null, 'client_id' => null, 'created' => null, 'modified' => null ), 'Contact' => array( 'port' => '*****', 'id' => null, 'nom' => null, 'prenom' => null, 'poste' => null, 'adresse' => null, 'cp' => null, 'ville' => null, 'pays' => null, 'email' => null, 'tel' => null, 'information' => null, 'newsletter' => null, 'newslettercat_id' => null, 'client_id' => null, 'user_id' => null, 'status' => null, 'created' => null, 'modified' => null ) ), (int) 18 => array( 'Client' => array( 'id' => '29', 'nom' => 'Maé Mahé', 'description' => '', 'meta' => '', 'adresse' => '', 'cp' => '', 'ville' => '', 'site' => '', 'secteur' => 'pret-a-porter', 'logo' => null, 'url' => 'mae-mahe', 'status' => '2', 'email' => '', 'contact_id' => '0', 'user_id' => '0', 'created' => '2018-08-28 18:36:28', 'modified' => '2021-05-18 14:08:26' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => null, 'avatar' => null, 'username' => null, 'name' => null, 'password_clear' => null, 'email' => null, 'tel' => null, 'url' => null, 'color' => null, 'newsletter' => null, 'info' => null, 'status' => null, 'userule_id' => null, 'contact_id' => null, 'client_id' => null, 'created' => null, 'modified' => null ), 'Contact' => array( 'port' => '*****', 'id' => null, 'nom' => null, 'prenom' => null, 'poste' => null, 'adresse' => null, 'cp' => null, 'ville' => null, 'pays' => null, 'email' => null, 'tel' => null, 'information' => null, 'newsletter' => null, 'newslettercat_id' => null, 'client_id' => null, 'user_id' => null, 'status' => null, 'created' => null, 'modified' => null ) ), (int) 19 => array( 'Client' => array( 'id' => '37', 'nom' => 'MCD', 'description' => '', 'meta' => '', 'adresse' => '', 'cp' => '', 'ville' => '', 'site' => '', 'secteur' => 'industrie', 'logo' => null, 'url' => 'mcd', 'status' => '2', 'email' => '', 'contact_id' => '0', 'user_id' => '0', 'created' => '2020-02-04 10:25:40', 'modified' => '2021-05-18 14:08:30' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => null, 'avatar' => null, 'username' => null, 'name' => null, 'password_clear' => null, 'email' => null, 'tel' => null, 'url' => null, 'color' => null, 'newsletter' => null, 'info' => null, 'status' => null, 'userule_id' => null, 'contact_id' => null, 'client_id' => null, 'created' => null, 'modified' => null ), 'Contact' => array( 'port' => '*****', 'id' => null, 'nom' => null, 'prenom' => null, 'poste' => null, 'adresse' => null, 'cp' => null, 'ville' => null, 'pays' => null, 'email' => null, 'tel' => null, 'information' => null, 'newsletter' => null, 'newslettercat_id' => null, 'client_id' => null, 'user_id' => null, 'status' => null, 'created' => null, 'modified' => null ) ), (int) 20 => array( 'Client' => array( 'id' => '38', 'nom' => 'Meubles Auger', 'description' => '', 'meta' => '', 'adresse' => '', 'cp' => '', 'ville' => '', 'site' => '', 'secteur' => 'industrie', 'logo' => null, 'url' => 'meubles-auger', 'status' => '2', 'email' => '', 'contact_id' => '0', 'user_id' => '0', 'created' => '2020-02-04 10:26:00', 'modified' => '2021-05-18 14:08:33' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => null, 'avatar' => null, 'username' => null, 'name' => null, 'password_clear' => null, 'email' => null, 'tel' => null, 'url' => null, 'color' => null, 'newsletter' => null, 'info' => null, 'status' => null, 'userule_id' => null, 'contact_id' => null, 'client_id' => null, 'created' => null, 'modified' => null ), 'Contact' => array( 'port' => '*****', 'id' => null, 'nom' => null, 'prenom' => null, 'poste' => null, 'adresse' => null, 'cp' => null, 'ville' => null, 'pays' => null, 'email' => null, 'tel' => null, 'information' => null, 'newsletter' => null, 'newslettercat_id' => null, 'client_id' => null, 'user_id' => null, 'status' => null, 'created' => null, 'modified' => null ) ), (int) 21 => array( 'Client' => array( 'id' => '31', 'nom' => 'Mulliez Flory', 'description' => '', 'meta' => '', 'adresse' => '', 'cp' => '', 'ville' => '', 'site' => 'https://www.mulliez-flory.fr', 'secteur' => 'mode', 'logo' => null, 'url' => 'mulliez-flory', 'status' => '2', 'email' => '', 'contact_id' => '0', 'user_id' => '0', 'created' => '2019-06-03 17:09:28', 'modified' => '2021-03-16 15:27:55' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => null, 'avatar' => null, 'username' => null, 'name' => null, 'password_clear' => null, 'email' => null, 'tel' => null, 'url' => null, 'color' => null, 'newsletter' => null, 'info' => null, 'status' => null, 'userule_id' => null, 'contact_id' => null, 'client_id' => null, 'created' => null, 'modified' => null ), 'Contact' => array( 'port' => '*****', 'id' => null, 'nom' => null, 'prenom' => null, 'poste' => null, 'adresse' => null, 'cp' => null, 'ville' => null, 'pays' => null, 'email' => null, 'tel' => null, 'information' => null, 'newsletter' => null, 'newslettercat_id' => null, 'client_id' => null, 'user_id' => null, 'status' => null, 'created' => null, 'modified' => null ) ), (int) 22 => array( 'Client' => array( 'id' => '25', 'nom' => 'NU Natural & Unique', 'description' => '', 'meta' => '', 'adresse' => '', 'cp' => '', 'ville' => '', 'site' => '', 'secteur' => 'pret-a-porter', 'logo' => null, 'url' => 'nu-natural-unique', 'status' => '2', 'email' => '', 'contact_id' => '0', 'user_id' => '0', 'created' => '2018-07-25 11:33:45', 'modified' => '2021-05-18 14:08:36' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => null, 'avatar' => null, 'username' => null, 'name' => null, 'password_clear' => null, 'email' => null, 'tel' => null, 'url' => null, 'color' => null, 'newsletter' => null, 'info' => null, 'status' => null, 'userule_id' => null, 'contact_id' => null, 'client_id' => null, 'created' => null, 'modified' => null ), 'Contact' => array( 'port' => '*****', 'id' => null, 'nom' => null, 'prenom' => null, 'poste' => null, 'adresse' => null, 'cp' => null, 'ville' => null, 'pays' => null, 'email' => null, 'tel' => null, 'information' => null, 'newsletter' => null, 'newslettercat_id' => null, 'client_id' => null, 'user_id' => null, 'status' => null, 'created' => null, 'modified' => null ) ), (int) 23 => array( 'Client' => array( 'id' => '40', 'nom' => 'Papin & Associés', 'description' => '', 'meta' => '', 'adresse' => '', 'cp' => '', 'ville' => '', 'site' => '', 'secteur' => 'services', 'logo' => null, 'url' => 'papin-associes', 'status' => '2', 'email' => '', 'contact_id' => '0', 'user_id' => '0', 'created' => '2020-02-04 10:26:53', 'modified' => '2021-05-18 14:08:39' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => null, 'avatar' => null, 'username' => null, 'name' => null, 'password_clear' => null, 'email' => null, 'tel' => null, 'url' => null, 'color' => null, 'newsletter' => null, 'info' => null, 'status' => null, 'userule_id' => null, 'contact_id' => null, 'client_id' => null, 'created' => null, 'modified' => null ), 'Contact' => array( 'port' => '*****', 'id' => null, 'nom' => null, 'prenom' => null, 'poste' => null, 'adresse' => null, 'cp' => null, 'ville' => null, 'pays' => null, 'email' => null, 'tel' => null, 'information' => null, 'newsletter' => null, 'newslettercat_id' => null, 'client_id' => null, 'user_id' => null, 'status' => null, 'created' => null, 'modified' => null ) ), (int) 24 => array( 'Client' => array( 'id' => '10', 'nom' => 'Portes Chauvat', 'description' => '', 'meta' => '', 'adresse' => '', 'cp' => '', 'ville' => '', 'site' => '', 'secteur' => 'industrie', 'logo' => null, 'url' => 'portes-chauvat', 'status' => '2', 'email' => '', 'contact_id' => '0', 'user_id' => '0', 'created' => '2017-05-24 14:50:37', 'modified' => '2021-05-18 14:08:42' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => null, 'avatar' => null, 'username' => null, 'name' => null, 'password_clear' => null, 'email' => null, 'tel' => null, 'url' => null, 'color' => null, 'newsletter' => null, 'info' => null, 'status' => null, 'userule_id' => null, 'contact_id' => null, 'client_id' => null, 'created' => null, 'modified' => null ), 'Contact' => array( 'port' => '*****', 'id' => null, 'nom' => null, 'prenom' => null, 'poste' => null, 'adresse' => null, 'cp' => null, 'ville' => null, 'pays' => null, 'email' => null, 'tel' => null, 'information' => null, 'newsletter' => null, 'newslettercat_id' => null, 'client_id' => null, 'user_id' => null, 'status' => null, 'created' => null, 'modified' => null ) ), (int) 25 => array( 'Client' => array( 'id' => '50', 'nom' => 'Respekt', 'description' => '', 'meta' => 'respect, marque ethique, tee-shirt, prêt a porter', 'adresse' => '', 'cp' => '', 'ville' => '', 'site' => 'https://www.rt-respekt.com', 'secteur' => null, 'logo' => null, 'url' => 'respekt', 'status' => '2', 'email' => 'bruno.chretien@wanadoo.fr', 'contact_id' => '0', 'user_id' => '23', 'created' => '0000-00-00 00:00:00', 'modified' => '2021-05-21 09:21:41' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => '23', 'avatar' => 'respekt-logo-1557839620.jpg.png', 'username' => 'Respekt', 'name' => null, 'password_clear' => 'Gun3Iph6', 'email' => 'bruno.chretien@wanadoo.fr', 'tel' => null, 'url' => 'respekt', 'color' => null, 'newsletter' => '', 'info' => '', 'status' => '1', 'userule_id' => '5', 'contact_id' => '0', 'client_id' => '50', 'created' => '2021-05-21 09:19:26', 'modified' => '2021-05-21 09:21:00' ), 'Contact' => array( 'port' => '*****', 'id' => null, 'nom' => null, 'prenom' => null, 'poste' => null, 'adresse' => null, 'cp' => null, 'ville' => null, 'pays' => null, 'email' => null, 'tel' => null, 'information' => null, 'newsletter' => null, 'newslettercat_id' => null, 'client_id' => null, 'user_id' => null, 'status' => null, 'created' => null, 'modified' => null ) ), (int) 26 => array( 'Client' => array( 'id' => '39', 'nom' => 'Ruiz sur mesure', 'description' => '', 'meta' => '', 'adresse' => '', 'cp' => '', 'ville' => '', 'site' => '', 'secteur' => 'createur', 'logo' => null, 'url' => 'ruiz-sur-mesure', 'status' => '2', 'email' => '', 'contact_id' => '0', 'user_id' => '0', 'created' => '2020-02-04 10:26:31', 'modified' => '2021-05-18 14:08:46' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => null, 'avatar' => null, 'username' => null, 'name' => null, 'password_clear' => null, 'email' => null, 'tel' => null, 'url' => null, 'color' => null, 'newsletter' => null, 'info' => null, 'status' => null, 'userule_id' => null, 'contact_id' => null, 'client_id' => null, 'created' => null, 'modified' => null ), 'Contact' => array( 'port' => '*****', 'id' => null, 'nom' => null, 'prenom' => null, 'poste' => null, 'adresse' => null, 'cp' => null, 'ville' => null, 'pays' => null, 'email' => null, 'tel' => null, 'information' => null, 'newsletter' => null, 'newslettercat_id' => null, 'client_id' => null, 'user_id' => null, 'status' => null, 'created' => null, 'modified' => null ) ), (int) 27 => array( 'Client' => array( 'id' => '8', 'nom' => 'Safety First', 'description' => '', 'meta' => '', 'adresse' => '', 'cp' => '49300', 'ville' => 'Cholet', 'site' => 'https://www.safety1st.com/fr-fr/', 'secteur' => 'puericulture', 'logo' => 'safety-1st-logo.png', 'url' => 'safety-first', 'status' => '2', 'email' => '', 'contact_id' => '0', 'user_id' => '0', 'created' => '2016-06-15 10:51:33', 'modified' => '2021-05-18 14:08:50' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => null, 'avatar' => null, 'username' => null, 'name' => null, 'password_clear' => null, 'email' => null, 'tel' => null, 'url' => null, 'color' => null, 'newsletter' => null, 'info' => null, 'status' => null, 'userule_id' => null, 'contact_id' => null, 'client_id' => null, 'created' => null, 'modified' => null ), 'Contact' => array( 'port' => '*****', 'id' => null, 'nom' => null, 'prenom' => null, 'poste' => null, 'adresse' => null, 'cp' => null, 'ville' => null, 'pays' => null, 'email' => null, 'tel' => null, 'information' => null, 'newsletter' => null, 'newslettercat_id' => null, 'client_id' => null, 'user_id' => null, 'status' => null, 'created' => null, 'modified' => null ) ), (int) 28 => array( 'Client' => array( 'id' => '3', 'nom' => 'Terre de Marins', 'description' => '', 'meta' => '', 'adresse' => 'Z.I. la Bergerie - Rue Eiffel - BP 16', 'cp' => '49280', 'ville' => ' La Séguinière', 'site' => 'www.terredemarins.fr', 'secteur' => 'mode', 'logo' => null, 'url' => 'terre-de-marins', 'status' => '2', 'email' => '', 'contact_id' => '0', 'user_id' => '13', 'created' => '2016-03-17 16:50:25', 'modified' => '2021-03-16 14:25:23' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => '13', 'avatar' => 'logo_terre_de_marins.jpg', 'username' => 'TDMarins', 'name' => null, 'password_clear' => 'VZjae84l', 'email' => 's.momeux@terredemarins.com', 'tel' => null, 'url' => 'tdmarins', 'color' => null, 'newsletter' => '', 'info' => '<p style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-stretch: normal; line-height: normal; font-family: Helvetica;">Hello Séverine,</p><p style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-stretch: normal; line-height: normal; font-family: Helvetica; min-height: 14px;"><br></p><p style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-stretch: normal; line-height: normal; font-family: Helvetica;">Pour information, les photos PRODUITS Collection PE24 &nbsp;de la Session1et 2 (Photos Traitées BDef pour Web) sont à disposition sur le serveur ftp :</p><p style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-stretch: normal; line-height: normal; font-family: Helvetica;">&nbsp;" TDM-PHOTOSPRODUITSBDEF-S1et2-PE24.zip "</p><p style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-stretch: normal; line-height: normal; font-family: Helvetica; min-height: 14px;"><br></p><p style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-stretch: normal; line-height: normal; font-family: Helvetica; min-height: 14px;">Belle journée !<br></p><p style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-stretch: normal; line-height: normal; font-family: Helvetica; min-height: 14px;"><br></p><p style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-stretch: normal; line-height: normal; font-family: Helvetica;">Séverine</p><p style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-stretch: normal; line-height: normal; font-family: Helvetica;">STUDIO HV</p>', 'status' => '1', 'userule_id' => '3', 'contact_id' => '0', 'client_id' => '3', 'created' => '2021-03-11 14:28:44', 'modified' => '2023-06-12 14:15:36' ), 'Contact' => array( 'port' => '*****', 'id' => null, 'nom' => null, 'prenom' => null, 'poste' => null, 'adresse' => null, 'cp' => null, 'ville' => null, 'pays' => null, 'email' => null, 'tel' => null, 'information' => null, 'newsletter' => null, 'newslettercat_id' => null, 'client_id' => null, 'user_id' => null, 'status' => null, 'created' => null, 'modified' => null ) ) ) $services_list = array( (int) 0 => array( 'Service' => array( 'id' => '11', 'titre' => 'Culinaire & restauration', 'description' => 'Donnez une image savoureuse de vos produits et de votre entreprise.', 'meta' => 'cuisine, cuisiner, gastronomie, gastronomique, préparation, préparations, préparer, recette, recettes, pâte, pâtes, pates, plat, plats, cuisinier, cuisiniers, équipe, équipes, cuisson, cuissons, spécialité, spécialités, tradition, traditions, ingrédient, ingrédients, sélection, sélectionné, sélectionnés, sushi, sushis, talents, couscous, légume, légumes, menu, menus, carte, cartes, chinois, déguster, dégustez, dégustation, saveur, saveurs, savourer, goût, goûts, gratin, gratins, raclette, restaurant, restauration, restaurants, bistro, bistros, jarret, jarrets, robot, robots, usages, usage, ustensile, ustensiles, sauce, sauces, culture, repas, tarte, tartes, plaisir, plaisirs, partage, partager, moments, moment, convivial, conviviale, convivialité, gourmand, gourmandises, gourmands, spécialités, spécialité, origine, origines, original, originalité, saveur, saveurs, savourer, savoureux, met, mets, qualité, surprise, surprises, surprenant, surprenante', 'body' => '<p><span style="letter-spacing: 0.01em;"><b>Visez l’excellence de la lumière, dès lors une seule recette s’impose, une écoute attentive de notre part et une vigilance permanente pour une recherche de solutions nouvelles, évolutives, efficientes et créatives.</b></span><br></p><div><p style="margin-bottom: 0px; text-align: justify; font-stretch: normal; font-size: 13px; line-height: normal; font-family: &quot;Kohinoor Bangla&quot;;"><span style="font-size: 12px;">Une bonne photo culinaire est un savant équilibre entre la lumière, la palette des couleurs et la saveur qui émane de la prise. C’est un travail en commun avec la styliste culinaire.</span></p></div><div><br></div>', 'thumb' => 'header-culinaire.jpg', 'url' => 'culinaire-restauration', 'type' => 'custom', 'element' => 'culinaire-restauration', 'module_a' => 'services/none', 'module_b' => 'services/gal-photos', 'module_c' => 'modules/bandeau-contact', 'status' => '2', 'user_id' => '2', 'created' => '2020-01-23 17:23:51', 'modified' => '2020-02-08 11:45:54' ) ), (int) 1 => array( 'Service' => array( 'id' => '12', 'titre' => 'Mode et prêt à porter', 'description' => 'Apprêtez votre image de marque et valorisez vos collections. Afin de marquer votre singularité l'image de votre entreprise doit être représentative de votre univers et de votre style.', 'meta' => 'store, pop-up store, stratégie, stratégies, segmentation, segments, segment, merchandising, showroom, showroom, ligne, lignes, confection, confections, confectionner, boutique, boutiques, mode, modes, couture, coutures, cousu, cousus, luxe, luxueux, luxueuse, vêtement, vêtements, habit, habits, habiller, habillé, habillée, couturier, couturière, haute couture, défilé, défilés, styliste, stylistes, style, styles, stylé, sur-mesure, mesurer, masculin, masculins, homme, hommes, collection, collections, collectionner, accessoire, accessoires, accessoiriser, créateur, créateurs, créatrices, créer, crée, lingerie, robe, robes, féminin, femme, femmes, magasin, magasins, boutique, boutiques, habillement, habiller, chaussure, chaussures, marque, marques, maroquinerie, intérêt, intérêts, intéret, cliente, client, clients, clientes, tailleur, tailleurs, crédit, crédits, bijou, bijoux, piqûre, piqûres, piqure, raccord, raccords, point, points, tissu, tissus, vendeuse, vendeur, vendeurs, vendeuses, confectionneur, confectionneurs, confectionner, confectionné, fabrique, fabrication, fabriqué, fabriquer, obligation, obligations, besoin, besoins, enclin, importance, important, importante, importants, influence, influences, influencer, influencé, influencée, nouveau, nouveauté, nouveaux, nouveautés, nouvelle, nouvelles, couleur, couleurs, coloris, colori, matière, matières, size, sizes, qualité, qualités, quantité, stock, stocks, inspiration, inspirations, solde, soldes, réduction, réductions, prix, tarif, tarifs, impression, impressions, model, models, mannequin, mannequins', 'body' => '<p><b>Apprêtez votre image de marque et valorisez vos collections !</b></p><p>Afin de marquer votre singularité, l'image de votre entreprise doit être représentative de votre univers et de votre style. </p><p>La mode et le prêt à porter sont des secteurs imprégnés dans la culture du studio HV de par son implication dans des projets à long terme.</p><p>Nous rechercherons pour vous les meilleures solutions afin de mettre en valeur une image authentique et inspirante de votre entreprise au travers d'un plan d'actions de communication concret. Nous vous accompagnons pour révélez votre identité.</p><br>', 'thumb' => 'header-pap-1920x1252.jpg', 'url' => 'mode-et-pret-a-porter', 'type' => 'custom', 'element' => 'mode-pap', 'module_a' => 'services/gal-photos', 'module_b' => 'modules/bandeau-clients', 'module_c' => 'modules/bandeau-contact', 'status' => '2', 'user_id' => '2', 'created' => '2020-01-24 09:37:05', 'modified' => '2020-03-02 17:30:36' ) ) ) $photos_cats = array() $pages_list = array( (int) 0 => array( 'Page' => array( 'nom' => 'Studio Photo', 'id' => '2', 'titre' => 'Studio Photo', 'description' => 'Le studio HV est une agence créative pour la production de vos photographies et vidéos.', 'meta' => '', 'body' => '<p>Nous réalisons la mise en image de vos produits et de vos services, que ce soit en studio, packshot, lookbook ou en extérieur. Photographe, retoucheur, graphiste et directeurs artistiques sont intégrés au studio afin de vous apporter un savoir faire et un suivi de projet à tout instant.&nbsp;</p>', 'intro' => 'est une agence créative pour la production de vos photographies', 'thumb' => '', 'url' => 'studio-photo', 'type' => 'custom', 'element' => 'studio-photo', 'element_eng' => '', 'module_a' => 'bandeau-services', 'module_b' => 'none', 'module_c' => 'bandeau-clients', 'status' => '2', 'alaune' => '1', 'user_id' => '2', 'created' => '2020-01-14 17:45:17', 'modified' => '2021-03-12 09:52:29' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => null, 'avatar' => null, 'username' => null, 'name' => null, 'password_clear' => null, 'email' => null, 'tel' => null, 'url' => null, 'color' => null, 'newsletter' => null, 'info' => null, 'status' => null, 'userule_id' => null, 'contact_id' => null, 'client_id' => null, 'created' => null, 'modified' => null ) ), (int) 1 => array( 'Page' => array( 'nom' => 'studio video digital', 'id' => '3', 'titre' => 'Video, Motion & digital', 'description' => 'Nous réalisons la production de vos films publicitaires, digitaux et de films événementiels. Photographe, retoucheur, graphiste et directeurs artistiques sont intégrés au studio afin de vous apporter un savoir faire et un suivi de projet à tout instant. ', 'meta' => 'video, digital, motion, film, publicitaire, spot, institutionnel, promotionnelle', 'body' => '<p>Nous réalisons la production de vos films publicitaires, événementiels, spots et produits digitaux animé. Photographe, retoucheur, graphiste et directeurs artistiques sont intégrés au studio afin de vous apporter un savoir faire et un suivi de projet à tout instant.&nbsp;</p>', 'intro' => 'est une agence créative pour la production de vos vidéos et produits digitaux', 'thumb' => '', 'url' => 'studio-video-digital', 'type' => 'custom', 'element' => 'studio-video-digital', 'element_eng' => '', 'module_a' => 'bandeau-services', 'module_b' => 'none', 'module_c' => 'bandeau-clients', 'status' => '2', 'alaune' => '1', 'user_id' => '0', 'created' => '2021-03-09 17:40:47', 'modified' => '2021-03-12 09:52:35' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => null, 'avatar' => null, 'username' => null, 'name' => null, 'password_clear' => null, 'email' => null, 'tel' => null, 'url' => null, 'color' => null, 'newsletter' => null, 'info' => null, 'status' => null, 'userule_id' => null, 'contact_id' => null, 'client_id' => null, 'created' => null, 'modified' => null ) ), (int) 2 => array( 'Page' => array( 'nom' => 'production photographie', 'id' => '4', 'titre' => 'Production Photo & Video', 'description' => '', 'meta' => '', 'body' => '<p>Nous organisons nos productions photos et vidéos partout en France, en Europe et dans le Monde.&nbsp;</p><div><br></div>', 'intro' => 'est une agence créative pour la production de vos photographies.', 'thumb' => '', 'url' => 'production-photographie', 'type' => 'custom', 'element' => 'production-photo', 'element_eng' => '', 'module_a' => 'bandeau-services', 'module_b' => 'none', 'module_c' => 'bandeau-clients', 'status' => '2', 'alaune' => '1', 'user_id' => '0', 'created' => '2021-03-09 17:41:48', 'modified' => '2021-03-12 09:52:42' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => null, 'avatar' => null, 'username' => null, 'name' => null, 'password_clear' => null, 'email' => null, 'tel' => null, 'url' => null, 'color' => null, 'newsletter' => null, 'info' => null, 'status' => null, 'userule_id' => null, 'contact_id' => null, 'client_id' => null, 'created' => null, 'modified' => null ) ), (int) 3 => array( 'Page' => array( 'nom' => 'post-production', 'id' => '5', 'titre' => 'Post-Production', 'description' => '', 'meta' => '', 'body' => '<p>Nous organisons nos productions photos et vidéos partout en France, en Europe et dans le Monde.&nbsp;</p><div><br></div>', 'intro' => 'est une agence créative pour la production de vos photographies.', 'thumb' => '', 'url' => 'post-production', 'type' => 'custom', 'element' => 'post-production', 'element_eng' => '', 'module_a' => 'bandeau-services', 'module_b' => 'none', 'module_c' => 'bandeau-clients', 'status' => '2', 'alaune' => '1', 'user_id' => '0', 'created' => '2021-03-09 17:42:17', 'modified' => '2021-03-12 09:52:49' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => null, 'avatar' => null, 'username' => null, 'name' => null, 'password_clear' => null, 'email' => null, 'tel' => null, 'url' => null, 'color' => null, 'newsletter' => null, 'info' => null, 'status' => null, 'userule_id' => null, 'contact_id' => null, 'client_id' => null, 'created' => null, 'modified' => null ) ), (int) 4 => array( 'Page' => array( 'nom' => 'Nous contacter', 'id' => '20', 'titre' => 'Nous contacter', 'description' => 'Venez nous rencontrer et découvrez notre studio et toutes ses possibilités. Vous avez un projet ? parlons en ensemble.', 'meta' => 'contact, studio, hv, studio hv, cholet, nantes, angers', 'body' => '<p>Venez nous rencontrer et découvrez notre studio et toutes ses possibilités. Vous avez un projet ? parlons en ensemble.<br></p>', 'intro' => 'Vous avez un projet ? parlons en ensemble.', 'thumb' => '', 'url' => 'nous-contacter', 'type' => 'custom', 'element' => 'contact', 'element_eng' => '', 'module_a' => 'none', 'module_b' => 'none', 'module_c' => 'bandeau-clients', 'status' => '2', 'alaune' => '1', 'user_id' => '2', 'created' => '2020-01-09 00:00:00', 'modified' => '2021-03-12 10:44:08' ), 'User' => array( 'password' => '*****', 'port' => '*****', 'id' => null, 'avatar' => null, 'username' => null, 'name' => null, 'password_clear' => null, 'email' => null, 'tel' => null, 'url' => null, 'color' => null, 'newsletter' => null, 'info' => null, 'status' => null, 'userule_id' => null, 'contact_id' => null, 'client_id' => null, 'created' => null, 'modified' => null ) ) ) $sidebarbottom = 'none' $sidebartop = 'none' $sidebarright = 'none' $sidebarleft = 'none' $footerback = 'none' $footer = 'footer' $asideright = 'none' $asideleft = 'none' $header = 'header' $googleplus = '' $youtube = '' $linkedin = 'https://www.linkedin.com/company/studio-hv' $vimeo = 'https://vimeo.com/studiohv' $pinterest = 'http://www.pinterest.com/studiohvphoto/' $behance = '' $cinqpx = '' $twitter = 'https://twitter.com/hv_studio' $instagram = 'https://www.instagram.com/studiohv49/' $facebook = 'https://www.facebook.com/studiophotohv' $googletracking = 'UA-73664602-1' $googlecodeverif = 'FPDsK8ySquzcR895z1Qn_OLk40SZ-Yq_Y1s6roFfcSk' $appname = 'Studio HV' $siteemail = 'contact@studiohv.fr' $siteurl = 'https://www.fabrice-audio.fr' $sitetemplate = 'StudioHV21' $sitetheme = 'StudioHV21' $settings = array( (int) 0 => array( 'Setting' => array( 'id' => '1', 'key' => 'Site.status', 'value' => 'online', 'input_type' => 'checkbox', 'created' => '2015-09-21 12:21:39', 'updated' => '2020-02-04 18:22:19' ) ), (int) 1 => array( 'Setting' => array( 'id' => '2', 'key' => 'Site.title', 'value' => 'Studio HV | Studio Photo et agence de communication | Cholet - Nantes - Angers', 'input_type' => 'text', 'created' => '2015-09-21 12:21:39', 'updated' => '2018-09-11 09:19:00' ) ), (int) 2 => array( 'Setting' => array( 'id' => '3', 'key' => 'Meta.description', 'value' => 'Studio photo basé à cholet, Studio HV et son agence réalise pour vous votre communication basée sur l'image. Packshot, reportage, portrait, mode, prêt à porter, catalogues, digital l'agence vous apportera conseils et savoir faire.', 'input_type' => 'textarea', 'created' => '2015-09-21 12:21:39', 'updated' => '2018-07-25 09:34:08' ) ), (int) 3 => array( 'Setting' => array( 'id' => '4', 'key' => 'Meta.keywords', 'value' => 'photo, photographie, photographe, creation, graphique, graphisme, conception, webdesign, photoshop, retouche, vidéo, animation, 3D, direction, artistique, code, webdesign, site, internet, html, css, ilustrator, indesign, dreamweaver, seo, referencementphoto, photographie, photographe, studio, cholet, nantes, france, agence, pub, conseil, publicité, shootings, image, images, créateur, creation, conception, réalisation, production, shooting, prise, de vue, lookbook, photos, culinaire, pdv, portrait, fond, cyclo, éclairage, elinchrom, torches, lumière, lumiere, video, fonds, mode, textile, accessoire, detail, broderie, robe, jean, chaussure, close, up, beauté, beauty, seances, seance, production, organisation, casting, modèle, modèles, mannequin, retouche, retoucher, split, frequency, dodge, burn, grain, peau, accessoires, maille, vpc, creation, graphique, graphisme, conception, webdesign, photoshop, retouche, vidéo, animation, 3D, direction, artistique, code, html, css, javascript, cake, webdesigner, site internet, web, webdesign, site, internet, html5, css3, ilustrator, illustrations, mise en page, maquette, maquettes, catalogues, plaquette, logotype, logos, charte, graphique, indesign, dreamweaver, seo, referencement', 'input_type' => 'textarea', 'created' => '2015-09-21 12:21:39', 'updated' => '2017-05-09 16:23:58' ) ), (int) 4 => array( 'Setting' => array( 'id' => '5', 'key' => 'Site.theme', 'value' => 'studio-hv', 'input_type' => 'checktheme', 'created' => '2015-09-21 12:21:39', 'updated' => '2018-06-25 12:28:32' ) ), (int) 5 => array( 'Setting' => array( 'id' => '6', 'key' => 'Site.admin_theme', 'value' => 'cuber-studiohv', 'input_type' => 'text', 'created' => '2015-09-21 12:21:39', 'updated' => '2018-01-14 11:10:14' ) ), (int) 6 => array( 'Setting' => array( 'id' => '7', 'key' => 'Site.email', 'value' => 'contact@studiohv.fr', 'input_type' => 'text', 'created' => '2015-09-21 12:21:39', 'updated' => '2017-05-09 16:24:03' ) ), (int) 7 => array( 'Setting' => array( 'id' => '8', 'key' => 'App.name', 'value' => 'Studio HV', 'input_type' => 'text', 'created' => '0000-00-00 00:00:00', 'updated' => '2018-08-24 15:05:15' ) ), (int) 8 => array( 'Setting' => array( 'id' => '9', 'key' => 'Google.codeverif', 'value' => 'FPDsK8ySquzcR895z1Qn_OLk40SZ-Yq_Y1s6roFfcSk', 'input_type' => 'text', 'created' => '0000-00-00 00:00:00', 'updated' => '2017-05-09 16:24:09' ) ), (int) 9 => array( 'Setting' => array( 'id' => '10', 'key' => 'Google.tracking', 'value' => 'UA-73664602-1', 'input_type' => 'text', 'created' => '0000-00-00 00:00:00', 'updated' => '0000-00-00 00:00:00' ) ), (int) 10 => array( 'Setting' => array( 'id' => '11', 'key' => 'Id.facebook', 'value' => 'https://www.facebook.com/studiophotohv', 'input_type' => 'text', 'created' => '0000-00-00 00:00:00', 'updated' => '0000-00-00 00:00:00' ) ), (int) 11 => array( 'Setting' => array( 'id' => '12', 'key' => 'Id.instagram', 'value' => 'https://www.instagram.com/studiohv49/', 'input_type' => 'text', 'created' => '0000-00-00 00:00:00', 'updated' => '0000-00-00 00:00:00' ) ), (int) 12 => array( 'Setting' => array( 'id' => '13', 'key' => 'Id.twitter', 'value' => 'https://twitter.com/hv_studio', 'input_type' => 'text', 'created' => '0000-00-00 00:00:00', 'updated' => '2018-08-24 15:05:51' ) ), (int) 13 => array( 'Setting' => array( 'id' => '14', 'key' => 'Id.500px', 'value' => '', 'input_type' => 'text', 'created' => '0000-00-00 00:00:00', 'updated' => '0000-00-00 00:00:00' ) ), (int) 14 => array( 'Setting' => array( 'id' => '15', 'key' => 'Id.behance', 'value' => '', 'input_type' => 'text', 'created' => '0000-00-00 00:00:00', 'updated' => '0000-00-00 00:00:00' ) ), (int) 15 => array( 'Setting' => array( 'id' => '16', 'key' => 'Id.pinterest', 'value' => 'http://www.pinterest.com/studiohvphoto/', 'input_type' => 'text', 'created' => '0000-00-00 00:00:00', 'updated' => '2018-07-31 10:54:05' ) ), (int) 16 => array( 'Setting' => array( 'id' => '17', 'key' => 'Id.vimeo', 'value' => 'https://vimeo.com/studiohv', 'input_type' => 'text', 'created' => '0000-00-00 00:00:00', 'updated' => '0000-00-00 00:00:00' ) ), (int) 17 => array( 'Setting' => array( 'id' => '18', 'key' => 'Id.linkedin', 'value' => 'https://www.linkedin.com/company/studio-hv', 'input_type' => 'text', 'created' => '0000-00-00 00:00:00', 'updated' => '2018-07-31 10:51:32' ) ), (int) 18 => array( 'Setting' => array( 'id' => '19', 'key' => 'Id.youtube', 'value' => '', 'input_type' => 'text', 'created' => '0000-00-00 00:00:00', 'updated' => '2017-09-28 18:43:32' ) ), (int) 19 => array( 'Setting' => array( 'id' => '20', 'key' => 'Id.googleplus', 'value' => '', 'input_type' => 'text', 'created' => '0000-00-00 00:00:00', 'updated' => '0000-00-00 00:00:00' ) ), (int) 20 => array( 'Setting' => array( 'id' => '21', 'key' => 'Mod.header', 'value' => 'header', 'input_type' => 'text', 'created' => '0000-00-00 00:00:00', 'updated' => '2018-01-16 18:27:36' ) ), (int) 21 => array( 'Setting' => array( 'id' => '22', 'key' => 'Mod.aside.left', 'value' => 'none', 'input_type' => 'text', 'created' => '0000-00-00 00:00:00', 'updated' => '2017-12-21 23:28:58' ) ), (int) 22 => array( 'Setting' => array( 'id' => '23', 'key' => 'Mod.aside.right', 'value' => 'none', 'input_type' => 'text', 'created' => '0000-00-00 00:00:00', 'updated' => '2017-10-01 01:06:49' ) ), (int) 23 => array( 'Setting' => array( 'id' => '24', 'key' => 'Mod.footer', 'value' => 'footer', 'input_type' => 'text', 'created' => '0000-00-00 00:00:00', 'updated' => '2018-01-16 18:44:29' ) ), (int) 24 => array( 'Setting' => array( 'id' => '25', 'key' => 'Mod.footer.back', 'value' => 'none', 'input_type' => 'text', 'created' => '0000-00-00 00:00:00', 'updated' => '2017-12-21 22:50:22' ) ), (int) 25 => array( 'Setting' => array( 'id' => '26', 'key' => 'Mod.sidebar.left', 'value' => 'none', 'input_type' => 'text', 'created' => '0000-00-00 00:00:00', 'updated' => '2017-10-01 01:07:11' ) ), (int) 26 => array( 'Setting' => array( 'id' => '27', 'key' => 'Mod.sidebar.right', 'value' => 'none', 'input_type' => 'text', 'created' => '0000-00-00 00:00:00', 'updated' => '0000-00-00 00:00:00' ) ), (int) 27 => array( 'Setting' => array( 'id' => '28', 'key' => 'Mod.sidebar.top', 'value' => 'none', 'input_type' => 'text', 'created' => '0000-00-00 00:00:00', 'updated' => '0000-00-00 00:00:00' ) ), (int) 28 => array( 'Setting' => array( 'id' => '29', 'key' => 'Mod.sidebar.bottom', 'value' => 'none', 'input_type' => 'text', 'created' => '0000-00-00 00:00:00', 'updated' => '0000-00-00 00:00:00' ) ) ) $userid = array() $configlang = null</pre><pre class="stack-trace">include - APP/View/Themed/StudioHV21/Photos/client.ctp, line 15 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 117</pre></div></pre> </h2> </div> </div> </div> </section> <!-- Portfolio Section --> <section id="main-section" class="container"> <div class="container-fluid"> <div class="row"> <div id="" class="col-12 col-md-8 offset-md-4"> <!-- Portfolio Wrap --> <div id="isotope-wrap" class="" style="margin-bottom: 40px"> <!-- Portfolio Columns --> <div id="grid-packery" class="masonry packery grid-troiscols"> <div class="grid-sizer"></div> <div class="gutter-sizer"></div> </div> <!-- pagination --> <div id="navinfinite" class="text-center load-more top_45 bottom_60"> <div class="page-load-status"> <div class="loader-ellips infinite-scroll-request"> <span class="loader-ellips__dot"></span> <span class="loader-ellips__dot"></span> <span class="loader-ellips__dot"></span> <span class="loader-ellips__dot"></span> </div> <p class="infinite-scroll-last titre-xsmall alt-font"> . </p> <p class="infinite-scroll-error"> Erreur de chargement, veuillez recharger cette page. </p> </div> <div id="next" class="next" style="display:none"> <span class="nextpage next btn btn-white">Next »</span> </div> </div> <!-- End Pagination --> </div> </div> </div> </div> </section> <!--/Hero Section --> <div style="clear: both;"></div> <div style="clear: both;"></div> <section id="footer-nav" class="container small-section bg-black color-code" data-color="black-bg"> <div class="container-fluid"> <div class="row"> <div class="col-xs-12 col-sm-12" style="margin-bottom:20px;"> <a href="/"> <img id="bottom-logo" srtyle="max-width:200px" src="/files/images/logo-white.png" alt="Loader Logo"> </a> </div> <div class="col-xs-12 col-sm-6"> <h6 class="text-small uppercase">Studio HV</h6> <p class="text-xsmall"> Ouvert du lundi au vendredi.<br/> de 9h à 12h30 et de 14h à 18h30.<br/> <br/> 7 Square des Grandes Claies, 49300 Cholet - France<br/> <br/> Nous appeller : <b><a href="tel:+33241581976">02 41 58 19 76</a></b> <br/> Nous écrire : <b><a class="emailcr" href="contact@studiohv.fr" target="_blank">contact@studiohv.fr</a></b> </p> </div> <div class="col-12 col-md-2 offset-md-0 no-mobile"> <p class="text-xsmall uppercase">Navigation</p> <ul class="classic-list"> <li class="strong"><a href="/">Accueil</a></li> <li class=""><a href="/studio-photo">Studio Photo</a></li> <li class=""><a href="/studio-video-digital">Video, Motion & digital</a></li> <li class=""><a href="/production-photographie">Production Photo & Video</a></li> <li class=""><a href="/post-production">Post-Production</a></li> <li class=""><a href="/nous-contacter">Nous contacter</a></li> </ul> </div> <div class="col-12 col-md-2 offset-md-0 no-mobile"> <p class="text-xsmall uppercase">Portfolio</p> <ul class="classic-list"> <li class="strong"><a href="/studio-photo/portfolio">Portfolio Photo</a></li> <li class="strong"><a href="/studio-video/portfolio">Portfolio Video</a></li> </ul> </div> <div class="col-12 col-md-2 offset-md-0 no-mobile"> <p class="text-xsmall uppercase">Divers</p> <ul class="classic-list"> <li class="strong"><a href="/espace-client">Espace Clients</a></li> </ul> </div> </div> </div> </section> <!-- Footer --> <footer id="footer-bottom" class="footer container"> <div class="container-fluid"> <div class="row" style="margin-top:20px;"> <div class="col-12 col-sm-6 col-md-6 sm-center"> <p><span>©2020 Studio HV - tous droits réservés. <a href="/pages/mentions">Mentions Légales</a> - <a href="/sitemap">Site Map</a> - <a href="/cuber" target="_blank">Powered by Cuber®</a></span></p> </div> <div class="col-xs-12 col-sm-6 text-right sm-center"> <div class="font-icons"> <a href="https://www.facebook.com/studiophotohv" target="_blank"><i class="fab fa-facebook"></i></a> <a href="https://www.instagram.com/studiohv49/" target="_blank"><i class="fab fa-instagram"></i></a> <a href="https://twitter.com/hv_studio" target="_blank"><i class="fab fa-twitter"></i></i></a> <a href="http://www.pinterest.com/studiohvphoto/" target="_blank"><i class="fab fa-pinterest"></i></a> <a href="https://vimeo.com/studiohv" target="_blank"><i class="fab fa-vimeo-v"></i></a> <a href="https://www.linkedin.com/company/studio-hv" target="_blank"><i class="fab fa-linkedin-in"></i></a> </div> </div> </div> </div> </footer> </main> <!-- SIDEBAR LEFT --> <div class="custom-fluid-width custom-duration-400" off-canvas="slidebar-1 left overlay"> <!-- ASIDES --> <div id="sidebar-left" class="container"> <div class="inner-left"> <div class="logo"> <img src="/themes/StudioHV21/images/logo.png" alt=""> </div> <div class="outter"> <div class="inner"> <div class="container"> <ul class="menu-left"> <li><a href="/" class="">Accueil</a> <li><a href="/studio-photo" class="">Photographie</a> <li><a href="/studio-video-digital" class="">Video & Digital</a> <li><a href="/production-photographie" class="">Production</a> <li><a href="/post-production" class="">Post production</a> <li>-</li> <li class=""><a class="smaller" href="/studio-photo/portfolio">Portfolio</a></li> <li><a class="smaller" href="/nous-contacter" class="e">Nous contacter</a> </ul> </br></br> <p class="alt-font text-uppercase">Contact</p> <p class="titre-xsmall" style="margin-top: 0px"> <strong>Studio HV </strong><br/> 7, Square des Grandes Claies - Cholet - France<br/> Téléphone <a class="" href="tel:+33241581979">02 41 58 19 76</a><br/> Email <a class="emailcr" href="contact{{#}}studiohv{#}fr" target="_blank">contact{{#}}studiohv{#}fr</a> </p> </br> <p>©2020 - All rights reserved - Studio HV - Cholet.</p> </br> </div> <!-- container end --> </div> </div> </div> </div> </div> <!-- SIDEBAR RIGHT --> <div class="custom-fluid-width custom-duration-400" off-canvas="slidebar-2 right overlay"> <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr675b75821c85f-trace').style.display = (document.getElementById('cakeErr675b75821c85f-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (1024)</a>: Element Not Found: Elements/sidebar-right.ctp [<b>CORE/Cake/View/View.php</b>, line <b>425</b>]<div id="cakeErr675b75821c85f-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr675b75821c85f-code').style.display = (document.getElementById('cakeErr675b75821c85f-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr675b75821c85f-context').style.display = (document.getElementById('cakeErr675b75821c85f-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr675b75821c85f-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000CC"> $name </span><span style="color: #006600">= </span><span style="color: #0000CC">str_replace</span><span style="color: #006600">(</span><span style="color: #CC0000">'/'</span><span style="color: #006600">, </span><span style="color: #0000CC">DS</span><span style="color: #006600">, </span><span style="color: #0000CC">$name</span><span style="color: #006600">);</span></span></code> <code><span style="color: #000000"><span style="color: #0000CC"> $file </span><span style="color: #006600">= </span><span style="color: #0000CC">$plugin </span><span style="color: #006600">. </span><span style="color: #CC0000">'Elements' </span><span style="color: #006600">. </span><span style="color: #0000CC">DS </span><span style="color: #006600">. </span><span style="color: #0000CC">$name </span><span style="color: #006600">. </span><span style="color: #0000CC">$this</span><span style="color: #006600">-></span><span style="color: #0000CC">ext</span><span style="color: #006600">;</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000CC"> trigger_error</span><span style="color: #006600">(</span><span style="color: #0000CC">__d</span><span style="color: #006600">(</span><span style="color: #CC0000">'cake_dev'</span><span style="color: #006600">, </span><span style="color: #CC0000">'Element Not Found: %s'</span><span style="color: #006600">, </span><span style="color: #0000CC">$file</span><span style="color: #006600">), </span><span style="color: #0000CC">E_USER_NOTICE</span><span style="color: #006600">);</span></span></code></span></pre><pre id="cakeErr675b75821c85f-context" class="cake-context" style="display: none;">$name = 'sidebar-right' $data = array() $options = array( 'callbacks' => true ) $file = 'Elements/sidebar-right.ctp' $plugin = null</pre><pre class="stack-trace">View::element() - CORE/Cake/View/View.php, line 425 include - APP/View/Layouts/online.ctp, line 167 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::renderLayout() - CORE/Cake/View/View.php, line 546 View::render() - CORE/Cake/View/View.php, line 481 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 117</pre></div></pre> </div> <div id="open-popup" class="bg-white open-popup mfp-hide"> <div id="ajax-popup"><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr675b75821cb68-trace').style.display = (document.getElementById('cakeErr675b75821cb68-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (1024)</a>: Element Not Found: Elements//popups/pop-news.ctp [<b>CORE/Cake/View/View.php</b>, line <b>425</b>]<div id="cakeErr675b75821cb68-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr675b75821cb68-code').style.display = (document.getElementById('cakeErr675b75821cb68-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr675b75821cb68-context').style.display = (document.getElementById('cakeErr675b75821cb68-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr675b75821cb68-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000CC"> $name </span><span style="color: #006600">= </span><span style="color: #0000CC">str_replace</span><span style="color: #006600">(</span><span style="color: #CC0000">'/'</span><span style="color: #006600">, </span><span style="color: #0000CC">DS</span><span style="color: #006600">, </span><span style="color: #0000CC">$name</span><span style="color: #006600">);</span></span></code> <code><span style="color: #000000"><span style="color: #0000CC"> $file </span><span style="color: #006600">= </span><span style="color: #0000CC">$plugin </span><span style="color: #006600">. </span><span style="color: #CC0000">'Elements' </span><span style="color: #006600">. </span><span style="color: #0000CC">DS </span><span style="color: #006600">. </span><span style="color: #0000CC">$name </span><span style="color: #006600">. </span><span style="color: #0000CC">$this</span><span style="color: #006600">-></span><span style="color: #0000CC">ext</span><span style="color: #006600">;</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000CC"> trigger_error</span><span style="color: #006600">(</span><span style="color: #0000CC">__d</span><span style="color: #006600">(</span><span style="color: #CC0000">'cake_dev'</span><span style="color: #006600">, </span><span style="color: #CC0000">'Element Not Found: %s'</span><span style="color: #006600">, </span><span style="color: #0000CC">$file</span><span style="color: #006600">), </span><span style="color: #0000CC">E_USER_NOTICE</span><span style="color: #006600">);</span></span></code></span></pre><pre id="cakeErr675b75821cb68-context" class="cake-context" style="display: none;">$name = '/popups/pop-news' $data = array() $options = array( 'callbacks' => false ) $file = 'Elements//popups/pop-news.ctp' $plugin = null</pre><pre class="stack-trace">View::element() - CORE/Cake/View/View.php, line 425 include - APP/View/Layouts/online.ctp, line 171 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::renderLayout() - CORE/Cake/View/View.php, line 546 View::render() - CORE/Cake/View/View.php, line 481 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 117</pre></div></pre></div> </div> <!-- SHOP CONTAINERS -- <div class="cart-message-container"></div> <div class="ct-paypal-modal-bg"> <div class="ct-paypal-modal"> <div class="ct-paypal-modal-header"> <div class="ct-paypal-modal-header-close"><span>×</span></div> </div> <div class="ct-paypal-modal-body">Payment Successful!</div> </div> </div> <!-- COOKIE JS --> <section id="easyCookie" class="ec-fixed ec-icon ec-double-btn white-cursor" data-expiresdays="8"> <div> <div class="ec-infos"> En poursuivant votre navigation sur ce site, vous acceptez l'utilisation de cookies afin de présenter un contenu adapté et optimal. </div> <div class="ec-btns"> <a href="#" class="ec-accept btn btn-squared btn-outline-white">OK</a> <a href="/mentions-legales" class="ec-empty btn btn-squared btn-outline-white"> EN SAVOIR PLUS </a> </div> </div> </section> <!-- MAGIC CURSOR --> <div id="magic-cursor"> <div id="img"></div> <div id="icon"></div> <div id="ball"></div> </div> <div id="magic-shadow"> <div id="shadow"></div> </div> <!-- NEW CODE SUIVI GOOGLE ANALYTICS !!!!!!!! Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-73664602-1"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-73664602-1'); </script> </body> </html> ' [protected] _file => null [protected] _fileRange => null [protected] _charset => 'UTF-8' [protected] _cacheDirectives => array() [protected] _cookies => array() }
Studio HV
Ouvert du lundi au vendredi.
de 9h à 12h30 et de 14h à 18h30.
7 Square des Grandes Claies, 49300 Cholet - France
Nous appeller : 02 41 58 19 76
Nous écrire : contact@studiohv.fr
Navigation
Portfolio
Divers