Posted On: Jan 06, 2021
Use the code given below to perform transactions in Fat-Free Framework:
$db->begin(); $db->exec('DELETE FROM diet WHERE food="cola"'); $db->exec('INSERT INTO diet (food) VALUES ("carrot")'); $db->exec('SELECT * FROM diet'); $db->commit();
Never Miss an Articles from us.
The Fat-Free is a powerful, open-source, and easy-to-use PHP micro-framework that is designed to help to build fast dynamic and robust web applications. It is distributed under the GNU General Public ...
Few features of Fat-Free Framework are listed below:URL router Cache engine Support for multilingual applications plug-ins that extend its functionality as well as data mappers for SQL and NoSQ...
Minimum system requirement to install Fat-Free Framework with APACHE Web-Server are listed below:PHP 5.4 or higher PCRE 8.02 or higher GD library (for Image plug-in) CURL, sockets or stream ext...