Questions tagged [medoo]

A lightweight PHP framework for dealing with database interaction

Medoo is lightweight single file framework, optimized for higher performance to increase the development and user experience for PHP development projects with SQL database need.

It supports following php_pdo Extensions:

  • MySQL, MariaDB - php_pdo_mysql
  • MSSQL (Windows) - php_pdo_sqlsrv
  • MSSQL (Liunx/UNIX) - php_pdo_dblib
  • Oracle - php_pdo_oci
  • SQLite - php_pdo_sqlite
  • PostgreSQL - php_pdo_pgsql
  • Sybase - php_pdo_dblib

It requires php_pdo_xxx extension to be enabled and recommends PHP 5.4+ with PDO support. However it works with PHP 5.1+

92 questions
-4
votes
1 answer

Using return in foreach not echo with medoo

This is my example of my code i need to get work... If i use " echo '...'; " everything is ok but if i use " return '...'; " i get only one record. The problem i dont want to use echo is i get all results on the top of my page. i need to use return…
7h3ev1l
  • 1
  • 1
-5
votes
1 answer

How to implement Medoo in Codeigniter v.3

I am not able to make Codeigniter v3.1.8 work with Medoo DB framework. Is there any instructions how to do that? Should i just include Medoo lib or preconfigure Codeigniter settings?
Sid
  • 4,302
  • 3
  • 26
  • 27
1 2 3 4 5 6
7