[symfony-users] Re: link_to_remote() - using ajax to delete posts

2009-10-23 Thread Gareth McCumskey
raphox.ara...@gmail.com yes Gareth, but. if only load a complete action, you load templates, debug_bar and others. if you dont know methos for drop this of request. because this I recomender render text or partial. On Fri, Oct 23, 2009 at 11:41 AM, Gareth McCumskey gmccums

[symfony-users] Re: link_to_remote() - using ajax to delete posts

2009-10-22 Thread Gareth McCumskey
'= '/forum/delete/post/'.$x-getId(), )) ? br/br/ ?php endforeach; ? /div -- Gareth McCumskey http://garethmccumskey.blogspot.com twitter: @garethmcc --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[symfony-users] Re: link_to_remote() - using ajax to delete posts

2009-10-22 Thread Gareth McCumskey
/ ?php endforeach; ? /div -- Gareth McCumskey http://garethmccumskey.blogspot.com twitter: @garethmcc --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups symfony users group. To post to this group, send email to symfony

[symfony-users] Re: Help me for writing criteria

2009-10-21 Thread Gareth McCumskey
:12 pm, Gareth McCumskey gmccums...@gmail.com wrote: $exploded_query = explode( , $this-query); $k-getNewCriterion( sfGuardUserProfilePeer::FIRST_NAME,%.$exploded_query[0].%,Criteria::LIK­E) $k-getNewCriterion( sfGuardUserProfilePeer::LAST_NAME,%.$exploded_query[1].%,Criteria::LIKE­

[symfony-users] Re: Test:All under Windows

2009-10-20 Thread Gareth McCumskey
task works, only the test task failed. The Search Path is right and we're using 1.2.9 with doctrine. -- Gareth McCumskey http://garethmccumskey.blogspot.com twitter: @garethmcc --~--~-~--~~~---~--~~ You received this message because you are subscribed

[symfony-users] Re: Join .Net Community

2009-10-20 Thread Gareth McCumskey
-- Gareth McCumskey http://garethmccumskey.blogspot.com twitter: @garethmcc --~--~-~--~~~---~--~~ 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

[symfony-users] Re: where do I insert my hit counter?

2009-10-20 Thread Gareth McCumskey
? Why not just use Google Analytics? -- -- Gareth McCumskey http://garethmccumskey.blogspot.com twitter: @garethmcc --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups symfony users group. To post to this group

[symfony-users] Re: where do I insert my hit counter?

2009-10-20 Thread Gareth McCumskey
For the previous non-symfony version of my website I wrote a script in the index.php that did the trick. But now that I use symfony and that I try to follow the OO and MVC spirit I'm not sure of the right way to do this. Does anyboy has an answer? -- Gareth McCumskey http

[symfony-users] Re: Help Criteria, Last index

2009-10-20 Thread Gareth McCumskey
want to know how I can select last 6 rows of my table named 'users' I want to show last 6 users registred on website. But didnt know how with criteria.. Thanks all. -- Gareth McCumskey http://garethmccumskey.blogspot.com twitter: @garethmcc

[symfony-users] Re: where do I insert my hit counter?

2009-10-20 Thread Gareth McCumskey
that can be locally installed, like Mint. On Tue, Oct 20, 2009 at 16:23, Gareth McCumskey gmccums...@gmail.com wrote: Not everyone wants data on the cloud ;) On Tue, Oct 20, 2009 at 4:02 PM, Eno symb...@gmail.com wrote: On Tue, 20 Oct 2009, aymeric wrote: But now that I use

[symfony-users] Re: Help me for writing criteria

2009-10-20 Thread Gareth McCumskey
,%.$this- query.%,Criteria::LIKE) but I dont know how to write for 'first_name' + ' ' + 'last_name' Pls help me... Thanks. -- Gareth McCumskey http://garethmccumskey.blogspot.com twitter: @garethmcc --~--~-~--~~~---~--~~ You received this message because you

[symfony-users] Re: link_to() for a file in /web dir (symfony install in a web server subfolder)

2009-10-19 Thread Gareth McCumskey
urls, unless the file in question is generated by a module/action you shouldnt use the link_to function. -- Gareth McCumskey http://garethmccumskey.blogspot.com twitter: @garethmcc --~--~-~--~~~---~--~~ You received this message because you are subscribed

[symfony-users] Re: loading old schema.yml with not existing table

