[symfony-users] Re: Writing Project Documentation

2009-10-30 Thread Kropp, Henning

Yes I ment code documentation. Sorry, that i did not make my self clear.

I am trying PhpDocumentor with not so much of a success and was
wondering if symfony offers any support.

I am also coding with netbeans and would have liked an easy integration
like javadoc.

Thanks

Gareth McCumskey schrieb:
> What do you mean by documentation? Code documentation for other
> developers? Usability documentation for end users?
>
> If you mean code documentation you can use PHPDoc style comments above
> all your class methods etc that can then by automatically compiled
> into an API reference by many PHPDoc generation tools.
>
> On Fri, Oct 30, 2009 at 2:12 PM, Kropp, Henning  <mailto:hkr...@microlution.de>> wrote:
>
>
> Hi,
>
> is there any support in symfony to support project documentation? What
> is best practice to document once symfony project?
>
> Thank you very much
> Henning Kropp
>
>
>
>
>
> -- 
> 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
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~--~~~~--~~--~--~---



[symfony-users] Writing Project Documentation

2009-10-30 Thread Kropp, Henning

Hi,

is there any support in symfony to support project documentation? What
is best practice to document once symfony project?

Thank you very much
Henning Kropp

--~--~-~--~~~---~--~~
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 this group, send email to 
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~--~~~~--~~--~--~---



[symfony-users] Fetching and Working with Objects-Arrays using Propel

2009-09-18 Thread Kropp, Henning

Hi list,

I am not very fund of php and have a question regarding its handling of
objects. With Propel I can fetch objects form the database, which is
great. If I do
for example "ObjectPeer::doSelect(new Criteria())" I get back an array
of my objects. Now, how do I work with this array 'wisely'??

I know I can do a foreach to go through the array, which is great too. I
also found out I can identify an object in the array with
"in_array($obj, $objects)", also very great.

But:
How do I add a or more objects to the array, say by fetching some more
from db?

Can I delete one object from the array?

Can I get a certain object from the array, say like $objects->get($obj)?

Can I work with position of objects in the array, say like $pos =
$objects->posOf($obj); $objects->get($pos);?

If I fetch an object by joining another one can I still do
"in_array($obj, $fetched_objects)" with  $obj beeing an object without
the joined ones (I am not sure this makes any sense, which leads me to
my next question:)?

How are joined objects stored in a array? As an object? Or as an array
of objects, like $obj->$joinedObj->Array()? Can I than do
"in_array($joinedObj, $objects) and find it? That wouldnt make sense,
because what really should be found is $obj->$joinedObj???


I really would appreciate it very much if some could enlighten or point
me in the right direction about the object principle in php and propel?

Thanks!




--~--~-~--~~~---~--~~
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 this group, send email to 
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~--~~~~--~~--~--~---



[symfony-users] Turn off web_debug for certain templates

2009-08-31 Thread Kropp, Henning

Hi list,

is it possible to turn off web_debug for certain templates in a module, 
but using web_debug for the rest of the apps modules? How can this be 
configured?

Thanks!

--~--~-~--~~~---~--~~
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 this group, send email to 
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~--~~~~--~~--~--~---