Advanced Users Code Generator

12 posts by 7 authors in: Forums > CMS Builder: Plugins & Add-ons
Last Post: July 16, 2010   (RSS)

By Dave - April 28, 2010

Ahh ok, I get it.

The next step for the Code Generator is a rewrite of that part so we can support plugins and you can write custom code generator forms.

So if something like this doesn't get included in that update it would certainly be much easier to do once that's done.

Hope that helps!
Dave Edis - Senior Developer
interactivetools.com

Re: [Dave] Advanced Users Code Generator

By Codee - July 16, 2010

another cool and very helpful option is if you had a checkbox to add (or not add) if/else statements around each data item.

example of checked:

<?php if ($nameRecord['title']): ?>
<?php echo $nameRecord['title'] ?>
<?php endif ?>

and of course, not checked:

<?php echo $nameRecord['title'] ?>