php Programming Glossary: devzone.zend.com
How Do I Build My First PHP Extension in C on Linux GCC? http://stackoverflow.com/questions/1250412/how-do-i-build-my-first-php-extension-in-c-on-linux-gcc
Which is better: mysql_connect or mysql_pconnect http://stackoverflow.com/questions/1340859/which-is-better-mysql-connect-or-mysql-pconnect
Can I run MATLAB code on a web site? http://stackoverflow.com/questions/1451503/can-i-run-matlab-code-on-a-web-site link on creating the extension It is quite easy http devzone.zend.com article 1021 Search for MATLAB C Fortran API in MATLAB or google..
Add some html to Zend Forms http://stackoverflow.com/questions/2566432/add-some-html-to-zend-forms div There is a good article describing decorators http devzone.zend.com article 3450 and once you understand how they work you'll find..
PHP configuration to enable sessions http://stackoverflow.com/questions/3740791/php-configuration-to-enable-sessions phpinfo share improve this question Taken from http devzone.zend.com article 141 There are a couple built in options for storing..
how to write PHP module in C http://stackoverflow.com/questions/5631231/how-to-write-php-module-in-c article that I used when I wrote my first extension http devzone.zend.com article 1021 Things may have changed since then so you may want..
Open-source rich HTML editor http://stackoverflow.com/questions/6897650/open-source-rich-html-editor
Where do I save partial (views) in Zend Framework, to be accessible for all Views in my App? http://stackoverflow.com/questions/746260/where-do-i-save-partial-views-in-zend-framework-to-be-accessible-for-all-view view helpers you can refer to this write up on Zend http devzone.zend.com article 3412 View Helpers in Zend Framework share improve this..
Using Hiphop for PHP extension development http://stackoverflow.com/questions/7646276/using-hiphop-for-php-extension-development found following link to write PHP extensions using C http devzone.zend.com article 4486 Wrapping C Classes in a PHP Extension I want to..
Zend - Storing Session data in a database http://stackoverflow.com/questions/854092/zend-storing-session-data-in-a-database on saving session data with a custom session handler http devzone.zend.com article 141 Otherwise from within the Zend framework try the..
|