Categories
- agile (3)
- algorithms (34)
- cheatsheets (2)
- css (29)
- download (3)
- featured (46)
- flex 3 (25)
- javascript (139)
- micro tutorial (203)
- PHP (111)
- portfolio (5)
- quiz (7)
- snippets (7)
- video (1)
- web development (168)
- zend framework (81)
Monthly Archives: April 2010
Inline Scripts with Zend_View_Helper_InlineScript
Once I’ve posted about Zend Framework and script injections into the view of the app. However back than I didn’t mentioned the way the scripts can be injected on whatever place into the markup. This job’s done by Zend_View_Helper_InlineScript and … Continue reading
Accessing the layout() in Zend Framework
Actually there are two syntactic valid ways to access the layout() helper of the Zend_View. First one is the more clean way: $this->view->layout() While the second calls the _helper member variable $this->_helper->layout()
Posted in micro tutorial, PHP, zend framework
Tagged helper, layout, PHP, tutorial, zend framework, zend_view
Leave a comment
Detecting POST Requests in Zend Framework
Pure PHP Pure phpiers are using used to something like detecting a submit in the _POST array. if (isset($_POST[’submit’]) { … } Of course for this you’ve to be sure the HTML contains an submit type element with name attribute … Continue reading
Posted in micro tutorial, PHP, zend framework
Tagged Computing, html, PHP, PHP programming language, World Wide Web, zend framework
Leave a comment





