goje87 / G87

The G87 Framework
0 stars 0 forks source link

Check if a mustache helper function can be used to fetch/modify controller data #11

Open goje87 opened 12 years ago

goje87 commented 12 years ago

Use stackoverflow and find out if a helper function can be used to fetch controller response and feed it to view. This will save multiple scanning of view.

goje87 commented 12 years ago

Try to make use of 'use' keyword in php for closure functions. http://stackoverflow.com/questions/1065188/in-php-5-3-0-what-is-the-function-use-identifier-should-a-sane-programmer-us .