English 中文(简体)
辛勤结构
原标题:Symfony2: Bundle Structure

My current bundle structure is like this:

  1. Acme/CoreBundle
  2. Acme/ImageBundle
  3. Acme/SecurityBundle
  4. Acme/UserBundle
  5. Acme/GroupBundle

The CoreBundle holds the edge functionalities like home, contact and imprint. Now I want to merge the ImageBundle (and later on other global services) into the CoreBundle. After merging the CoreBundle is too big and confusing so I want to put the edge functionalitites whereelse. The question is where?

Should I put them into an EdgeBundle? Where do you store the main, low logic, edge files?

最佳回答
问题回答

暂无回答




相关问题
EDIFACT macro (readable message structure)

I´m working within the EDI area and would like some help with a EDIFACT macro to make the EDIFACT files more readable. The message looks like this: data data data data I would like to have the ...

Checking an array of data for similar elements in C

I created an "address" structure. Each address (xx.yy.zz.mm) consists of an xx, yy, zz and mm element, all of which are ints. Each address also has a "name" element associated with it. I have an ...

Ruby Array group and average by hour

We get our data from a sensor which records and stores data like hashes. At any time it measures a few stuff like that: {:temperature => 30, :pression => 100, :recorded_at => 14:34:23} {:...

jsp:how to hide folder structure of website from users?

how to hide folder structure of website from users. i have developed a website on jave platform (jsp). website is deployed on jboss. suppose my website s home page url is dummy.com/dummyFolder/...

Question regarding de-referencing structure pointers

I am compiling this piece of code and I get compilation errors saying " dereferencing pointer to incomplete type" . I get the errors for the last print statement and before that where I try to point (...

热门标签