Début gestion import (non fonctionnel) / export (presque fonctionnel)

This commit is contained in:
Marien Fressinaud
2012-10-22 23:41:56 +02:00
parent a928ebf1d0
commit 9a95cb844e
7 changed files with 119 additions and 34 deletions

View File

@@ -3,6 +3,7 @@
class javascriptController extends ActionController {
public function firstAction () {
$this->view->_useLayout (false);
header('Content-type: text/javascript');
}
public function mainAction () {