Hello,
I am trying to create a multi module application. I created a top level project, "myproj" using command line dev tools. It created a directory "1" in the project directory. Can I name modules differently during creation itself. I want names "sales", "invoice" etc. I tried to rename 1 to "sales", then I had to make changes to a lot of files where this was hard coded. I also edited the module.php & config.php file to connect to DB.
- How do I create the second module, just copy the first module directory or is there way to do it using dev tools.
- More importantly is this the correct way to go about designing my multi module application. All these modules will run under one directory.
- What is the use of "frontend", "backend" directories inside apps directory. What functionality should be placed in each.
I am using Phalcon 1.3 and latest Dev Tools. WampServer on Windows platform. I have moderate knowledge of php & MVC architecture. I am in learning phase, coming from Win Client-Server programming background. These are some very basic questions, kindly bear with me.
Regards, Amal