btaw mga bro.. modali jud ang coding sa php if naa framework... try ninyo "symfony" basin maka-uyon mo.. hehehe
btaw mga bro.. modali jud ang coding sa php if naa framework... try ninyo "symfony" basin maka-uyon mo.. hehehe
just heart it lagi bro.
bag.o nga framework na xa?
dugay na man ang symfony. btw, compared to CI unsay ilang major difference?
pro kng mgamit og js framework msdali mn ang kinabuhi guro? kay msmobo nmn ang buhaton nga php code dba? mao sd ako ginabohat prmi sd. pure php framework ra inu mga boss? ask lng ko. kay nhn sd ko mo suway og php framework ahaha
moodsey, ambot lang kung unsay kalahi.an jd nila ky just heard symfony.
kalimot nman tawn ko ani oie. bati.a
Mabuhi ra ko sa JQUERY...
as to fetching data, this is what I usually do esp on multiple results sa php.
while ($row = mysql_fetch_array(mysql_query($your_mysql_query))) {
/* Do your deeds here */
}
Pero real world applications, mabuang ka kon php ra imo saligan to manipulate/navigate things. Nowadays, frameworks are their to help speed up the development process....
I usually use the ff:
- jquery
- spry (for input filters)
JQuery usually focuses on the UI part sa imong web applications. It would really help alot if you want your website to look and feel better. Pero you should not rely too much on this specially for data validation. Remember pwede ma bypass ang javascript. and since i-download man ang javascript sa browser naay chance na ma expose kung giunsa nimo pag handle ang mga imong mga data. So never ever rely on solely on javascript for data validation.
P.S.: You also need to to address other server threats nga where in dili applicable ang JQuery. Such as XSite Hacking and the such.
Similar Threads |
|