2009-10-19 Thread Gareth McCumskey
- is other way ? -- Gareth McCumskey http://garethmccumskey.blogspot.com twitter: @garethmcc --~--~-~--~~~---~--~~ 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

[symfony-users] Re: Check form

2009-10-19 Thread Gareth McCumskey
in my action which of those is submitted? -- Gareth McCumskey http://garethmccumskey.blogspot.com twitter: @garethmcc --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups symfony users group. To post to this group

[symfony-users] Re: loading old schema.yml with not existing table

2009-10-19 Thread Gareth McCumskey
So go to your models folder and delete them. If you don't nothing bad happens, those files just wont get used is all. On Mon, Oct 19, 2009 at 3:57 PM, mini_alexander aoohra...@gmail.com wrote: Yes but Symfony doesn't delete old models. On 19 Paź, 15:12, Gareth McCumskey gmccums...@gmail.com

[symfony-users] Re: loading old schema.yml with not existing table

2009-10-19 Thread Gareth McCumskey
delete old models. On 19 Paź, 15:12, Gareth McCumskey gmccums...@gmail.com wrote: Did you remember to clear cache after altering your schema.yml? On Mon, Oct 19, 2009 at 10:32 AM, mini_alexander aoohra...@gmail.com wrote: In old schema.yml I had some table, then I deleted this table

[symfony-users] Re: Page state

2009-10-16 Thread Gareth McCumskey
mechanisms for managing page state? Thanks -- Gareth McCumskey http://garethmccumskey.blogspot.com twitter: @garethmcc --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups symfony users group. To post to this group, send

[symfony-users] Re: Specify connection parameters (databases.yml) in PHP

2009-10-16 Thread Gareth McCumskey
directory (httpdocs in my case), so i have to leave the file public. Writing the connection parameters in PHP would be a solution, but now comes in my mind that I could tell apache not to allow to enter that directory... :) On Oct 15, 4:16 pm, Gareth McCumskey gmccums...@gmail.com wrote: So

[symfony-users] Re: Page state

2009-10-16 Thread Gareth McCumskey
unintentionally interact with eachother. I know hidden html inputs are usually the way this is done, but was hoping symfony had something that takes care of serialising and reposting these on each page load? On Oct 16, 7:20 am, Gareth McCumskey gmccums...@gmail.com wrote: http is a stateless

[symfony-users] Re: Specify connection parameters (databases.yml) in PHP

2009-10-16 Thread Gareth McCumskey
: Hi everybody, Is there a way to specify the connection parameters (those normally specified in databases.yml) via PHP? Maybe in the ProjectConfiguration class, but how? -- Gareth McCumskey http://garethmccumskey.blogspot.com twitter: @garethmcc

[symfony-users] Re: One Application, Several Domains, Shared session

2009-10-16 Thread Gareth McCumskey
domain to another. Ideally we would like the session id NOT to appear in the url... Do you think this is doable? If so, any hint on how you would do that?! Thanks! -- Gareth McCumskey http://garethmccumskey.blogspot.com twitter: @garethmcc

[symfony-users] Re: Specify connection parameters (databases.yml) in PHP

2009-10-16 Thread Gareth McCumskey
solution, waiting for better times. :) On Oct 16, 9:47 am, Gareth McCumskey gmccums...@gmail.com wrote: Why not consider an alternative hosting? If you like to fiddle and mess around, I use a service called Linode that allows me to setup my own server with the software I want and full root

[symfony-users] Re: Page state

