Re: CakePHP and subdirectories

2009-12-19 Thread Piotr Kilczuk
Hello, > Apologies if this is a naive question, I'm not too familiar with using > mod_rewrite. Thanks in advance for any advice! I think you can simply use config/routes.php for this task, then dirname would be passed as named parameter. see http://book.cakephp.org/view/46/Routes-Configuration R

CakePHP and subdirectories

2009-12-18 Thread Kareem Sabri
Hello, I'm trying to rebuild my application using CakePHP, but I have a relatively unique issue (I think). I need to be able to create numerous subdirectories and have them all inherit the same functionality as the webroot. So, for example, I have a class Users. Then I can go to http://mydomain.