Search Result

Collapse
2 results in 0.0040 seconds.
Keywords
Members
Tags
zend
  •  

  • desturrr
    started a topic Zend Framework library copying ?
    in PHP

    Zend Framework library copying ?

    I have just started to grasp idea behind Zend Framework, but whenever i create a project structure, i had to add the Zend library to the project which takes time and space which i don't want. In windows environment, is it possible to create link to the main zend framework so that i dont have to copy the framework to each of my projects.

    Thanks
    See more | Go to post

  • How to handle json data in zend while using flexigrid

    i have a page post2.php which prints the json array like

    Code:
    {
    page: 1,
    total: 239,
    rows: [
    {id:'239',cell:['239','ZW','ZIMBABWE','Zimbabwe','ZWE','716']},
    {id:'238',cell:['238','ZM','ZAMBIA','Zambia','ZMB','894']},
    {id:'237',cell:['237','YE','YEMEN','Yemen','YEM','887']},
    {id:'236',cell:['236','EH','WESTERN SAHARA','Western Sahara','ESH','732']},
    {id:'235',cell:['235','WF','WALLIS
    ...
    See more | Go to post
Working...