Most voted "phtml" questions
(Pre-html). Some HTML documents have embedded equations or other nonexpressible HTML material. To incorporate non-HTML data, pre-processing instructions (IPP) are used. Using a program called phtml, the document is then translated into a new HTML document with the equations included as embedded images. These HTML documents with IPP have the file extension.PHTML.
Learn more…6 questions
Sort by count of
-
12
votes1
answer7882
viewsWhat are . phtml files and when should I use them?
Until recently, I had never heard of phtml, but recently I see that it is being used a lot, mainly by some frameworks (such as Zend2). Since I can normally put html content inside a file .php, I…
-
1
votes1
answer54
viewsProblem with PHP FOREACH
My problem is that my foreach only works when returning in XML, comes with more than one value in the array, but when it comes only 1, it doesn’t work. The return in XML when comes more than 1 value…
-
1
votes0
answers34
viewsurl giving 404 error when adding page
good afternoon guys, I have a huge "headache" here on the trampo, I’m trying to add page on a site here, but it’s not working: I have to add a url like this: /novapagina sem extensão, but in htacces…
-
0
votes0
answers193
viewsDisplay Manufacture attribute in Magento frontend
Work with the Magento a short time and also do not have a lot of knowledge yet and my case is the following: in the display list of the items would like to display the attribute manufacture of item.…
-
0
votes1
answer46
viewsRemove item in specific view in Brazilian
I have a store in 3 languages with the exhibition of plots, being PT EN and ES, but I want to leave the display of plots only for PT. how can I comment on these plots for EN and ES? is it possible?…
-
0
votes1
answer42
viewsHow to restrict hours and minutes in javascript
my code it calculates how many hours a person worked total weekly and monthly now I want to make a restriction that if the weekly hourly load exceeds 30 hours and 0 minutes it emits a sweetAlert…