Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.php > #17232 > unrolled thread

Re: treeview

Started byIvan Shmakov <ivan@siamics.net>
First post2016-12-23 03:35 +0000
Last post2016-12-27 20:21 +0100
Articles 3 — 3 participants

Back to article view | Back to comp.lang.php

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: treeview Ivan Shmakov <ivan@siamics.net> - 2016-12-23 03:35 +0000
    Re: treeview Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2016-12-27 19:23 +0100
      Re: treeview "R.Wieser" <address@not.available> - 2016-12-27 20:21 +0100

#17232 — Re: treeview

FromIvan Shmakov <ivan@siamics.net>
Date2016-12-23 03:35 +0000
SubjectRe: treeview
Message-ID<87bmw32u7d.fsf@violet.siamics.net>
>>>>> Jan Novak <repcom@gmail.com> writes:

 > Hi, (hopefully, this ist the right NG): i'v been searching for an
 > easy treeview.  It "should" be without JS because i dont know a lot
 > of it and how to use it - My programming languag is PHP.  All data
 > comes from a database.  I had try the bootstrap one, but i cant
 > initialize it, that it works.

 > Can someone make a suggestion with an easy code example?

	I would happen to think that you'd have a better luck with this
	question in the news:comp.lang.php newsgroup, which I'm hereby
	crossposting (and setting Followup-To:) to.

-- 
FSF associate member #7257  58F8 0F47 53F5 2EB2 F6A5  8916 3013 B6A0 230E 334A

[toc] | [next] | [standalone]


#17236

FromThomas 'PointedEars' Lahn <PointedEars@web.de>
Date2016-12-27 19:23 +0100
Message-ID<1766319.oMNUckLgyt@PointedEars.de>
In reply to#17232
Ivan Shmakov wrote:

>>>>>> Jan Novak <repcom@gmail.com> writes:
> 
>  > Hi, (hopefully, this ist the right NG): i'v been searching for an
>  > easy treeview.  It "should" be without JS because i dont know a lot
>  > of it and how to use it - My programming languag is PHP.  All data
>  > comes from a database.  I had try the bootstrap one, but i cant
>  > initialize it, that it works.
> 
>  > Can someone make a suggestion with an easy code example?
> 
> I would happen to think that you'd have a better luck with this
> question in the news:comp.lang.php newsgroup, which I'm hereby
> crossposting (and setting Followup-To:) to.

I do not think this is a question that belongs in this newsgroup.  All that 
PHP could do additionally, if client-side scripting is out of the question, 
is to generate the corresponding HTML.  And that is PHP 101.

The OP should come back here when he did his homework and can present 
something other than vague references and “it doesn’t work”.

-- 
PointedEars
Zend Certified PHP Engineer <http://www.zend.com/en/yellow-pages/ZEND024953>
<https://github.com/PointedEars> | <http://PointedEars.de/wsvn>
Twitter: @PointedEars2 | Please do not cc me./Bitte keine Kopien per E-Mail.

[toc] | [prev] | [next] | [standalone]


#17237

From"R.Wieser" <address@not.available>
Date2016-12-27 20:21 +0100
Message-ID<5862be5e$0$21412$e4fe514c@news.xs4all.nl>
In reply to#17236
PointedEars,

> I do not think this is a question that belongs in this newsgroup

Quite the contrary.

> if client-side scripting is out of the question,

Which it is, as you could have read from Ivans repost of the OPs question.
So, no need to ask or restate it.

> And that is PHP 101

And there we are, in a PHP newsgroup.  :-)

> The OP should come back here when he did his homework
> and can present something other than vague references and
> "it doesn't work".

If you would have really read it you would have notice he can't get it
(whatever that "it" might have been) "initialized".   If you're interrested
you might ask the OP what he means with that, and by it help him "zoom into"
the problem with that (if any).

On the other hand, he indicated he passed that station and is now asking our
help in the form of an easy example.  Which you duly ignored. :-\

And just saying (to a third person !  Why?) he should do "his homework"
isn't really helpfull *at all*.   Maybe you should put some more work into
figuring out/reading "how to be helpfull 101" yourself ?

Regards,
Rudy Wieser

P.s.
When are you yourself going to use a "true name" in your posts as well as in
your email address, and put that "true name" at the spot you told me
(demanded actually) it should be placed?   Or is that still something only
*others* must to do ? :-D


-- Origional message
Thomas 'PointedEars' Lahn <PointedEars@web.de> schreef in berichtnieuws
1766319.oMNUckLgyt@PointedEars.de...
> Ivan Shmakov wrote:
>
> >>>>>> Jan Novak <repcom@gmail.com> writes:
> >
> >  > Hi, (hopefully, this ist the right NG): i'v been searching for an
> >  > easy treeview.  It "should" be without JS because i dont know a lot
> >  > of it and how to use it - My programming languag is PHP.  All data
> >  > comes from a database.  I had try the bootstrap one, but i cant
> >  > initialize it, that it works.
> >
> >  > Can someone make a suggestion with an easy code example?
> >
> > I would happen to think that you'd have a better luck with this
> > question in the news:comp.lang.php newsgroup, which I'm hereby
> > crossposting (and setting Followup-To:) to.
>
> I do not think this is a question that belongs in this newsgroup.  All
that
> PHP could do additionally, if client-side scripting is out of the
question,
> is to generate the corresponding HTML.  And that is PHP 101.
>
> The OP should come back here when he did his homework and can present
> something other than vague references and "it doesn't work".
>
> --
> PointedEars
> Zend Certified PHP Engineer
<http://www.zend.com/en/yellow-pages/ZEND024953>
> <https://github.com/PointedEars> | <http://PointedEars.de/wsvn>
> Twitter: @PointedEars2 | Please do not cc me./Bitte keine Kopien per
E-Mail.


[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.php


csiph-web