Giter Site home page Giter Site logo

danwguy's Projects

material-ui icon material-ui

MUI (formerly Material-UI) is the React UI library you always wanted. Follow your own design system, or start with Material Design.

oof icon oof

A PHP framework that strives to make programming very complex applications a breeze. It is highly modeled after CodeIgniter. The main difference being with this framework you are always dealing with object regardless where you are in the code. There are also HUGE improvements to database interactions. I have worked overtime making all kinds of goodies including making relational abject extremely simple with multiple ways to achieve the same goal. This framework really focuses on flexibility in coding styles by lending itself to a myriad of programming styles, if you like building objects with the hasMany, hasOne, hasManyAndBelongsToMany systems this can handle it, if you prefer, like I do, to make it much simpler by ensuring that relations make sense and a Bar object that relates to a Foo object will have Bar->Foo_id then you can use the ever so simple magic method Foo::get_related('Bar') and poof, relational objects. The other main advantage to point out is a programming debut(at least from what I have seen), with ARDO, or Automagic Relational Database Objects. With a simple $this->relates[] = array('Foo' => 'Bar'); you will get magic! if that is declared in your class when you call new Foo(1) that will automagically give you the Foo object with an id = 1 from the database, while at the same time, in the same query. giving

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.