Log message #111540

# At Username Text
# Aug 8th 2008, 10:58 tbranyen Therefore making it commercial.
# Aug 8th 2008, 10:58 troutoil teknoid: yep...
# Aug 8th 2008, 10:58 tbranyen Which is why I'm pretty sure, I'm going to be basing it off cakePHP, but I don't intend on making it open source.
# Aug 8th 2008, 10:58 troutoil yeah...
# Aug 8th 2008, 10:58 obiyoda gwoo, That makes senses... I fell less than smart right now ;)
# Aug 8th 2008, 10:58 tbranyen I just recently finished a study on open source PHP CMS's for my current company. Open source CMS's are horrible for custom branding/coding, so my only real option is to create one from scratch.
# Aug 8th 2008, 10:57 teknoid troutoil: are you saying that if you named the var 'linkcat' and made $form->input('linkcat') it would not need 'options'?
# Aug 8th 2008, 10:57 gwoo ?
# Aug 8th 2008, 10:57 gwoo validate => array('credit' => array('cardNumber' =>
# Aug 8th 2008, 10:56 obiyoda gwoo, model is order the field name is credit.cardNumber in the html it renders as OrderCreditCardNumber would that be what I try to validate on?
# Aug 8th 2008, 10:56 teknoid tbranyen: in that case any existing cms is your competition, doesn't matter what platform (framework) it's running on ... right?
# Aug 8th 2008, 10:56 troutoil teknoid: thanks, it works automagically in another form where the field name is just "category", but for some reason it doesn't find the multi-word variable...
# Aug 8th 2008, 10:56 tbranyen teknoid I don't plan on releasing source code.
# Aug 8th 2008, 10:55 tbranyen I have marketing experience, I know how to undercut.
# Aug 8th 2008, 10:55 chrisa A new one is created every day it seems like
# Aug 8th 2008, 10:55 chrisa Maybe I'm bitter, but I don't think the world needs a new CMS
# Aug 8th 2008, 10:55 teknoid tbranyen: no, there are lots of reasons to use cakephp ;) ... but do you plan to release source code?
# Aug 8th 2008, 10:55 tbranyen I don't understand your question.
# Aug 8th 2008, 10:54 tbranyen Meaning why use cakePHP?
# Aug 8th 2008, 10:54 teknoid tbranyen: if it's commercial, why would it matter if it's on cakephp?
# Aug 8th 2008, 10:54 gwoo tbranyen: any competition would be on cakeforge
# Aug 8th 2008, 10:54 gwoo tbranyen: yeah their really have not been any successes to speak of in that area
# Aug 8th 2008, 10:53 gwoo ?
# Aug 8th 2008, 10:53 gwoo and what is the name of the field
# Aug 8th 2008, 10:53 teknoid tbranyen: even if there is one, you could make a better one
# Aug 8th 2008, 10:53 gwoo what is the name of the mdoel
# Aug 8th 2008, 10:53 gwoo obiyoda: start simply
# Aug 8th 2008, 10:53 tbranyen The lack of response encourages me to attempt a cakePHP commercial CMS.
# Aug 8th 2008, 10:53 teknoid troutoil: you need to pass the var link_categories to your input's 'options' key
# Aug 8th 2008, 10:52 obiyoda gwoo, I've tried some other ways to get that to work but I'm just not understanding how the model would validate that particular field.
# Aug 8th 2008, 10:52 troutoil http://bin.cakephp.org/view/116805462
# Aug 8th 2008, 10:50 troutoil thanks
# Aug 8th 2008, 10:49 troutoil teknoid: do you use pasties?
# Aug 8th 2008, 10:49 tbranyen are there any commercial based cakePHP CMS applications?
# Aug 8th 2008, 10:49 gwoo spam
# Aug 8th 2008, 10:48 Lawl does this page load for anyone? http://www.ihateyoujulia.com/?id=ad2009affbf2ae22997a373903191195
# Aug 8th 2008, 10:47 teknoid troutoil: show some code
# Aug 8th 2008, 10:33 mdcatc $posts = $this->requestAction('posts/index/sort:created/direction:desc/limit:10');
# Aug 8th 2008, 10:33 mdcatc In passing parameters what is the syntax for passing conditions? for example, I can pass sort, direction and limit. But how could I pass condition where active = 0
# Aug 8th 2008, 10:33 troutoil It works fine on single word models, but once I try with a CamelCased model, i can't figure out what variable the form helper will look for...
# Aug 8th 2008, 10:32 troutoil i'm trying to set a variable in my controller for the form helper to build a Select from...