Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!-- Ioan Sava IIA2 -->
- <!-- Intrebarea 50 Tehnologii Web -->
- <?xml version="1.0" encoding="UTF-8"?>
- <MVC>
- <components>
- <controllers>
- <class name="Controller" abstract="true">
- </class>
- <class name="ConcreteController1" abstract="false" derived_from="Controller">
- <method name="method1">
- Method1
- </method>
- <method name="method2">
- Method2
- </method>
- </class>
- <class name="ConcreteController2" abstract="false" derived_from="Controller">
- <method name="method3">
- Method3
- </method>
- <method name="method4">
- Method4
- </method>
- </class>
- </controllers>
- <models>
- <class name="Database" abstract="false">
- <method name="getConnection">
- getConnection
- </method>
- <!-- Singleton -->
- <method name="getInstance">
- getInstance
- </method>
- </class>
- <class name="Model1">
- <state name="state1">
- state1
- </state>
- <state name="state2">
- state2
- </state>
- <method name="getAllModels1">
- getAllModels1
- </method>
- </class>
- <class name="Model2">
- <state name="state3">
- state1
- </state>
- <method name="findModel2ByState3">
- findModel2ByState3
- </method>
- </class>
- </models>
- <views>
- <home>
- <file name="index.php"></file>
- <file name="form.php"></file>
- </home>
- </views>
- <core>
- <class name="Application" abstract="false">
- <state name="method">
- method
- </state>
- <state name="controller">
- controller
- </state>
- <state name="params">
- params
- </state>
- <method name="run">
- run
- </method>
- </class>
- </core>
- </components>
- </MVC>
Advertisement
Add Comment
Please, Sign In to add comment