-
GammaMVC [Model-view-controller, PHP, Multi-Db, Multi-Themed]
GammaMVC
Information
GammaMVC is a content management system written in an Model-view-controller pattern. It offers support for Phoenix Emulator and potentially available for it to support any Emulator available, whether past, present or future.
Why choose MVC?
We chose an MVC pattern because it offers a wide range of advantages, including speed and clean URLs.
What themes are going to be available?
There are going to be many themes available to GammaMVC, including ones that you have made. The ones that are currently in development are as followed;
- Bootstrap 2 (successor to the RevCMS theme by nobrain)
- Habbo theme (Latest)
- Mabbo
- PhoenixPHP
- Gamma (custom theme)
If you would like to make themes for GammaMVC, please contact nobrain@null.net via E-mail.
What database type do you offer?
We currently support PDO, MySQLi and MySQL. The default will be PDO because it is the best out of the 3.
Is there a place where I can check updates on GammaMVC?
We currently have a repository where you check on all the updates on GammaMVC. Both links are the same.
https://github.com/Monsma/GammaMVC
https://github.com/ash-kratos/GammaMVC
Who are the developers?
Monsma - PHP code
nobrain - Themes and minor input on the PHP code
-
Re: GammaMVC [Model-view-controller, PHP, Multi-Db, Multi-Themed]
Finally some real work , Gl :)
-
Re: GammaMVC [Model-view-controller, PHP, Multi-Db, Multi-Themed]
Quote:
Originally Posted by
RoyZ
Finally some real work , Gl :)
From both Me and Monsma, thanks! :)
-
GammaMVC [Model-view-controller, PHP, Multi-Db, Multi-Themed]
Why are you doing three separate variables in the PDO class?:
public $Link;
public $Query;
public $Parameters;
Why not just do:
public $Link, $Query, $Parameters;
-
Re: GammaMVC [Model-view-controller, PHP, Multi-Db, Multi-Themed]
Quote:
Originally Posted by
Joshuwar
Why are you doing three separate variables in the PDO class?:
public $Link;
public $Query;
public $Parameters;
Why not just do:
public $Link, $Query, $Parameters;
Whats your point? it is working if you do
public $Link, $Query, $Parameters;
or
public $Link;
public $Query;
public $Parameters;
its just the same things
-
Re: GammaMVC [Model-view-controller, PHP, Multi-Db, Multi-Themed]
Stop arguing in a thread for fuck sake. You do it enough on Skype, don't do it here :S
-
Re: GammaMVC [Model-view-controller, PHP, Multi-Db, Multi-Themed]
Quote:
Originally Posted by
El Jamie
Stop arguing in a thread for fuck sake. You do it enough on Skype, don't do it here :S
^
Continue with your garbage and I will be glad to hand out infractions, consider yourself warned.
-
Re: GammaMVC [Model-view-controller, PHP, Multi-Db, Multi-Themed]
thanks for the cleaning-up guys
-
Re: GammaMVC [Model-view-controller, PHP, Multi-Db, Multi-Themed]
As I said before, until the Moderators deleted it; There will be more updates tomorrow and/or the day after (depending on how ill I am). The update(s) will be about Monsma's coding and my Bootstrap 2 theme.
-
Re: GammaMVC [Model-view-controller, PHP, Multi-Db, Multi-Themed]
Very nice, good luck. I hope Ash makes good designs and Monsma completes it :D
-
Re: GammaMVC [Model-view-controller, PHP, Multi-Db, Multi-Themed]
Quote:
Originally Posted by
Quackster
Very nice, good luck. I hope Ash makes good designs and Monsma completes it :D
Thanks we try to do our best!
-
Re: GammaMVC [Model-view-controller, PHP, Multi-Db, Multi-Themed]
Wish you good luck. Here's some help:
- Avoid using global - Read Normally it means you have some design issues.
- Don't use switch cases for pages, that's soo RevCMS 1.0 and well.. It sucks, don't have to be a genius.
- At the moment it's not compatible with multiple databases, curious to see how you're doing it.
- Why are you including all your Models ( What you have there are drivers/engines, not Models! ) when you're only using one?
- What is the purpose of the Habbo.php library? It looks like a normal user class... Remember it's MVC!
Hope you don't take it the wrong way, just want to help! Check this out!
-
Re: GammaMVC [Model-view-controller, PHP, Multi-Db, Multi-Themed]
Quote:
Originally Posted by
Kryptos
Wish you good luck. Here's some help:
- Avoid using global - Read Normally it means you have some design issues.
- Don't use switch cases for pages, that's soo RevCMS 1.0 and well.. It sucks, don't have to be a genius.
- At the moment it's not compatible with multiple databases, curious to see how you're doing it.
- Why are you including all your Models ( What you have there are drivers/engines, not Models! ) when you're only using one?
- What is the purpose of the Habbo.php library? It looks like a normal user class... Remember it's MVC!
Hope you don't take it the wrong way, just want to help! Check
this out!
Thank you for the usefull tips, the habbo.php include the library is a user class.
and i have add new updates to my github with a exemplate how i go handle the emulators
and i have use already 1 tip that one of the database drivers thanks!
-
Re: GammaMVC [Model-view-controller, PHP, Multi-Db, Multi-Themed]
Goodluck to both of you, I like multi-style CMS :)
-
Re: GammaMVC [Model-view-controller, PHP, Multi-Db, Multi-Themed]
Quote:
Originally Posted by
Tha
Goodluck to both of you, I like multi-style CMS :)
Thank you very much :)
Bootstrap 2 updates:
Index:
http://cl.ly/image/3O1G0T230f0d/Scre...2016.48.59.png
Developer modal:
http://f.cl.ly/items/3V3H213C0B1l2b0...2016.50.29.png
Signin or Signup modal:
http://cl.ly/image/413A2X2J3a0Z/Scre...2016.51.39.png
Credits have been given, as you can see in the 2nd image.