Skip to content

Commit

Permalink
remocao de comentarios gerados automaticamente pelo vs code
Browse files Browse the repository at this point in the history
  • Loading branch information
brunoqualhato committed Aug 12, 2019
1 parent f33c18a commit 60076f9
Show file tree
Hide file tree
Showing 11 changed files with 3 additions and 149 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Documentacao/Diagramas/Diagrama De Classe.zargo~
Empty file modified Documentacao/Diagramas/Diagrama De Classe.zargo~
100644 → 100755
Empty file.
Empty file modified README.md
100644 → 100755
Empty file.
21 changes: 0 additions & 21 deletions application/controllers/Animes.php
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,23 +1,6 @@
<?php
defined('BASEPATH') or exit('No direct script access allowed');


/**
*
* Controller Animes
*
* This controller for ...
*
* @package CodeIgniter
* @category Controller CI
* @author Setiawan Jodi <[email protected]>
* @author Raul Guerrero <[email protected]>
* @link https://github.com/setdjod/myci-extension/
* @param ...
* @return ...
*
*/

class Animes extends CI_Controller
{

Expand All @@ -32,7 +15,3 @@ public function index()
}

}


/* End of file Animes.php */
/* Location: ./application/controllers/Animes.php */
21 changes: 0 additions & 21 deletions application/controllers/Filmes.php
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,22 +1,5 @@
<?php
defined('BASEPATH') or exit('No direct script access allowed');
// Don't forget include/define REST_Controller path

/**
*
* Controller Filmes
*
* This controller for ...
*
* @package CodeIgniter
* @category Controller CI
* @author Setiawan Jodi <[email protected]>
* @author Raul Guerrero <[email protected]>
* @link https://github.com/setdjod/myci-extension/
* @param ...
* @return ...
*
*/

class Filmes extends CI_Controller
{
Expand All @@ -32,7 +15,3 @@ public function index()
}

}


/* End of file Filmes.php */
/* Location: ./application/controllers/Filmes.php */
20 changes: 1 addition & 19 deletions application/controllers/Series.php
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,7 @@
defined('BASEPATH') or exit('No direct script access allowed');


/**
*
* Controller Series
*
* This controller for ...
*
* @package CodeIgniter
* @category Controller CI
* @author Setiawan Jodi <[email protected]>
* @author Raul Guerrero <[email protected]>
* @link https://github.com/setdjod/myci-extension/
* @param ...
* @return ...
*
*/


class Series extends CI_Controller
{
Expand All @@ -32,7 +18,3 @@ public function index()
}

}


/* End of file Series.php */
/* Location: ./application/controllers/Series.php */
20 changes: 0 additions & 20 deletions application/controllers/TvShow.php
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,6 @@
defined('BASEPATH') or exit('No direct script access allowed');


/**
*
* Controller TvShow
*
* This controller for ...
*
* @package CodeIgniter
* @category Controller CI
* @author Setiawan Jodi <[email protected]>
* @author Raul Guerrero <[email protected]>
* @link https://github.com/setdjod/myci-extension/
* @param ...
* @return ...
*
*/

class TvShow extends CI_Controller
{

Expand All @@ -32,7 +16,3 @@ public function index()
}

}


/* End of file TvShow.php */
/* Location: ./application/controllers/TvShow.php */
16 changes: 0 additions & 16 deletions application/models/Animes_model.php
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,20 +1,6 @@
<?php
defined('BASEPATH') OR exit('No direct script access allowed');

/**
*
* Model Animes_model
*
* This Model for ...
*
* @package CodeIgniter
* @category Model
* @author Setiawan Jodi <[email protected]>
* @link https://github.com/setdjod/myci-extension/
* @param ...
* @return ...
*
*/

class Animes_model extends CI_Model {

Expand All @@ -38,5 +24,3 @@ public function index()

}

/* End of file Animes_model.php */
/* Location: ./application/models/Animes_model.php */
17 changes: 0 additions & 17 deletions application/models/Filme_model.php
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,20 +1,6 @@
<?php
defined('BASEPATH') OR exit('No direct script access allowed');

/**
*
* Model Filme_model
*
* This Model for ...
*
* @package CodeIgniter
* @category Model
* @author Setiawan Jodi <[email protected]>
* @link https://github.com/setdjod/myci-extension/
* @param ...
* @return ...
*
*/

class Filme_model extends CI_Model {

Expand All @@ -37,6 +23,3 @@ public function index()
// ------------------------------------------------------------------------

}

/* End of file Filme_model.php */
/* Location: ./application/models/Filme_model.php */
17 changes: 0 additions & 17 deletions application/models/Series_model.php
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,20 +1,6 @@
<?php
defined('BASEPATH') OR exit('No direct script access allowed');

/**
*
* Model Series_model
*
* This Model for ...
*
* @package CodeIgniter
* @category Model
* @author Setiawan Jodi <[email protected]>
* @link https://github.com/setdjod/myci-extension/
* @param ...
* @return ...
*
*/

class Series_model extends CI_Model {

Expand All @@ -37,6 +23,3 @@ public function index()
// ------------------------------------------------------------------------

}

/* End of file Series_model.php */
/* Location: ./application/models/Series_model.php */
19 changes: 1 addition & 18 deletions application/models/TvShow_model.php
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,20 +1,6 @@
<?php
defined('BASEPATH') OR exit('No direct script access allowed');

/**
*
* Model TvShow_model
*
* This Model for ...
*
* @package CodeIgniter
* @category Model
* @author Setiawan Jodi <[email protected]>
* @link https://github.com/setdjod/myci-extension/
* @param ...
* @return ...
*
*/

class TvShow_model extends CI_Model {

Expand All @@ -36,7 +22,4 @@ public function index()

// ------------------------------------------------------------------------

}

/* End of file TvShow_model.php */
/* Location: ./application/models/TvShow_model.php */
}

0 comments on commit 60076f9

Please sign in to comment.