2009-10-16 Thread Gareth McCumskey
and looking for a way to get the best of both worlds. (A session-like container for me to stick my current ids AND seperate states for each window. Any ideas? Thanks On Oct 16, 9:43 am, Gareth McCumskey gmccums...@gmail.com wrote: Perhaps a better description of what you're after, some kind

[symfony-users] Re: Page state

2009-10-16 Thread Gareth McCumskey
it on the page and repost it myself? On Oct 16, 11:52 am, Gareth McCumskey gmccums...@gmail.com wrote: What about creating a unique session entry per window? Something like $this-getUser()-setAttribute($window_name.$cust_id, $default, $value); On Fri, Oct 16, 2009 at 12:44 PM, Mark Smith

[symfony-users] Re: Page state

2009-10-16 Thread Gareth McCumskey
essentially a key for the page not the window. 2 windows on the same page will still be storing their state in the same place. On Oct 16, 12:18 pm, Gareth McCumskey gmccums...@gmail.com wrote: I don't think there is one already embedded but you can dynamically pull info from symfony to keep the key

[symfony-users] Re: Specify connection parameters (databases.yml) in PHP

2009-10-15 Thread Gareth McCumskey
(str_replace(www., , sfRequest::getHost(; On Wed, Oct 14, 2009 at 5:47 PM, Carlos Jorge Andrade carlos.andr...@gmail.com wrote: On 14, Oct 2009, at 13:48 , Gareth McCumskey wrote: First thing that goes through my mind is why you would want to do that? databases.yml is where all database

[symfony-users] Re: Specify connection parameters (databases.yml) in PHP

2009-10-15 Thread Gareth McCumskey
::getConnection(str_replace(www., , sfRequest::getHost(; } On Wed, Oct 14, 2009 at 5:47 PM, Carlos Jorge Andrade carlos.andr...@gmail.com wrote: On 14, Oct 2009, at 13:48 , Gareth McCumskey wrote: First thing that goes through my mind is why you would want to do that? databases.yml

[symfony-users] Re: Specify connection parameters (databases.yml) in PHP

2009-10-14 Thread Gareth McCumskey
, Davide Borsatto lloy...@gmail.com wrote: Hi everybody, Is there a way to specify the connection parameters (those normally specified in databases.yml) via PHP? Maybe in the ProjectConfiguration class, but how? -- Gareth McCumskey http://garethmccumskey.blogspot.com twitter: @garethmcc

[symfony-users] Re: Macosx, problem with mysql while inserting from console

2009-10-14 Thread Gareth McCumskey
. I've tried exporting the correct path of the php executable, and it's the same of the apache one.. but it still doesn't work. Thank you in advance -- Gareth McCumskey http://garethmccumskey.blogspot.com twitter: @garethmcc --~--~-~--~~~---~--~~ You

[symfony-users] Re: Macosx, problem with mysql while inserting from console

2009-10-14 Thread Gareth McCumskey
Hah! You learn something new everyday On Wed, Oct 14, 2009 at 3:21 PM, Eno symb...@gmail.com wrote: On Wed, 14 Oct 2009, Gareth McCumskey wrote: To make sure about this create a php file (lets call it php_info.php)that only contains: ?php phpinfo(); ? Then run it on command

[symfony-users] Re: Redirect with AJAX

2009-10-09 Thread Gareth McCumskey
refresh. But because I am still in the XmlHttpRequest, Symfony loads that page by AJAX as well. How can I in a XmlHttpRequest force to reload a page fully without AJAX? -- Gareth McCumskey http://garethmccumskey.blogspot.com twitter: @garethmcc

[symfony-users] Re: upload multiple files with ajax

2009-10-08 Thread Gareth McCumskey
, 2009 at 1:22 AM, Martin Ibarra Cervantes ibarra.cervan...@gmail.com wrote: hi guys, I need upload images to my server, for example Image_1 Comment_Image_1 Image_2 Comment_Image_3 Image_3 Comment_Image_3 maybe with ajax or not, but i need save the values in a DB, -- Gareth

[symfony-users] Re: symfony-users

2009-10-08 Thread Gareth McCumskey
/in/alecslupu Tel: (+4)0748.543.798 Thanks for solution. Now I have successfully store value database with comma separate. But How I will retrive it. I want to display selected value in multiselect dropdown, Thanks -- Gareth McCumskey http://garethmccumskey.blogspot.com twitter

[symfony-users] Re: how to install a symfony website

2009-10-08 Thread Gareth McCumskey
on the web scene. -- Using Opera's revolutionary e-mail client: http://www.opera.com/mail/ -- Blue Horn Ltd - System Development http://bluehorn.co.nz -- Gareth McCumskey http://garethmccumskey.blogspot.com twitter: @garethmcc

[symfony-users] Re: how to install a symfony website

2009-10-08 Thread Gareth McCumskey
benefited from sfGuardPlugin, even though not necessarily that ALL projects use sfGuardPlugin. On Fri, Oct 9, 2009 at 12:25 AM, Gareth McCumskey gmccums...@gmail.com wrote: No it wouldn't. Wordpress is a CRM system at its heart and thats really all its there for. symfony is much lower level than

[symfony-users] Re: if (condition): endif: not working

2009-10-07 Thread Gareth McCumskey
in advance. -- Blue Horn Ltd - System Developmenthttp://bluehorn.co.nz -- Gareth McCumskey http://garethmccumskey.blogspot.com twitter: @garethmcc --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups symfony users

[symfony-users] Re: Template in AJAX request

2009-10-06 Thread Gareth McCumskey
the layout has to be shown? I want a total AJAX refresh of the complete HTML. -- Gareth McCumskey http://garethmccumskey.blogspot.com twitter: @garethmcc --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups symfony users

[symfony-users] Re: how to install a symfony website

2009-10-05 Thread Gareth McCumskey
. -- -- Blue Horn Ltd - System Development http://bluehorn.co.nz -- Gareth McCumskey http://garethmccumskey.blogspot.com twitter: @garethmcc --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[symfony-users] Re: how to install a symfony website

2009-10-05 Thread Gareth McCumskey
. Deploying a web site is not something you can just give to someone who is not technical. -- -- Blue Horn Ltd - System Development http://bluehorn.co.nz -- Gareth McCumskeyhttp://garethmccumskey.blogspot.com twitter: @garethmcc -- Gareth McCumskey http

[symfony-users] Re: How to execute a stored procedure on a remote db server throught symfony?

2009-10-02 Thread Gareth McCumskey
AM, Gareth McCumskey gmccums...@gmail.comwrote: Stored procedures, while seemingly convenient, are actually not a good idea if you want to ensure your application remains properly database abstracted/agnostic. Stored procedures are in most cases not transferable between database type

[symfony-users] Re: JobeetJobTable class vs JobeetJob class

2009-10-02 Thread Gareth McCumskey
it or not understood the tutorial if it covered it. Thanks for the help! -- Gareth McCumskey http://garethmccumskey.blogspot.com twitter: @garethmcc --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[symfony-users] Re: Component- Templating

2009-10-02 Thread Gareth McCumskey
: If you get around to plugging it in to 1.3 id love to see a simple how- to since its on my list of personal projects to pursue once i escape my current Zend Hell ;-) Why do you call it Zend Hell ? :-) -- -- Gareth McCumskey http://garethmccumskey.blogspot.com twitter: @garethmcc

[symfony-users] Upgrading to 1.2 on PHP 5.1

2009-10-02 Thread Gareth McCumskey
everyones knee jerk reaction will be Just upgrade PHP which is something we are investigating to do but we may potentially have no solution that the system administrators/Technical Director will be happy with so it would be helpful if there was some way to use symfony 1.2 anyway. -- Gareth McCumskey

[symfony-users] Re: Upgrading to 1.2 on PHP 5.1

2009-10-02 Thread Gareth McCumskey
be able to use 1.2 in conjunction with some of the PEAR libs. I know there's a PEAR compat lib that's designed to help with this type of issue. -- Gareth McCumskey http://garethmccumskey.blogspot.com twitter: @garethmcc --~--~-~--~~~---~--~~ You received

[symfony-users] Re: schema design

2009-10-02 Thread Gareth McCumskey
a lot Marco -- Gareth McCumskey http://garethmccumskey.blogspot.com twitter: @garethmcc --~--~-~--~~~---~--~~ 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

[symfony-users] Re: How to execute a stored procedure on a remote db server throught symfony?

2009-10-01 Thread Gareth McCumskey
... Thx -- Gareth McCumskey http://garethmccumskey.blogspot.com twitter: @garethmcc --~--~-~--~~~---~--~~ 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

[symfony-users] Re: Out of memory everywhere /slow page response

2009-10-01 Thread Gareth McCumskey
to set it up right. There are people here running big sites using symfony that don't have the problems you're seeing. -- -- Gareth McCumskey http://garethmccumskey.blogspot.com twitter: @garethmcc --~--~-~--~~~---~--~~ You received this message because

[symfony-users] Re: jobeet tutorial data model problem

2009-10-01 Thread Gareth McCumskey
? -- Gareth McCumskey http://garethmccumskey.blogspot.com twitter: @garethmcc --~--~-~--~~~---~--~~ 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

[symfony-users] Re: jobeet tutorial data model problem

2009-10-01 Thread Gareth McCumskey
/propel-generator/ build.xml has 3 isset tags. I thing they are important for generation tool because when i comment them it didn't work. On Oct 1, 12:19 pm, Gareth McCumskey gmccums...@gmail.com wrote: As this says: schemaputting /home/grkn/public_html/...eet/ config/generated

[symfony-users] Re: sfGrid and Custom query

2009-10-01 Thread Gareth McCumskey
private 'parent' = null protected 'countCriteria' = null private 'cursor' = int 0 private 'offset' = int 0 private 'limit' = int 0 [/code] and the message: [code] Class Idea has no method called getideaRelationId. [/code] -- Gareth McCumskey http

[symfony-users] Re: Symfony Super Cache in 1.2

2009-10-01 Thread Gareth McCumskey
too after the expiration time. Sadly, this isn't availble for 1.2. Does anyone know of a decent alternative? Or any other solution to our issue? Thanks. -- Gareth McCumskey http://garethmccumskey.blogspot.com twitter: @garethmcc --~--~-~--~~~---~--~~ You

[symfony-users] Re: Are there any good solution to implement instant webpage translation?

2009-10-01 Thread Gareth McCumskey
features in symfony would suffice. The only downside is that you would have to translate your site features into othe languages. -- -- Gareth McCumskey http://garethmccumskey.blogspot.com twitter: @garethmcc --~--~-~--~~~---~--~~ You received

[symfony-users] Re: Separating Presentation from Symfony

2009-10-01 Thread Gareth McCumskey
the full Symfony framework however the person responsible for the UI doesn't want to learn Symfony templating to fix my mediocre HTML pages. -Simon On Sep 28, 7:28 pm, Gareth McCumskey gmccums...@gmail.com wrote: Personally I don't see why you would even bother with symfony then. The whole

[symfony-users] Re: sfGrid and Custom query

2009-10-01 Thread Gareth McCumskey
('The column %s has not been found in the datasource columns or the model %s', $column, $this- getTable())); } } } It checks whether the column you wanted is spcified as an aggregate alias in the query. On 1 okt, 14:30, Gareth McCumskey gmccums...@gmail.com wrote: Class Idea has

