View Single Post
  #2 (permalink)  
Old 03-29-2008, 03:55 PM
mamyte03 mamyte03 is offline
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.
Reply With Quote