0
votes
0answers
32 views

How to automatically create annotation links in pdf files

I have a large pdf that contains pages and pages of text. Is there any library or app that I can use to automatically create a link where the text is a link (i.e. starts with http or www)? I know I ...
1
vote
0answers
92 views

How to annotate an image overlay using Jquery?

I want to annotate an image using overlay by drag and drop(any images). Is there any way I can achieve it through Jquery and ajax. I have found some tutorial here. But I couldnt find anything on ...
1
vote
3answers
98 views

Zend Framework 2 - Wrapped form elements cause validation to fail

I'm using a form which contains wrapped elements. The wrapping happens in the view like described here. My action looks like this: $myForm = [definition here] $myForm->setName('entity'); ...
0
votes
1answer
90 views

Doctrine ORM 2 - Generate Entities from database without sequences

I need to generate all the entities relationship in a database using postgresql. I can generate them using the script below. However, not all tables are generated, only those having SEQUENCES. You'd ...
0
votes
1answer
154 views

Zend Framework 2 - Annotation forms - Multiple forms in one view

I'm using ZF2 and AnnotationForms. This worked great for me until now. I have this exception that I want to display three forms in one view. Basically I do the following: <form> <?php ...
-1
votes
1answer
40 views

Customise google map annotations [closed]

How can I customise google map like this? I have to add custom icons as annotations. Clicking the annotations should show a small pop up box like this.Please help me.
0
votes
1answer
79 views

Zend Framework 2 - Static options for annotation form

I'm using Docrine2 with AnnotationForms and I wonder how I can achieve the following: I have a field in my Entity which should be a dropdown containing about 4 static choices. For Django users: I ...
0
votes
1answer
173 views

ZF2 Use Annotations To Define Radio Button

