Please use our contact form for all enquiries.
Behind This Site
The InGraphix website is powered by InGraphix CMS which is based on Zend Framework.
Zend Framework
The Zend framework was chosen because of its many built in features and library components which help with fast and flexible development.
Its Model View Controller MVC architecture has the advantage of separating programming logic from display markup. This site uses only two templates, one for the home page and another for the remaining pages of the site.
Search engine friendly web addresses (URLs) are also inherent within Zend Framework which is a great advantage when promoting URLs to dynamically generated content.
Database
Our projects information is stored in a MySQL database. A connection to the database is made using the Zend_Db::factory method. SQL queries are called within the project model and the retrieved data is passed back to the controller. The page view formats the data and produces markup for display.
Web server
These web pages are served by Apache HTTP server software.
Hosting
The site is hosted on a Quad Core Intel® Xeon® dedicated server running CentOS operating system.
