[symfony-users] Re: autoloading

2010-12-05 Thread Jay Bs
Hello I have this same problem using symfony2 sandbox PR4. Did you manage to resolve this? The form works perfectly if I comment out the integerfield bit. Thanks, On Oct 14, 9:59 pm, KrosseKrabbe wrote: > Sorry, my first message has been chopped. Btw, i should mention i'm > talking about Symfon

[symfony-users] Re: Architectural Confusion in Symfony2

2010-08-11 Thread Jay
That's really good to hear Fabien. The thought had occurred to me of only having one application, but my mind (and I'm assuming everyone elses minds) were still lingering in the symfony 1.4 mindset of multiple apps within projects. This clears a lot up and probably saved us a lot of pain down the r

[symfony-users] Re: Architectural Confusion in Symfony2

2010-08-11 Thread Jay
With option b) we would probably put all the article bundles into their own directory to be a bit more organized: Bundle\Article\FrontendArticleBundle Bundle\Article\BackendArticleBundle Bundle\Article\ApiArticleBundle Bundle\Article\CommonArticleBundle with option b you end up with up to 4 routi

[symfony-users] Re: Architectural Confusion in Symfony2

2010-08-11 Thread Jay
Each app has different auth requirements and possibly different configurations. Isn't that why in most of the tutorials you speak of a "Frontend" app, which kind of implies that there would also be a "Backend" app? And then if we were to build an api that api might have special auth to deal with va

[symfony-users] Architectural Confusion in Symfony2

2010-08-11 Thread Jay
, BackendController, ApiController, and CommonController, the first three extending CommonController. Each app would use the ArticleBundle but would only route to the specific controllers it needs. Option b seems to be most in line with the idea that bundles are stand alone entities. thoughts anyone? Jay -- If

[symfony-users] Re: Javascript to Gd library

2008-05-23 Thread Jay Klehr
There's a nice cropping tool built in Prototype out there: http://www.defusion.org.uk/demos/060519/cropper.php I've seen similar done in Mootools as well, but not quite as nice. It's just basic rectangular cropping, not quite sure if that's what you're looking for.

[symfony-users] Re: List of Live Symfony Sites?

2008-05-16 Thread Jay Klehr
The "not closing" observation in Firefox is true for Windows XP too. Jay James wrote: > Just an FYI, on a Mac your site breaks in both Firefox and Safari. In > Safari the right drop downs don't work, in firefox they open but don't > close when another is chosen.

[symfony-users] Re: [symfony-devs] sfDoctrinePlugin SVN organization changes

2008-04-29 Thread Jay Klehr
How are other plugins dealing with Symfony 1.1? (naming of branches and the sort) Jay Jonathan Wage wrote: > Hello all, > > I will be doing some work on the sfDoctrinePlugin for a new version. > This will require that we make some changes to the way things are > organized in

[symfony-users] Re: sfDoctrinePlugin on symfony 1.1

2008-04-27 Thread Jay Klehr
Hey Jon, Since your last update, I'm not seeing queries in the Symfony debug toolbar anymore. This comes and goes it seems with sfDoctrine updates. Jay Jonathan Wage wrote: > Make sure you are running the symfony cli for the project you are in. > You may have to do ./symfony to

[symfony-users] Re: sfDoctrinePlugin on symfony 1.1

2008-04-25 Thread Jay Klehr
your cache so that symfony adds the Doctrine paths to the autoloader? Jay Johannes Frandsen wrote: > Hey again > > I tried checking out from this url: > http://svn.symfony-project.com/plugins/sfDoctrinePlugin/trunk/ > > which did not bring me any closer. > > Are you using a d

[symfony-users] Re: anybody using PHP 5.2.5?

2008-03-03 Thread Jay Klehr
I have PHP 5.2.5 running on a local dev box running CentOS 4 (RHEL4), no Plesk, and no Propel, but eveything is running fine. Probably not much help for you, but thought I'd chime in anyhow. Jay Lee Bolding wrote: > One of my clients has RHEL4 up2date running - it's just instal

[symfony-users] Re: vim and eclipse

2008-02-16 Thread Jay Klehr
There's a plugin for eclipse that gives you some VIM keyboard bindings. http://www.satokar.com/viplugin/ I've never used it, as I'm not a big VIM user, plus it doesn't appear to be free. Might be worth a try though. :) Jay Thierry wrote: > Anybody knows if there

