No-CMS, A Free CodeIgniter based CMS to start your project |
[eluser]goFrendiAsgard[/eluser]
http://www.getnocms.com/2012/11/better-m...etter.html I've just make some improvement on No-CMS. The first one is related to its performance. Accessing variables is considered faster than accessing databases and files. So, from now on The ci_sessions, configuration and language files will only be accessed in the first time call of a request. (e.g: the first $this->cms_username() will access the database, but the second call of the same function will access a variable) The second one is related to new template system. The core is now fully using regex. In the new template system, you'll find a new branching tag. This way, I don't even need the table structure (something I'm afraid of). You can use: {{ if language:indonesia }} Show something that only be shown when your language is "indonesia" {{ else }} Show something that only be shown when your language is not "indonesia" {{ end_if }} The screenshot is available here: http://www.getnocms.com/2012/11/better-m...etter.html |
Welcome Guest, Not a member yet? Register Sign In |