Is it possible to use Zend\Form\Annotation capabilities to create a radio button? I am trying this right now: /** * @Annotation\Type("Zend\Form\Element\Radio") * ...
3
votes
2answers
197 views

Zend Framework 2 form annotation is ignored without an extra space

I spent hours banging my head against the wall with this. The labels for my form fields didn't appear no matter what. Finally found that without the extra space where the cursor is (see image), all ...
2
votes
1answer
413 views

Symfony2 ParamConverter not associated with @Annotation (cache must be cleared after any file change)

I have a Controller that uses Annotations for Route, Method, Template and ParamConverter. If I make any change to the file (even a whitespace change or comment) on the next page load the following ...
0
votes
0answers
273 views

Annotations to validate a class in ZF2

The forms in Zend Framework 2 come with a new AnnotationBuilder to help define property validation via a Zend Form. Using the AnnotationBuilder a developer can quite easily create a Form that creates ...
2
votes
2answers
61 views

Symfony2 HttpKernel Before and after methods in controllers (Kohana Style)

I know that this problem was discussed so many times but I had found some solution and I'm not sure if it is the best and the most efficient approach. My problem: I'm using fosuserbundle to handle ...
0
votes
2answers
275 views

Zend form bootstrap annotation datepicker “Object provided to Escape helper, but flags do not allow recursion”

I'm using Zend framework with Bootstrap and ReverseForm adapter, and have an interesting problem with it: when I use Bootstrap Datepicker in Zend Form I've the next exception: Object provided to ...
1
vote
1answer
84 views

Symfony2 / doctrine2 annotation for: either enter both fields or none?

Is there a way of demanding through annotations in Symfony2 or doctrine2: if you have populated field A, then you must also specify field B? In my case the user can specify a type of cron job they ...
0
votes
1answer
15 views

Create one controller's method with two routings - distinguish called route

I have following @Route annottations for my Controller's method: /** * @Route("/{id}/edit", name="section_edit") * @Route("/{id}/duplicate", name="section_duplicate") * @Method({"GET", "POST"}) * ...
0
votes
1answer
134 views

Add option to form element in the controller

Related to this post I want to transform a manual adding of a form element to Annotations in my Entity. The code looks like this: $this->add(array( 'name' => 'formElementName', ...
0
votes
1answer
57 views

I need some help to optimize this code that read annotations in php classes

I've written this class with one static method that read annotations and convert them in one array. So, this code: /** * @MyAnnotation(attr1=value,attr2=value); */ class MyClass { public ...
1
vote
2answers
421 views

Symfony 2.1 @Template annotation throws 500 Internal Server Error

I am working on a new project on the most recent version of Symfony 2.1.4, with PHP 5.4.7. I went through the readme file, passed the app/check.php and the configuration, the Acme Demo is running ...
0
votes
3answers
256 views

php annotations - minimal working example

Last time i checked (2008) annotations in php weren't so wide spread. Now after reading some material and having done some "googling", i am still a little confused. Could someone provide a minimal ...
0
votes
0answers
100 views

Symfony2 - Security URL Routes and Annotations

I have a question how do I manage Symfony 2 routes for login. Actually I'm working on a demo website where user has to login to see his name and then logout till now. I have my home page logo/url ...
0
votes
0answers
49 views

Get Property by Annotation

I'm trying to get a property, which has a specific annotation (like @primary) class reflectme{ /** @primary */ private $id; } My current way to solve this is this: $reflect = new ...
2
votes
1answer
171 views

How do I annotate variables in an included PHP file?

In my controller I have code like this: public function showStudent($id) { $student = new Student(); $student->loadFromId($id); /* call the view */ include ...
2
votes
1answer
59 views

How can I cut a very long Doctrine annotation?

I have a 216 column annotation, that's hard to read and is not nice at all. * @ORM\Table(name="tree", uniqueConstraints={@ORM\UniqueConstraint(name="name_u", columns={"name"})}, ...
0
votes
1answer
148 views

PHP “namespaced” docblock tags?

I've seen this used (example from Doctrine2) in a lot of libraries that have code which works with comments: <?php namespace MyProject\Entities; use Doctrine\ORM\Mapping AS ORM; use ...
1
vote
1answer
173 views

How can i generate a documentation from a php symfony controller based on annotations

I'm currently have a controller that serve a REST API and i'm looking for a lazy way to generate a documentation from my API controller, based on annotations. Something like @description = "this ...
2
votes
1answer
72 views

doctrine class-inheritance with lifecyclecallback and annotation driver

I got a problem with doctrine orm using annotation driver releated to the lifecyclecallback. I got 2 classes: abstract Model (marked as MappedSuperclass, haslifecyclecallbacks) User (extending ...
2
votes
1answer
283 views

Add caching to Zend\Form\Annotation\AnnotationBuilder

As I've finally found a binary of memcache for PHP 5.4.4 on Windows, I'm speeding up the application I'm currently developing. I've succeeded setting memcache as Doctrine ORM Mapping Cache driver, ...
2
votes
2answers
624 views

symfony2 doctrine annotation [Semantical Error]

I using symfony2 and doctrine and I am getting the following error: [Semantical Error] The annotation "@Doctrine\ORM\Mapping\RuleId" in property Wibiya\WebsiteBundle\Entity\Rules::$RuleId does not ...
1
vote
2answers
400 views

Custom annotation conflict with @secure from jms/SecurityExtraBundle

I have writted an annotation who throw an AccesDeniedException when the action is not called by an AJAX request (XMLHttpRequest). It work but when I want to use the @Secure(roles="A") annotation from ...
2
votes
1answer
86 views

Is there a correct way to signal an annotation parser to ignore an annotation inside of a docblock?

Say I have a docblock comment that is parsed by, for example's sake, phpDocumentor and any annotation parser (let's say Doctrine common). <?php /** * @author Blah <blah@example.com> * ...
1
vote
1answer
108 views

How can I treat annotations? php

I use custom MVC framework. I want to use annotations above action to display title in view like: class controller { /** * @title = some title */ public function action(){ } } ...
0
votes
1answer
28 views

Doctrine isn't working After version upgrade

I do generate entities from database. Here is a file that I generated before updating to new version of doctrine and with the latest version of doctrine: http://pastebin.com/g8DsUjmm You will see, ...
6
votes
2answers
467 views

PoEdit and PHP annotations

I'm looking for a way to make PoEdit understand PHP annotations. Here's a sample of code I want PoEdit to pick up and put into catalog: class MyController extends Controller { /** * @Title ...
1
vote
1answer
185 views

Can I use annotations for service class in symfony-2.0?

Just to Java Spring Hibernate. If I want to make service class, can I use annotations like @service? Do I have to use PHP yml files?
1
vote
2answers
441 views

symfony2 form creator based on annotations

I'm working on mechanism that will allow me create forms automatically from class annotations. For example there is a class called "News" with some custom annotations. /** * ...
0
votes
1answer
1k views

Simple Example of Custom Annotations using Symfony2

I am familiar with the Doctrine Documentation about custom annotations, but I am looking for a simple example. I would like to create an entry in a audit table using an annotation (user, date, ...
0
votes
1answer
153 views

Phpunit - How do I annotate tests?

I'd like to run my tests in separate processes. Because of this, I would like to annotate my tests with "@runTestsInSeparateProcesses". However, I have never annotated Phpunit tests before and I ...
1
vote
2answers
1k views

How to find annotations in a PHP5 object?

I would like to be able to implement custom annotations in my PHP5 objects, and I'd like to learn how the whole process works by building my own parser. To start, though, I need to know how to FIND ...
1
vote
1answer
1k views

Doctrine 2.1: Basic annotation mapping

I have tried a couple of different examples I found on forums and even on the official documentation, but just cant seem to understand and make this work. It's quite simple, yet anything i write does ...
1
vote
0answers
76 views

How do I retrieve data from the lat and lng tables of the Appcelerator Titantium Annotation table?

How do I retrieve data from the lat and lng tables from the MySQL DB (Appcelerator Titanium Annotation table)? The settings below do not work : var mountainView = Titanium.Map.createAnnotation({ ...
3
votes
1answer
378 views

Symfony2: Where/how I can trigger my own annotation-reader?

I want read custom annotations like @Route for Controllers. I will use it for eventlisteners like this: /** * @Event("some.event"); */ public function onSomeEvent(Event $event) {} I found out, I ...
16
votes
4answers
1k views

Symfony2 bundle inheritance losing parent bundles routes

I am trying to create a simple bundle inheritance as instructed in here and ran into a problem with routes. I'm using annotations for routing. When I register my child bundle in AppKernel.php all my ...
2
votes
2answers
264 views

Violation of Symfony2 routing requirement does not lead to a response with the correct content type

I'm currently writing a REST service within a Symfony2 application. This is (roughly) how one of my controllers look like: /** * @Route("/account", defaults={"_format" = "json"}) */ class ...
1
vote
0answers
415 views

Get image annotations saved into a MySQL db

I'm working on this jQuery plugin I found online that allows a user to place little comments over an image. I've been trying to rewrite parts of it so that comments about an image get saved to a MySQL ...
0
votes
1answer
95 views

Doctrine 2.1 reference table

I have a reference table album_content which has: album_id, content_id, and sort_key. I set it up as an entity with @ManyToOne relations: /** * @ManyToOne(targetEntity="Album") * @JoinColumns({ * ...
6
votes
1answer
4k views

Symfony 2: route defined in annotation not visible from by Twig's path()

I encountered a problem, have the following: DefaultController with a simple action: /** * @Route("/register") * @Template */ public function indexAction() { $oForm = $this->createForm(new ...
4
votes
3answers
1k views

PHP Annotation Framework

I know that frameworks like Synfony2, Doctrine2, PHPUnit, etc... have support for annonations but I want to add in annotation support for my library but don't want to write the parser/caching myself. ...
1
vote
1answer
140 views

Recess Framework v0.2: Annotation Tutorial

I want to know about better tutorial for recess framework annotations. Also it could be better you may suggest best tutorial to learn RECESS FRAMEWORK. Thanks.
1
vote
2answers
546 views

How to enable ORM annotation prefix outside of Symfony2?

I'm converting an old PHP project to the Symfony2 framework. Some of the pages are now handled by my Symfony2 front controller (index.php), but many pages have not yet been converted. The problem is ...
2
votes
1answer
229 views

YouTube Annotations via PHP Zend Framework

Is it possible to add annotations to a YouTube video using the PHP Zend framework and the YouTube API?

1 2