How do I configure the environment variables for cakephp 1.3?
I am trying to use netbeans 7.0 to run cakephp framework. Are there any step by step guide to setup cakephp on netbeans? I am unable to find a good source online.
Please assist. Thanks.
a simple search for "cakephp netbeans" reveals hundres of sources. I am not sure how you could miss those:
http://www.tiplite.com/cakephp-support-in-netbeans/
it has already been asked before, by the way:
CakePHP Helper Auto-Completion in Netbeans 6.8
in earlier versions it is the same as in 7.0. it doesnt change much.
Related
Apparently, the ExtJS' forum isn't working anymore, so asking the question here.
I am trying to upgrade ExtJS integrated in a big application. Currently, it's using version 3.4.1 and I have to upgrade it to 7.5.0, so a lot of changes are expected. It's my first time working with ExtJS. I've been reading their documentation & examples for a while now, but I'm having issues understanding some things.
If someone's experienced with ExtJS, could you tell how big is the difference between these versions? What kind of effort is expected for this upgrade? Will I have to rewrite everything, or just changing files and API calls would be enough?
Another thing is that the folder structure in the new version looks quite different from the older version. Ours using 3.4.1 looks like this -
ext-js 3.4.1 image
There are no new adapter or resources folders in the new verion. Are these folders not required anymore, or is it possible to get the same folder structure with the new version?
Is it possible to download older versions of ExtJS like 4.x, 5.x etc.? I tried but couldn't find it, I was able to download the older documentation though.
Downloaded the latest ExtJS version from here.
Referring this Sencha ExtJS documentation.
Any help would be appreciated. Thanks in advance.
Download
You should download the version from support.sencha.com. There you can find all versions.
To access the download page, you need to log in. If you have lost your login, you can contact Sencha's licensing department.
Make sure you have a valid license.
Upgrade
If you are new to Sencha, you should not do the work yourself. Between version 3 and 7, there are at least two new coding paradigms and you'll have to rewrite everything. Unfortunately, there is no easy upgrade process from 3 to 7. If you had to upgrade from 5 to 7, it would be possible to ignore all the cool new features, but if you are starting from 3, you will have to rewrite everything.
Building process
In your screenshot, I can see that you are using the full ExtJS file. But are you really building the application? That means you end up with a single js file and a single css file.
Are you building your application?
Are you using SCSS?
You should definitely contact someone with experience. I've done quite a few upgrades in ExtJS to know that you need help with this.
I'm trying to upgrade CakePHP2.x TO CakePHP4.x, I have WAMP 3.2.3 and Php 7.4. Downloaded CakePHP4.X but the entire directory structure is different between CakePHP2 and 4, if anyone share some idea how I can upgrade, that would be very helpful, share me the best way to achieve it.
Thank You!!
I am learning cakePhp framework. I want to netbeans as IDE. But only ZEND and symphony frameworks shown to be available. But cakephp is not even shown. I installed plugin, restarted netbeans IDE but still not working. Any suggestion how to fix the problem
If you have some problem relate to cakephp-netbeans plugin, please submit them to github issue tracker.
I need some information.
environments (e.g. OS, NetBeans version, plugin version)
steps (detail)
screenshots (if possible)
e.t.c
Thanks.
We need get pdfs and encript them in Appengine (GAE).
We have tried to do it with itext, pdfjet and pdfbox they doesn`t work in appengine.
Somebody knows a library which works well on GAE?, or could help us to identify the problems with the other libraries to work on GAE?
Best Regards
I'm using a special version of iText, prepared for GAE - https://github.com/bedatadriven/appengine-export
It's based on old version of iText (last version under LGPL licence). But it works well, I don't have any problem.
Is there any way to integrate version control system for Apex & Visualforce code? I can thinking of keeping a separate repository but no way to have it integrated with Salesforce Platform.
Thanks in Advance.
You can do this by using Subversion and the Force.com Eclipse IDE with the Subclipse plugin.
Here are a few links to some instructions.
Setting up Subversion (Windows)
Installing Force.com IDE (Eclipse)
Installing Subclipse (Eclipse plugin)
Use the update site when installing in Eclipse - similar to the instructions here
If instead of using Subversion, you wish to use Git (lots of the community code is hosted on GitHub where you can get it for free) then have a look at this Dreamforce session and some hints and tips about how best to use Git and Force.com together here.