Hi - is it possible to configure with no database? For various reasons I am using this alongside Wordpress, do don't actually need any database functions at all. I am mainly using for some nice MVC structure to the code and all the scaffolding and generation tools. It looks great so far!
CommentAuthorOliver
Yes it is - I made a website with Akelos using no database.
However... I don't quite remember how I did it. I think I just did no scaffold, only generate controllers & models. Something like this.
Cheers
CommentAuthorbenny
define a var int your model, add $_avoidTableNameValidation = true;