Welcome, Guest. Register Now!
   
Mark Forums Read Mark Forums Read Mark Forums Read


Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 06-06-2007, 04:31 PM
Dead_Thinker's Avatar
Junior Member
 
Join Date: May 2007
Location: Fortaleza/Ceará/Brazil
Posts: 22
Send a message via ICQ to Dead_Thinker Send a message via Yahoo to Dead_Thinker Send a message via Skype™ to Dead_Thinker
Default Set all the systems to use the same framework core

Hello

I have some implemented systems using the Zend Framework, I know that I can make with that some sites/systems use one same core of the ZF, but wanted to know as to make this of the best form. Since some things of the projects would be individual, as some images, Javascript etc. E want to know what you'll find of this. Which the problems in making this? I look for for a way to center the maintenance/development of core of the systems. If it will not be thus, another exit for me would be to compare the sources of the systems by CVS for example.

Please, give me yours suggests about it.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 06-06-2007, 06:40 PM
Junior Member
 
Join Date: May 2007
Posts: 25
Default

well the way I do it: I have global "library" folder in what I hold Zend and Smarty - and this is shared for all. And then I seperate each instance by creating independent "application" folders that contain specific files for each of my instances. and then I have one more global folder that contains classes taht are used in different places.
Code:
root
 + - Library
      + - Zend
      + - Smarty
 + - Global
      + - classes that are shared
 + - Application1
      + - controllers
      + - models
      + - views
+ - application2
      + default
         + - controllers
         ...
      + module1
         ...
Hope this helps. Of course for each instance you'd have seperate index.php file.
Another way is simply devide by modules (as in "application2") where each module would be a different site.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 06-06-2007, 07:08 PM
Dead_Thinker's Avatar
Junior Member
 
Join Date: May 2007
Location: Fortaleza/Ceará/Brazil
Posts: 22
Send a message via ICQ to Dead_Thinker Send a message via Yahoo to Dead_Thinker Send a message via Skype™ to Dead_Thinker
Default

Hum, ok, i'll study the manual and do some searches for research this idea. If someone had more, feel free to told it here.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 02:42 PM.