GammaMVC [Model-view-controller, PHP, Multi-Db, Multi-Themed]

Page 3 of 8 FirstFirst 12345678 LastLast
Results 31 to 45 of 106
  1. #31
    Alpha Member Emily is offline
    MemberRank
    Oct 2012 Join Date
    The NetherlandsLocation
    2,408Posts

    Re: GammaMVC [Model-view-controller, PHP, Multi-Db, Multi-Themed]

    Quote Originally Posted by Nathandj View Post
    Succes.

    PHP Code:
    /**
     * Database Emulator
     * # Phoenix | Butterfly | Uber #
     */
    $Database->Emulator 'Phoenix'
    Are Butterfly and Uber not just the same?
    Butterfly -> user_tickets
    Uber/Phoenix -> auth_ticket

    Not exactly..

  2. #32
    "(still lacks brains)" NoBrain is offline
    MemberRank
    Sep 2011 Join Date
    United KingdomLocation
    2,658Posts

    Re: GammaMVC [Model-view-controller, PHP, Multi-Db, Multi-Themed]

    Quote Originally Posted by Ryan View Post
    Nevermind.
    The CMS will be extremely quick, all Monsma means is that it will take a long time to be made and that we are thinking about every little detail within the code and the design. His English isn't very good so excuse him. ^_^

  3. #33
    Valued Member Monsma is offline
    MemberRank
    Dec 2011 Join Date
    The NetherlandsLocation
    126Posts

    Re: GammaMVC [Model-view-controller, PHP, Multi-Db, Multi-Themed]

    Soon there will also be a language system with all languages ​​out there

  4. #34
    "(still lacks brains)" NoBrain is offline
    MemberRank
    Sep 2011 Join Date
    United KingdomLocation
    2,658Posts

    Re: GammaMVC [Model-view-controller, PHP, Multi-Db, Multi-Themed]

    If you have any ideas for more features, please feel free to contact me; nobrain@null.net

  5. #35
    Ultra Light Beam Makarov is offline
    MemberRank
    Apr 2010 Join Date
    GothamLocation
    3,622Posts

    Re: GammaMVC [Model-view-controller, PHP, Multi-Db, Multi-Themed]

    Plugins are usually required for closed-source projects or large scaled open-source projects.

    What exactly is your primary use for it? I'm sure, if anyone even uses this, that they'll just edit the code instead of writing a plugin for different features they want.

  6. #36
    No, Just no. Matthew is offline
    MemberRank
    Jul 2008 Join Date
    United KingdomLocation
    1,408Posts

    Re: GammaMVC [Model-view-controller, PHP, Multi-Db, Multi-Themed]

    Using no php accelerators? No APC, Memcached, xCache ? This won't be fast at all. Querying for everything = slow.

    Also, why are you supporting MySQL? It's deprecated and essentially has been for years. You're creating more work for your self, adding bloat to your CMS and supporting something which is dead. And of course it includes no prepared statements which is a huge security risk as mysql_real_escape_string does not cut it.

  7. #37
    "(still lacks brains)" NoBrain is offline
    MemberRank
    Sep 2011 Join Date
    United KingdomLocation
    2,658Posts

    Re: GammaMVC [Model-view-controller, PHP, Multi-Db, Multi-Themed]

    Quote Originally Posted by Matthew View Post
    Using no php accelerators? No APC, Memcached, xCache ? This won't be fast at all. Querying for everything = slow.

    Also, why are you supporting MySQL? It's deprecated and essentially has been for years. You're creating more work for your self, adding bloat to your CMS and supporting something which is dead. And of course it includes no prepared statements which is a huge security risk as mysql_real_escape_string does not cut it.
    APC will be worked on soon. We were never planning on Querying everything.

    Quote Originally Posted by Makarov View Post
    Plugins are usually required for closed-source projects or large scaled open-source projects.

    What exactly is your primary use for it? I'm sure, if anyone even uses this, that they'll just edit the code instead of writing a plugin for different features they want.
    For people that don't know how to code it would make life a lot easier for them.

  8. #38
    Lurking around Clawed is offline
    MemberRank
    Jun 2012 Join Date
    RaGEZONELocation
    785Posts

    Re: GammaMVC [Model-view-controller, PHP, Multi-Db, Multi-Themed]

    Quote Originally Posted by Tha View Post
    Butterfly -> user_tickets
    Uber/Phoenix -> auth_ticket

    Not exactly..
    Original source of Butterfly yea, but no one uses that, the BcStorm edit uses auth_ticket

  9. #39
    The one and only! Hejula is offline
    MemberRank
    Nov 2008 Join Date
    4,128Posts

    Re: GammaMVC [Model-view-controller, PHP, Multi-Db, Multi-Themed]

    Good luck guys, this looks great.

  10. #40
    "(still lacks brains)" NoBrain is offline
    MemberRank
    Sep 2011 Join Date
    United KingdomLocation
    2,658Posts

    Re: GammaMVC [Model-view-controller, PHP, Multi-Db, Multi-Themed]

    Quote Originally Posted by Hejula View Post
    Good luck guys, this looks great.
    Thanks!

    GammaMVC updates:
    • MySQL has been planned to be replaced with MSSQL
    • Still thinking about the Plugin system and what impact it would have around people working together and making plugins for one main system. It could even help people learn to code since the system of making Plugins would be extremely simple and with full documentation.
    • APC caching class should be written within the next week or 2.


    Theme updates:
    • Bootstrap 2 - Thinking about where the login box would be placed, currently it looks a bit weird. There will be no darker theme, unless I plan on doing it as an update in the future.
    • Gamma - Decided it would be based around a Windows 8 styled theme using Metro CSS
    • Mabbo - Should be started within the next week or 2, it will be need to downloaded and modified to work with GammaMVC.
    • PhoenixPHP - Scrapped because, well... no one likes it at all.
    • Housekeeping - If you have seen the Google Web Store then you pretty much know what the Housekeeping will look like.
    • Habbo Theme - Needs to be ripped, if anyone can do that for me and save me the trouble of ripping every single file. Please mail me the files; nobrain@null.net


    Theme Priority:
    1. Bootstrap 2
    2. Gamma
    3. Housekeeping
    4. Habbo
    5. Mabbo


    Stay tuned for more updates!

  11. #41
    topkek amirite?? Leon is offline
    MemberRank
    May 2009 Join Date
    919Posts

    Re: GammaMVC [Model-view-controller, PHP, Multi-Db, Multi-Themed]

    Quote Originally Posted by ησвяαιη View Post
    Thanks!

    GammaMVC updates:
    • MySQL has been planned to be replaced with MSSQL
    • Still thinking about the Plugin system and what impact it would have around people working together and making plugins for one main system. It could even help people learn to code since the system of making Plugins would be extremely simple and with full documentation.
    • APC caching class should be written within the next week or 2.


    Theme updates:
    • Bootstrap 2 - Thinking about where the login box would be placed, currently it looks a bit weird. There will be no darker theme, unless I plan on doing it as an update in the future.
    • Gamma - Decided it would be based around a Windows 8 styled theme using Metro CSS
    • Mabbo - Should be started within the next week or 2, it will be need to downloaded and modified to work with GammaMVC.
    • PhoenixPHP - Scrapped because, well... no one likes it at all.
    • Housekeeping - If you have seen the Google Web Store then you pretty much know what the Housekeeping will look like.
    • Habbo Theme - Needs to be ripped, if anyone can do that for me and save me the trouble of ripping every single file. Please mail me the files; nobrain@null.net


    Theme Priority:
    1. Bootstrap 2
    2. Gamma
    3. Housekeeping
    4. Habbo
    5. Mabbo


    Stay tuned for more updates!
    Replacing MySQL with MSSQL.. What?

  12. #42
    Live Ocottish Sverlord Joopie is offline
    LegendRank
    Jun 2010 Join Date
    The NetherlandsLocation
    2,767Posts

    Re: GammaMVC [Model-view-controller, PHP, Multi-Db, Multi-Themed]

    Changing MySQL to mssql in what purpus? You can connect with a mssql library to an MySQL server. Those are two diffrent kind of services...

    Use mysqli instead or pdo...

  13. #43
    Ultra Light Beam Makarov is offline
    MemberRank
    Apr 2010 Join Date
    GothamLocation
    3,622Posts

    Re: GammaMVC [Model-view-controller, PHP, Multi-Db, Multi-Themed]

    I quite like PDO more than MySQLi.. It takes less code to do more, ja?

  14. #44
    "(still lacks brains)" NoBrain is offline
    MemberRank
    Sep 2011 Join Date
    United KingdomLocation
    2,658Posts

    Re: GammaMVC [Model-view-controller, PHP, Multi-Db, Multi-Themed]

    Quote Originally Posted by joopie View Post
    Changing MySQL to mssql in what purpus? You can connect with a mssql library to an MySQL server. Those are two diffrent kind of services...

    Use mysqli instead or pdo...
    It will support PDO, MySQLi and MSSQL. So far.

  15. #45
    Live Ocottish Sverlord Joopie is offline
    LegendRank
    Jun 2010 Join Date
    The NetherlandsLocation
    2,767Posts
    Quote Originally Posted by Makarov View Post
    I quite like PDO more than MySQLi.. It takes less code to do more, ja?
    I use my extended mysqli class for almost a year (with some modifications over time). And your statement is wrong. I reduced todo prepared statements and params to One line. Unlike the original library where you need more then 5 lines to do that.



Page 3 of 8 FirstFirst 12345678 LastLast

Advertisement