include - php - How to ignore the required or included files -


normally people use mvc frameworks in php use headers , footers automatically included. normal coders, include them, don't have copy them again , again. in application, since obligatory(by framework) them included, there there. want create gallery pictures , gallery doesn't need headers , footers (kind of fullscreen). how can ignore in codes included files not appear? thank you.


Comments

Popular posts from this blog

IF statement in MySQL trigger -

c++ - What does MSC in "// appease MSC" comments mean? -

android - MPAndroidChart - How to add Annotations or images to the chart -