Template Engine and cleaning time
Scritto il 01-04-2010 14:40 da DevAlien
Hello,
Today i finished some modifications on the template engine aka TPLE. Normally you need a directory called "Compiled", this directory is needed by the TPLE when there's a new page, or a modified page, to insert the compiled template file. Tomorrow, i want release a document with the guidelines of the TPLE syntax.
So the modifications is that now the TPLE doesn't need perms 777 on the directory Compiled, because the TPLE can compile on the fly but every page will do 3 queries more for each page, so you should set 777 to the directory for more performance.
I start cleaning the code, because i found a lot of pages that i don't need anymore and so i delete everything. :D
The CMS works very well but when there's an error it's difficult that the user will notify the Admin or the Developer about this error, so now, all the errors will be saved on the database and you can see all the list when you want in your ACP.
I've also added a page of login, because until now was possible to logging in only with the widget on the template.
On Tuesday we'll have more updates ;)
Bye,
AneCMS Team