Site Activity
-
News Robot wrote a new blog post: Unit testing controller actions with Zend_Test_PHPUnit_ControllerTestCase 1 day, 19 hours ago · View
Testing controllers has traditionally been a hassle due to the requirements of setting up the bootstrap, the front controller and initiating the dispatch cycle. In June, Matthew addressed this with the release of Zend_Test_PHPUnit_ControllerTestCase way back in 2008. Later, Matthew helpfully wrote an article on how to use it and I have used that as a starting point for the [...] -
News Robot wrote a new blog post: COURSE: Zend Server – 2pm-4pm CEST 2 days, 9 hours ago · View
The Zend Server Training Course provides System Administrators or Operators (or individuals who fulfill similar functions) with the knowledge and confidence to successfully utilize Zend Server in their critical role of providing a stable, secure, and robust server environment to both internal and external users. After completing the course, participates will be prepared to: * Maximize the [...] -
News Robot wrote a new blog post: COURSE: Quick Start: PHP for OO/Proc Programmers – 10am-12pm CEST 3 days, 3 hours ago · View
The Zend Quick Start: PHP for OO/Proc Programmers course is designed to quickly build an experienced programmer’s understanding of the PHP language. This course covers many of the same topics as both the PHP I: Foundations and PHP II: Higher Structures classes but at an accelerated rate with special emphasis on the differences between PHP and [...] -
News Robot wrote a new blog post: COURSE: PHP I – Classroom (Sao Paulo, Brazil) 3 days, 21 hours ago · View
The PHP I: Foundations course is designed to provide non-programmers with a solid foundation in the PHP language. This course guides you through the basics of PHP with an experiential approach, filled with numerous examples and hands-on exercises, including substantial practice in coding a functional application. All of the exercises are designed to reinforce key learning. You [...] -
News Robot wrote a new blog post: Metro New Jersey PHP User Group 4 days, 15 hours ago · View
Please join Edward Kietlinksi, Zend Solutions Consultant, to explore the complete Zend software stack and learn how to optimize your efforts with PHP applications. Open source example applications like Magento eCommerce, osCommerce, Joomla, SugarCRM, Drupal, will be used to showcase how to tackle common and complex problems. Both the open source Zend stack and the advanced [...] -
News Robot wrote a new blog post: Webinar – Customer Voices: concrete5 On Building An Enterprise-Class Application Using Zend Framework 5 days, 9 hours ago · View
concrete5 is an open-source content management system (CMS) built in PHP on top of Zend Framework. Attend this webinar to see how using Zend Framework enabled concrete5 to solve real-world problems for a large and diverse customer base. Andrew Embler, CTO of concrete5, will talk about how they leveraged Zend Framework’s structure and tools to build an [...] -
News Robot wrote a new blog post: Zend Framework is a BOSSie Award Winner 6 days, 3 hours ago · View
Last week, while I was on vacation, the news broke that IDG’s InfoWorld had announced its annual InfoWorld Bossie Award winners (“Bossie” stands for “Best of Open Source Software”), and that Zend Framework had won the ” best open source application development software ” award. -
News Robot wrote a new blog post: OSI Days 2010 – OpenSource India 1 week ago · View
Join Zend at Asia’s largest Open Source Conference. The conference will host a wide variety of PHP sessions including those from Kevin Schroeder, Zend Technology Evangelist: Building Applications with Zend Framework and Using Zend Server to Run your PHP Applications.Source: Zend Events -
News Robot wrote a new blog post: COMMON 2010 Fall Conference and Expo 1 week, 1 day ago · View
Join Zend at COMMON Fall - a three-day Power Systems educational and networking event that will be packed with 112 educational sessions on a large variety of topics. If you are interested in building a web front-end for RPG, sharing the web with REST and POX, integrating with AJAX or learning Object Oriented model of PHP, join [...] -
News Robot wrote a new blog post: The Redirector action helper 1 week, 1 day ago · View
Following on from the discussion on the FlashMessenger action helper , I thought I’d also cover another supplied helper: Redirector. Redirector does what it says on the tin and redirects the user to another page. I mostly use this when coming back from filling a form in, so that the user is then redirected to another page. In admin systems, [...] -
News Robot wrote a new blog post: Integrating Doctrine with Zendframework for modules 1 week, 2 days ago · View
When I started learning PHP framework I started with symfony-project . Doctrine was one of the coolest feature I loved. So I thought of learning Doctrine to use with Zend-framework . Recently I was looking zendcasts.com to integrate doctrine with zend-framework . I think Jon didn’t get much time to think about this solution else he may have come with [...] -
News Robot wrote a new blog post: Adding theme support to your Zend Framework application 1 week, 2 days ago · View
This is a brief explanation on how to add theme support to your Zend Framework application and how to ensure those themes are self-contained, easy to distribute and install. Themes are very powerful and extremely easy to develop. They allow you to quickly switch between layouts and change the look and feel of your application. [...] -
News Robot wrote a new blog post: Registering Amazon S3 Stream Wrapper in Zend Framework 1 week, 2 days ago · View
Amazon’s S3 (Simple Storage Service) is an unlimited, reliable, and affordable storage solution for storing any type and amount of data. Some example uses are: * User uploaded photos and documents * Video * Backups * Log file storage * Any other large amount of data that can be burdensome to store locally Amazon S3 can provide [...] -
News Robot wrote a new blog post: Zend Framework, IIS and 500 errors 1 week, 2 days ago · View
One of the dangers of frameworks in general is that you forget that they do lots of handy things for you. Consider Zend Framework’s default error controller: public function errorAction () { $errors = $this-> _getParam( ‘error_handler’); switch ( $errors-> type) { case Zend_Controller_Plugin_ErrorHandler:: EXCEPTION_NO_ROUTE: case Zend_Controller_Plugin_ErrorHandler:: EXCEPTION_NO_CONTROLLER<span style="color: [...] -
News Robot wrote a new blog post: Do we, PHP Developers need to follow a single framework ? 1 week, 2 days ago · View
I know you may disagree with me . But let me come to the point why I ( according to a developer view point ) thought so . Every one seems to be convinced with the frameworks and beneficts of it . read moreSource: harikt.com – zendframework [...] -
News Robot wrote a new blog post: COURSE: Zend Framework: Fundamentals 1 week, 2 days ago · View
The Zend Framework: Fundamentals course is designed for experienced PHP programmers who want to learn to combine ZF concepts and structural elements to utilize the full power of this software development kit for PHP 5 applications. The course helps you to learn by doing. Each discussion of related components is presented with examples of how best to [...] -
News Robot wrote a new blog post: Database Replication Adapter for Zend Framework Applications 1 week, 3 days ago · View
Last updated: 21 Feb, 2010 Database replication is an option that allows the content of one database to be replicated to another database or databases, providing a mechanism to scale out the database. Scaling out the database allows more activities to be processed and more users to access the database by running multiple copies of the [...] -
News Robot wrote a new blog post: Easily Format and Output Currency Values with Zend Framework 1 week, 3 days ago · View
Currency can be a pain. Different currency symbols, different formats, rounding, etc, etc. Zend makes it easy! At it’s simplest, you can output formatted currency values as follows: $currency = new Zend_Currency(); //prints 00.00 if user is in US echo $currency->toCurrency(1000); But Zend_Currency can do so much more than that. For example, it is compatible with Zend’s [...] -
News Robot wrote a new blog post: PHPBenelux conference 2010 wrapup 1 week, 3 days ago · View
This past weekend, Belgium was buzzing PHP all the way. PHPBenelux organized the first annual international PHP conference in Belgium and it can be called a true success. Attendees and speakers coming from all parts of the world made this event a true international conference and I was truly happy to be a part of it, this time as [...] -
News Robot wrote a new blog post: The Semi-Official Zend Framework Pear Channel 1 week, 3 days ago · View
Pear Channel? For the past few months, the ZF team has been playing with the idea of releasing ZF from a PEAR channel. Over the past 2 years, we have seen a few channels distributing ZF that have pop up here and there.. so that lead us to believe there is an itch that needs scratching. [...] - Load More