| |
| |
| |
|
Page: 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
Comments:
<0> i note the conservative use of the word "probably" there, indicating that there is some chance that someone wrote a php function to finish this remodelling project :) <1> b1n0ry recompile emacs with --disable-kitchensink --enable-bathroom-elisp <2> anybody had any luck with an MVC controller here? <2> or do you guys tend to build your own from scratch? <3> scratch <4> i make mmy own <4> -m <1> Smarty is nice but scratch itches the fit <4> i used rails a while back <5> i dont like smarty - cause no one has it on the server and i have to package it with anything i release <6> Edward321: Build from scratch. <2> FzZzT: ruby on rails? <7> I make my own, but instead of a view cl***, i Just use inclded files. <4> i wasnt aware smary was a MVC framework.. thought it was just a template thing <8> I'm going to start calling people "shtool" <4> Edward321, yeah
<2> yeah i think smarty is just a template thing <1> a lot of php frameworks don't work install once use many they're not coded with that in mind <2> i don't have to distribute my stuff <2> it's all in-house <1> Smarty pushes the MVC style <9> No, it doesn't. <7> FzZzT: smarty is complex enough that I am sure you could build a MVC with it. <4> yeah <9> The mere act of separating presentation from logic is not "The MVC style" <2> TML: lets have some of that shtool talk <4> i just make cl***es and put them into directories named models, controllers, and views. <2> i feel the channel temperature rising <7> GAH! It is totally not about separating presentation from logic! There is logic In the presentation! <3> there is? <2> my smarty templates usually ended up having too much logic in them <2> i seemed to end up with a lot of nested foreach loops <2> which seemed to sort of defeat the point <7> Its about seperating the display logic from the business logic <4> maybe but that logic shouldn't depend on the model.. <4> yeah what he said <9> Oy. I had hoped that distinction was implied. :P <2> i'm working with mojavi at the moment but i can't even seem to get it running <0> i think logic is much like apples. some people understand apples and some don't yet even those who don't understand apples still eat them. <0> Jymmm hey <2> i understand your desire to stomp someone who can't even get a 3rd party product running <1> btw if I have cl*** rodent inherit from cl*** mammal implementing interface animal can I still use interface animal as a type hint for an instance of rodent? <4> heh <2> i actually think it's broken <4> so why use it <7> and that was your daily #php template argument... come back again tommarow for some more yellin and screamin. <3> s/running/installation notes <10> goods ppl <10> why that n <10> dont work <10> $filen = 'pic/icons/$rest.gif'; <10> if (file_exists($filen)) { <10> ? <10> :S <3> !+enter <11> Don't use the enter key as puncuation. Think in complete thoughts, then type. <7> rares000: yes <6> malmen: Change the single quotes to double quotes. <6> malmen: Strings in single quotes don't get evaluated <0> my head hurts <3> still? <12> I'm having max_allowed_packet problems trying to upload a 2mb pdf into a BLOB column via php, but there is no error logged on the server, there is a lot of advice from google saying to set max_allowed_packet in .htaccess, but I don't see that option listed in the php.ini docs <0> Stormchaser again <10> tks :D <1> remember single is like bachelorhood and double is like marriage in marriage everything gets evaluated ("interpreted") <0> ain't that the truth <0> but at least php interprets things properly <0> instead of the complete opposite of what was described <3> b1n0ry: That's a good thing. It means there is something in it. <2> why run it? because i thought it looked good <1> nobody noticed the " around interpreted <2> freenode is good, i must admit <13> Will strtotime('02/03'); return 02/03 from this year or next? <2> had that discussion happened on a network like efnet it would have resulted in banning and aggression
<14> how do I flush the headers so header('Location: '); can work <14> When you get the error headers already sent out <15> Hello. <16> !+headers <11> If you are getting error like "Warning: Cannot modify header information - headers already sent by (output started at /path/file.php:1)" it means you've got some output before your header() call or starting a session. *No* output can be sent. that includes whitespace (outside of <?php and ?>) and any (X)HTML. You can also use output buffering <17> cynic, try it and see <3> cynic: I heavily doubt you'll get the right date fomr that... <15> I'm just wondering if there's a way to force a single part of a page to load last? <18> hi. is there a function to change a form's target value once provided the name of the form? <0> brb, gotta set up videocon <0> these guys find it too hard to turn it on and press the 'call' button <9> b0red: Well, that depends on how you're generating the form. <0> so they call me whenever they have to use it <17> b0red, a php function? I doubt it. <13> I shoudl just add the year manually, all right, thank you. :) <15> (I run LinuxP2P.com. If you look at the site, there's an RSS feed in the middle of the page loaded from p2pnet.net. P2pnet.net often times out, and causes the rest of the page not to be loaded. <19> I forget, is there an easy way to grab the contents of a page behind an HTTP auth? <5> enygma, use cUrl and p*** the login/p*** <19> icky :) <15> Hello, anyone? <20> http://video.google.com/videoplay?docid=5678003436040427460&q=funny <16> enygma: http://user:p***@url/ <21> hey one other question, you know when you search by zip code on some sites?? and you can select up to 10 miles, 20 miles and etc, away from your zip code, how does the site know how many miles are away from that zip code? <5> will that work with .htaccess auth? <4> can you just open a url, like fopen('http://user:p***@host/file.ext'); ? <15> Hello? Anyone? Please <20> Gerbitz: geocode <20> Fzzzt: Yes http://php.net/wrappers <5> DaBlade, if you ask to ask you will get slapped <15> indolent: I already have asked <9> DaBlade: It would probably make sense to detach updating of the RSS feed from loading of the page. <20> DaBlade: We're waiting for you to ask a question. <15> indolent: Everyone's just ignoring my question <4> he already did <5> sorry.. ididdnt even see it <21> Pollita - what is geocode <9> DaBlade: And not getting a response within a minute is not people ignoring you. <20> Nope.... don't see one. <4> well, most people got it <20> Gerbitz: Google it <15> mattmcc: I'm a complete php (and HTML) newb. Could you just give me the code needed please? <7> enygma: If its basic Auth, then isn't it a case of sending the right headers? <15> mattmcc: I don't even know how to write in basic HTML. <9> DaBlade: Given that I have no idea how your site currently functions... No, not really. <22> DaBlade: use an iframe <15> Jymmm: Yep. <20> Fzzzt: We get what he's unhappy about, but until he phrases a specific question there are too many possible answers to pick one at random <9> DaBlade: I'm sorry, did you say you _ran_ linuxp2p.com ? <4> anyway <15> mattmcc: I own it. There's a member who helps me out a lot though. You may know him. <15> redduck666 <20> Sounds like a poser <15> ? <15> mattmcc: I've written very little of the modifications on the site. (Mainly added a few images and texts here and there) <16> "Will the real slim shady please stand up, please stand up..." <15> Pollita: Well excuse me for not knowing everything. <20> Jymmm: Don't think he's here <23> hello, i have a question... my server is most likely hacked, and being used as a spam server - does anyone knows of any ways how to 'detect' the location of the php script that's sending all the mail (most likely php is used, since 'apache' is the sender of the mail) ... would rewriting the mail() command work ? <15> Pollita: I'm learning Python. Not really interested in web development personally. <20> DaBlade: Then you should learn how to ask questions. <6> Jymmm: Here I am, with my wife.. I meam my ex-wife... I mean my wife. <15> Pollita: I asked a question... "How do I make a part of a page load last?" <24> could someone tell me how you can simply install an extension on a linux system (i'm thinking curl) <16> dj_segfault you forgot "my soon to be ex wife" <6> Solatis: What operating system? <23> linux <15> Pollita: Someone suggested an iframe, but I don't know how to write that in. <6> Jymmm: True <20> DaBlade: Put it at the end. And no, you didn't ask that. <15> Pollita: After the others? <25> Would anyone know if it's possible to use a COM object to delete a row from a table in a Word Document if certain conditions are met? <15> or...wait a sec
Return to
#php or Go to some related
logs:
Blockit debian #kde #php #web Yukon 88E8001 debian sarge clvm: subprocess post-installation script change the user's sid
mysql_connect ip #gaim #css
|
|