Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
2
2018_web_app
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
inutralia
2018_web_app
Commits
ac3f2d22
Commit
ac3f2d22
authored
Jul 25, 2019
by
David Villalba
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Forzar carga de la clase Trait inutraliaWS
parent
2bc1ef79
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
4 deletions
+6
-4
bootstrap.php
fuel/app/bootstrap.php
+2
-0
app.php
fuel/app/classes/controller/app.php
+1
-1
index.php
fuel/app/classes/controller/login/index.php
+1
-1
recipe.php
fuel/app/classes/model/recipe.php
+1
-1
inutraliaWS.php
fuel/app/classes/trait/inutraliaWS.php
+1
-1
No files found.
fuel/app/bootstrap.php
View file @
ac3f2d22
...
@@ -15,6 +15,8 @@ Autoloader::add_classes(array(
...
@@ -15,6 +15,8 @@ Autoloader::add_classes(array(
'PHPExcel_Settings'
=>
APPPATH
.
'classes/parser/PHPExcel/Settings.php'
,
'PHPExcel_Settings'
=>
APPPATH
.
'classes/parser/PHPExcel/Settings.php'
,
'PHPExcel_CachedObjectStorageFactory'
=>
APPPATH
.
'classes/parser/PHPExcel/CachedObjectStorageFactory.php'
,
'PHPExcel_CachedObjectStorageFactory'
=>
APPPATH
.
'classes/parser/PHPExcel/CachedObjectStorageFactory.php'
,
'PHPExcel_Writer_Excel2007'
=>
APPPATH
.
'classes/parser/PHPExcel/Writer/Excel2007.php'
,
'PHPExcel_Writer_Excel2007'
=>
APPPATH
.
'classes/parser/PHPExcel/Writer/Excel2007.php'
,
'Trait_InutraliaWS'
=>
APPPATH
.
'classes/trait/inutraliaWS.php'
// Add classes you want to override here
// Add classes you want to override here
// Example: 'View' => APPPATH.'classes/view.php',
// Example: 'View' => APPPATH.'classes/view.php',
));
));
...
...
fuel/app/classes/controller/app.php
View file @
ac3f2d22
...
@@ -22,7 +22,7 @@ use Fuel\Core\Session;
...
@@ -22,7 +22,7 @@ use Fuel\Core\Session;
class
Controller_App
extends
Controller
{
class
Controller_App
extends
Controller
{
use
Trait
inutraliaws
;
use
Trait
_InutraliaWS
;
public
function
before
(){
public
function
before
(){
...
...
fuel/app/classes/controller/login/index.php
View file @
ac3f2d22
...
@@ -19,7 +19,7 @@ use Fuel\Core\Security;
...
@@ -19,7 +19,7 @@ use Fuel\Core\Security;
class
Controller_Login_Index
extends
Controller
class
Controller_Login_Index
extends
Controller
{
{
use
Trait
inutraliaws
;
use
Trait
_InutraliaWS
;
public
function
get_login
()
public
function
get_login
()
{
{
...
...
fuel/app/classes/model/recipe.php
View file @
ac3f2d22
...
@@ -14,7 +14,7 @@ use Orm\Model;
...
@@ -14,7 +14,7 @@ use Orm\Model;
* @link http://seticonsultyn.es
* @link http://seticonsultyn.es
*/
*/
class
Model_Recipe
extends
Model
{
class
Model_Recipe
extends
Model
{
use
Trait
inutraliaws
;
use
Trait
_InutraliaWS
;
protected
static
$_table_name
=
'recipes'
;
protected
static
$_table_name
=
'recipes'
;
...
...
fuel/app/classes/trait/inutraliaWS.php
View file @
ac3f2d22
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
*/
*/
trait
Trait
inutraliaws
{
trait
Trait
_InutraliaWS
{
/**
/**
*
*
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment