Welcome Guest, Not a member yet? Register   Sign In
Template Engine
#15

(This post was last modified: 10-25-2014, 06:41 PM by orionstar.)

It would be nice if we have the same template files for the front- & backend code. Maybe Handlebars do the trick, you can use it with javascript based MV* frameworks (Ember.js, Backbone.js..) and in PHP too.

(10-24-2014, 09:52 AM)albertleao Wrote: The one thing I find useful with template engines in other frameworks and languages such as Laravel or Rails, is that you can open forms with routes or controller names instead of URL's. this allows you to change controllers, routes, or whatever config you want and not have to go back in and change the URL of the forms.

In CodeIgniter named routes are not supported, but you can do something similar with reverse routing: codefury.net/2010/09/easy-reverse-routing-with-codeigniter/
A few years back there was an idea to bundle the reverse route feature into CI, but it didnt happened: github.com/bcit-ci/CodeIgniter/issues/218 Sad

Alternatively, with the uri_string() method, you can get the current URI string so you don't have to set manually different target in every different controllers/actions. codeigniter.com/userguide3/libraries/uri.html?highlight=uri_string#CI_URI.uri_string
But it's only an option if you process the data in the same action what shows you the form.
Reply


Messages In This Thread
Template Engine - by projack89 - 10-22-2014, 08:09 PM
RE: Template Engine - by Rufnex - 10-23-2014, 12:12 AM
RE: Template Engine - by projack89 - 10-23-2014, 02:24 AM
RE: Template Engine - by Rufnex - 10-23-2014, 02:26 AM
RE: Template Engine - by Mohammadhzp - 10-23-2014, 05:12 AM
RE: Template Engine - by Shawn P - 10-23-2014, 12:50 PM
RE: Template Engine - by Rufnex - 10-23-2014, 02:27 PM
RE: Template Engine - by kilishan - 10-23-2014, 08:09 PM
RE: Template Engine - by Narf - 10-24-2014, 01:50 AM
RE: Template Engine - by Ablankzin - 10-24-2014, 04:36 AM
RE: Template Engine - by GeorgeD - 10-24-2014, 04:51 AM
RE: Template Engine - by Hobbes - 10-24-2014, 08:07 AM
RE: Template Engine - by albertleao - 10-24-2014, 09:52 AM
RE: Template Engine - by Shawn P - 10-24-2014, 03:59 PM
RE: Template Engine - by orionstar - 10-25-2014, 06:35 PM
RE: Template Engine - by robinleathal - 10-28-2014, 08:21 AM
RE: Template Engine - by includebeer - 10-28-2014, 12:14 PM
RE: Template Engine - by Hobbes - 10-30-2014, 06:45 AM
RE: Template Engine - by gonzalobouzo - 10-30-2014, 11:14 PM
RE: Template Engine - by sv3tli0 - 10-31-2014, 08:38 AM
RE: Template Engine - by Narf - 10-31-2014, 11:35 AM
RE: Template Engine - by Avenirer - 10-31-2014, 12:42 PM
RE: Template Engine - by sv3tli0 - 10-31-2014, 01:08 PM
RE: Template Engine - by nnolting - 10-31-2014, 01:42 PM
RE: Template Engine - by spjonez - 10-31-2014, 02:57 PM
RE: Template Engine - by nnolting - 11-03-2014, 12:52 PM
RE: Template Engine - by Rufnex - 11-01-2014, 12:34 PM
RE: Template Engine - by keplerg - 06-21-2016, 02:03 PM



Theme © iAndrew 2016 - Forum software by © MyBB