Hi:
I've never used Smarty before. Is it integrated into Rapid PHP 2014 or is it a plugin? I can't find any reference to Smarty in the trial version except file -> new -> smarty source.
Thanks.
Smarty
Moderator: kfury77
Forum rules
Please try to follow these guidelines. This will help to receive faster and more accurate response.
Please try to follow these guidelines. This will help to receive faster and more accurate response.
- Check the Support section of the corresponding product first. Chances are you will find your answer there;
- Do not create new topics for already reported problems. Add your comments to the existing topics instead;
- Create separate topic for each problem request. Do NOT post a number of non-related problem reports in a single topic;
- Give your topic a meaningful title. Titles such as "A question," "Bug report" and "Help!" provide others no clue what your message is about;
- Include the version number of the software you are using;
- This is not an official customer support helpdesk. If you need a prompt and official response, please contact our support team directly instead. It may take a while until you receive a reply in the forum;
Re: Smarty
Smarty is a rather popular PHP templating engine: http://www.smarty.net/about_smarty
Or rather, if the question is about capabilities, then as far as I'm aware, RapidPHP supports Smarty syntax highlighting, autocompleting etc.
Or rather, if the question is about capabilities, then as far as I'm aware, RapidPHP supports Smarty syntax highlighting, autocompleting etc.
Blumentals Software Programmer
Re: Smarty
Thanks Aivars. I guess I'm unclear (after looking at the Smarty site) whether it is software that needs plugged into Rapid PHP 2014. The site seems to assume an installation of some sort. Have you set up Rapid with Smarty installed in it, or am I supposed to do this somehow? And if it needs installed, how would I access it? Thanks again.
Re: Smarty
Well, it's a PHP library. Read all about it in the link I gave you, decide whether you need it and if you do, there is installation instruction http://www.smarty.net/quick_install (of course you would use corresponding Windows commands and tools instead of linux ones, folder creating and copying can be done from Windows explorer, instead of gtar you would use something like 7zip, and instead of vi and nano you would use RapidPHP for editing), a crash course http://www.smarty.net/crash_course and you can Google for other tutorials, too.
Basically, we haven't invented Smarty, it's a popular templating engine, that's why we support it in editor, but everything concerning installation and running is 3rd party and we have no control over it. The good news is that there is a lot of information available regarding installing and using Smarty.
Basically, we haven't invented Smarty, it's a popular templating engine, that's why we support it in editor, but everything concerning installation and running is 3rd party and we have no control over it. The good news is that there is a lot of information available regarding installing and using Smarty.
Blumentals Software Programmer
Re: Smarty
Thanks Aivars. I appreciate your support in this.