-
Book Overview & Buying
-
Table Of Contents
Programming with CodeIgniter MVC
This chapter covers the process flow to render views, the process flow within the view file, different type of views, and their role and usage with several code examples of web applications.
The views are programmatic portions that provide content to the browser to be executed on the client side (that is, the user PC) to make the user-interface session on the local computer.
The PHP view file rendered output returns from the server as an HTTP response content to the requesting browser application (that is, requesting via submitting a URI in the browser navigation area).
Initially, the browser sends a URI request that the user types in, to a default or specific controller method, such as http://mysite.com/myapp/helloworld.
The called controller method processes the request, performs its decision making, and may use the other CI resources, such as helpers, libraries, models, and eventually renders a view back as an HTTP response to the browser HTTP request that initiates the controller...
Change the font size
Change margin width
Change background colour