Log message #2609724

# At Username Text
# Jun 29th 2012, 15:44 melt the fact I don't like is that Security Component is adding the token in the URL
# Jun 29th 2012, 15:44 destinydriven same thing happens if I run find('all')
# Jun 29th 2012, 15:44 melt seems that even if the user acts crazy the URL wont be longer than 1300 characters
# Jun 29th 2012, 15:43 destinydriven hey guys, I just baked an app on 2.1.3 and I'm getting a result array from paginate() which does not contain the model index.
# Jun 29th 2012, 15:42 melt and about the limit of 2000 chars
# Jun 29th 2012, 15:42 melt do you remember our conversation about passing the pagination params via the URL?
# Jun 29th 2012, 15:42 melt hehehe
# Jun 29th 2012, 15:42 Ceeram i did see it :P
# Jun 29th 2012, 15:42 jose_zap melt: nope
# Jun 29th 2012, 15:41 melt did you see the private messages I send you last night?
# Jun 29th 2012, 15:40 jose_zap hey :)
# Jun 29th 2012, 15:40 melt hi jose!
# Jun 29th 2012, 15:39 jose_zap smileys helper makes me smile :)
# Jun 29th 2012, 15:37 melt hi ppl!
# Jun 29th 2012, 15:32 etiti http://stackoverflow.com/questions/11264645/cakephp-nested-contain
# Jun 29th 2012, 15:32 Ceeram cake community sucks
# Jun 29th 2012, 15:32 Ceeram woot no core helper and no 3rd party helper: http://plugins.cakephp.org/packages?query=smiley
# Jun 29th 2012, 15:27 jose_zap Porpado: you also have plugins in plugins.cakephp.org that may help you build your API or crud stuff
# Jun 29th 2012, 15:24 rchavik Porpado, checkout the 'bake' shell
# Jun 29th 2012, 15:19 ADmad there should be a check for smiley support in all framework comprisons
# Jun 29th 2012, 15:19 Ceeram cant call it a framework if there is no smiley helper
# Jun 29th 2012, 15:19 ADmad its a must for every app
# Jun 29th 2012, 15:19 ADmad hey lack of smileys is no laughing matter
# Jun 29th 2012, 15:18 Porpado -D
# Jun 29th 2012, 15:18 Porpado Hahahahaha
# Jun 29th 2012, 15:18 ADmad Porpado: there is one very important feature that CI has but CakePHP doesn't. http://goo.gl/9Zmyl
# Jun 29th 2012, 15:15 Porpado If so, cake might be a good middle point in my learning, such that I can work confidently on this project and familiarize myself with RoR methodologies
# Jun 29th 2012, 15:15 rchavik Porpado, if you try croogo, i suggest the 1.4 branch
# Jun 29th 2012, 15:15 Porpado Thanks. Does CakePHP parallel RoR a lot? It seems to me they share a LOT in common and RoR is something that has appealed to me but I haven't had the time to learn sufficiently yet
# Jun 29th 2012, 15:13 jose_zap yup, you will probably finish it quicker with cakephp
# Jun 29th 2012, 15:13 rchavik ~cms
# Jun 29th 2012, 15:13 Porpado Hello, I am embarking on a large CMS type web app project. It requires ACL and CRUD functionality. I have a lot experience with codeigniter and PHP but after a little reading it seems Cake might be a better tool for the job (It seems to easily support those features.)
# Jun 29th 2012, 15:04 NetersLandreau hmm.. database table name sub_categories baked model would be SubCategory, baked controller would be SubCategories.. table name sub_category is not according to conventions
# Jun 29th 2012, 14:59 freebird but the others had no need to be on plural, singular is fine for them,
# Jun 29th 2012, 14:58 freebird NetersLandreau,
# Jun 29th 2012, 14:58 freebird did it again, I noticed that when it's a double word, the lis Sub Category or subcategory, the table goes on plural
# Jun 29th 2012, 14:51 NetersLandreau cakephp, whoever that is, does not seem to understand CakePHP naming conventions..
# Jun 29th 2012, 14:48 freebird NetersLandreau, yeah, but cakephp told me to create like that,
# Jun 29th 2012, 14:48 NetersLandreau and should not the controller be SubCategoriesController?
# Jun 29th 2012, 14:47 freebird class subCategory extends AppModel{ var $name = "subCategory"; var $useTable = 'subCategory';
# Jun 29th 2012, 14:46 freebird NetersLandreau, sorry, model name is: subCategory.php