Тема: Idiorm
Подключение idiorm:
В документе - /boot/defines.php
нужно раскомментировть строки:
//define('MONSTRA_DB_DSN', 'mysql:dbname=monstra;host=localhost;port=3306'); //define('MONSTRA_DB_USER', 'root'); //define('MONSTRA_DB_PASSWORD', 'password');
Сохранение
find_one(5); // The following two forms are equivalent $person->set('name', 'Bob Smith'); $person->age = 20; // This is equivalent to the above two assignments $person->set(array( 'name' => 'Bob Smith', 'age' => 20 )); // Syncronise the object with the database $person->save();
Кирилицу сохраняет как знаки вопросов - как решить проблему ?
Плагины распространяются по Creative Commons Attribution-NonCommercial 3.0