PHP Classes

File: src/examples/exampleBundle/Controller/exportExample.php

Recommend this page to a friend!
  Classes of william amed   Raptor 2   src/examples/exampleBundle/Controller/exportExample.php   Download  
File: src/examples/exampleBundle/Controller/exportExample.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Raptor 2
Framework that takes routes from annotations
Author: By
Last change:
Date: 8 years ago
Size: 613 bytes
 

Contents

Class file image Download
<?php
 
/**
  * THIS FILE IS GENERATED BY RAPTOR EXPORTER, TO EASLY UPLOAD THIS FILE AGAIN INTO THE
  * DATABASE USE THE IMPORTER CLASS.
  *
  * Generated January 15 2016 10:23:55 PM
  */
 
$create=array (
 
0 => '\\examples\\exampleBundle\\Model\\Entity\\Persona',
);
$data=array (
 
'persona' =>
  array (
   
0 =>
    array (
     
'id' => '1',
     
'nombre' => 'Liams',
     
'apellidos' => 'Adam',
     
'edad' => '25',
     
'sexo' => '1',
    ),
   
1 =>
    array (
     
'id' => '2',
     
'nombre' => 'Liams',
     
'apellidos' => 'Adam',
     
'edad' => '25',
     
'sexo' => '1',
    ),
  ),
);