[symfony-users] Re: Custom view_class

2009-09-30 Thread Gareth McCumskey
Just bear in mind that smarty IS a templating with its own special markup and as you say Daniel, it has loads of documentation already. Probably easier just to incorporate Smarty than trying to make your own - Original Message - From: Richtermeister nex...@gmail.com To: symfony users

[symfony-users] Re: Call For Information Re-organization [opinions needed]

2009-09-29 Thread Gareth McCumskey
Yes I have an extreme position. So I challenge you to show me a good code example from php.net that we then can discuss. (preferrably on a different thread) Fabian -- Gareth McCumskey http://garethmccumskey.blogspot.com twitter: @garethmcc

[symfony-users] Re: Group by problem

2009-09-29 Thread Gareth McCumskey
='active' and business.STATUS= 'active' group by sf_tagging.TAGGABLE_ID Thx in advance Dijil -- Gareth McCumskey http://garethmccumskey.blogspot.com twitter: @garethmcc --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[symfony-users] Re: Problem with routing from new module/action method: missing something fundamental?

2009-09-29 Thread Gareth McCumskey
:02:37 symfony [warning] {404} requested url: /admin/schedule Sep 28 10:02:37 symfony [info] {sfView} initialize view for default/ error404 -- Gareth McCumskey http://garethmccumskey.blogspot.com twitter: @garethmcc --~--~-~--~~~---~--~~ You received

