|
|
|
||||
|
Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us. |
| View Poll Results: What do you use to enhance your coding experience? | |||
| AdoDB - Database Abstraction Layer Class |
|
1 | 10.00% |
| Smarty - Templating engine |
|
2 | 20.00% |
| Zend ZPS - Enhances speed |
|
6 | 60.00% |
| Other (name in thread) |
|
4 | 40.00% |
| Multiple Choice Poll. Voters: 10. You may not vote on this poll | |||
![]() |
|
|||||||
| Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed. |
|
|
Thread Tools |
|
|
#1 |
|
Confirmed User
Industry Role:
Join Date: Jun 2004
Location: New York, NY
Posts: 6,890
|
PHP users: What do you use to enhance your coding?
If you're not using any of the above, you'll regret it one day
If you're using anything else noteworthy, mention it here. |
|
|
|
|
|
#2 |
|
Too lazy to set a custom title
Industry Role:
Join Date: Mar 2004
Posts: 16,116
|
ive seen zend used alot
![]()
__________________
Your Paysite Partner Strength In Numbers! StickyDollars | RadicalCash | KennysPennies | HomegrownCash |
|
|
|
|
|
#3 | |
|
Confirmed User
Industry Role:
Join Date: Jun 2004
Location: New York, NY
Posts: 6,890
|
Quote:
I really love using AdoDB and Smarty though. It enables me to make the following things a breeeeeze: - multilingual support - browser/resolution support - 'skin'able sites - changing design - migrating to a new database type Not to mention, that 0 of my pages contain even a tiny bit of HTML code in them. Most of my pages of code are now less than 100-200 lines |
|
|
|
|
|
|
#4 |
|
Will code for food...
Join Date: Apr 2001
Location: Buckeye, AZ
Posts: 8,496
|
i use Zend Studio.. great editor
__________________
|
|
|
|
|
|
#5 | |
|
Confirmed User
Industry Role:
Join Date: Jun 2004
Location: New York, NY
Posts: 6,890
|
Quote:
|
|
|
|
|
|
|
#6 | |
|
Will code for food...
Join Date: Apr 2001
Location: Buckeye, AZ
Posts: 8,496
|
Quote:
Zend Studio also checks for syntax errors on the fly.. we always make typos, and get some parse (or syntax) errors when we run something the first time.. plus it has debugging features which helps you trace your program in case you are getting some unexpected results.. i think the IDE is way more important than the tools you have mentioned.
__________________
|
|
|
|
|
|
|
#7 | |
|
Confirmed User
Industry Role:
Join Date: Jun 2004
Location: New York, NY
Posts: 6,890
|
Quote:
With Pico, I change something, save it, refresh in browser. Repeat until the bugs / parse errors are out, then just copy it to real server (from demo server I work on). MUCH quicker for me. Also, I can interact with data in demo database and AdoDB has a simple debug true/false that lets you see all queries and their errors or transaction status. |
|
|
|
|
|
|
#8 |
|
Confirmed User
Join Date: Jul 2004
Location: Little Rock, AR, USA
Posts: 235
|
I use Zend, and it's been great so far.
__________________
![]() December Only - 192 GB transfer, 2560 MB storage, free domain $15.95/month |
|
|
|
|
|
#9 | |
|
Confirmed User
Join Date: Feb 2003
Location: Canby, OR
Posts: 7,453
|
Quote:
jDoG
__________________
NSCash now powering ReelProfits.com ALSO FEATURING: NSCash.com :: SoloDollars.com :: ReelProfits.com :: BiminiBucks.com :: VOD PROGRAMS COMING SOON: Greedy Bucks :: Vengeance Cash NOW OFFERING OVER 60 SITES CONTACT :: JAMES SMITH :: CHIEF TECHNOLOGY OFFICER :: ICQ (711385133) |
|
|
|
|
|
|
#10 |
|
Confirmed User
Industry Role:
Join Date: Jan 2003
Location: In a Tater Patch
Posts: 2,321
|
damn.. i'm out of the loop.. but yet i created my own template system like smarty years ago and update it along the way..
gogo Ultraedit and VI!
__________________
Managed Hosting - Colocation - Network Services Yellow Fiber Networks icq: 19876563 |
|
|
|
|
|
#11 |
|
Confirmed User
Join Date: Feb 2004
Location: Ohio, US
Posts: 662
|
I'm a big fan of smarty, and our homebrew class library
|
|
|
|
|
|
#12 |
|
Confirmed User
Join Date: May 2004
Posts: 886
|
ssh to the box, checkout of cvs, edit w/vi and commit changes.
|
|
|
|
|
|
#13 |
|
Programming King Pin
Industry Role:
Join Date: Oct 2003
Location: Montreal
Posts: 27,360
|
Smarty - Templating engine
and Dreamweaver sometimes !
__________________
UUGallery Builder - automated photo/video gallery plugin for Wordpress! |
|
|
|
|
|
#14 | |
|
jellyfish
Join Date: Dec 2003
Posts: 71,528
|
Quote:
|
|
|
|
|
|
|
#15 |
|
Confirmed User
Industry Role:
Join Date: Jun 2004
Location: New York, NY
Posts: 6,890
|
Wow thought this thread was dead andburied a long time ago
For those using Smarty, I recently came across a caching problem it seems to have. if I have two dirs of templates, let's say: /templates/en/index.tpl /templates/sp/index.tpl and my page loads the index.tpl based on user's language (en of sp), I keep getting the same one. If i del the tmp files in /templates_c/ it works fine until it gets in there again. I've solved this problem by losing my directories and using en_index.tpl and sp_index.tpl so they are nto the same template name, but does anyone know a solution to use my original sub-folder method ??
__________________
Skype variuscr - Email varius AT gmail |
|
|
|
|
|
#16 |
|
Registered User
Join Date: Oct 2003
Location: Oh See, CA
Posts: 45
|
I'm pretty sure that Smarty makes baby jeebus cry.
If I never have to see another Smarty template again, it'll be way too fucking soon.
__________________
I do PHP, bitch. icq.5149752 |
|
|
|
|
|
#17 |
|
Confirmed User
Join Date: May 2004
Posts: 886
|
You can setup your own pseudo templating engine if you setup an MVC style system. Ive done it for a1-escort.com. Its all php with the templates seperated from the controllers/object models.
You still get php in your code but its pretty much limited to control structures and loops. |
|
|
|
|
|
#18 |
|
So fuckin' bored
Industry Role:
Join Date: Jun 2003
Posts: 32,386
|
Using my own XPad Editor and happy with it. You may download it from here: http://www.fhgstore.com/wmtools.html - it's 100% free since I made it for myself
Just try it when let me know if you like it or not. My ICQ is in profile.
__________________
Obey the Cowgod |
|
|
|
|
|
#19 | |
|
Confirmed User
Join Date: Aug 2002
Posts: 269
|
Quote:
I would suggest anybody that's into PHP scripting, or has a desire to learn should really check out this program. It's not cheap by any means, but I could definitely see it cutting development time by a major percentage. Here's a good resource for even more PHP editors: http://www.php-editors.com/review/
__________________
No sig = good sig |
|
|
|
|
|
|
#20 |
|
Confirmed User
Industry Role:
Join Date: Jan 2004
Location: Nor'easterland
Posts: 1,914
|
Please add "Insane amounts of caffeine" to poll options.
|
|
|
|
|
|
#21 |
|
Confirmed User
Join Date: Sep 2004
Location: In front of computer
Posts: 564
|
nano
|
|
|
|
|
|
#22 |
|
Confirmed User
Join Date: Sep 2003
Posts: 1,650
|
smarty is great.
|
|
|
|
|
|
#23 |
|
Confirmed User
Join Date: Mar 2003
Location: Toronto, Ontario
Posts: 4,402
|
jdit does me just fine. And it is open source!
__________________
![]() Paul |
|
|
|
|
|
#24 |
|
Confirmed User
Join Date: May 2002
Posts: 258
|
jedit / Bluefish / VI as editors.
Turck MM Cache for caching (http://turck-mmcache.sourceforge.net/index_old.html) The PHP API is awesome.
__________________
"Bite my shiny metal ass!" |
|
|
|