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

Page 4 of 8 FirstFirst 12345678 LastLast
Results 46 to 60 of 106
  1. #46
    Ultra Light Beam Makarov is offline
    MemberRank
    Apr 2010 Join Date
    GothamLocation
    3,622Posts

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

    Quote Originally Posted by joopie View Post
    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.
    How are you going to compare your code to standard code? standard mysqli vs standard pdo, pdo is much shorter..

  2. #47
    Live Ocottish Sverlord Joopie is offline
    LegendRank
    Jun 2010 Join Date
    The NetherlandsLocation
    2,767Posts
    Quote Originally Posted by Makarov View Post
    How are you going to compare your code to standard code? standard mysqli vs standard pdo, pdo is much shorter..
    How can you compare. How do you know whats inside the DLL.Maybe pdo and mysqli does the same. Only pdo has some parts predefined in the DLL and mysqli not?

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

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

    For you guys im done with the coding of the MySQLi Class and i love PHP.net :P
    https://github.com/Monsma/GammaMVC/b...ers/MySQLi.php

    and for joopie...
    PDO vs. MySQLi: Which Should You Use? | Nettuts+

  4. #49
    "(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]

    Bootstrap 2 Updates:
    • Cleaned up some form HTML
    • Put JavaScript at the bottom of the page for a speed increase
    • Starting on the Me, Community, News, Profile and Staff page. I promise it will be much sexier and better coded than Bootstrap 1.

    GammaMVC updates:
    • Login check is completed
    • Some code clean up
    • PHP version check completed (Minimum version; 5.4.10)


    https://github.com/Monsma/GammaMVC/

    That's all the updates for tonight, check back tomorrow :D

  5. #50
    prjRev.com Kryptos is offline
    MemberRank
    Feb 2010 Join Date
    Planet EarthLocation
    579Posts

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

    Quote Originally Posted by ησвяαιη View Post
    GammaMVC updates:
    • 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.


    Stay tuned for more updates!
    I actually gave it a thought and came up with good idea on how to do it, but it's actually a bit too much work.

    For example each plugin would work for a theme, so you'd have to make a store with themes and plugins, give each theme and plugins an ID, moderate submitted plugins and make sure they work perfectly.

    For me it all sounds like a bit much work, but if done right it could be pretty awesome.

    -----

    MySQLi or PDO - Nobody cares, just go with whichever you like the most - There's not even one significant advantage of one over the other.

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

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

    Quote Originally Posted by Kryptos View Post
    I actually gave it a thought and came up with good idea on how to do it, but it's actually a bit too much work.

    For example each plugin would work for a theme, so you'd have to make a store with themes and plugins, give each theme and plugins an ID, moderate submitted plugins and make sure they work perfectly.

    For me it all sounds like a bit much work, but if done right it could be pretty awesome.

    -----

    MySQLi or PDO - Nobody cares, just go with whichever you like the most - There's not even one significant advantage of one over the other.
    Thank you for the idea im just thinking how i gonna code it..
    It will be great if it is working i gonna try to find a way to make a plugin database (on a webhost or something).
    where the the peopel that usign GammaMVC can download things like addons/plugin-codes/updates and more good stuff.

    Out of that this is a screen how its looks if GammaMVC throws a error:


    Sorry for my english im dutch (>_<) and i do not go to school anymore (smoke all days weed).

  7. #52
    "(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 Monsma View Post
    Thank you for the idea im just thinking how i gonna code it..
    It will be great if it is working i gonna try to find a way to make a plugin database (on a webhost or something).
    where the the peopel that usign GammaMVC can download things like addons/plugin-codes/updates and more good stuff.

    Out of that this is a screen how its looks if GammaMVC throws a error:


    Sorry for my english im dutch (>_<) and i do not go to school anymore (smoke all days weed).
    Could make a website and put it in an iframe within the housekeeping, but that wouldn't be effective.

  8. #53
    Live Ocottish Sverlord Joopie is offline
    LegendRank
    Jun 2010 Join Date
    The NetherlandsLocation
    2,767Posts
    Quote Originally Posted by Monsma View Post
    Pdo only wins because of wide database support and named parameters. And face it. Named parameters can be easily coded ;)Qua performance wins mysqli. As everyone use MySQL for their emulators. I stay with mysqli.

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

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

    Quote Originally Posted by joopie View Post
    Pdo only wins because of wide database support and named parameters. And face it. Named parameters can be easily coded ;)Qua performance wins mysqli. As everyone use MySQL for their emulators. I stay with mysqli.
    MySQLi is a little bit faster than PDO is. i'm more in for MySQLi to but nobrain loves PDO :P so thats why GammaMVC use Multi-DB support

  10. #55
    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]

    Again, I must point out. Why are you going to use Mssql? You're creating more work for your self for no real reason. Mssql is more enterprise stuff and I've only ever seen business which run IIS and ASP use it. Even then the majority use MySQL still because it is simply better. Just stick to one library for the database. Neither PDO or MySQLi have anything over each other. Just stick to one. Save your self some time.

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

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

    GammaMVC will be a habbo framework and there are hotels that using MsSQL so it no a big deal to code it,
    the time is no problem - time is just a illusion

  12. #57
    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 Matthew View Post
    Again, I must point out. Why are you going to use Mssql? You're creating more work for your self for no real reason. Mssql is more enterprise stuff and I've only ever seen business which run IIS and ASP use it. Even then the majority use MySQL still because it is simply better. Just stick to one library for the database. Neither PDO or MySQLi have anything over each other. Just stick to one. Save your self some time.
    Use MySQLi over MySQL because MySQL is outdated and MySQLi is much better because you can use prepared statements.
    Also I believe almost nobody use MsSQL for server.

  13. #58
    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
    Use MySQLi over MySQL because MySQL is outdated and MySQLi is much better because you can use prepared statements.
    Also I believe almost nobody use MsSQL for server.
    PDO is better.

  14. #59
    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 Clawed View Post
    PDO is better.
    I compared MySQLi with MySQL. I haven't used PDO yet.

  15. #60
    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
    I compared MySQLi with MySQL. I haven't used PDO yet.
    MySQL is being deprecated, so it's either MsSQL, MySQLi or PDO.



Page 4 of 8 FirstFirst 12345678 LastLast

Advertisement