Search
Search titles only
By:
Search titles only
By:
Log in
Register
Search
Search titles only
By:
Search titles only
By:
Menu
Install the app
Install
Forums
New posts
All threads
Latest threads
New posts
Trending threads
Trending
Search forums
What's new
New posts
New ads
New profile posts
Latest activity
Free Ads
Latest reviews
Search ads
Members
Current visitors
New profile posts
Search profile posts
Contact us
Latest ads
Power Lifting Lever Belt
SkullVamp
Updated:
Saturday at 10:32 PM
Ad icon
port.lk Domain for sale
Lankan-Tech
Updated:
Saturday at 3:55 PM
Colombo
Kaduwela - Two Storey House for Sale
dilrasan
Updated:
Jun 11, 2026
Ad icon
Wechat qr verification
Pawan2005
Updated:
Jun 11, 2026
🚀 GOOGLE AI PRO 18 MONTHS ACTIVATION 🚀
sayuru bandara
Updated:
Jun 10, 2026
Electronics
Vehicles
Property
Search
Reply to thread
Forums
General
ElaKiri Talk!
Vacancies - Malabe
Get the App
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Message
<blockquote data-quote="P_Namal" data-source="post: 19875440" data-attributes="member: 54700"><p>[PHP]<?php</p><p></p><p>/**</p><p> * @Company - Parallax Technologies</p><p> * @Description - Two vacancies currently available for the </p><p> * positions of Trainee PHP & AngularJS developers.</p><p> * @Added on - 18th of March, 2016</p><p> * @Expires on - 31st of March, 2016</p><p> *</p><p> * TODO: Please call the apply function with your appropriate vacancy object.</p><p> */</p><p>class Vacancy {</p><p> </p><p> var $position;</p><p> var $description;</p><p> var $requirments = [];</p><p></p><p> var $mail_driver;</p><p></p><p> const CONTACT_EMAIL = “info@parallax.lk”;</p><p> const CONTACT_PHONE = “+94779436364”;</p><p></p><p> public function __construct(Mail $mail_driver) {</p><p> $this->mail_driver = $mail_driver;</p><p> }</p><p></p><p> public function setPosition($position) {</p><p> $this->position = $position;</p><p> }</p><p></p><p> public function setDescription($description) {</p><p> $this->description = $description;</p><p> } </p><p></p><p> public function setRequiments(Array $requirments) {</p><p> $this->requirments = $requirments;</p><p> }</p><p></p><p> public function apply($resume, $body) {</p><p></p><p> var $to = SELF::CONTACT_EMAIL;</p><p></p><p> $this->attach($resume); // Attach your latest Resume.</p><p> </p><p> // Call this with $body = 'Your covering letter.' </p><p> $this->mail_driver->send($to, $body); </p><p> }</p><p>}</p><p></p><p>$requiments = [</p><p> 'Must passionate in Programming',</p><p> 'Should have done some cool experiments in Programming',</p><p> ]);</p><p></p><p>$mail = new Mail();</p><p></p><p>$angularVacancy = new Vacancy($mail);</p><p>$angularVacancy->setPosition('Trainee AngularJS Developer');</p><p>$angularVacancy->setDescription('blah blah..... ');</p><p>$angularVacancy->setRequiments($requiments);</p><p></p><p>$phpVacancy = new Vacancy($mail);</p><p>$phpVacancy->setPosition('Trainee PHP Developer');</p><p>$phpVacancy->setDescription('blah blah..... ');</p><p>$phpVacancy->setRequiments($requiments);[/PHP]</p></blockquote><p></p>
[QUOTE="P_Namal, post: 19875440, member: 54700"] [PHP]<?php /** * @Company - Parallax Technologies * @Description - Two vacancies currently available for the * positions of Trainee PHP & AngularJS developers. * @Added on - 18th of March, 2016 * @Expires on - 31st of March, 2016 * * TODO: Please call the apply function with your appropriate vacancy object. */ class Vacancy { var $position; var $description; var $requirments = []; var $mail_driver; const CONTACT_EMAIL = “info@parallax.lk”; const CONTACT_PHONE = “+94779436364”; public function __construct(Mail $mail_driver) { $this->mail_driver = $mail_driver; } public function setPosition($position) { $this->position = $position; } public function setDescription($description) { $this->description = $description; } public function setRequiments(Array $requirments) { $this->requirments = $requirments; } public function apply($resume, $body) { var $to = SELF::CONTACT_EMAIL; $this->attach($resume); // Attach your latest Resume. // Call this with $body = 'Your covering letter.' $this->mail_driver->send($to, $body); } } $requiments = [ 'Must passionate in Programming', 'Should have done some cool experiments in Programming', ]); $mail = new Mail(); $angularVacancy = new Vacancy($mail); $angularVacancy->setPosition('Trainee AngularJS Developer'); $angularVacancy->setDescription('blah blah..... '); $angularVacancy->setRequiments($requiments); $phpVacancy = new Vacancy($mail); $phpVacancy->setPosition('Trainee PHP Developer'); $phpVacancy->setDescription('blah blah..... '); $phpVacancy->setRequiments($requiments);[/PHP] [/QUOTE]
Insert quotes…
Verification
Dawasata paya keeyak thibeda?
Post reply
Top
Bottom