[symfony-users] Re: How popular is Symfony ?

2008-02-12 Thread Jay Klehr
Spam of course. Wants the attention, tracbacks, comments, etc... It's a mostly useless "article", so it's not going to spread by itself. Jay Eno wrote: > On Tue, 12 Feb 2008, tom wrote: > > >> I found a link on the subject : >> >> h

[symfony-users] Re: Need your help for take off from google list

2008-01-31 Thread Jay Klehr
op of the list when searching for "amrit cwt". That's something that a robots.txt file will never help with. :-) S/He's actually done her/himself a disservice by mentioning those keywords AGAIN in this list, as now there's even more relevance in groups.google.com for th

[symfony-users] Re: Need your help for take off from google list

2008-01-31 Thread Jay Klehr
tml search engine friendly, and most importantly, make the site "useful". If your site has value to its users, google's ranking will reflect that. Jay Bernhard Schussek wrote: > You can write the url of the page to the robots.txt in your /web/ > directory, which is scanned b

[symfony-users] Re: editing over FTP

2008-01-20 Thread Jay Klehr
had synching issues with them and Zend Studio (I'd have to save the file twice to see the changes appear on the server). Jay naholyr wrote: > I **NEVER** edit files directly over FTP, because this means i would > be editing files directly on a production server. > When I make a litt

[symfony-users] Re: autoloader infinite loop?

2008-01-17 Thread Jay Klehr
e until the max execution time is reached. I've temporarily solved my problem by commenting out the unlink line in the reloadClasses() method, which effectively makes my dev environment act like production (with regards to caching). I'll dig around some more once I figure out my Doctrin

[symfony-users] autoloader infinite loop?

2008-01-13 Thread Jay Klehr
exact error if that helps: *Fatal error*: Maximum execution time of 30 seconds exceeded in */home/jay/web/lib/symfony/config/sfAutoloadConfigHandler.class.php* on line *102 *Increasing the timeout limit only causes symfony to take longer to error out. The exact line that it dies on varies, but i

[symfony-users] Re: symfony is noncommercial ?! what if my sites make money ?

2008-01-02 Thread Jay Klehr
s you read that symfony itself is "non-commercial" somewhere? I suppose in some sense that's true, since it is a community driven open-source project... (though, funded by a commercial entity) I wouldn't use those words to describe it though, could create confusion, as this e

[symfony-users] Re: Propel difference

2007-11-09 Thread Jay Klehr
I've heard that Premium Soft's Navicat MySQL has a good utility for syncing the structure of two databases. Unfortunately I haven't used it myself yet. An ex-co-worker of mine swore by it. http://www.navicat.com/ Jay Thierry wrote: > I think there are many programs out

[symfony-users] Re: Client Side Caching

2007-11-08 Thread Jay Klehr
Regarding E-Tags, Yahoo! recommends to turn them off unless you truly know how to configure your webserver(s) to use them properly: http://developer.yahoo.com/performance/rules.html#etags Jay Kay wrote: > Who recommended not setting e-t

[symfony-users] Re: sfDoctrine ORDER BY RAND

2007-11-07 Thread Jay Klehr
The lack of spaces IS a problem if that's what your code looks like. You'll have to be more specific about the error that you're seeing. Jay Jonas Schnelli wrote: > yes... but thats not the problem (copied it from doctine pdf > manual...) ... > > but do you habe some

[symfony-users] Re: php 5.1 compatibility

2007-10-26 Thread Jay Klehr
PHP isn't complaining that the method doesn't exist, but rather that "$this->getTrainings()" is not an object. Jay Michael Smith wrote: > That's interesting, that fixed my problems in 5.1.6. __toString() is > just a normal public method that you shoul

[symfony-users] Re: sfGuard trailing slash problem

2007-10-19 Thread Jay Klehr
won't load if you're not accessing them like "/css/main.css" with paths like the above. I'd suggest making your CSS and other assets work with or without the trailing slash, as I think you'll always see that issue come up with Symfony. Jay Jonathan Franks wrote: &g

[symfony-users] Re: jQuery/prototype collision?

2007-09-24 Thread Jay Klehr
The jQuery site has some information about using jQuery with Prototype: http://docs.jquery.com/Using_jQuery_with_Other_Libraries Jay Ant Cunningham wrote: > Is this an issue when using $() with sfUJSPlugin? I know that $() is also > used by prototype so should I be using the longhand? I

[symfony-users] New sfCommand CLI System: Can plugins have their own tasks?

2007-08-04 Thread Jay Klehr
right now? Or did I just try putting them in the wrong place? Jay --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to symfony-users@googlegroups.com To u

[symfony-users] Re: sfCommandLogger error?

2007-08-04 Thread Jay Klehr
Fabien, Thanks, that seems to have solved my issue. I wasn't aware that Symfony stored files in the /tmp directory. Jay Fabien POTENCIER wrote: > I think it's an autoloading problem. Remove all the sf_* files you have > in your temp directory (/tmp on *nix). > > Fabi

[symfony-users] sfCommandLogger error?

2007-08-03 Thread Jay Klehr
angeset (4743), I've never had issues). Jay --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to symfony-users@googlegroups.com To unsubscribe from th

[symfony-users] Re: sfDoctrinePlugin - simple cross join???

2007-07-30 Thread Jay Klehr
FYI, you can subscribe to Doctrine's mailing list by sending an email to: [EMAIL PROTECTED] And the best place to get a quick response is probably in Doctrine's IRC channel. #doctrine on irc.freenode.net Jay Charles Hilditch wrote: > I couldn't find an active phpdoctri

[symfony-users] Re: [Out Of Office] Re: [symfony-users] Re: I18N and sfI18nExtractPlugin

2007-07-07 Thread Jay Klehr
of office] string in subjects for this group ? > > ++ > > I'm willing to bet that your email client can. Jay --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this

