Click here to Skip to main content
15,887,361 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have created 4 folders for creating zend application .
application,tests,web_root & library.What are the configuration needed for creating zend application?
while running index.phtml file i got the same code in browser why is it so?

Pls help me to run a zend application ?
Posted
Comments
Sergey Alexandrovich Kryukov 18-Sep-14 15:25pm    
Not clear what your problem is. Those folders are pretty much irrelevant; you can use the folders you like, according your own design, as always with the PHP projects. You can use some default structure or define your own.
—SA
Mohibur Rashid 18-Sep-14 22:57pm    
My question is, do you understand zend file structure?
neethujayan 19-Sep-14 0:47am    
while running index.phtml file i got the same code in browser not the result why is it so?

1 solution

 
Share this answer
 
v2
Comments
neethujayan 19-Sep-14 0:47am    
while running index.phtml file i got the same code in browser why is it so?
Plz help me to find the solutin
Sergey Alexandrovich Kryukov 19-Sep-14 1:14am    
Same? same as what? Find the solution — based on what information?
—SA
neethujayan 19-Sep-14 13:09pm    
same code that in index.phtml page..
Sergey Alexandrovich Kryukov 19-Sep-14 15:07pm    
Not clear. Why it should be different. Or do you mean that the HTML in escaped HTML form, not rendered as HTML...
—SA
neethujayan 19-Sep-14 13:11pm    
<body>
< a> href="/index">Index
<a > href="/test">Test

<br/>

<!--?php echo $this--->escape($this->title); ?>

</body>


put the a href link is not working . when i clk the linki got an error "not found"

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900