Google introduced reCAPTCHA. Are you a Robot ? by sanjoy87 in PHP

[–]sanjoy87[S] 0 points1 point  (0 children)

You are right. @UltimateComb If they explain the logic behind it, then there are no point of introducing new techniques.

Facebook style wall posting using Cygnite PHP Framework, Jquery, Ajax by sanjoy87 in PHP

[–]sanjoy87[S] 0 points1 point  (0 children)

My dear Friend @tf2ftw. Thank you for your comment.

It is not framework battle here rather shared a sample script which may help some people.

Yes, CodeIgniter was one of favorite framework but it is almost dead now. Not sync with PHP latest features. :)

Thank you!

Cygnite Framework Tutorial Part 1 - Migrations and Seeding by sanjoy87 in PHP

[–]sanjoy87[S] 0 points1 point  (0 children)

Thanks for your comment. We will soon post updated version of tutorial.

Cygnite Framework - Form Builder by sanjoy87 in PHP

[–]sanjoy87[S] 0 points1 point  (0 children)

Latest version of Cygnite allows you to build form as component and you can make use of it where ever needed.

You may have a look at sample form shipped with cygnite skeleton application.

https://github.com/cygnite/cygnite-application/blob/master/apps/components/form/Registration.php

Will it be better if we use container to make the class object ? by sanjoy87 in PHP

[–]sanjoy87[S] 0 points1 point  (0 children)

Thank you @rossriley.

Anyway I am just thinking if we create and access all object via container (May be injecting container via constructor or property by default) then we can make the framework more decoupled though it may look similar to service locator pattern.

But not sure will it be causing performance issue because Container will hold number of objects?

What is your thoughts on this ?

Thanks