GithubHelp home page GithubHelp logo

rabidcore's Introduction

RabidCore

RabidCore is a super-minimalist web framework (fewer than ten files!), meant to be extended to meet the individual needs of each project.

Originally developed in 2008, this project now serves as an educational example of dynamic PHP programming methods and simplistic API design.

However, it can still be used as a perfectly functional foundation for a complex LAMP application.

Class Documentation

rabidcore's People

Contributors

yuffster avatar asteig avatar

Stargazers

Angus H. avatar Nat Welch avatar Gun.io Robot avatar  avatar André Fiedler avatar  avatar Olmo Maldonado avatar Breccan McLeod-Lundy avatar Troy avatar Les Orchard avatar  avatar Rajeev J Sebastian avatar  avatar Dale Campbell avatar

Watchers

 avatar  avatar James Cloos avatar  avatar

rabidcore's Issues

checkRule

Check basic validity of a field without verifying a complete data model object.

rabidcore local environment errors

with php 5.2.9 in win32, rabidcore wants to find index.php in views/index/ and returns session errors from currentuser.php ln84. works fine in a remote staging environment. are there any local php.ini settings to be aware of?

CurrentUser: login = email

$user = Query::findOne('user', Array('email'=>$login, 'password'=>User::hashPassword($pass)));

Makes an email address equivalent to username. This should at least be mentioned in the documentation. Better yet generalized.

No ID granted to new item.

$model/create throws the following error:

There was an error.
DataException Object
(
[message:protected] => No ID granted to new item.
...

However, it actually DOES write to the database and adds one to the last id number.

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.