IRC Networks
Irc Logs Stats
Start date: 2007-09-27 02:48:27
Last update: 2008-10-24 20:19:38
Channels: 41
Logged Lines: 6230436
Size: 1822.66 MB
Powered by
Channel Info
Network: freenodeChannel: #php |
Search in www.irclog.org
Log from #php at freenode 2006-05-11
Pages: < Prev
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Next >
[16:54]<mzsvnz_mnmya>where can i find one of those?
[16:54]<rnaq7>how do i get every result instead of just the one? $pResults[1]->fetchInto($pRet, DB_FETCHMODE_ASSOC);
[16:55]<jd>Master_Medic, google for phpmailer
[16:55]<jndv>zaydana: Still having problems with Abstract classes?
[16:55]<jd>i think thats the one i've used is called
[16:55]<zjw>$array = $db->getAll($sql);
[16:55]<jndv>Mine works fine
[16:56]<ermmrgr>Jemt - yeah
[16:56]<mzsvnz_mnmya>ok
[16:56]<rnaq7>schweet, cheers row
[16:56]<zjw>aec26: np
[16:56]<ermmrgr>Jemt - do you think you could pastebin yours?
[16:56]<jndv>Sure, sec
[16:56]<rnaq7>row, been working arround that for soooooo long!
[16:58]<jndv>zaydana: http://pastebin.com/711448
[16:59]<ermmrgr>oh I am a total idiot... I used "abstract" instead of "abstract class" :-)
[17:00]<ermmrgr>Jemt - can you put variables in an interface?
[17:00]<jndv>zaydana: Hehe, nice that we have now solved your problem :)
[17:00]<jndv>zaydana: Nope
[17:01]<ermmrgr>doh.
[17:01]<ermmrgr>Thanks for the help then :-)
[17:01]<jndv>zaydana: You are very welcome :)
[17:04]<zpzzznff>TML, caffinated
[17:04]<zpzzznff>a quick question if I may
[17:04]<ermmrgr>Jemt - you can put variables in an abstract class tho, right?
[17:04]<jndv>zaydana: Yep
[17:04]<ermmrgr>ok... still not working
[17:05]<zpzzznff>if you are teaching someone for the first about HTML and its stateless nature, what is a good way to really make your pupil understand how the internet being stateless relates to the client server model
[17:05]<jndv>zaydana: Make a simple example of your class and pastebin it
[17:05]<ermmrgr>k ...
[17:05]<jndv>zaydana: Simple == better. I'm a little busy today, you see :)
[17:07]<ermmrgr>ok...
[17:07]<ermmrgr>http://pastebin.com/711471
[17:07]<ermmrgr>basically its just a few variables
[17:07]<jndv>Checking
[17:08]<ermmrgr>you see the top variable, and you have the idea of the class.
[17:09]<jndv>zaydana: Don't use 'var' to define variables - use 'private', 'public', or 'protected'
[17:09]<ermmrgr>oh?... ok...
[17:09]<||aw>Jemt: assuming php5
[17:09]<jndv>Oh yes, sorry
[17:09]<ermmrgr>I thought "var" was treated as public
[17:09]<jndv>That's true!
[17:09]<ermmrgr>yeah, its php5
[17:09]<||aw>ah, abstract
[17:09]<jndv>zaydana: It is
[17:10]<jndv>zaydana: 'var' should be the same as 'public'. But only 'protected' can be inherited
[17:10]<jndv>No, wait
[17:10]<jndv>That's nonsense
[17:10]<ermmrgr>private isn't inherited, protected can be, public can be seen by everything
[17:10]<jndv>Yep
[17:10]<ermmrgr>I've done c++ before, so I know about inheritance :-)
[17:10]<jndv>Hehe, ok :)
[17:11]<ermmrgr>altho, changing "var" to "public" made it work
[17:11]<ermmrgr>nfi why. Thanks tho :-)
[17:11]<||aw>jfarrell: stateless is like a walkie-talkie, statefull is like a phone call
[17:11]<jndv>hehe, np. I would use private/public/protected in PHP5 if I were you though
[17:11]<ermmrgr>ok, i'll do that then.
[17:11]<jndv>Good :)
[17:12]<ermmrgr>this is weird... now they aren't added to the generated documentation
[17:12]<ermmrgr>gah.
[17:13]<jndv>zaydana: You specified 'private'?
[17:13]<ermmrgr>no, public
[17:13]<jndv>Weird
[17:13]<ermmrgr>also added "@access public" to the class' docblock, just to be sure
[17:18]<frrrnfjvscy>is it possible to open a new window with php?
[17:18]<jd>no
[17:18]<jd>use javascript
[17:20]<frrrnfjvscy>jy: i have done a button when clicked on opens a new page. But i have no idea how fill it with data. do u ?
[17:20]<jd>fill the new page with data?
[17:20]<||aw>pangelovski: echo?
[17:21]<frrrnfjvscy>im using javascripts window.open
[17:21]<jd>ya which opens a page so just open data.php
[17:21]<jd>and in data.php fill it with your data
[17:21]<ermmrgr>pangelovski: #javascript :-)
[17:21]<frrrnfjvscy>yes, cool thanks
[17:22]<frrrnfjvscy>i tried there, but they are not "nice" dont want to cuss in the channel
[17:22]<frrrnfjvscy>the thing is im using mambo as well so its kind a complicated to only see the website i want
[17:23]<ermmrgr>ah k
[17:25]<||aw>pangelovski: mambo has their own support channels (forum, mail list)
[17:27]<ymrg>http://pastebin.com/711486 -- im trying to get all input with DOM but it seems that i cant.. i only get blank screen
[17:28]<lznnvysx>I am using imagemagic to make my image transparent by using convert -transparent "white" srcimage desimage
[17:28]<lznnvysx>but it leaves white edges
[17:29]<ermmrgr>Jemt - sorry to keep bothering you, but any idea why http://pastebin.com/711507 would generate documentation only for the function that I defined?
[17:29]<lznnvysx>can some one help
[17:29]<lznnvysx>is there any room for imagemagic
[17:31]<jndv>zaydana: Nope, quite odd
[17:31]<ermmrgr>oh well, thanks anyway
[17:31]<dnznvx>preetish: what do you want to know?
[17:32]<dnznvx>ow right
[17:32]<lznnvysx>yereth, i want to know how can i make that edges also transparent which are left
[17:32]<dnznvx>preetish: are you sure the edges are not accidently not exactly white?
[17:32]<zjw>jbpros: you around?
[17:33]<lznnvysx>yereth, yeh they r not exactly white
[17:33]<ve>has anyone managed to send an associative array through PHP5 SOAP when using a wsdl file?
[17:33]<lznnvysx>yereth, but they r similar to it
[17:33]<dnznvx>preetish: you should look for the threshold parameter.. I'm sure imagemagick has it
[17:33]<lznnvysx>yereth, i wanna know how can i tell imagemagic to see similar to white and also make them transaprent
[17:33]<dnznvx>threshold*
[17:34]<lznnvysx>yereth, what can b threshold value
[17:34]<lznnvysx>–white-threshold threshold yereth







