/    Sign up×
Community /Pin to ProfileBookmark

PHP Framework to build interactive, mobile-friendly HTML5 Dashboards

[URL=”http://razorflow.com”]RazorFlow PHP[/URL] is a commercial framework which lets you build interactive, HTML5 dashboards. It works directly with MySQL and you only need to write PHP.

Dashboards built with RazorFlow PHP will work on all modern desktop browsers, and IE7+, iOS 4+, and Android 4.0+. Dashboards responsively scale down and are designed to be touch-friendly.

[LIST]

  • [*]

    An example dashboard: [URL]http://razorflow.com/rf/demos/sales_dashboard.php[/URL]


  • [*]

    Demos: [URL]http://razorflow.com/demo/[/URL]


  • [/LIST]

    (disclosure: I am the developer of this product. I am only posting it in this forum once because I feel it is very relevant to problems faced regularly by this community, like having to deal with cross-browser bugs, and making interfaces touch-friendly).

    to post a comment
    PHP

    2 Comments(s)

    Copy linkTweet thisAlerts:
    @joaompcMar 20.2013 — I have a Mysql database, how can I set the mysql source on the razorflow?
    Copy linkTweet thisAlerts:
    @razorflowauthorMar 21.2013 — You can use a MySQLDashboard like this:

    [code=php]$datasource = new MySQLDataSource("database", "username", "password");
    $datasource->setSQLSource("YourTable"); // Or: "YourTable JOIN OtherTable ON OtherTable.id = YourTable.id"[/code]



    Thank you ?
    ×

    Success!

    Help @razorflow spread the word by sharing this article on Twitter...

    Tweet This
    Sign in
    Forgot password?
    Sign in with TwitchSign in with GithubCreate Account
    about: ({
    version: 0.1.9 BETA 6.18,
    whats_new: community page,
    up_next: more Davinci•003 tasks,
    coming_soon: events calendar,
    social: @webDeveloperHQ
    });

    legal: ({
    terms: of use,
    privacy: policy
    });
    changelog: (
    version: 0.1.9,
    notes: added community page

    version: 0.1.8,
    notes: added Davinci•003

    version: 0.1.7,
    notes: upvote answers to bounties

    version: 0.1.6,
    notes: article editor refresh
    )...
    recent_tips: (
    tipper: @nearjob,
    tipped: article
    amount: 1000 SATS,

    tipper: @meenaratha,
    tipped: article
    amount: 1000 SATS,

    tipper: @meenaratha,
    tipped: article
    amount: 1000 SATS,
    )...