Change website

From Jan 16 2015,


All post content will be move to we's offical website with many content...

Can access website here: http://justox.com

Thanks for your visit!

Showing posts with label Zend. Show all posts
Showing posts with label Zend. Show all posts

Wednesday 18 December 2013

Simple Zend Framework Meta Helper

When i started to work with Zend Framework, i actually didn’t understand plugins and loaders, now when i made my own CMS based on Zend i actually did everything with plugins and view helpers for making my life easier.
I will show you here how you can make plugin, view helper which will do all hard work for you so your web site can be more SEO friendlier. Also, i need to tell you that i don’t understand SEO too much and you will maybe need to add some features or tags based on your own knowledge about SEO.

Zend Framework Get Absolute Path View Helper

I will show you how you can create simple but effective absolute path view helper in Zend Framework. In this example, i will create new file under /library/My/View/Helper with name GetApsolutePath.php

Zend Framework Truncate View Helper

This simple view helper for the Zend Framework will truncate a string to the desired length and automatically add customizable postfixes if the string was truncated.

Usage Example