Hello to all,

now when I choose to open persons registration from menu...system start to use, for example, persones_care.php and we have tree:

                        person.php
registration.php                new.php        search.php


And now if we add new tables, new tamplates, will we have:

                        person_croatia.php
registration_croatia.php        new_croatia.php        search_croatia.php


this means that person_croatia is inherited from person.php and on screen I will have all from person.php plus person_croatia. I don't now if this is good, because we must, for that, change every call from menu, something like:

location = 'CRO'

open("person" + location + ".php")        

OR

in module persone add each folder for new location...modules/persons/croatia...were...in may case I will add all new classes, pages, templates for my needs and in menu just add

open("module/persones/"+location + "/person_cro.php")


or you have some suggestions more flexibily.
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Care2002-developers mailing list
Care2002-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/care2002-developers

Reply via email to