[symfony-users] AW: [symfony-users] sfPropelActAsNestedSetBehaviorPlugin -- reload() required?

2007-05-10 Thread Franke Gordon
You must reload the object when you make something like that: Make $root Add $child1 to root --- Add $child11 to $child1 (now you must reload the $child1 before add) Add $child2 to root (now you must reload the root before add) --- Greetings Gordon ---

[symfony-users] Re: Clarification on myproject/config

2007-05-10 Thread Steve Daniels
Piers Warmers wrote: > Hi all, > > Just looking through the documentation: > >> * The global configuration for the whole project (in myproject/ >> config/) > > http://www.symfony-project.com/book/trunk/05-Configuring- > Symfony#Configuration%20Cascade > > However, I can't really see much

[symfony-users] Clarification on myproject/config

2007-05-10 Thread Piers Warmers
Hi all, Just looking through the documentation: > * The global configuration for the whole project (in myproject/ > config/) http://www.symfony-project.com/book/trunk/05-Configuring- Symfony#Configuration%20Cascade However, I can't really see much more information on how global configu

[symfony-users] sfPropelActAsNestedSetBehaviorPlugin -- reload() required?

2007-05-10 Thread Peter Van Garderen
> From: symfony-users@googlegroups.com > [mailto:[EMAIL PROTECTED] On Behalf Of Franke Gordon > Sent: May 9, 2007 12:03 AM > To: symfony-users@googlegroups.com > Subject: [symfony-users] AW: [symfony-users] Re: AW: > [symfony-users] sfPropelActAsNestedSetBehaviorPlugin > > I insert my yml data

[symfony-users] Re: One Step Forward__Dizzy_Please Help.

2007-05-10 Thread Barton Layne
Luciano, Thank you or should I say grazi? - Original Message From: Luciano A. Andrade <[EMAIL PROTECTED]> To: symfony-users@googlegroups.com Sent: Thursday, May 10, 2007 1:48:11 PM Subject: [symfony-users] Re: One Step Forward__Dizzy_Please Help. The php4 directory is from xampp (proba

[symfony-users] Re: build_model task in prod-env

2007-05-10 Thread Frank Stelzer
Thanks for your reply! I implemented everything so far and it seems to work. I also clear only the autoloading config file and not the whole cache. Thanks for this hint. Dynamically generating of some model classes will not occure so often at the producation server, so there should not be so

[symfony-users] Re: One Step Forward__Dizzy_Please Help.

2007-05-10 Thread Luciano A. Andrade
The php4 directory is from xampp (probably) and you could deleteit if you not going to usit. If you keep having the same problem i will recomend a manual instalation (with svn) following the indication from http://www.symfony-project.com/content/download.html On 5/10/07, Barton Layne <[EMAIL PR

[symfony-users] Re: One Step Forward__Dizzy_Please Help.

2007-05-10 Thread Barton Layne
Thank you. Either I like being dizzy or something else is wrong with me :-). I am on a project where the development envioronment is hitting the same repository and it works. Mine does not. We are using the same OS and virtually everything is identical. The "c:\svnName\ProjectName\config.

[symfony-users] Re: Dreamweaver plugin (was Re: [symfony-users] Re: rich text editor with php syntax highlighting)

2007-05-10 Thread Ant Cunningham
If youre on a mac you can pick up text mate... ther eis a symfony bundle with all kinds of sf code snippets. most of the features in dw arent going to do much to help you with a symfony based site anyhow. so youre better off with a lean and powerful text editor like TextMate, vi, emacs, etc.. On

[symfony-users] Dreamweaver plugin (was Re: [symfony-users] Re: rich text editor with php syntax highlighting)

2007-05-10 Thread Brian Hoke
Thanks Jay - that's it exactly: I was looking for a plugin someone might have worked up to allow for easy reference (through Dreamweaver) of common symfony methods. Sounds like this doesn't exist as yet. Thanks, ~Brian On 5/10/07, Jay Klehr <[EMAIL PROTECTED]> wrote: > > > Eno wrote: > > On May 9

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

2007-05-10 Thread Jay Klehr
Eno wrote: > On May 9, 7:13 pm, "Brian Hoke" <[EMAIL PROTECTED]> wrote: > > >> Anyone know of a Dreamweaver extension that offers symfony keyword coloring >> and/or syntax suggestions? >> > > Not sure what you mean - Symfony code is PHP, so any plugin that can > syntax highlight PHP would

[symfony-users] Re: Another routing question

2007-05-10 Thread Eno
On May 10, 11:21 am, Nicolas CHARLOT <[EMAIL PROTECTED]> wrote: > What about the code of a content heavy site ? A Symfony based CMS ? Its a Symfony-based site with a LOT of content but it is not a CMS. Our publishing back end allows us to feed content into the site from external sources such as

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

2007-05-10 Thread Eno
On May 9, 7:13 pm, "Brian Hoke" <[EMAIL PROTECTED]> wrote: > Anyone know of a Dreamweaver extension that offers symfony keyword coloring > and/or syntax suggestions? Not sure what you mean - Symfony code is PHP, so any plugin that can syntax highlight PHP would work surely? Doesn't DW MX have s

[symfony-users] Re: Another routing question

2007-05-10 Thread Nicolas CHARLOT
Eno a écrit : > If you want nice URLs, you would be better off abandoning page IDs and > category IDs and using strings. So you will have to write database > peer classes to lookup page and category IDs based on the title but > that's not too hard. Then you can use even nicer URLs like: > > /page/

[symfony-users] Re: Another routing question

2007-05-10 Thread Eno
On May 8, 1:34 pm, Nicolas CHARLOT <[EMAIL PROTECTED]> wrote: > Matthias Nothhaft a écrit :> I would do it this way: > > > your_route: > > url: /:id > > param: { module: mymodule, action: myaction } > > requirements: { id: page\-.* > > This require a id param like page-* but my id param i

[symfony-users] Re: build_model task in prod-env

2007-05-10 Thread Luciano A. Andrade
I think that the only bad thing could be clear the cache, you could clear the config_autoload.yml.php only (i think that's the only one you need), you may need to keep an eye on the load of the server. On 5/10/07, Frank Stelzer <[EMAIL PROTECTED]> wrote: > > Hi everybody, > i have to add dynamica

[symfony-users] Re: One Step Forward__Dizzy_Please Help.

2007-05-10 Thread Luciano A. Andrade
Look at your config/config.php there shuld be a somthing like $sf_symfony_data_dir = 'c:\Program Files\xampp\php\pear\symfony\data'; amount other all pointing to the symfony instalation my look like this (on unix) $sf_symfony_lib_dir = '/usr/src/symfony/lib'; $sf_symfony_data_dir = '/usr/src/symf

[symfony-users] Re: Htmlentities

2007-05-10 Thread g0d br
actually, now that i getting into the problem i dont know if i need htmlentities because the problem seems to be charset.. some words in the database got stranges symbols 2007/5/9, notjosh <[EMAIL PROTECTED]>: > > > To me, you should htmlentities() when you extract *from* the database, > not whe

[symfony-users] build_model task in prod-env

2007-05-10 Thread Frank Stelzer
Hi everybody, i have to add dynamically tables to my existing model. I use doctrine as ORM and create for every new "dynamically" model a new schema file. Afterwards i would run the doctrine_build_model task in an action, so that the model classes from this new table are generated (maybe addition