<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Php Development Blog - Web development resources - Latest Comments</title><link xmlns="http://www.w3.org/2005/Atom" rel="http://api.friendfeed.com/2008/03#sup" href="http://disqus.com/sup/all.sup#forumcomments-92aa3227" type="application/json"/><link>http://phpdev.disqus.com/</link><description>Bringing you the best of the web. News, tutorials, freebies and reviews. All in one place.</description><atom:link href="http://phpdev.disqus.com/comments.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Tue, 17 Jan 2012 06:55:55 -0000</lastBuildDate><item><title>Re: PHP 5 OOP Advanced Techniques &amp;#8211; Simple example</title><link>http://phpdev.ro/php-5-oop-advanced-techniques-simple-example.html#comment-413291325</link><description>Thanks for this. It's very useful.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">php web development India</dc:creator><pubDate>Tue, 17 Jan 2012 06:55:55 -0000</pubDate></item><item><title>Re: UnitTesting in PHP with SimpleTest in Zend Framework (the simple and fast way)</title><link>http://phpdev.ro/unittesting-in-php-with-simpletest-in-zend-framework-the-simple-and-fast-way.html#comment-413290135</link><description>Thanks for sharing it. The information provided in your is very helpful.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">php web development India</dc:creator><pubDate>Tue, 17 Jan 2012 06:54:19 -0000</pubDate></item><item><title>Re: Zend Framework Tutorial Series: Part 3 – Login and Signup with (RE)Captcha</title><link>http://phpdev.ro/zend-framework-tutorial-series-part-3-login-and-signup-with-recaptcha.html#comment-397909743</link><description>I also seem to have issues with the latest Zend with the captcha. I don't have time now to check it out but as a guideline, last time I had issues with the captcha it was because of the form decorators. Try to play with those. Hope this small tip helps!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrei Gabreanu</dc:creator><pubDate>Sat, 31 Dec 2011 10:25:07 -0000</pubDate></item><item><title>Re: Zend Framework Tutorial Series: Part 3 – Login and Signup with (RE)Captcha</title><link>http://phpdev.ro/zend-framework-tutorial-series-part-3-login-and-signup-with-recaptcha.html#comment-397841642</link><description>i have this working nicely and have now successfully extended the signup form, although the captcha doesn't want to show, any ideas why?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Derek Buntin</dc:creator><pubDate>Sat, 31 Dec 2011 07:01:00 -0000</pubDate></item><item><title>Re: Zend Framework Tutorial Series: Part 1 &amp;#8211; The Module Based Application</title><link>http://phpdev.ro/zf-tutorial-series-part-1-module-based-app.html#comment-377954093</link><description>Hi man, thank you for the information, it help me a lot.&lt;br&gt;&lt;br&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Carthapilus</dc:creator><pubDate>Fri, 02 Dec 2011 16:52:43 -0000</pubDate></item><item><title>Re: Zend Framework Tutorial Series: Part 3 – Login and Signup with (RE)Captcha</title><link>http://phpdev.ro/zend-framework-tutorial-series-part-3-login-and-signup-with-recaptcha.html#comment-368240436</link><description>Ok, I took a look on your other Tutorials (-&amp;gt; great!!) and get these lines:&lt;br&gt;&lt;br&gt;[production]&lt;br&gt;Autoloadernamespaces[] = "Zend_"&lt;br&gt;Autoloadernamespaces[] = "Custom_"&lt;br&gt;&lt;br&gt;It works!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">vedsa</dc:creator><pubDate>Sat, 19 Nov 2011 07:48:48 -0000</pubDate></item><item><title>Re: Zend Framework Tutorial Series: Part 3 – Login and Signup with (RE)Captcha</title><link>http://phpdev.ro/zend-framework-tutorial-series-part-3-login-and-signup-with-recaptcha.html#comment-368237225</link><description>Thanks for the early response.&lt;br&gt;My application.ini is in myapp/application/configs/ and the following line was already there:&lt;br&gt;&lt;br&gt;[production]&lt;br&gt;appnamespace = "Application"&lt;br&gt;&lt;br&gt;I tried this without success (same error):&lt;br&gt;&lt;br&gt;appnamespace = "Application"&lt;br&gt;appnamespaces[] = "Custom"&lt;br&gt;&lt;br&gt;and&lt;br&gt;&lt;br&gt;appnamespaces[] = "Application","Custom"</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">vedsa</dc:creator><pubDate>Sat, 19 Nov 2011 07:38:54 -0000</pubDate></item><item><title>Re: Zend Framework Tutorial Series: Part 3 – Login and Signup with (RE)Captcha</title><link>http://phpdev.ro/zend-framework-tutorial-series-part-3-login-and-signup-with-recaptcha.html#comment-367614387</link><description>You need to make sure that the library is loaded - in application.ini make sure you have appnamespaces[] = "Custom" . This is why it can't find it.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrei Gabreanu</dc:creator><pubDate>Fri, 18 Nov 2011 11:18:00 -0000</pubDate></item><item><title>Re: Zend Framework Tutorial Series: Part 3 – Login and Signup with (RE)Captcha</title><link>http://phpdev.ro/zend-framework-tutorial-series-part-3-login-and-signup-with-recaptcha.html#comment-367602370</link><description>Hey, i am from Germany and I have a problem with the redirection-plugin (Custom_Controller_Plugin_Auth).&lt;br&gt;I put it in myapp\library\Custom\Controller\Plugin as Auth.php.&lt;br&gt;I dont have a bootstrap.php file in my myapp dir. But in myapp\application is one.&lt;br&gt;If I extend it with following i get this error: "Fatal Error:  Class 'Custom_Controller_Plugin_Auth' not found"&lt;br&gt;&lt;br&gt;protected function _initAuthPlugin()&lt;br&gt;{&lt;br&gt;     Zend_Controller_Front::getInstance()-&amp;gt;registerPlugin(new Custom_Controller_Plugin_Auth(Zend_Auth::getInstance()));&lt;br&gt;}&lt;br&gt;&lt;br&gt;Are the directions correct?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">vedsa</dc:creator><pubDate>Fri, 18 Nov 2011 10:58:54 -0000</pubDate></item><item><title>Re: SOAP WebServices in CakePHP</title><link>http://phpdev.ro/soap-webservices-in-cakephp.html#comment-367091637</link><description>Well, I already understand how to Creating the soap client in cakePHP.&lt;br&gt;Cheers,simple soap  &lt;a href="http://www.SimpleSoapMakingGuide.com" rel="nofollow"&gt;http://www.SimpleSoapMakingGui...&lt;/a&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">DannyLLafrance</dc:creator><pubDate>Thu, 17 Nov 2011 20:31:41 -0000</pubDate></item><item><title>Re: How to use Uploadify with CakePHP</title><link>http://phpdev.ro/how-to-use-uploadify-with-cakephp.html#comment-358422517</link><description>I found a very simple way to implement uploadify in cakePHP.&lt;br&gt;&lt;br&gt;1) &lt;br&gt;Change the script in the uploadify.js to e.g. &lt;br&gt;'script'    : '/uploadify/upload',&lt;br&gt;Now you request the function upload() in the UploadifyController instead of calling a .php file.&lt;br&gt;&lt;br&gt;2) &lt;br&gt;Create the UplodifyController&lt;br&gt;class UploadifyController extends AppController {&lt;br&gt;&lt;br&gt;    public function upload() {&lt;br&gt;    if (!empty($_FILES)) {&lt;br&gt;        $tempFile = $_FILES['Filedata']['tmp_name'];&lt;br&gt;        $targetPath = $_SERVER['DOCUMENT_ROOT'] .'/app/webroot'. $_REQUEST['folder'] . '/';&lt;br&gt;        $targetFile =  str_replace('//','/',$targetPath) . $_FILES['Filedata']['name'];&lt;br&gt;        mkdir(str_replace('//','/',$targetPath), 0777, true);&lt;br&gt;        move_uploaded_file($tempFile,$targetFile);&lt;br&gt;        }&lt;br&gt;    }&lt;br&gt;        &lt;br&gt;}&lt;br&gt;?&amp;gt;&lt;br&gt;This is just a the basic controller, but it works fine. &lt;br&gt;I added '/app/webroot' to the $targetPath to store the uploaded files in the webroot folder.&lt;br&gt;&lt;br&gt;And you are done.&lt;br&gt;&lt;br&gt;Hope I could help someone with my solution.&lt;br&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Silkhood</dc:creator><pubDate>Tue, 08 Nov 2011 10:43:53 -0000</pubDate></item><item><title>Re: SOAP WebServices in CakePHP</title><link>http://phpdev.ro/soap-webservices-in-cakephp.html#comment-353589745</link><description>Can&lt;br&gt;you explain a bit in more, Perhaps&lt;br&gt;other people would be also interested.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Liney</dc:creator><pubDate>Wed, 02 Nov 2011 08:03:23 -0000</pubDate></item><item><title>Re: Zend Framework Tutorial Series: Part 1 &amp;#8211; The Module Based Application</title><link>http://phpdev.ro/zf-tutorial-series-part-1-module-based-app.html#comment-350708295</link><description>the link to the files doesn't work and its not updated for zf 1.11 :(</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Owen Corso</dc:creator><pubDate>Sun, 30 Oct 2011 13:14:29 -0000</pubDate></item><item><title>Re: Zend Framework Tutorial Series: Part 1 &amp;#8211; The Module Based Application</title><link>http://phpdev.ro/zf-tutorial-series-part-1-module-based-app.html#comment-344315146</link><description>such a pity it's not for zend lib 1.11 :-(</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Zeed</dc:creator><pubDate>Tue, 25 Oct 2011 18:35:24 -0000</pubDate></item><item><title>Re: SOAP WebServices in CakePHP</title><link>http://phpdev.ro/soap-webservices-in-cakephp.html#comment-333416134</link><description>Thanks.. Can you put an example with wsdl ?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Binoy av</dc:creator><pubDate>Thu, 13 Oct 2011 03:31:57 -0000</pubDate></item><item><title>Re: How to integrate uploadify in Zend Framework 1.9.6</title><link>http://phpdev.ro/how-to-integrate-uploadify-in-zend-framework-1-9-6.html#comment-330788536</link><description>Hi, please upload project in a file sharing because I can't see it here tnx.&lt;br&gt;behrang</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Behrang</dc:creator><pubDate>Mon, 10 Oct 2011 02:43:02 -0000</pubDate></item><item><title>Re: Zend Framework Tutorial Series: Part 1 &amp;#8211; The Module Based Application</title><link>http://phpdev.ro/zf-tutorial-series-part-1-module-based-app.html#comment-310970984</link><description>Hello.I have a question. Can I add resource type at autoloader via application.ini. Now it is in Bootstrap: &lt;br&gt;&lt;br&gt;protected function _initAutoloaderResources()   {      &lt;br&gt;     $resourceLoader = new Zend_Loader_Autoloader_Resource(array(        &lt;br&gt;          'basePath'        =&amp;gt; APPLICATION_PATH,        &lt;br&gt;          'namespace'   =&amp;gt; ''    &lt;br&gt;     ));     &lt;br&gt;     $resourceLoader-&amp;gt;addResourceType('Model', 'models', 'Model_');   &lt;br&gt;}&lt;br&gt;&lt;br&gt;If I will write in app.ini autoloaderNamespaces[] = "Model_" it will not associate path to this namespace.Thank you.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Гафаров Артур</dc:creator><pubDate>Thu, 15 Sep 2011 03:18:01 -0000</pubDate></item><item><title>Re: SOAP WebServices in CakePHP</title><link>http://phpdev.ro/soap-webservices-in-cakephp.html#comment-308494742</link><description>More details please!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Asdf</dc:creator><pubDate>Tue, 13 Sep 2011 05:06:12 -0000</pubDate></item><item><title>Re: How to add Ajax support in Zend Framework</title><link>http://phpdev.ro/how-to-add-ajax-support-in-zend-framework.html#comment-304157809</link><description>hhgh</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rakesh</dc:creator><pubDate>Wed, 07 Sep 2011 09:05:04 -0000</pubDate></item><item><title>Re: [HOW TO] Store Zend Cache results into MySql</title><link>http://phpdev.ro/how-to-store-zend-cache-results-into-mysql.html#comment-303394466</link><description>Hello Andrei, the link to download does not work.you can upload again . Thank you</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">thanh thinh</dc:creator><pubDate>Tue, 06 Sep 2011 04:00:33 -0000</pubDate></item><item><title>Re: Zend Framework Tutorial Series: Part 3 – Login and Signup with (RE)Captcha</title><link>http://phpdev.ro/zend-framework-tutorial-series-part-3-login-and-signup-with-recaptcha.html#comment-302786198</link><description>PAY ATTENTION!&lt;br&gt;&lt;br&gt;When you want to save values to the database DON'T USE:&lt;br&gt;$data = $this-&amp;gt;_request-&amp;gt;getPost();&lt;br&gt;&lt;br&gt;PLEASE USE:&lt;br&gt;$form-&amp;gt;getValues()&lt;br&gt;&lt;br&gt;Otherwise Zend_Filter f.x. StripTags won't work as excepted....</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Martin Keckeis</dc:creator><pubDate>Mon, 05 Sep 2011 03:52:26 -0000</pubDate></item><item><title>Re: [HOW TO] Store Zend Cache results into MySql</title><link>http://phpdev.ro/how-to-store-zend-cache-results-into-mysql.html#comment-297653467</link><description>thank you . i hope you will post it back soon</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">thanh thinh</dc:creator><pubDate>Mon, 29 Aug 2011 05:42:04 -0000</pubDate></item><item><title>Re: PHP 5 OOP Advanced Techniques &amp;#8211; Simple example</title><link>http://phpdev.ro/php-5-oop-advanced-techniques-simple-example.html#comment-259504371</link><description>kkk</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Lllll</dc:creator><pubDate>Thu, 21 Jul 2011 04:53:33 -0000</pubDate></item><item><title>Re: Smarter Twitter like pagination (SmartScrollingPagination jQuery plugin)</title><link>http://phpdev.ro/smart-scrolling-pagination-jquery-plugin.html#comment-224723341</link><description>is there a demo ?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Azertyu</dc:creator><pubDate>Mon, 13 Jun 2011 08:16:16 -0000</pubDate></item><item><title>Re: Zend Framework Tutorial Series: Part 3 – Login and Signup with (RE)Captcha</title><link>http://phpdev.ro/zend-framework-tutorial-series-part-3-login-and-signup-with-recaptcha.html#comment-222875367</link><description>Hello, first of all, amazing tutorial and great work!&lt;br&gt;&lt;br&gt;I was wondering if you could help me with an error I am getting, it has to do with the Form login.php, when we extend Custom_Form.&lt;br&gt;&lt;br&gt;When the application redirects to /frontoffice/users/login I see the error&lt;br&gt;&lt;br&gt;  Fatal error:  Class 'Custom_Form' not found in ... /frontoffice/forms/Login.php on line 2&lt;br&gt;&lt;br&gt;Thanks in advance, and again great job on the tutorial.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">kikin81</dc:creator><pubDate>Thu, 09 Jun 2011 20:33:00 -0000</pubDate></item></channel></rss>
