There are a lot of useful functions and Zone methods in Zoop which can be accessed quickly and inserted to your projects automatically if you are using a proper IDE. Auto completion for Zoop methods can be added to your projects in Eclipse PDT (Eclipse PDT is an IDE for PHP using Eclipse).
Please note that an Eclipse project must already exist for your Zoop App and if Zoop already exists in your App folder this will happen automatically. These steps are only needed if you have Zoop in a folder that is separate from your Zoop App folder.
- Right Click on the project name in Eclipse
- Select "Configure Include Path"
- Click the "Libraries" tab
- Click the "Add External Folder" button
- Select Your Zoop folder
- Click the "Ok" button
- Rebuild using CTRL + B or Project->Build All
To test if it worked open a Zone file (zone_default.php) and type "$this->" and press CTRL + Space bar. You should see a popup with all of the Zone methods to select from which should make code completion much easier to remember and faster to complete.
Recent comments
3 hours 57 min ago
3 hours 59 min ago
22 hours 24 min ago
1 day 13 min ago
1 day 14 min ago
1 day 6 hours ago
1 day 22 hours ago
2 days 8 min ago
2 days 12 min ago
2 days 1 hour ago