Welcome Guest, Not a member yet? Register   Sign In
localizing an app
#1

I am looking for a php framework that allows me to have a 'core' section with the main implementation and mouldes and a 'custom' section that allows me to have overridden methods of core and customized html 

for example in core i will have

Controller.php with actions create,delete
View.php with html/php 

and in the 'custom' will have
Controller.php with action create only
and
View.php with html/php

The framework then 'scans' both core and custom for files in the same path structure and in the example above the Controller.php executed will have delete from core and create from custom while view.php will be from custom.

Does CI allow that ?
Reply


Messages In This Thread
localizing an app - by cpx2000 - 07-13-2016, 10:17 AM
RE: localizing an app - by albertleao - 07-13-2016, 01:03 PM
RE: localizing an app - by PaulD - 07-13-2016, 01:47 PM
RE: localizing an app - by cpx2000 - 07-13-2016, 08:01 PM



Theme © iAndrew 2016 - Forum software by © MyBB