[symfony-users] Re: type validation error

2009-09-29 Thread Gareth McCumskey
] loc_id: fields: [loc_id] name: fields: [name] loc_type: fields: [loc_type] -- Gareth McCumskey http://garethmccumskey.blogspot.com twitter: @garethmcc --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[symfony-users] Re: type validation error

2009-09-29 Thread Gareth McCumskey
] -- Gareth McCumskey http://garethmccumskey.blogspot.com twitter: @garethmcc --~--~-~--~~~---~--~~ 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

[symfony-users] Re: type validation error

2009-09-29 Thread Gareth McCumskey
this problem? Gareth McCumskey schrieb: Instead of loc_type: '10020' try loc_type: 10020 (no quotes). Your database might not be allowing you to insert a string (which is what it might interpret it as) if the field type is only for integers. 2009/9/28 Paul Richert p.rich...@ag

[symfony-users] Re: The big memory issue

2009-09-28 Thread Gareth McCumskey
much! -- Gareth McCumskey http://garethmccumskey.blogspot.com twitter: @garethmcc --~--~-~--~~~---~--~~ 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

[symfony-users] Re: CSRF breaks after ajax authentication

2009-09-28 Thread Gareth McCumskey
'. I found an unresolved ticket for Symfony 1.1 (#3932), but that doesn't help me much. Does anybody know how to proceed? Thanks, Stefan -- Gareth McCumskey http://garethmccumskey.blogspot.com twitter: @garethmcc --~--~-~--~~~---~--~~ You received

