<?php
require 'Pluf.php';
Pluf::start(dirname(__FILE__).'/YourApp/conf/yourapp.php');
Pluf_Dispatcher::loadControllers(Pluf::f('yaurapp_views'));
$m = new Pluf_Migration(array('Pluf', 'YourApp'));
//$m->migrate(null); // migrate to the latest version.
$m->install; // or install for the first run.
print "Done.";
> And what are the bare bones of framework? In very small projects i
> dont need the users, premissions etc. Do I have to install all the
> pluf models to make it work properly?
Not at all, you can install nothing in the database.
loďc
Yes, you are right. I just figured out that the table to track the
installed applications is installed with Pluf. So, at the moment, you
need to install Pluf objects. I will need to refactor that.
Could you open a ticket so I can remember this issue?
thanks
loďc