![]() |
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 :1orglaugh
If you're using anything else noteworthy, mention it here. |
ive seen zend used alot:glugglug
|
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 :thumbsup |
i use Zend Studio.. great editor
|
Quote:
|
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. |
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. |
I use Zend, and it's been great so far.
|
Quote:
jDoG |
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! |
I'm a big fan of smarty, and our homebrew class library :thumbsup
|
ssh to the box, checkout of cvs, edit w/vi and commit changes.
|
Smarty - Templating engine
and Dreamweaver sometimes ! |
Quote:
|
Wow thought this thread was dead andburied a long time ago :1orglaugh
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 ?? |
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. |
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. |
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. |
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/ |
Please add "Insane amounts of caffeine" to poll options. :thumbsup
|
nano
|
smarty is great.
|
jdit does me just fine. And it is open source!
:thumbsup |
jedit / Bluefish / VI as editors.
Turck MM Cache for caching (http://turck-mmcache.sourceforge.net/index_old.html) The PHP API is awesome. |
| All times are GMT -7. The time now is 05:23 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123