I have used Zend Studio 7.0 on a project, and i don't know why is showing me something like this on my project http://screencast.com/t/fjBwsIUP
It's the placeholder project that loads upon installation via Zend_Tool. Look inside application/views/scripts to modify it.
Yeah found it on /scripts/index/index.phtml
Related
I'm trying to build a web app in Netbeans. In project properties, I have four libraries - JSF2.2, MySQL JDBC Driver, PrimeFaces 5.0 and Java EE Web 7 API Library (all of them embedded in NetBeans, nothing was additionally downloaded). When I was creating the project, I selected JSF2.2 framework and Primefaces.
When I try to build (or clean and build) my project, I get the following error:
Warning: Could not find file E:\My Documents\NetBeansProjects\ConferenceManager\${libs.jsf20.classpath} to copy.
Any ideas?
Solved!
I removed the "default" library and included separate .jar fil that I had downloaded. That solved the problem with JSF, but then the same problem happened with MySQL connector (and I solved it the same way).
Google SDK used in my existing project. After that I want to implement Parse Cloud in my application. Then I just follow this below link:
enter link description here
But I found below problem after add all libraries in my project & build the project
Lexical or Preprocessor Issue
'GoogleMaps/GoogleMaps.h' file not found
Please give me some suggestion ....
I had a similar problem with GoogleMaps and another framework. You may try going into Build Settings > Framework Search Paths and rearranging the order of the frameworks so that Parse is loaded before GoogleMaps.
Most of the Social Engine Developers use Netbeans. Netbeans doesn't treat any project as ZEND without the file .zfproject.xml. hence Netbeans doesn't provide important tools like ZEND command GUI tool.(even if it provides, it won't work).zfproject.xml is used by Zend_Tool to store information about created controllers, actions, etc. within project How can I have a .zfproject.xml file for NETBEANS which reflect the directory, file etc structures of social engine.
I found dat .zfproject.xml requires the following files to recognize any zend project. Where are these files in SOCIAL ENGINE context.-
/configs/aplication.ini (configuration file)
/controllers (controllerdirectory)
/bootstrap.php (the first bootstrap file)
SE4 doesnt have application.ini, just several php files in application/settings/
controllers placed inside modules folder (e.g. application/modules/Core/controllers)
application/modules/Core/Bootstrap.php
Try this manual, hope it help: Setup Netbeans for Zend Framework Development
Thanx for the reply. Yes I have already realized what u said but still we cant get the directory structure in socialengine to work as core zend application.The link u posted is all about setting netbeans for zend,which I did easily, but not for SOCIALENGINE.The .zfproject.xml created by Zend Tool is all about this.By default it maintains everything about zend, not socialengine.It also requires an application.ini, which socialengine doesnt have.Zend also starts from application/modules, whereas social engines starts from application/modules/mymodules.Only if we could reflect these changes into .zfproject.xml to match socialengine, that wud be it.
for a certain project I need to downgrade the ZEND version in my XAMPP v0.3 on a Mac from 2.2.0 to 1.11.11. Unfortunately adding the path to include_path:
include_path=".:/Applications/xampp/xamppfiles/lib/php:/Applications/xampp/xamppfiles/lib/Zend"
does not show any effect.
Does anyone know how to do this?
Thanks and cheers,
Sven
First of all the base folder for your Zend library should probably be /Applications/xampp/xamppfiles/lib/ and not /Applications/xampp/xamppfiles/lib/Zend.
Finally it's very simple. The version of Zend depends on the content of the folder Zend inside the library folder. Right now I guess it is occupied by v2.2.0 and you'll have to either replace this folder with contents of v1.11.11 or use another (new) library path with a Zend folder containing the older version. Then you use this new library path in your include_path.
Note that if you have or need other folders inside this new library you'll either have to copy those folder or (sym)link those folders into the new library folder.
It appears that Xcode 4.4 and 4.5 have changed their packaging. Now it is one multi-gigabyte application.
I would like to add some customized templates to Xcode but none of the installation methos I have seen address the single module packaging of 4.5.
Can anyone shed some light on how to add a customized template to Xcode 4.5?
Thanks, in advance, for your help and guidance
Put your custom project template to the folder
~/Library/Developer/Xcode/Templates/
Next time you open xcode to create a new project and you'll find your project template