1-2 of 2 < Previous Next >
Discussions for PHP for Microsoft AJAX Library
Latest post:
Mar 21 2007
1 Post
First post: ockham wrote: Has anyone out there successfully used the ASP.NET AJAX Control Toolkit with PHP? If so, please post some sample code for t...
Jump to: First Post Tags: Developer Forum, Project Management Forum, User Forum
Latest post:
Feb 13 2007
4 Posts
First post: andr3a wrote: Hello guys, I've viewed your php code and I thinks it's not much optimized for this simple cool idea. Here You can view two...
Latest post: vrana wrote: PHP uses copy-on-write, so code $a = $b; doesn't copy any memory. Thus code $a = &$b; is in fact slower than $a = $b;. Enlightm...
Jump to: First Post    |Latest Post Tags: Developer Forum

Configure View

Sorted by Latest post
Search
Filter
(by tag)
All tags
Developer Forum
Project Management Forum
User Forum
1-2 of 2 < Previous 1 Next >
Updating...