GithubHelp home page GithubHelp logo

Comments (6)

xeoncross avatar xeoncross commented on July 20, 2024

This also needs to include the ability to pass an existing database object to the library rather than creating a new one. PDO and MySQLi are the only adaptors needed since PHP < 5.2 isn't even supported anymore making the old mysql lib useless.

from huge.

panique avatar panique commented on July 20, 2024

Hey

yeah, this is already done in the NON-published version ;)
I rebuild the entire script and used cutting-edge dependency injection.

have a wonderful day
chris

Am 08.01.2013 18:23, schrieb David Pennington:

This also needs to include the ability to /pass/ an existing database
object to the library rather than creating a new one. PDO and MySQLi
are the only adaptors needed since PHP < 5.2 isn't even supported
anymore making the old |mysql| lib useless.


Reply to this email directly or view it on GitHub
#1 (comment).

from huge.

tvb avatar tvb commented on July 20, 2024

When will you release?

On Tuesday, January 8, 2013, Panique wrote:

Hey

yeah, this is already done in the NON-published version ;)
I rebuild the entire script and used cutting-edge dependency injection.

have a wonderful day
chris

Am 08.01.2013 18:23, schrieb David Pennington:

This also needs to include the ability to /pass/ an existing database
object to the library rather than creating a new one. PDO and MySQLi
are the only adaptors needed since PHP < 5.2 isn't even supported
anymore making the old |mysql| lib useless.


Reply to this email directly or view it on GitHub
#1 (comment).


Reply to this email directly or view it on GitHubhttps://github.com//issues/1#issuecomment-12008363.

from huge.

panique avatar panique commented on July 20, 2024

I just released a much much more reduced version of the general script, that goes a step BACKWARDS and generates the db connection within the login / registration class. No database connection sharing among objects/classes, no dependency injection here. but: for most people, who simply want to set up a simple login this is the best solution (see folder "1-minimal"). The upcoming advanced version (folder "2-advanced") will try to be as professional as possible and create an db object which is passed into all object that need db access.

from huge.

panique avatar panique commented on July 20, 2024

As versions 1-minimal and 2-advanced do in-class-database-object creation/request, the PDO connector will go into the 4-full-mvc-framework version. Hopefully coming in July.

from huge.

panique avatar panique commented on July 20, 2024

Sooooooo, i just released this with 4-full-mvc-framework version. The other versions (1-minimal and 2-advanced) will probably stay with "simple" mysqli, as nobody really requested PDO there...

from huge.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.