# |
Aug 7th 2009, 12:45 |
sky_l3ppard |
are you alive poLK ? |
# |
Aug 7th 2009, 12:27 |
kuja |
But yeah, it does seem like the wrong channel to me too =) |
# |
Aug 7th 2009, 12:26 |
kuja |
But you SHOULD rename your models to prevent conflict *anyway*, if you have a plugin with a User model, that's highly inconvenient. You should have PluginNameUser or PluginNameModel, that's just basic namespacing. |
# |
Aug 7th 2009, 12:25 |
kuja |
ProLoser|Work: I would say you should rename your tables and models, I'm guessing you're trying to depend on $useTable or $tablePrefix so you don't have to rename your models accordingly? |
# |
Aug 7th 2009, 12:08 |
ProLoser|Work |
*no i did not |
# |
Aug 7th 2009, 12:08 |
ProLoser|Work |
and are no i did not |
# |
Aug 7th 2009, 12:08 |
alkemann |
got your channels mixed up again |
# |
Aug 7th 2009, 12:08 |
ProLoser|Work |
and if so, is there a way to set it plugin-wide? I tried in the app_model to set var $useTable = 'pluginname_' . $this->useTable; but of course i can't use variables to set attributes |
# |
Aug 7th 2009, 12:07 |
ProLoser|Work |
and i just realized, couldnt' i just change the useTable? |
# |
Aug 7th 2009, 12:07 |
ProLoser|Work |
which i have done for some plugins, but not all |
# |
Aug 7th 2009, 12:06 |
ProLoser|Work |
hello, i have a question regarding packaging a plugin. It is normally said you should rename your tables/models based on your plugin to prevent naming convention issues |
# |
Aug 6th 2009, 19:04 |
User621 |
If a have a USER class inside The App Vendor Folder and include that class in my controller using App:Import, Can I use the User class functions and Properties Directly From My Model Class |
# |
Aug 6th 2009, 17:46 |
User921 |
to debug the model class |
# |
Aug 6th 2009, 17:46 |
User921 |
does any know how to debug to get the output information using debug($this) |
# |
Aug 4th 2009, 22:50 |
jperras |
User324: try #cakephp |
# |
Aug 4th 2009, 22:45 |
User324 |
what are the cake debugging method: to debug controller, method and view |
# |
Aug 4th 2009, 15:38 |
ADmad |
welcome, you too have been very receptive of the changes suggested, i appretiate that |
# |
Aug 4th 2009, 15:36 |
nurvzy |
ADmad: Indeed, I didn't mean to sound unapprecative, your feedback has been great. |
# |
Aug 4th 2009, 15:33 |
ADmad |
nurvzy: yup that it is.. but we are trying to constantly improve the quality of stuff available on bakery |
# |
Aug 4th 2009, 15:32 |
nurvzy |
ADmad: seems the bakery is becoming much more strict. There was a second paypal API built into a component using cURL that was published not too long ago. |
# |
Aug 4th 2009, 15:31 |
ADmad |
np |
# |
Aug 4th 2009, 15:30 |
nurvzy |
ADmad: ok, no worries, as I said I'm all ears if there's a cleaner way. You've guided me down some great paths. |
# |
Aug 4th 2009, 15:29 |
ADmad |
nurvzy: i also see why you need to app::import and directly instantiate it, but i would like to talk to one of core devs on that and get a second opinion on your plugin b4 i can publish it |
# |
Aug 4th 2009, 15:26 |
nurvzy |
ADmad: no worries. =) |
# |
Aug 4th 2009, 15:25 |
ADmad |
nurvzy: 1) not using config array.. sorry about, that i didnt realize 'test_ipn' is included in data posted by paypal itself |
# |
Aug 4th 2009, 15:22 |
nurvzy |
ADmad: kk |
# |
Aug 4th 2009, 15:22 |
ADmad |
nurvzy: gimme a min to read your comments |
# |
Aug 4th 2009, 12:29 |
markstory |
there are a few conventions seams in 1.2. We've addressed a several of them in 1.3 |
# |
Aug 4th 2009, 12:25 |
ProLoser|Work |
ah okay |
# |
Aug 4th 2009, 12:22 |
markstory |
at least that's what I remember |
# |
Aug 4th 2009, 12:21 |
markstory |
and was added to fix issues where developers broke the error pages. |
# |
Aug 4th 2009, 12:20 |
markstory |
because it didn't originally exist. |
# |
Aug 4th 2009, 12:20 |
ProLoser|Work |
meh well that i understand, i was just curious the reason behind it but i suppose it doesn't matter |
# |
Aug 4th 2009, 12:19 |
markstory |
*class |
# |
Aug 4th 2009, 12:19 |
markstory |
CakeErrorController is not a userland file. |
# |
Aug 4th 2009, 12:19 |
ProLoser|Work |
cuz it's part of the core, i thought it was more relevent |
# |
Aug 4th 2009, 12:16 |
alkemann |
why are you asking that here? |
# |
Aug 4th 2009, 12:14 |
ProLoser|Work |
i had a random curious question while digging around the libs: how come the cakeerrorcontroller is named error.php and isn't located in the controllers folder? I mean following ur conventions it seems like it should be, unless this is a method of creating an object out of it? |
# |
Aug 4th 2009, 09:40 |
alkemann |
im going home for dinner. laters |
# |
Aug 4th 2009, 09:40 |
alkemann |
goody :) |
# |
Aug 4th 2009, 09:38 |
jperras |
I'm working through a couple of them today. |