forked from prof-lucas-faria/projeto-fourchannel
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remocao de comentarios gerados automaticamente pelo vs code
- Loading branch information
1 parent
f33c18a
commit 60076f9
Showing
11 changed files
with
3 additions
and
149 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Documentacao/Diagramas/Diagrama De Classe.zargo~ |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
{ | ||
|
||
|
@@ -32,7 +15,3 @@ public function index() | |
} | ||
|
||
} | ||
|
||
|
||
/* End of file Animes.php */ | ||
/* Location: ./application/controllers/Animes.php */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
{ | ||
|
@@ -32,7 +15,3 @@ public function index() | |
} | ||
|
||
} | ||
|
||
|
||
/* End of file Filmes.php */ | ||
/* Location: ./application/controllers/Filmes.php */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
{ | ||
|
@@ -32,7 +18,3 @@ public function index() | |
} | ||
|
||
} | ||
|
||
|
||
/* End of file Series.php */ | ||
/* Location: ./application/controllers/Series.php */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
{ | ||
|
||
|
@@ -32,7 +16,3 @@ public function index() | |
} | ||
|
||
} | ||
|
||
|
||
/* End of file TvShow.php */ | ||
/* Location: ./application/controllers/TvShow.php */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 { | ||
|
||
|
@@ -38,5 +24,3 @@ public function index() | |
|
||
} | ||
|
||
/* End of file Animes_model.php */ | ||
/* Location: ./application/models/Animes_model.php */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 { | ||
|
||
|
@@ -37,6 +23,3 @@ public function index() | |
// ------------------------------------------------------------------------ | ||
|
||
} | ||
|
||
/* End of file Filme_model.php */ | ||
/* Location: ./application/models/Filme_model.php */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 { | ||
|
||
|
@@ -37,6 +23,3 @@ public function index() | |
// ------------------------------------------------------------------------ | ||
|
||
} | ||
|
||
/* End of file Series_model.php */ | ||
/* Location: ./application/models/Series_model.php */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 { | ||
|
||
|
@@ -36,7 +22,4 @@ public function index() | |
|
||
// ------------------------------------------------------------------------ | ||
|
||
} | ||
|
||
/* End of file TvShow_model.php */ | ||
/* Location: ./application/models/TvShow_model.php */ | ||
} |