Questions tagged [lithium]

Lithium is an RAD framework for PHP 5.3+

Lithium, an RAD framework for PHP, is focused on quality, speed, and flexibility. It's a set of philosophies and tools that enable one to build applications quickly, without sacrificing quality, extensibility, or control of the framework.

Lithium understands distributed storage and caching, queuing systems, micro-dispatch frameworks, with integrated support for document oriented databases like CouchDB and MongoDB, alongside relational databases like MySQL and SQLite.

Official Lithium (li3) Homepage

The Manual

API

The Source Code on GitHub

301 questions
-1
votes
1 answer

Lithium PHP Framework - SQL Insert Ignore / If not exists

is there any way to execute Lithium Model::save() functions with INSERT IGNORE and/or IF NOT EXISTS statements? The only way to do so is executing RAW-SQL-Statements. But this would be a design violation...so any help would be great. Thanks in…
creality
  • 217
  • 3
  • 9
1 2 3
20
21