-
Re: GammaMVC [Model-view-controller, PHP, Multi-Db, Multi-Themed]
The information from v26 is way different from r63+
Do you understand that?
-
Re: GammaMVC [Model-view-controller, PHP, Multi-Db, Multi-Themed]
Quote:
Originally Posted by
Makarov
The information from v26 is way different from r63+
Do you understand that?
Just wait Just wait...
-
Re: GammaMVC [Model-view-controller, PHP, Multi-Db, Multi-Themed]
Live Installer design creation: Ended
P.S.
I will pause it if I have to check Facebook.
-
Re: GammaMVC [Model-view-controller, PHP, Multi-Db, Multi-Themed]
We are very busy with our emulator handlers
Gamma MVC will therefore go multi-version support.
Okay here are 2 emulator handlers into force:
Phoenix: https://github.com/Monsma/GammaMVC/b...rs/Phoenix.php
UberEmu: https://github.com/Monsma/GammaMVC/b...dlers/Uber.php
-
Re: GammaMVC [Model-view-controller, PHP, Multi-Db, Multi-Themed]
I have decided to do a completely custom Housekeeping, starting on it now.
Update on all themes:
- Bootstrap - no updates just yet
- Installer - can't figure out what design to do for it
- Housekeeping - working on it now, got a mental image of what I want
- Habbo - information below
- Gamma - not yet started
I have had word that someone is making an Illumina theme for GammaMVC, I just been sent a screenshot and it looks pretty awesome.
http://i.imgur.com/cHEIxdC.png
Update on the Habbo theme recode:
Still no images, apart from background and logo. :D
http://cl.ly/image/322D1e1X0n2M/Scre...2017.13.09.png
-
Re: GammaMVC [Model-view-controller, PHP, Multi-Db, Multi-Themed]
Quote:
Originally Posted by
ησвяαιη
I have decided to do a completely custom Housekeeping, starting on it now.
Update on all themes:
- Bootstrap - no updates just yet
- Installer - can't figure out what design to do for it
- Housekeeping - working on it now, got a mental image of what I want
- Habbo - information below
- Gamma - not yet started
I have had word that someone is making an Illumina theme for GammaMVC, I just been sent a screenshot and it looks pretty awesome.
http://i.imgur.com/cHEIxdC.png
Update on the Habbo theme recode:
Still no images, apart from background and logo. :D
http://cl.ly/image/322D1e1X0n2M/Scre...2017.13.09.png
Any join.me for the housekeeping?:)
-
Re: GammaMVC [Model-view-controller, PHP, Multi-Db, Multi-Themed]
Quote:
Originally Posted by
Joshuwar
Any join.me for the housekeeping?:)
https://join.me/886-821-552 (ended)
First page of Installation is done.
http://cl.ly/image/0123113A1L40/Scre...2018.50.25.png
PHP coding Join.me, hosted by Monsma: https://join.me/938-548-853
-
Re: GammaMVC [Model-view-controller, PHP, Multi-Db, Multi-Themed]
Check the updates for yourself im tired as hell.
tomorrow more updates weekend:D
https://github.com/Monsma/GammaMVC/
-
Re: GammaMVC [Model-view-controller, PHP, Multi-Db, Multi-Themed]
Update about Illumina style. Going to do the dropdown now.
http://i.imgur.com/4nQHSh3.png
Another update 23-3-2013
Going to move the search box. asap.
http://i.imgur.com/aGPvHw9.png
-
Re: GammaMVC [Model-view-controller, PHP, Multi-Db, Multi-Themed]
-
Re: GammaMVC [Model-view-controller, PHP, Multi-Db, Multi-Themed]
Quote:
Originally Posted by
ησвяαιη
Calm down. We will :)
PHP Code:
private function InitializeConfig()
{
foreach(glob(ROOT.'Configure'.DS.'*.php') as $Configure)
{
require_once $Configure;
}
self::$Config = ToObject($Config);
}
private function InitializeLibrary()
{
foreach(glob(ROOT.'Application'.DS.'Library'.DS.'*.php') as $Library)
{
require_once $Library;
}
self::$Router = new Router();
self::$Controller = new Controller();
}
private function InitializeUtilities()
{
foreach(glob(ROOT.'Application'.DS.'Utilities'.DS.'*.php') as $Utilities)
{
require_once $Utilities;
}
}
Why not doing this in one function? This is the code in Nevada
PHP Code:
self::$getLibs = array('management', 'libs', 'model');
foreach(self::$getLibs as $row)
{
/**
* Does every directory exists? If it doesnt
* just give a die to the system.
*/
((is_dir(BASE . '/app/' . $row)) ?: die('The directory <b> ' . $row . ' </b> does not exists.'));
foreach(glob(BASE . '/app/'.$row.'/*.php') as $includedFile)
{
require $includedFile;
}
}
-
Re: GammaMVC [Model-view-controller, PHP, Multi-Db, Multi-Themed]
-
Re: GammaMVC [Model-view-controller, PHP, Multi-Db, Multi-Themed]
Sorry for no updates recent, been having motivation issues and couldn't find my anti depressants so I had to drive 2 hours to get some more :(
-
Re: GammaMVC [Model-view-controller, PHP, Multi-Db, Multi-Themed]
Sorry for the lack of progress lately, both me and Monsma are ill so things are going pretty slowly.
-
Re: GammaMVC [Model-view-controller, PHP, Multi-Db, Multi-Themed]
Leaving this note to let you all know I will be watching this thread from now on.
I will NOT be giving warnings nor infractions, rather 7-30 day bans to anyone causing trouble. You were all given a verbal warning by mods already and didn't listen. So what happens from now on will be up to you.