[symfony-users] Re: Compare date only from date time field using criteria

2009-09-28 Thread Gareth McCumskey
. $c_iti = new Criteria(); $c_iti-add(ItineraryPeer::START_TIME,$start_time); $itinerary_list = ItineraryPeer::doSelect($c_iti); Can anybody help me? Thanks in advance. -- Gareth McCumskey http://garethmccumskey.blogspot.com twitter: @garethmcc

[symfony-users] Re: How to execute a stored procedure on a remote db server throught symfony?

2009-09-28 Thread Gareth McCumskey
... Is there a way I can achieve this through symfony or would I have to bank on plain php? Your time n help is highly appreciated... Thx -- Gareth McCumskey http://garethmccumskey.blogspot.com twitter: @garethmcc --~--~-~--~~~---~--~~ You received this message

[symfony-users] Re: Call For Information Re-organization [opinions needed]

2009-09-28 Thread Gareth McCumskey
of junk. the solutions are untested, undocumented, not working or messy. Fabian -- Gareth McCumskey http://garethmccumskey.blogspot.com twitter: @garethmcc --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups symfony

[symfony-users] Re: problem with JobeetCleanupTask task tutorial day 11 jobeet - propel

2009-09-28 Thread Gareth McCumskey
! -- Gareth McCumskey http://garethmccumskey.blogspot.com twitter: @garethmcc --~--~-~--~~~---~--~~ 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

[symfony-users] Re: symfony template vs smarty

2009-09-28 Thread Gareth McCumskey
a management point of view? Thanks for your input / assistance. -- Gareth McCumskey http://garethmccumskey.blogspot.com twitter: @garethmcc --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups symfony users group. To post

[symfony-users] Re: use symfony with a created db (made without symfony)

2009-09-28 Thread Gareth McCumskey
to use symfony without change my Firebird database. All that depends of sql, etc, is created. I jus need that symfony give me the views working with my database that is ready, complete. can i do it? how to do it? please! my boss will kill me :S thank you. -- Gareth McCumskey http

[symfony-users] Re: how to use symfony with a firebird db that borns without symfony.

2009-09-28 Thread Gareth McCumskey
not understanding how to customize my schema.yml i found it: ./symfony doctrine:build-schema and it will take my db and reproduces it in schema.yml, right?! and then?! don't worry anymore?! rs! sorry, this comment is the second again.. =\ -- Gareth McCumskey http

[symfony-users] Re: Hosting Multiple Projects

2009-09-28 Thread Gareth McCumskey
machine. What shall I do to make environment for better performance or other wise ? Regards Deepak Bhatia -- Gareth McCumskey http://garethmccumskey.blogspot.com twitter: @garethmcc --~--~-~--~~~---~--~~ You received this message because you

[symfony-users] Re: Separating Presentation from Symfony

2009-09-28 Thread Gareth McCumskey
. On a similar note, does anyone know if there will be problems with calling actions straight without first going through the index.php? Thanks for any pointers. Regards, Simon -- Gareth McCumskey http://garethmccumskey.blogspot.com twitter: @garethmcc

[symfony-users] Re: Deployment problem in production

2009-09-27 Thread Gareth McCumskey
with situations like this. Thanks, Steve -- Gareth McCumskey http://garethmccumskey.blogspot.com twitter: @garethmcc --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups symfony users group. To post to this group

[symfony-users] Re: Site slow on ovh RPS 1

2009-09-25 Thread Gareth McCumskey
... Someone could help me ? Thank u ! -- Gareth McCumskey http://garethmccumskey.blogspot.com twitter: @garethmcc --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups symfony users group. To post to this group

[symfony-users] Re: Site slow on ovh RPS 1

2009-09-25 Thread Gareth McCumskey
faster (even if sometimes the first page is slow...) What could i do ?? I've already done apt-get install apc. So im confused ... Someone could help me ? Thank u ! -- Gareth McCumskey http://garethmccumskey.blogspot.com twitter: @garethmcc

[symfony-users] Re: Call For Information Re-organization [opinions needed]

