Questions tagged [fat-free-framework]

Fat-Free Framework is a powerful yet easy-to-use PHP micro-framework designed to help you build dynamic and robust Web applications - fast!

A powerful yet easy-to-use PHP micro-framework designed to help you build dynamic and robust Web applications - fast!

Condensed in a single ~50KB file, F3 (as we fondly call it) gives you solid foundation, a mature code base, and a no-nonsense approach to writing Web applications. Under the hood is an easy-to-use web development tool kit, a high-performance URL routing and cache engine, built-in code highlighting, and support for multilingual applications. It's lightweight, easy-to-use, and fast. Most of all, it doesn't get in your way.

F3 supports both SQL and NoSQL databases off-the-shelf: MySQL, SQLite, MSSQL/Sybase, PostgreSQL, DB2, and MongoDB. It also comes with powerful object-relational mappers for data abstraction and modeling that are just as lightweight as the framework. No configuration needed.

Changelog

License: GPLv3

Links & References:

424 questions
-1
votes
1 answer

Fat-Free framework with Smart

We am working on a application using Fat-Free PHP framework, and we wish to use Smart as the template engine. We've followed the http://www.smarty.net/docs/en/installing.smarty.basic.tpl. We run the Smarty test, without errors, but now when we want…
Convertor
  • 143
  • 1
  • 1
  • 12
-2
votes
1 answer

Grouping one field from several rows of the same table in one result in Mysql and Fat Free Framework

I have three tables in MySQL: CUSTOMERS +------------+--------------+ | customerId | customerName | +------------+--------------+ PRODUCTS +-----------+-------------+ | productId | productName…
-2
votes
1 answer

Fat-Free-Framework disable back navigation button

I'm developing an application and I need to prevent browser back button on some pages (which capture information). I tried to implement a solution from a blog (http://jordanhollinger.com/2012/06/08/disable-the-back-button-using-html5) but it is not…
villamejia
  • 170
  • 1
  • 3
  • 14
-3
votes
1 answer

Get information about matched route in Fat Free version 2.0.x

I'm using the legacy version 2.0 of Fat Free Framework. I'm bolting on some code that needs to be called for every request. I want to examine the route matched, which I find I can do in the beforeRoute method using this: $routeData =…
halfer
  • 18,701
  • 13
  • 79
  • 158
1 2 3
28
29