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


Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 03-08-2008, 07:42 PM
Junior Member
 
Join Date: May 2007
Posts: 25
Default digitalus site manager update

For those interested the v1 release candidate is now up on google code. it includes a number of core enhancements, an updated core (ZF 1.0.4), and a number of bugfixes.

For people who have downloaded this cms or anyone who is interested the draft of the administrator's manual is now available on google code:

http://digitalus-site-manager.google...inistrator.pdf

Any feedback on areas that need more detail or that are overkill let me know!

Last edited by frosty1 : 03-12-2008 at 09:09 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 03-29-2008, 03:55 PM
Junior Member
 
Join Date: Mar 2008
Posts: 7
Default

Quote:
Originally Posted by frosty1 View Post
For those interested the v1 release candidate is now up on google code. it includes a number of core enhancements, an updated core (ZF 1.0.4), and a number of bugfixes.

For people who have downloaded this cms or anyone who is interested the draft of the administrator's manual is now available on google code:

http://digitalus-site-manager.google...inistrator.pdf

Any feedback on areas that need more detail or that are overkill let me know!
This cms works only if it localed on localhost root catalog. how about to set dirname with
Code:
$rootPath = dirname(__FILE__); 
set_include_path(get_include_path() . PATH_SEPARATOR .  
                 $rootPath . '/application/config' . PATH_SEPARATOR .  
                 $rootPath . '/application/models' . PATH_SEPARATOR .  
                 $rootPath . '/library' . PATH_SEPARATOR .  
                 $rootPath . '/public');
This is an example, from my system, but in your project it will be i think the not very different.
But cms is . I' d like it. I now doing a groupware system.
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 12:01 PM.