Re: productizing application

2007-02-19 Thread cammo
French, > but quite simple check the production section at the end. > > http://www.cakepourtous.org/4/installation-de-cakephp > > On Feb 19, 6:51 am, "cammo" <[EMAIL PROTECTED]> wrote: > > > I want to have multiple app folders, but in those app folders I only &

Re: productizing application

2007-02-18 Thread cammo
I want to have multiple app folders, but in those app folders I only want to have the views, elements, helpers and the wwwroot. I want to have a generic app folder that is used if for example a view doesn;t exist it uses the view from the generic app. hope this makes sense. I want to allow the use

Re: productizing application

2007-02-18 Thread cammo
n Feb 19, 3:01 pm, "Samuel DeVore" <[EMAIL PROTECTED]> wrote: > Find the guys who did SlideShowPro Director they did a great job! > > http://www.slideshowpro.net/product_sspdir.php > > Sam D > > On 2/18/07, cammo <[EMAIL PROTECTED]> wrote: > > > >

productizing application

2007-02-18 Thread cammo
Hi Guys, I found a post from a while back http://groups.google.com/group/cake-php/browse_thread/thread/2ed6ae1cd59252f8/60f809432071149c?lnk=gst&q=basecamp&rnum=4# which talks about 'productizing'. It also references this site http://article.gmane.org/gmane.comp.lang.ruby.rails/14513 Basically

Re: web app development

2007-01-30 Thread cammo
Thanks Grant, I appreciate your help. I think you are right in regards to database etc... one database would be much easier to manage etc In terms of layout, it will function similar to a cms in that user should be able to modify template, menu items etc so I guess that the ability for

web app development

2007-01-30 Thread cammo
Hi Guys, we are in the process of planning to develop a web app using cakephp. I have a few questions and was hoping somebody could provide some feedback / suggestions. Ok basically it is intended to be a hosted application where users will sign up for an account etc... I guess I want to know

Re: multiple subdomains using single core files

2007-01-24 Thread cammo
layout'; > > I'm not exactly sure about syntax on this, but it's something to that effect. > > Also, I've read something on this group before about pulling layout > data from the database, which may be a great solution for you (easy > updating, let the clients upd

Re: multiple subdomains using single core files

2007-01-24 Thread cammo
lar subdomain, i.e if I type in test.domain.com.au I need it to render the default.thtml page from the clients/test/views/layout directory and not the generic /app/views/layout/ directory. Any thoughts would be greatly appreciated. Thanks Cam On Jan 24, 9:03 pm, "cammo" <[EMAIL PROTEC

Re: multiple subdomains using single core files

2007-01-24 Thread cammo
t; Search the group. > > If you set up wildcard DNS and modify your routes.php file, this > should be an easy task. Just check $_SERVER['HTTP_HOST'] and > extrapolate the subdomain. Re-route to > yourdomain.com/clients/[clientname]/whatever. > > HTH, > Eric > &g

multiple subdomains using single core files

2007-01-24 Thread cammo
I was wondering if anybody has been able to run cakephp with seperate app directories for seperate subdomains. something similar to how an application like bascamp operates i.e new accounts get created as a subdomain which allow for seperate views for each client, but run from the same core files

Re: Admin Route

2006-07-20 Thread cammo
Yep that fixed it, thanks again --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send email to [EMAIL P

Re: Admin Route

2006-07-20 Thread cammo
Thanks John, Will give it a try --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send email to [EMAIL P

Admin Route

2006-07-20 Thread cammo
Hi There, I am able to get the admin route to work for everything except for the http://path/to/admin/ I can get it to work for http://path/to/admin/users http://path/to/admin/add etc... but not the default admin path. I tried adding a route to the routes.php file $Route->connect('/admin', array(

Re: trying to create a form builder

2006-06-15 Thread cammo
Actually I found an open source application and looked at how they did it, and I think I will try to adapt that it was more a database design for me and trying to get my head around setting up the database in the best way possible. Cheers --~--~-~--~~~---~--~~ Yo

Re: trying to create a form builder

2006-06-15 Thread cammo
Thanks very much for your help Grant, Not sure if that is exactly what I am after though, Basically I want to allow multiple clients to have multiple forms in the one app and to not have to create a new database to store each form and also another to store the results for each one. I can see where

trying to create a form builder

2006-06-15 Thread cammo
Hi There, I am trying to create a form builder in cakephp where multiple clients can log in and create a form/survey and get the results of that survey. The problem I am having is that if each client creates a form with 10 custom fields I will need to have a seperate database table for each form