test
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • vincent zhang Friend
    #167983

    In Joomla!, index.php is entry point of the application and holds the HTML code of the overall page structure.

    Could someone explain that, what does index.php file do now? I mean, on T3 framework, since the HTML code is now placed in layout files.

    Phill Moderator
    #409634

    The index.php file is still the entry point though as you have discovered it is now just a simple file containing only a few lines of code. First it checks to see if you have the framework is installed. If the framework is in place it calls all of the functions of the framework to generate the template. If the frameworks plugin is not installed and enabled it simply throws up an error.

    Is there anything specific that you need to achieve?

    jooservices Friend
    #409639

    Hi
    Just wanna adding some more information:
    index.php in joomla as phill said. It’s entry point of website ( because index.php often loaded by web server after index.html ).
    In this file will use for
    – Include Joomla framework: We can do same for own external script to use Joomla framework.
    – Init site application
    – Trigger events
    – Render website
    – . … etc

    T3 just a Joomla system plugin ( just like system hooking in Windows Programming ) to provide a base libraries / functions .
    T3 template will use these functions / libraries for build up / render template as needed 🙂

    Thank you
    Viet Vu

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 3 voices, and was last updated by  jooservices 13 years, 4 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum