Return to Code Samples
PHP/MVCLogo

PHP/MVC Code Samples

Browser Error:
Use Mozilla 2+ or Chrome 4+ or IE 9+ browsers for Canvas support!!

Sample 1 - CodeIgniter MVC Application UML design document

This application is written using CodeIgniter MVC PHP Library. It is part of a complex Insurance Application used to take customer data and esitmate premium costs, sales, customer administration and reporting.
The following is a UML Sequence Diagram Created in Visio 2010 of the Wordpress-Magic Member Plug-in / CodeIgniter App Login Integration

UUML Example

Code Sample from login.php controller

The following Code Sample is an excerpt from the login controller of the Wordpress-Magic Member Plug-in / CodeIgniter App Login Integration.

Return to Code Samples