[symfony-users] Re: Doctrine bug

2007-06-08 Thread Jay Klehr
And it's in the sfDoctrine trunk now (external revision updated). Looks good to me so far. Though, I still have issues with the array('foreign' => 'id') in my generated model classes with relations. Jay [EMAIL PROTECTED] wrote: > http://www.phpdoctrine.net/tra

[symfony-users] Re: FYI: Symfony Benchmark

2007-06-07 Thread Jay Klehr
ionally, which is helping my understanding of Python). ;-) I'd like to see a Doctrine vs. Propel benchmark in Symfony once Doctrine reaches a stable release. Jay Dan Grossman wrote: > Wonder what the results would've been if he was using an opcode cache > and ran sfOptimiz

[symfony-users] Re: FYI: Symfony Benchmark

2007-06-07 Thread Jay Klehr
He links to the source code he used: http://static.alrond.com/source_sym.txt Jay Piers Warmers wrote: > I'd love to some of the code used in these tests. I know from my > experiences with frameworks, stylistic coding changes can have a huge > be

[symfony-users] Re: Doctrine bug

2007-06-06 Thread Jay Klehr
tries in the setup): array('foreign' => 'id') My app works again with these changes. However, if I try to use the "counterpart" YML option for my Many to Many relationships, some odd things happen which I haven't figured out yet. Without counterpart, e

[symfony-users] Re: Using Propel and Doctrine in the same project

2007-05-24 Thread Jay Klehr
Erm, that should've been "+1 for the *former*", not the latter. ;-) Jay > > At this point I'd just like to know the direction of symfony. Is there > a plan to support multiple ORM's in the future or wil

[symfony-users] Re: Using Propel and Doctrine in the same project

2007-05-24 Thread Jay Klehr
x27;m excited to see what happens though (I'm a sfDoctrine user myself). Jay Jon Todd wrote: > At this point I'd just like to know the direction of symfony. Is there > a plan to support multiple ORM's in the f

[symfony-users] Re: dynamically generating stylesheet

2007-05-24 Thread Jay Klehr
t know your situation, so perhaps there is a good use case for what you're proposing, just be aware of the implications of having all of the Symfony code loaded for at least two requests per pageview (and be sure you set it up so the browser can still cache the CSS, otherwise it'll happ

[symfony-users] Re: rich text editor with php syntax highlighting

2007-05-10 Thread Jay Klehr
to how Zend added Zend Framework auto-completion to Zend Studio. Though, yes, Dreamweaver MX does have PHP code syntax highlighting, but it does offer a fairly flexible plugin architecture for adding new syntax/highlighting as well. Jay --~--~-~--~~~---~--~~ You receiv