[symfony-users] Re: developers wanted for phorum integration

2008-07-12 Thread Ian P. Christian
Ian P. Christian wrote: > Ian P. Christian wrote: > >> I'm working on integrating phorum into symfony , using sfGuard for >> authentication. >> >> > If you want to play, now it's in SVN - not in the official repos yet as > it might never get finished ;) > It's now working and checked

[symfony-users] Re: creating two peer class for one table

2008-07-12 Thread Mohammad Ali Safari
Thanks for your help. Please ignore that email. The model class is known within my application as I can make and instance of it and play with the object. cheers, --Mohammad On Sat, Jul 12, 2008 at 3:04 PM, Gaetan <[EMAIL PROTECTED]> wrote: > > Did you try to clear the cache? > > Hope this help.

[symfony-users] Re: Validation of Requests in 1.1

2008-07-12 Thread Fabien Potencier
The validation framework is not tied to the form framework. You can use it by itself to validate any kind of data. Fabien -- Fabien Potencier Sensio CEO - symfony lead developer sensiolabs.com | symfony-project.com | aide-de-camp.org Tél: +33 1 40 99 80 80 Daniel Stevens wrote: > I've been wo

[symfony-users] Re: Validation of Requests in 1.1

2008-07-12 Thread Nicolas Perriault
On Sat, Jul 12, 2008 at 9:35 PM, Daniel Stevens <[EMAIL PROTECTED]> wrote: > Now it seems 1.1 wants me to > create a form and validate it which is more work and overhead then I need. > How do I validate POST vars that come in as a request without having to make > a HTML form? I've just made this

[symfony-users] Re: using renderComponent() outside of an action

2008-07-12 Thread Nicolas Perriault
On Sat, Jul 12, 2008 at 7:59 PM, Rich <[EMAIL PROTECTED]> wrote: > is it possible somehow to specify in admin generator, the component > from a plugin? As far as I know, it's not possible for the moment. But note that in this case your plugin component must handle the passed Propel object and kn

[symfony-users] Re: creating two peer class for one table

2008-07-12 Thread Gaetan
Did you try to clear the cache? Hope this help. Gaëtan Mohammad Ali Safari escribió: > I Have a table A for which the peer class APeer is normally created. > Is there anyway to have another peer class, say A2Peer, based on this > table? > > I try creating the file A2Peer.php with the followin

[symfony-users] creating two peer class for one table

2008-07-12 Thread Mohammad Ali Safari
I Have a table A for which the peer class APeer is normally created. Is there anyway to have another peer class, say A2Peer, based on this table? I try creating the file A2Peer.php with the following content: class A2Peer extends APeer { } But symfony complains that The model class "A2Peer" doe

[symfony-users] Re: using renderComponent() outside of an action

2008-07-12 Thread Rich
Nicolas: the component is coming from a plugin, if i'm not wrong; so if you want to use the same component in different modules ( more then once in a project ), you have to do these stuffs for each module in part. this isn't DRY. is it possible somehow to specify in admin generator, the component

[symfony-users] Re: Admin generator and components from other modules...

2008-07-12 Thread Rich
looking to what !? On Jun 25, 12:20 am, Eno <[EMAIL PROTECTED]> wrote: > On Jun 24, 9:51 am, Jonathan Franks <[EMAIL PROTECTED]> wrote: > > > I'd like to use a plugin to hold some code that I use regularly for > > uploading images in theadmingenerator. > > > I know that I can do this with helpers

[symfony-users] Validation of Requests in 1.1

2008-07-12 Thread Daniel Stevens
I've been working with symfony 1.1 for a while now, and while I realize that validation has been moved from sfRequest, a large part of my application is a REST service of sorts, in which I need to validate POST variables that are not associated with forms. At first glance the new validation see

[symfony-users] same component in different modules

2008-07-12 Thread Rich
Hi, i have a problem: i want to extend a propel behavior, and in order to this, I want to bundle my changes into a plugin. The plugin will contain some hooks, helpers and a component or partial ( html layout ); I would like to use the component in the admin generator, but i don't know how to do

[symfony-users] Re: regarding join query of three tables

2008-07-12 Thread Richtermeister
I found the sfProplFinder plugin to work wonders with this kind of multi-table query: http://redotheweb.com/2008/06/27/a-finder-smarter-than-propel-getters/ Hope this helps, have a great weekend. Daniel On Jul 10, 10:01 pm, kusum <[EMAIL PROTECTED]> wrote: >  hi, >        i want to join three t

[symfony-users] Re: Symfony1.1 propel:build-model Error

2008-07-12 Thread Amadu
sudo pear uninstall phing On Jul 6, 12:32 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hi all, > I've installed Symfony1.1 and created a new project. But I'm getting > following error while building model. > > $ symfony propel:build-model>> schema    converting > "/Users/aditya/Sites/myw