-
Welcome to Developers.
2009-01-07 19:43:31 UTC in NIST RBAC
-
postme created the Developers forum.
2009-01-07 19:43:31 UTC in NIST RBAC
-
Welcome to Help.
2009-01-07 19:43:31 UTC in NIST RBAC
-
postme created the Help forum.
2009-01-07 19:43:31 UTC in NIST RBAC
-
Welcome to Open Discussion.
2009-01-07 19:43:31 UTC in NIST RBAC
-
postme created the Open Discussion forum.
2009-01-07 19:43:31 UTC in NIST RBAC
-
postme changed the public information on the NIST RBAC project.
2009-01-07 19:43:31 UTC in NIST RBAC
-
postme registered the NIST RBAC project.
2009-01-07 19:43:31 UTC in NIST RBAC
-
Lilliput CMS uses HTTP basic authentication as its login mechanism because it covers all objects that are served by the webserver and not just PHP files. This also means two things for the running of Lilliput:
- You need to use Apache as your web server, it won't run with IIS as the code is dependant on .htaccess files
- You need to run PHP as a module and not as a CGI.
This might mean...
2007-01-28 15:33:15 UTC in Lilliput
-
Lilliput CMS uses a very simple model-view-controller aproach (mvc pattern). This allows for clean (or reasonably clean) separation of presentation (view), business logic (controller) and database (model). The database uses SQLite, an integral part of PHP 5. While this requires PHP 5 which is not universally avalable with hosting providers I feel there are so many advantages (freely available...
2006-12-22 14:47:41 UTC in Lilliput