Skip to content

Commit 598a461

Browse files
committed
Add Prefix
1 parent a901b4b commit 598a461

File tree

4 files changed

+24
-0
lines changed

4 files changed

+24
-0
lines changed

hungng/BEAR_Lang.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?php
2+
if (!class_exists('BEAR_Lang')) {
3+
class BEAR_Lang extends HungNG_Lang
4+
{
5+
}
6+
}

hungng/BEAR_Loader.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?php
2+
if (!class_exists('BEAR_Loader')) {
3+
class BEAR_Loader extends HungNG_Loader
4+
{
5+
}
6+
}

hungng/BEAR_Model.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?php
2+
if (!class_exists('BEAR_Model')) {
3+
class BEAR_Model extends HungNG_Model
4+
{
5+
}
6+
}

hungng/BEAR_Router.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?php
2+
if (!class_exists('BEAR_Router')) {
3+
class BEAR_Router extends HungNG_Router
4+
{
5+
}
6+
}

0 commit comments

Comments
 (0)