2009-09-25 Thread Gareth McCumskey
together an initiative to re-organize and enhance the site to make it more intuative (if that's the right word) for new-comers and seasoned users alike. Feel free to irc me at fakingfantastic aswell, i'm usually in #symfony. -- Gareth McCumskey http://garethmccumskey.blogspot.com twitter

[symfony-users] Re: Symfony has definitely become too complicated framework

2009-09-25 Thread Gareth McCumskey
- where is table tag? Using tr, th and td without table - terrible ! As the example in the docs show, *you* must supply that: http://www.symfony-project.org/forms/1_2/en/01-Form-Creation#chapter_... -- -- Gareth McCumskey http://garethmccumskey.blogspot.com twitter

[symfony-users] Re: Symfony has definitely become too complicated framework

2009-09-25 Thread Gareth McCumskey
, 2009 at 10:04 AM, Gareth McCumskey gmccums...@gmail.comwrote: We recently hired a junior PHP developer, fresh out of college, getting his first taste of using PHP AND symfony in a production environment. We pretty much had to throw him in the deep end with using symfony

[symfony-users] Re: User session variables

2009-09-25 Thread Gareth McCumskey
variable. However if it is NULL, means the session is broken now. $current_name = $this-getUser()-getAttribute('allnames'); Please suggest suitably. Thanks Deepak Bhatia -- Gareth McCumskey http://garethmccumskey.blogspot.com twitter: @garethmcc

[symfony-users] Re: User session variables

2009-09-25 Thread Gareth McCumskey
= $this-getUser()-getAttribute('allnames'); Please suggest suitably. Thanks Deepak Bhatia -- Gareth McCumskey http://garethmccumskey.blogspot.com twitter: @garethmcc --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[symfony-users] Re: Symfony has definitely become too complicated framework

2009-09-25 Thread Gareth McCumskey
.. in php4 there were any oop layering in progress .. Fabien, if i remember right (haven't work to much with Rails) symfony folder structure is much alike with Ruby on Rails. By the way. Please close this non sense thread. Alecs On Fri, Sep 25, 2009 at 10:04 AM, Gareth McCumskey

[symfony-users] Re: User session variables

2009-09-25 Thread Gareth McCumskey
session variables as per your explaination ? Thanks Deepak Bhatia On Fri, Sep 25, 2009 at 4:01 PM, Gareth McCumskey gmccums...@gmail.comwrote: The session variables are not cleared automatically. If a user logs out only the symfony authenticated variable is set to false and all

[symfony-users] Re: User session variables

2009-09-25 Thread Gareth McCumskey
for which reason ? I hope I am making sense. Thanks Deepak On Fri, Sep 25, 2009 at 4:36 PM, Gareth McCumskey gmccums...@gmail.comwrote: Like I said, on your login action, set the unset your own session variables if you don't want the user to retain session variables on timeout

[symfony-users] Re: Symfony has definitely become too complicated framework

2009-09-19 Thread Gareth McCumskey
and profitability of such work is very questionable. So, Symfony - Goodbye -- Gareth McCumskey http://garethmccumskey.blogspot.com twitter: @garethmcc --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups symfony users group

[symfony-users] Re: Application or module

2009-09-18 Thread Gareth McCumskey
a static home page that links to the two and to have cross links between blog and forum. Is it better to create a frontend app with forum and blog modules or to create two different applications? And why? for the backend i'll create a different app. thanks a lot Marco -- Gareth

[symfony-users] Re: help

2009-09-17 Thread Gareth McCumskey
://www.linkedin.com/in/alecslupu Tel: (+4)0748.543.798 -- Gareth McCumskey http://garethmccumskey.blogspot.com twitter: @garethmcc --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups symfony users group

[symfony-users] Re: help

2009-09-17 Thread Gareth McCumskey
://twitter.com/alecslupu I am on linkedIn: http://www.linkedin.com/in/alecslupu Tel: (+4)0748.543.798 -- Gareth McCumskey http://garethmccumskey.blogspot.com twitter: @garethmcc --~--~-~--~~~---~--~~ You received this message because you are subscribed

[symfony-users] Re: Performance optimization!HELP!!

2009-09-17 Thread Gareth McCumskey
3. Minimise the number of queries with joins I would be careful about this as we have found a few times now that reducing a join to multiple queries actually increases performance. This is very much a case by case basis. -- Gareth McCumskey http://garethmccumskey.blogspot.com twitter

[symfony-users] Re: Ajax queuing behaviour driving us mad

2009-09-17 Thread Gareth McCumskey
, 2009 at 2:47 PM, Gareth McCumskey gmccums...@gmail.comwrote: Well we actually fixed the solution by using session_write_close() at the beginning of the actions responsible for pulling data from the server and that DO NOT write session data so that it will unlock session as soon as the controller

[symfony-users] Re: Ajax queuing behaviour driving us mad

2009-09-16 Thread Gareth McCumskey
and redundancy - you lose out with extra network overhead - even with a fast private connection between both servers - you have a roundtrip time that generally doesn't scale well as load increases. On Tue, 15 Sep 2009 14:47:38 +0200, Gareth McCumskey gmccums...@gmail.com wrote: Well we actually

[symfony-users] Ajax queuing behaviour driving us mad

2009-09-15 Thread Gareth McCumskey
processing of one request per client etc. Any insight to this problem would be greatly appreciated. -- Gareth McCumskey http://garethmccumskey.blogspot.com twitter: @garethmcc --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[symfony-users] Re: Ajax queuing behaviour driving us mad

2009-09-15 Thread Gareth McCumskey
likely due to PHP session locking: http://nz2.php.net/manual/en/ref.session.php#64525 On Tue, Sep 15, 2009 at 11:45 PM, Gareth McCumskey gmccums...@gmail.com wrote: Hi all, We have encountered an odd problem that I believe should not be happening. Let me try and describe it as best I can

[symfony-users] Re: Ajax queuing behaviour driving us mad

2009-09-15 Thread Gareth McCumskey
event (e.g.: page load) On Wed, Sep 16, 2009 at 12:11 AM, Gareth McCumskey gmccums...@gmail.com wrote: Thanks, looking at that link it seems to be exactly what we are experiencing. Would you know a way we could turn that session locking off within symfony? I am not too fond of the example

[symfony-users] Re: Ajax queuing behaviour driving us mad

2009-09-15 Thread Gareth McCumskey
. Basically we have a few div's on one page that needs to be populated with the ajax returns. What seems to be happening though is instead of each You really need to just have one ajax call per event (e.g.: page load) On Wed, Sep 16, 2009 at 12:11 AM, Gareth McCumskey gmccums...@gmail.com

[symfony-users] Re: how to display image in template

2009-08-21 Thread Gareth McCumskey
You can read all about how symfony deals with application paths on the server by reading the book's section on sfConfig :) - Original Message - From: sunny asim...@gmail.com To: symfony users symfony-users@googlegroups.com Sent: Friday, August 21, 2009 2:20:02 PM GMT +02:00 Harare /

[symfony-users] Re: link_to_remote page flicker

2009-08-04 Thread Gareth McCumskey
Do you get any Firebug errors that point that out as the cause. If you were calling functions that weren't defined then there would be some kind of error - Original Message - From: DEEPAK BHATIA toreachdee...@gmail.com To: symfony-users@googlegroups.com Sent: Tuesday, August 4, 2009

[symfony-users] Re: link_to_remote page flicker

2009-08-03 Thread Gareth McCumskey
One thing we have done that seems to help is in the link_to_remote set an effect and make the duration larger than 0.5 seconds, example: ?php echo link_to_remote(Link text, array( url=module/action, update=div_to_update, script=true, complete=Effect.Appear('div_to_load', {

[symfony-users] Re: link_to_remote - Ajax Call

2009-07-30 Thread Gareth McCumskey
Can we see your link_to_remote code? - Original Message - From: DEEPAK BHATIA toreachdee...@gmail.com To: symfony-users@googlegroups.com Sent: Thursday, July 30, 2009 9:56:05 AM GMT +02:00 Harare / Pretoria Subject: [symfony-users] link_to_remote - Ajax Call Hi, I am using

[symfony-users] Re: link_to_remote - Ajax Call

2009-07-30 Thread Gareth McCumskey
Well Actually I was referring to just the line of code that calls the link_to_remote helper... - Original Message - From: DEEPAK BHATIA toreachdee...@gmail.com To: symfony-users@googlegroups.com Sent: Thursday, July 30, 2009 10:58:31 AM GMT +02:00 Harare / Pretoria Subject:

[symfony-users] Re: Symfony Deployment

2009-07-28 Thread Gareth McCumskey
You also need to make sure that the Apache virtual host settings also have AllowOverride settings. For example: Directory /var/www/project/web/sf AllowOverride All Allow from All /Directory Directory /var/www/project/web/ AllowOverride All

<    1   2   3   4   5   6   7   8   >